国内加速镜像源
国内镜像源
Maven 镜像配置
1 | <!-- 腾讯云 --> |
npm 镜像配置
1 | npm config set registry https://registry.npmmirror.com |
pip 镜像配置
1 | pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple |
Docker 镜像配置
1 | { |
Linux 服务器源配置
CentOS 7
1 | wget -O /etc/yum.repos.d/CentOS-Base.repo https://mirrors.aliyun.com/repo/Centos-7.repo |