Installing Webmin On Ubuntu 8.10
Installing most things on a debian based system is as easy as typing Apt-get. Webmin is not that way, almost it is not much more difficult.
First thing we need to do is prepare the system to install webmin. For that we need to install some dependencies.
sudo apt-get install perl libnet-ssleay-perl openssl libauthen-pam-perl libpam-runtime libio-pty-perl libmd5-perl
Next [...]