Webmin is a great little tool for admin your server from a web interface. And it's really easy to install....
Linux
Many reasons for changing the listening port of your SSH server. You only have 1 public IP, and a bunch...
Simple trick to use iptables for port forwarding. I use Debian as my OS, but should work on most Linux...
When dealing with lots of Debian installs (or a Debian network), using a package proxy can save you a lot...
Apache can easily host more than one domain. And here is how. We assume the new domain is called example.com....
Minecraft have become unbelievable popular. Simple graphics in a huge sandbox with total freedom seems to do the tricks. We...
Create… Create the virtual machine, named MySQL in this example: VBoxManage createvm --name "MySQL" --register We give it 512MB ram,...
I find Virtualbox easy to work with, and usually stable. For performance I would check out KVM or XEN HVM...
To free up some memory claimed by pagefile, dentries and inodes. Pagefile is virtual memory. Dentries and inodes are used...
Setup a basic LAMP, enables you to host cool web applications. LAMP is Linux, Apache, MySQL & PHP (guess Perl...