Building AR Drone SDK 2.0.1 on Linux

I tried to build this SDK on more variants of linux than I care to admit. It only works successfully out of the box on Ubuntu. Specifically, Ubuntu 12.04.5.  I compiled this for use with my AR Drone 2, but I don’t see why it couldn’t be used with the AR Drone as well. There’s […]

OS X 10.9 Mavericks on a Toshiba C665 (PSC55A)

Over the past three weeks, I have spent considerable time trying to get Apple’s latest Mac OS X offering (Mavericks) working on non-apple hardware. Mainly because Apple had released it for free (are you coming to the show, Microsoft?) and my old Snow Leopard OS X computer was starting to get… well, long in the […]

VMware Workstation and 3.X Kernels

A little while ago (and again more recently) I updated my kernel to 3.7.3-101 and was stumped as to why VMware Workstation was unable to find the matching kernel headers, despite confirming they were indeed correct and installed. After lots of searching and some reading, I found the following command: ln -s /usr/src/kernels/3.7.3-101.fc17.x86_64/include/generated/uapi/linux/version.h /usr/src/kernels/3.7.3-101.fc17.x86_64/include/linux/version.h This […]

Manually Uninstall VMware Tools

I recently had a requirement to remove vmware tools manually from a windows 2003 server. This is what I had to do. Remove any keys with a DisplayName of VMware Tools anywhere in the following keys: HKEY_LOCAL_MACHINESoftwareMicrosoftWindowsCurrentVersionuninstall HKEY_LOCAL_MACHINESoftwareClassesInstallerProducts   Remove the keys with a ProductName of VMware Tools in the following keys HKEY_CLASSES_ROOTInstallerProducts Delete the […]