In this HowTo I'll explain how to install and use KVM for running your services in virtual machines. KVM (Kernel-based Virtual Machine) is a Linux kernel virtualization technique that provides full virtualization by using Intel VT (Vanderpool) or AMD-V (Pacifica).
I'm working as root on the server. If you are using a normal user, you have to install everything with sudo, e.g.:
sudo apt-get install kvm