vmware tools update after Ubuntu kernel update

If the vmware module compile complains about missing linux headers for your kernel version:

sudo apt-get install linux-headers-$(uname -r)

If needed install the necessary built tools with

sudo apt-get install build-essential
sudo apt-get install linux-headers-`uname -r`

~~LINKBACK~~ ~~DISCUSSION~~