Vagrant notes
I’m a massive fan of Vagrant’s command line virtualisation goodness. This post is me trying to find a public place for my vagrant notes to rest (I couldn’t find a cardboard box).
vagrant-hostmaster
This vagrant rubygem plugin automatically updates /etc/hosts on your guests and host box each time you run vagrant [up|provision]
vagrant-vbguest
vagrant-vbguest is a Vagrant plugin which automatically installs the host’s VirtualBox Guest Additions on the guest system.