From 8ad5e373928a9df2010ea8d907ddb1f0d1880210 Mon Sep 17 00:00:00 2001 From: Andres Hermosilla Date: Tue, 18 Jul 2017 15:43:16 -0700 Subject: [PATCH] Merged notes on vagrant & virtualbox --- vagrant.md | 5 ----- virtualbox-vagrant.md | 13 +++++++++++++ 2 files changed, 13 insertions(+), 5 deletions(-) delete mode 100644 vagrant.md create mode 100644 virtualbox-vagrant.md 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