Skip to content

Instantly share code, notes, and snippets.

View ChaosData's full-sized avatar

ChaosData

View GitHub Profile
@ChaosData
ChaosData / unfuckup.sh
Created April 11, 2016 16:37
fix vmware shared folders in ubuntu 16.04
#!/bin/sh
sudo apt-get install open-vm-tools-desktop git build-essential
git clone https://github.com/vmware/open-vm-tools.git
cd open-vm-tools/open-vm-tools/
sudo apt-get install autoconf libtool
autoreconf -i
sudo apt-get install libmspack-dev libglib2.0-dev libprocps4-dev libdumbnet-dev
./configure --without-x --without-pam --without-ssl --without-icu
make MODULES=vmhgfs