Category Archives: Reference

Short references for personal… reference. Basically a howto for the tech-savvy.

Installing vmware from scratch

This is an updated (as of 6. July 2008) howto on how to install vmware server on top of a fresh install of Debian Linux. First, make sure you have all the required libraries. If you’re on a console-based installation, you may need to “apt-get install linux-headers-`uname -r` libx11-6 libx11-dev x-window-system-core x-window-system xspecs libxtst6 psmisc […]

Intellisense issues in Visual C++ 2005

This content has been deliberately stolen from http://blogs.msdn.com/yash/archive/2007/09/19/intellisense-issues-in-visual-c-2005.aspx and saved here for personal reference. All credits to that page. Intellisense issues in Visual C++ 2005 When we are working with Visual Studio IDE, sometimes we encounter issues related to intellisense. The main objective of this article is to provide some basic troubleshooting steps to overcome […]