システムインストール時のメモ。 今回はDebian 5.0(lenny)の32bit Intel版を入れた。
インストールはnetinst CDからパッケージ無しでインストール。
再起動したら、以下のパッケージ操作。
remove:
// 使わないので除去
nano
install:
// なにはなくとも
vim sudo rsync patch less
// デーモン系
ntp ntpdate postfix postfix-policyd courier-imap bind9 dnsutils dhcp3-server ftp ftpd samba swat
// サービス系
procmail apache2 libapache2-mod-perl2 php5 squirrelmail mysql-server curl host telnet whois git
// その他
smartmontools hddtemp lm-sensors pflogsumm courier-webadmin wordpress dwww unzip lynx-cur-wrapper
その後、postfix, dhcpd, bind, apache の設定を引き継ぎ。
wordpressはパッケージからインストールするのはやめて、3.0beta版を公式サイトからダウンロードして展開。
システムモニタは今回はmuninにした。
設定とか楽なのはいいけど、5分に1回かなりの量のグラフ生成をするので当然それなりな負荷がかかってちょっと気になる・・・まあ軽いからいいか。
wordpress、muninはいずれ詳しく書くかも。