Vagrant + VirtualBox + Update Tools
If you’re a Vagrant user that uses Virtualbox to host your machines, sometimes the Virtualbox tools in the guest VM will get out of date. There’s a great Vagrant plugin that will run an update for you. Run the following command to install it:
vagrant plugin install vagrant-vbguest
There is a far more detailed description over on this blog post.