Feisty VMware install
Installing VMware Server is pretty straight-forward on Ubuntu 7.04 (Feisty Fawn). Make sure you have the build-essential package and the correct linux-headers for your kernel.
$ sudo apt-get install build-essential linux-headers-`uname -r`
Download VMware and extract the contents to vmware-server-distrib. Run the installation script and read through it all. I ended up just saying ‘yes’ throughout the […]
