29th November 2007, 03:22 pm
I’ve been looking round for something simple and light-weight to monitor my 2 VPS’s. I wanted to see cpu, memory, disk usage output to a web page with graphs.
Munin looks quite good so I though I’d have a go at installing that.
Installation on Ubuntu couldn’t have been easier, just -
apt-get install munin-node munin
and it was done.
That created a folder called /var/www/munin so this has to be accessible through your current web server config or you might need to change a few things.
Continue reading ‘Monitoring a VPS with munin’ »
27th November 2007, 05:11 pm
I setup Hyperic a while ago and rather stupidly forgot the hqadmin password!
If the same happens to you it’s fairly easy to reset it. This assumes you’re using the default postgres database -
cd to your Hyperic server’s bin directory
cd ~/hyperic/server-3.1.1/bin
Continue reading ‘Forgotten Hyperic password’ »
26th November 2007, 10:40 am
Spent a little while trying to get WinPE2 (Vista) to boot via PXE from a linux server and thought it could be useful to someone. We already had our Red Hat stuff booting from there and it seemed like a good idea to keep it in one place!
Some of the stuff could be useful for booting via PXE from a Windows box too
Windows XP was used for WAIK stuff
Fedora Core 6 was used for PXE Server
Both running on VMWare Server along with a blank VMWare machine as the PXE client
* Note – there’s a bug in RHEL5 that’s stop’s the tftpd.remap file working. Not sure how many versions this affects
Continue reading ‘PXE boot WinPE 2 (Vista) using Linux as the PXE Server’ »
25th November 2007, 12:01 pm
Installing WordPress on Ubuntu Gutsy. You already need to have Mysql, Apache and PHP install (see here)
Change to you www directory
cd /var/www
and get and extract the latest WordPress gz
sudo wget http://wordpress.org/latest.tar.gz
sudo tar xvfz latest.tar.gz
Continue reading ‘Installing WordPress on a VPS [part4]’ »
24th November 2007, 11:31 pm
Now we’re going to install mysql and apache and make a few changes so that they run OK in limited memory. I’m going to use the package manager to install them. You can compile and install them from source to get exactly what you want but be prepared to update them manually as bug and vulnerabilities are fixed.
Continue reading ‘Installing Mysql and Apache [part3]’ »
24th November 2007, 11:14 pm
Now we’re updated to Gutsy it’s time to secure our system a little
First a firewall. Linux comes with a command called iptables for setting up firewall rules. It can be fairly complicated to use but we only want to do something nice and simple so we can just write the rules by hand.
Continue reading ‘Securing my Ubuntu VPS [part2]’ »
24th November 2007, 10:31 pm
So, I’ve got my freshly setup VPS. My OS of choice is currently Ubuntu – not because it’s better than any other mainstream distribution but there’s lot’s of good documentation out there for Ubuntu and if you stick to one distribution you get to know it perculiarites. Some of the commands listed below will only work with Ubuntu so if you’re using something else you may need to look round for the equivalant commands.
Continue reading ‘Setting up a vps with cheapvps.co.uk [part1]’ »