What you need before you begin:
1. Get Licence from VMWare: http://register.vmware.com/content/registration.html
2. Install these package:
apt-get install linux-source-2.6.27 linux-libc-dev xinetd
Then, you need to download it from the vmware website: http://register.vmware.com/content/download-108.html
wget http://download3.vmware.com/software/vmserver/VMware-server-1.0.8-126538.tar.gz
Untar:
tar -xvzf VMware-server-1.0.8-126538.tar.gz
cd vmware-server-distrib/
The run the installer:
./vmware-install.pl
N.B: Say yes to every question, when it asked to run the configured script, say no
Now, you need to download the patch in order to build the kernel module (Tested with 2.6.27-7-generic)
wget http://www.insecure.ws/warehouse/vmware-update-2.6.27-5.5.7-2.tar.gz
tar -xvzf vmware-update-2.6.27-5.5.7-2.tar.gz
cd vmware-update-2.6.27-5.5.7-2
./runme.pl
Say yes to all the questions, run the config script and always press enter to use the default settings.
Add the licence.
N.B: I found my icons on Application - Lost & found on the KDE 4.
Check if the service is running:
/etc/init.d/vmware status
Bridged networking on /dev/vmnet0 is running
Host-only networking on /dev/vmnet1 is running
Host-only networking on /dev/vmnet8 is running
NAT networking on /dev/vmnet8 is running
Module vmmon loaded
Module vmnet loaded
Your done!