Vagrant to create a Ubuntu local box used to play with the following NoSQL databases:
- Postgres
- Riak
- Cassandra
- Mongodb
- Neo4j
Additional info can be found in the following repo: https://github.com/dvillaj/NoSQL-Services
VAGRANT_DISABLE_VBOXSYMLINKCREATE=1
vagrant up
- Diable COM Port
- Disable all shared folders
Fix ~\.ssh\config
Host localhost
StrictHostKeyChecking no
UserKnownHostsFile=/dev/null
LogLevel=error