Skip to content

Instantly share code, notes, and snippets.

@keiranmraine
Last active January 29, 2018 15:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save keiranmraine/465c21c9492a2131045b37c1dbf00969 to your computer and use it in GitHub Desktop.
Save keiranmraine/465c21c9492a2131045b37c1dbf00969 to your computer and use it in GitHub Desktop.
Getting VirtualBox working in rudimentary fashion for compilation (OSX)

Virtualbox guest:

https://askubuntu.com/a/917163

Once restarted add user to group:

nano /etc/group :add user name to end of vboxsf line (last in file normally)

Fix inability to write symlinks:

https://serverfault.com/questions/345341/cant-create-symlinks-in-virtualbox-shared-folders

VBoxManage setextradata VM_NAME VBoxInternal2/SharedFoldersEnableSymlinksCreate/SHARE_NAME 1

MUST restart the VirtualBox GUI and instance.

Setup for ssh from you mac: https://stackoverflow.com/a/10532299/9267580

ssh -p 3022 ... vbox-username@127.0.0.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment