mirror

  1. apt
  2. npm
  3. pip

apt

source command
USTC sed -i 's/archive.ubuntu.com/mirrors.ustc.edu.cn/g' /etc/apt/sources.list

npm

source command
taobao npm config set registry https://registry.npm.taobao.org

pip

source link
tuna pypi镜像使用帮助
1
2
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple pip -U # 利用tuna升级pip
pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple # 设置源

转载请注明来源,欢迎对文章中的引用来源进行考证,欢迎指出任何有错误或不够清晰的表达。