VirtualBox doesn’t make it easy to clone/copy the configured virtual machines and their hard drive image files. To create an exact clone of an existing VM, you have to first clone the .vdi disk image file from the command line. Then you create a new VM with the same configuration, but point it to use the cloned .vdi image instead of the original. You’d think this would be provided as a one-click menu option, but it’s not.

In Ubuntu, the .vdi files are stored in:

~/.VirtualBox/HardDisks/

and the command to clone a .vdi is:

VBoxManage clonevdi [source .vdi] [new .vdi]

More (and better) info can be found from this article.

Creating a Front-End Build Template, Part 1

For a long time I've avoided getting into any "serious" front-end development work... by which I mean, of course, JavaScript (_shudder_)....… Continue reading

Marvel Cinematic Universe Viewing Order

Published on December 14, 2014

Mercurial Rebase with TortoiseHg

Published on May 29, 2014