I am a big fan of Ubuntu Server. It’s exactly what you need for a server, no fancy UI, just services.
Dealing with all the text configuration files can be a time consuming task and there is something that can help a lot. It’s called Webmin and it is a web interface for configuring your linux box.
You need to install first some perl-related libraries required by webmin:
sudo apt-get install perl libnet-ssleay-perl openssl libauthen-pam-perl libpam-runtime libio-pty-perl libmd5-perl
The you need to download the latest webmin archive (this might change in time). I am downloading the Debian package:(thanks @macrocode)
Install the Debian package with dpkg, not Aptitude:
sudo dpkg -i webmin_1.490_all.deb* Your downloaded version may differ. Just use the deb package you’ve just downloaded.
Enjoy your Webmin installation at https://[serverIP]:10000 .
What I am normally doing is forwarding the port 10000 out of my router and access my webmin from anywhere on the internet. You can forward it to another port and to be user-friendly and easy-to-remember you can use DynDNS to pick a nice name.Enjoy!
Related posts:
Install Webmin on Ubuntu Server 9.04 Jaunty Jackalope Ubuntu 9.10 Karmic Koala released Install Oracle 10g XE on Ubuntu Server 9.04 Jaunty Jackalope Ubuntu server upgrade to 9.04 Install subversion for VPS (cPanel) under CentOS Tags: Jaunty Jackalope, Linux, ubuntu server, webmin
This entry was posted on Thursday, October 29th, 2009 at 6:30 pm and is filed under Linux.You can follow any responses to this entry through the RSS 2.0 feed.You can leave a response, or trackback from your own site.
Excellent article that shows a pretty quick installation process for webmin. I used it in my recently created Ubuntu 9.10 Text-only server. Worked flawlessly.
No comments:
Post a Comment