[Linux]# yum -y install yum-fastestmirrorでyum高速化
先日からVMwareでLinux(Fedora)の勉強を再開しています。id:sotarokさんの[VMWare][開発環境]#00 VMWare×CentOS5 Windowsでカンタン開発環境シリーズが私のやりたいことが一通りまとまっていそうな気がするので、参考にしています。困ったときはTwitterで助けていただけるかもしれないので(笑(ぉ
Fedoraのインストール作業は済んでいるので、最初のほうは流し読みだったのですが、yumの設定のところで、
# yum -y install yum-fastestmirror
というコマンドがあったので、調べてみました。
yum-fastestmirrorパッケージは、yumコマンドの実行時に、最適な(=速い)ミラーサーバに接続してくれるパッケージらしいです。FedoraやCentOS5で使用できるそうです。CentOS4ではパッケージではなくプラグインなのでyum-plugin-fastestmirrorという名前だそうです。
上記のコマンドを実行した後に、yum-fastestmirrorが動作しているかどうかはyum check-updateコマンドで確認できます。実行結果のサンプルは以下のようになっています。
# yum check-update Loading "fastestmirror" plugin Determining fastest mirrors * fedora: ftp.riken.jp * updates: ftp.riken.jp
?
yumで速いリポジトリを自動的に選択するには ? @IT
http://www.atmarkit.co.jp/flinux/rensai/linuxtips/903yumfastmirror.html
はじめての自宅サーバー構築 – yum plugin「fastestmirror」の導入 -
http://kajuhome.com/yum_fastestmirror.shtml
yum-fastestmirror(CentOS5) – tkoshima.net
http://tkoshima.net/wp/archives/259
G-chan Square – yum-fastestmirror
http://g-chan.dip.jp/square/archives/2007/08/yumfastestmirror.html
一通りまとめたつもりではいるのですが,
おかしなところがあったら教えてください(ぉw
[...] [Linux]# yum -y install yum-fastestmirrorでyum高速化 : うえちょこ@ぼろぐ [...]