加快 CentOS yum的速度

 

加快 CentOS yum的速度

加快 CentOS yum的速度
安装yum的fast mirror插件,可以加快 CentOS yum的速度和提高稳定性,效果显著。

1、Install the fastestmirror plugin
CentOS 5.x: yum -y install yum-fastestmirror
CentOS 4.x: yum -y install yum-plugin-fastestmirror

2、enable the plugin
[root@centos ~]# vi /etc/yum/pluginconf.d/fastestmirror.conf
[main]
enabled=1
verbose=0
socket_timeout=3
hostfilepath=/var/cache/yum/timedhosts.txt
maxhostfileage=10


wiki.centos.org/PackageManagement/Yum/FastestMirror

 

你可能感兴趣的:(centos,加快,yum的速度)