Last active
August 29, 2015 14:12
-
-
Save jakul/18930bb6648e560f58bc to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### 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/[email protected]/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