中科大镜像站(地址:安徽):http://mirrors.ustc.edu.cn清华大学镜像站:http://mirrors.tuna.tsinghua.edu.cn浙江大学镜像站:http://mirrors.zju.edu.cn重庆大学镜像站:http://mirrors.cqu.edu.cn兰 ...
分类:
其他好文 时间:
2020-06-25 23:36:14
阅读次数:
62
修改settings.xml <mirrors> <mirror> <id>alimaven</id> <name>aliyun maven</name> <url>http://maven.aliyun.com/nexus/content/groups/public/</url> <mirrorO ...
分类:
其他好文 时间:
2020-06-25 17:46:45
阅读次数:
144
一,环境说明 本文操作是基于64位CentOS6.5环境下进行手动部署goproxy代理的过程。 当外部用户访问代理服务器相应的端口时,会转发至已配置的指定端口。二,应用安装 如果服务器能够联网,可采用自动安装,命令入下: curl -L http://mirrors.host900.com:909 ...
分类:
其他好文 时间:
2020-06-25 15:58:06
阅读次数:
300
1、安装anaconda3 wget https://mirrors.tuna.tsinghua.edu.cn/anaconda/archive/Anaconda3-5.0.1-Linux-x86_64.sh bash ~/Anaconda3-5.0.1-Linux-x86_64.sh #yes,E ...
分类:
编程语言 时间:
2020-06-25 11:37:16
阅读次数:
71
一般情况,我们可以通过docker提供的公有仓库来下载镜像,但是但是,这种下载速度不尽人意,所以我们需要配置一下国内的阿里云仓库的地址,这样下载镜像的速度会比较快 1.获取地址 https://cr.console.aliyun.com/cn-hangzhou/instances/mirrors 2 ...
分类:
其他好文 时间:
2020-06-24 15:39:59
阅读次数:
84
Linux系统下 在用户目录下生成**.pip文件夹,进入文件夹,生成pip.conf**文件并添加: [global] index-url=http://mirrors.aliyun.com/pypi/simple/ https://pypi.tuna.tsinghua.edu.cn/simple ...
分类:
其他好文 时间:
2020-06-24 12:02:53
阅读次数:
220
备份文件: # CentOS-Base.repo # # The mirror system uses the connecting IP address of the client and the # update status of each mirror to pick mirrors tha ...
分类:
其他好文 时间:
2020-06-23 11:43:38
阅读次数:
63
实战环境LNMP项目实战:L:Linux(centos7.6)http://mirrors.cqu.edu.cn/CentOS/7.6.1810/isos/x86_64/N:Tengine(1.12.2)http://tengine.taobao.org/download/tengine-2.1.2.tar.gz主机信息:部署规划:172.24.77.242(sr2.dj.com):运行Tengi
分类:
其他好文 时间:
2020-06-22 19:33:54
阅读次数:
98
https://download.jetbrains.8686c.com/idea/ideaIU-2020.1.exe https://npm.taobao.org/mirrors/git-for-windows/v2.26.0.windows.1/ ...
分类:
其他好文 时间:
2020-06-22 17:28:16
阅读次数:
114
前言 在windows上安装了docker服务想替换为国内源 步骤 镜像源 Docker中国区官方镜像 https://registry.docker-cn.com 网易 http://hub-mirror.c.163.com ustc https://docker.mirrors.ustc.edu ...
分类:
其他好文 时间:
2020-06-21 13:50:52
阅读次数:
1039