Vagrantbox.es
Vagrant is an amazing tool for managing virtual machines via a simple to use command line interface. With a simple vagrant up you can be working in a clean environment based on a standard template.
These standard templates are called base boxes, and this website is simply a list of boxes people have been nice enough to make publicly available.
ubuntu 11.04 server i386
Creator: Taliesin Sisson
Email: taliesins@yahoo.com
Vagrant box built using
https://github.com/taliesins/ubuntu
$ gem install vagrant $ vagrant box add ubuntu-1104-server-i386 http://dl.dropbox.com/u/7490647/talifun-ubuntu-11.04-server-i386.box $ vagrant init ubuntu-1104-server-i386 $ vagrant up