My tour around the world of computer science, picking up little tidbits I learn along the way.
Thursday, March 29, 2012
Installing vmware tools on Debian
Just a quick note for future use, need to do the following as root before running the vmware tools install:
apt-get install gcc make
apt-get install linux-headers-$(uname -r)
No comments:
Post a Comment