发布时间:2022-06-29 文章分类:编程知识 投稿人:赵颖 字号: 默认 | | 超大 打印

加快 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