telnetを有効にしてからの作業ログ

apt-get update
apt-get install kterm // upgradeでexim v4のconfigで「ktermがない」とエラーになる。
apt-get upgrade
apt-get install netselect
/etc/locale.gen に ja_JP.EUC-JP EUC-JPの行を追加。
locale.gen
dpkg-reconfigure locales
として、EUC-JPを選択。
   23  vi /etc/apt/sources.list
   24  apt-get update
   25  apt-get install nmap
   26  apt-get install ssh
   27  apt-get install patch
   28  apt-get install autoconf
   29  apt-get install libc-dev g++ g77
   30  apt-get install libtool make m4 byacc
   31  apt-get install libncurses5-dev xlibs
   32  apt-get install bzip2 less file
   33  apt-get install cvs gdb
   34  apt-get install libglib2.0-dev pkg-config
   35  apt-get install gawk
   36  apt-get install libdb3-dev
   37  /etc/init.d/ssh restart
   38  apt-get install tcsh
   39  apt-get install openssl
   40  apt-get install samba
   41  ps ax | grep mbd
   42  apt-get install flex
   43  apt-get install libpng2-dev libxpm-dev zlib* 
libgif* libjpeg*
   45  apt-get install bison
   46  apt-get install libgd-dev
   47  apt-get install telnet
   49  apt-get install aptitude
   50  apt-get install dlocate
   58  apt-get install emacs21 
   60  apt-get install xemacs21 
   64  apt-get install nfs-kernel-server nfs-common

exim v4をMTAとして使うべきか?

とりあえず、apache2を再インストール。

apt-get remove --purge apache2 apache2-common apache2-mpm-wo\* apache2-utils libapache2-mod-encoding libiconv-hook1
apt-get install apache2 
apt-get install libapache2-mod-encoding

thttpd (管理画面)がport80を使っているので、これを変更しないと、apache2とぶつかってしまいあす。

webminインストール

apt-get install webmin-apache
apt-get install webmin-samba webmin-apache webmin-core webmin-inetd