diff --git a/vagrant.md b/vagrant.md deleted file mode 100644 index f291528..0000000 --- a/vagrant.md +++ /dev/null @@ -1,5 +0,0 @@ -# Vagrant - -**Get guest ip** -`vagrant ssh -c "hostname -I | cut -d' ' -f2" 2>/dev/null` -https://coderwall.com/p/etzdmq/get-vagrant-box-guest-ip-from-host \ No newline at end of file diff --git a/virtualbox-vagrant.md b/virtualbox-vagrant.md new file mode 100644 index 0000000..d24f29b --- /dev/null +++ b/virtualbox-vagrant.md @@ -0,0 +1,13 @@ +# VirtualBox & Vagrant + +## Vagrant +**Get guest ip** +`vagrant ssh -c "hostname -I | cut -d' ' -f2" 2>/dev/null` +https://coderwall.com/p/etzdmq/get-vagrant-box-guest-ip-from-host + + +## VirtualBox +UUID Already exists +http://www.groovypost.com/howto/virtualbox-error-uuid-hard-disk/ + +`vboxmanage.exe internalcommands sethduuid "D:\vdocs\vdisc\jenkins-0.001\box-disk1_2.vmdk"` \ No newline at end of file