Skip to content

Instantly share code, notes, and snippets.

View newmanbrad's full-sized avatar

Brad Newman newmanbrad

View GitHub Profile
@newmanbrad
newmanbrad / ionicUbuntu
Last active August 29, 2015 14:05
Install Ionic Virtualbox (Ubuntu 14.04)
// Instructions for setting up IONIC on Ubuntu non-numbered step are needed for use of Virtual Box only!
// Revised: 08/22/2014
// Revisor: Brad Newman
// To create your mounted folder:
sharename="whatever.you.want.to.call.it";
sudo mkdir /mnt/$sharename
sudo chmod 777 /mnt/$sharename
sudo mount -t vboxsf -o uid=1000,gid=1000 $sharename /mnt/$sharename