ubuntu boot partition full – clean up
command to clean up boot partition and install any dependencies sudo apt -f autoremove –purge
command to clean up boot partition and install any dependencies sudo apt -f autoremove –purge
SSH onto your server Get the latest version (1.510 to date) wget http://prdownloads.sourceforge.net/webadmin/webmin_1.510_all.deb Extract and install the package dpkg –install webmin_1.510_all.deb It may error on a few dependencies so to overcome those install these apt-get install perl libnet-ssleay-perl openssl libauthen-pam-perl libpam-runtime libio-pty-perl libmd5-perl
To allow your Ubuntu server to work with a static IP, you need to amend a couple of files. If you have Webmin installed, its much easier to do this in the network interface section of the System settings. However details below are how to do this from… Read More »Change your Ubuntu server from a dynamic to static IP address
On installing PHPMotion on an Ubuntu webserver there are a couple of things you need to take into account to fix errors. If your VPS or server is running the 64bit edition of Ubuntu then you need to make sure you download the correct version of the… Read More »PHP Motion install errors on Ubuntu
Nagios server monitoring is one of the best – if not the best open source server, switch and router monitoring platforms I’ve used. Best of all, because it is open source, it is free. I’ve documented here the method I used to get Nagios 3. Introduction If you… Read More »Ubuntu 8.04 Nagios Install
For the latest version visit www.webmin.com and amend the shortcut in step 2 to the relevant version. Get logged into your server via SSH and use the following 3 commands: Step 1: cd /usr/src Step 2: wget http://prdownloads.sourceforge.net/webadmin/webmin_1.500_all.deb Step 3: rpm -i webmin-1.500-1.noarch.deb This will install Webmin to … Read More »Install Webmin on Ubuntu