Skip to content

Instantly share code, notes, and snippets.

@jakul
Last active August 29, 2015 14:12
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 jakul/18930bb6648e560f58bc to your computer and use it in GitHub Desktop.
Save jakul/18930bb6648e560f58bc to your computer and use it in GitHub Desktop.
### Tox
Symlink `.tox` to a folder on the virtual machine to make it run faster / at all
### Symlinks
Boot machine from windows with `vagrant up` in a shell with ** ADMINISTRATOR ** privledges to enable symlinking
Enable symlinks on shared folders by adding the following to `Vagrantfile`
v.customize ["setextradata", :id, "VBoxInternal2/SharedFoldersEnableSymlinksCreate/v-root", "1"]
v.customize ["setextradata", :id, "VBoxInternal2/SharedFoldersEnableSymlinksCreate/src2", "1"]
### Setup cygwin sshd on windows
Very hard! [This had the answers](https://www.mail-archive.com/cygwin@cygwin.com/msg139127.html) when I could login, but the session would be immediately closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment