Skip to content

Instantly share code, notes, and snippets.

@bgadrian
Created May 10, 2016 15:05
Show Gist options
  • Save bgadrian/d123f54c4b0b6e3108940398ea65d092 to your computer and use it in GitHub Desktop.
Save bgadrian/d123f54c4b0b6e3108940398ea65d092 to your computer and use it in GitHub Desktop.
run vm
ssh-add
VBoxHeadless --startvm "box-dev-debian"&
sleep 5
mkdir -p /Volumes/dev-box
sudo mount -t nfs -o resvport,rw 192.168.56.101:/var/www /Volumes/dev-box
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment