centos5 の変更点   

  • 追加された行はこの色です。
  • 削除された行はこの色です。
  • centos5 へ行く。

* centos5 [#q6006b67]

 vi /etc/yum.conf

 proxy=http://proxy.jp:port 

 vi /etc/wgetrc

 http_proxy=http://proxy.jp:port/ 
 ftp_proxy=http://proxy.jp:port/

 useradd user -g users
 wget http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-5
 mv RPM-GPG-KEY-CentOS-5 /usr/share/doc/centos-release-5/RPM-GPG-KEY
 rpm --import /usr/share/doc/centos-release-5/RPM-GPG-KEY
 yum update

* 参考 [#f8202e3b]
 http://www.kfactory.net/?p=833