换国内源os 7更

由于Linux Centos 官方的源在国外服务器, 使用官方源速度慢的出奇,所以要更换为国内的源,于是有了以下内容。

Linux Centos 7更换国内源

首先备份原有Linux Centos 7的源/etc/yum.repos.d/CentOS-Base.repo

mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backup
wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo

某些Centos镜像安装后可能没有wget,可以尝试curl 进行操作,如下

curl -o /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo
上一篇:谷歌服务框架安装教程(教你快速安装Google play三件套)
下一篇:Xampp如何设置修改Apache本地IP默认的网站根目录?