CentOS3設定

|

★POPサーバを立て
"/etc/xinetd.d/ipop3"を開き、"disable = no"にすると有効になります。
起動
"/etc/xinetd.d/ipop3"を開き、"disable = no"にすると有効になります。

http://tomo.ac/goodstream/mailservice/pop3-centos35.html

★テキストブラウザはelinks

★webminのrpmインストールでBAD, key ID 11f63c51は、
ファイル転送をテキストモードが原因
ログイン出来ない原因は、URLをIPで打つ

★sshのkey認証失敗は、フォルダのパーミション設定が間違い

★yum 初期設定

CentOS 3 の場合  rpm --import http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-3
CentOS 4 の場合  rpm --import http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-4

理研のミラーを使うためには、 /etc/yum.repos.d/CentOS-Base.repo (あるいは/etc/yum.conf) 中の[base] [updates] [addons]を以下のように編集すると快適に動作します。

[base]
name=CentOS-$releasever - Base
baseurl=http://ftp.riken.jp/Linux/centos/$releasever/os/$basearch/
gpgcheck=1
#released updates
[update]
name=CentOS-$releasever - Updates
baseurl=http://ftp.riken.jp/Linux/centos/$releasever/updates/$basearch/
gpgcheck=1
#packages used/produced in the build but not released
[addons]
name=CentOS-$releasever - Addons
baseurl=http://ftp.riken.jp/Linux/caos/centos/$releasever/addons/$basearch/
gpgcheck=1


http://rarfaxp.riken.go.jp/comp/tips/centos.html

http://tmcosmos.org/linux/centos/co4.html

カテゴリ

このブログ記事について

このページは、adminが2007年6月19日 20:59に書いたブログ記事です。

ひとつ前のブログ記事は「Fedora Legacyからのアップデート」です。

次のブログ記事は「Firestarterファイアウォール」です。

最近のコンテンツはインデックスページで見られます。過去に書かれたものはアーカイブのページで見られます。