Installing Webmin (Ubuntu 10.10)
1. Download webmin
wget http://www.webmin.com/download/deb/webmin-current.deb
2. Execute webmin package. Note this will FAIL but next instruction deals with that.
sudo dpkg -i webmin-current.deb
3. Install missing dependencies and it will automatically recompile webmin
sudo apt-get -f install
Enjoy webmin on https://[serverIP]:10000
.