您的位置:首页 > 运维架构 > Linux

加快 CentOS yum的速度

2014-02-16 20:19 134 查看

加快 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
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: