til

Today I Learned: collection of notes, tips and tricks and stuff I learn from day to day working with computers and technology as an open source contributor and product manager

View project on GitHub

Installing VMware Tools

Installing VMware native tools are the recommended way to get VMware tools installed.

Add the following line to the /etc/apt/sources.list file.

deb http://ftp.debian.org/debian/ wheezy main contrib

Run the commands:

$ sudo apt-get update
$ sudo apt-get install open-vm-tools

References