Very clean installation.
Use entire disc (without LVM)
No automatic updates
$ sudo aptitude update
$ sudo aptitude full-upgrade
$ sudo reboot
sudo aptitude install openssh-server proftpd screen
# proftpd (standalone)
$ sudo aptitude install apache2 mysql-server-5.1 php5
$ sudo reboot
Webmin
$ sudo aptitude install perl libnet-ssleay-perl openssl libauthen-pam-perl libpam-runtime libio-pty-perl libmd5-perl
$sudo vim /etc/apt/sources.list (add to the end of file)
deb
http://download.webmin.com/download/repository sarge contrib
$ wget
http://www.webmin.com/jcameron-key.asc$ sudo apt-key add jcameron-key.asc
$ sudo aptitude update
$ sudo aptitude full-upgrade
https://us:10000/ (add in "hosts" file 10.2.1.5 us)
Webmin is installed!