CentOS6 4配置163的yum源

2021-07-02 04:47:38 字數 477 閱讀 8067

centos系統自帶的更新源的速度實在是慢,為了讓centos6使用速度更快的yum更新源,可以選擇163(網易)的更新源。

wget

2.備份並替換系統的repo檔案

[root@localhost ~]

# cd /etc/yum.repos.d/[root@localhost ~]

# mv centos-base.repo centos-base.repo.bak[root@localhost ~]

# mv centos6-base-163.repo centos-base.repo

3.執行yum源更新

[root@localhost ~]

# yum clean all[root@localhost ~]

# yum makecache[root@localhost ~]

# yum update

CentOS6 4配置163的yum源

centos系統自帶的更新源的速度實在是慢,為了讓centos6使用速度更快的yum更新源,可以選擇163 網易 的更新源。2.備份並替換系統的repo檔案 root localhost cd etc yum.repos.d root localhost mv centos base.repo ce...

CentOS6 4 配置LVS(DR模式)

dr模式中lvs主機與實際伺服器都有一塊網絡卡連在同一物理網段上。ip分配 vip 10.10.3.170 rip1 10.10.3.140 rip2 10.10.3.141 1 安裝所需的依賴包 yum install y wget make kernel devel gcc gcc c libn...

CentOS 6 4 安裝配置ftp

1 安裝vsftpd yum install vsftpd 2 關閉防火牆 service iptables stop 3 允許21埠通行 vi etc sysconfig iptables 新增兩條 a input m state state new m tcp p tcp dport 21 j ...