fastestmirror
fastestmirror 插件是為擁有多於一個鏡像的軟件庫設定檔而設計的。它會連線到每一個鏡像,計算連線所需的時間,然後將鏡像按快到慢排序供 yum 應用。
假若你使用預設的 CentOS 設定,而且並不身處於一個代理伺服器背後,fastestmirror 是被高度推薦的。
要使用這個插件,你必須在 /etc/yum.conf 檔案內啟用插件,詳情見「Yum 插件」。由 CentOS 5 起 yum 插件已經預設為被啟用的。
你可以用這個指命安裝 fastestmirror 插件:
yum install yum-plugin-fastestmirror
或者在 CentOS 5 上採用這個指命:
yum install yum-fastestmirror
完成 fastestmirror 的安裝後,請確定它已被啟用。請編輯 /etc/yum/pluginconf.d/fastestmirror.conf 並確保它擁有下面數行:
[main] verbose = 0 socket_timeout = 3 enabled = 1 hostfilepath = /var/cache/yum/timedhosts.txt maxhostfileage = 1
要排除某個鏡像、首層網域、或介於兩者之間的域名,請在 /etc/yum/pluginconf.d/fastestmirror.conf 內加入 'exclude=' 一行:
[main] ... exclude=.gov, facebook, myspace, junk-mirror.com
- 當你同時安裝了 protectbase 及 fastestmirror 這兩個 yum 插件,你便能取得最快速的更新而又受最高保護,避免來自第三方軟件庫的無意破壞。
Translation of revision 9