apt镜像 apt mirror

apt镜像apt mirror

使用方法Usage

sudo cp -v /etc/apt/sources.list /etc/apt/sources.list.bak
sudo sed -i -e 's/http:\/\/us.archive/mirror:\/\/mirrors/' -e 's/\/ubuntu\//\/mirrors.txt/' /etc/apt/sources.list
sudo apt-get update

python pypi 镜像

  • 中国科学技术大学 
https://pypi.mirrors.ustc.edu.cn/simple/
  • 清华大学
https://pypi.tuna.tsinghua.edu.cn/simple/
  • 豆瓣(douban) 
https://pypi.douban.com/simple/

操作系统 ISO 镜像

ubuntu

tsinghua; ustc; 163; sohu;

使用方法Usage

wget

wget -c "https://mirrors.sohu.com/ubuntu-releases/14.04/release/ubuntu-14.04.5-desktop-amd64%2Bmac.iso"

torrent

wget -N https://mirrors.tuna.tsinghua.edu.cn/ubuntu-releases/14.04/ubuntu-14.04.6-desktop-amd64.iso.torrent
aria2c -s9 -x9 ubuntu-14.04.6-desktop-amd64.iso.torrent

Hello3

cdlug.github.io new blog site of Chengdu GNU/Linux User Group Hello cdlug web wave 3 http://cdlug.org powered by Jekyll, theme copied from hardenedlinux.org 提交文章方法 A 使用 github 的在线编辑器。 打开 _posts 文件夹 点击**[Create new file]**新建一个文章