mirrors

比较全的开源软件镜像地址

六月ゝ 毕业季﹏ 提交于 2019-12-03 17:34:33
一:国内常用的一些开源软件镜像地址 目前在linux开发中,经常需要下载一些软件,通常在国内的话使用的网址为阿里巴巴、网易等企业级开源网,还有北京理工、北京清华等校级别网。 如果要是下载软件的话,直接执行 weget wget https://mirrors.aliyun.com/apache/maven/maven-3/3.6.2/binaries/apache-maven-3.6.2-bin.tar.gz 具体的操作可以参照上一篇文章 1. http://mirror.bit.edu.cn/web/ #北京理工大学开源软件镜像服务 (比较全一些软件) 2. https://mirrors.tuna.tsinghua.edu.cn/ # 清华大学开源软件镜像站 (比较全一些软件) 3.http://mirrors.aliyun.com/ #阿里云 (阿里巴巴比较全的一些软件,包括服务呀,使用文档呀,也是软件开发者们首先下载目标) 4.http://mirrors.zju.edu.cn/ #浙江大学(学校级别的开源网,相对于软件数量不是很多) 5.http://mirrors.sohu.com/ #搜狐 6.http://mirrors.tuna.tsinghua.edu.cn/ #清华大学 7.http://mirrors.cn99.com #网易(企业级别的开源网站,维护时间呀

更换centos7源为阿里云

匿名 (未验证) 提交于 2019-12-02 23:56:01
1.安装wget yum install -y wget [ vagrant@localhost ~] $ yum install - y wget Failed to set locale , defaulting to C Loaded plugins : fastestmirror Determining fastest mirrors * base : mirrors . aliyun . com * extras : mirrors . aliyun . com * updates : mirrors . aliyun . com base | 3.6 kB 00 : 00 : 00 extras | 3.4 kB 00 : 00 : 00 updates | 3.4 kB 00 : 00 : 00 ( 1 / 4 ): extras / 7 / x86_64 / primary_db | 215 kB 00 : 00 : 00 ( 2 / 4 ): base / 7 / x86_64 / group_gz | 166 kB 00 : 00 : 02 ( 3 / 4 ): base / 7 / x86_64 / primary_db | 6.0 MB 00 : 00 : 11 ( 4 / 4 ): updates / 7 / x86_64 / primary_db | 7

WSL-Ubuntu 安装 Apt-Mirror

烂漫一生 提交于 2019-12-02 12:50:53
修改源 1 deb http://mirrors.yun-idc.com/ubuntu/ bionic main restricted universe multiverse 2 deb http://mirrors.yun-idc.com/ubuntu/ bionic-security main restricted universe multiverse 3 deb http://mirrors.yun-idc.com/ubuntu/ bionic-updates main restricted universe multiverse 来源: https://www.cnblogs.com/iblackly/p/11745769.html

更换centos7源为阿里云

三世轮回 提交于 2019-11-28 22:27:07
1.安装wget yum install -y wget [vagrant@localhost ~]$ yum install -y wget Failed to set locale, defaulting to C Loaded plugins: fastestmirror Determining fastest mirrors * base: mirrors.aliyun.com * extras: mirrors.aliyun.com * updates: mirrors.aliyun.com base | 3.6 kB 00:00:00 extras | 3.4 kB 00:00:00 updates | 3.4 kB 00:00:00 (1/4): extras/7/x86_64/primary_db | 215 kB 00:00:00 (2/4): base/7/x86_64/group_gz | 166 kB 00:00:02 (3/4): base/7/x86_64/primary_db | 6.0 MB 00:00:11 (4/4): updates/7/x86_64/primary_db | 7.4 MB 00:00:12 Resolving Dependencies --> Running transaction check ---> Package

安装EPEL源

丶灬走出姿态 提交于 2019-11-28 01:26:21
[root@bogon yum.repos.d]# yum list | grep epel-release epel-release.noarch 7-9 extras [root@bogon yum.repos.d]# yum install -y epel-release Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile * base: mirrors.aliyun.com * extras: mirrors.aliyun.com * updates: mirrors.aliyun.com Resolving Dependencies --> Running transaction check ---> Package epel-release.noarch 0:7-9 will be installed --> Finished Dependency Resolution Dependencies Resolved ==================================================================================================================================