Free VPS Control Panel – Installing Virtualmin on Ubuntu 11.10 Desktop
In my time as a web developer, I have really learned that knowing how to set up your own home VPS is essential. It allows you to develop any number of websites for no costs, do it really quickly as you’re on a local LAN, and it teaches you a little server admin too.
I run anywhere between three and six virtual private server at any given time, and am currently working on my first Eucalyptus Cloud using Ubuntu Cloud Server, one netbook and one Dedicated Box all at my home network. Why? Just to see if I can do it on a small scale before attempting to build SkyNet –Muahahahahahaha!!!!
Anyway, This post are my notes for installing Virtualmin Control Panel on to Ubuntu Desktop 11.10. The regular Virtualmin .sh install script will fail every single time with out taking these steps.
I am using Ubuntu Desktop 11.10 which is, at the time of this writing, the latest released version. I am using the desktop edition because I am installing the full server on to my Toshiba Netbook so it can double as a webserver while I still use the regular user interface. This allows for a very powerful mobile development package –no internet connection needed! The N450 Processor is not capable of handling any sort of virtualization, so I had a choice of installing Xampp or a full webserver
(Did I mention that the netbook is also a Eucalyptus Cloud controller?)
So, on to the good stuff:
Become Root:
user@ubuntu:~$ sudo -s
[sudo] password for user: your-password
root@ubuntu:~#
Add Webmin/Virtualmin Repositories and GPG Keys
To install the repos and keys, add the keys to the /etc/apt/sources.list file. First make a backup, just in case. then use “nano” or another editor to insert the three repos into the sources list. read more

skoral
