Cloning VirtualBox disk images
filed in Tips on Dec.09, 2008
If you hope that a simple copy will make it.. it doesn’t. Apparently the unique disk indentifier (UUID) is embbeded in the image file. $ VBoxManage clonevdi sourceimage.vdi destimage.vdi
filed in Tips on Dec.09, 2008
If you hope that a simple copy will make it.. it doesn’t. Apparently the unique disk indentifier (UUID) is embbeded in the image file. $ VBoxManage clonevdi sourceimage.vdi destimage.vdi
filed in Tips on Dec.03, 2008
For some time now i started to notice the amount of time i wasted in solving version conflicts. The GNU diff works great with small change sets, but having a visual diff tool helps a lot when you’re dealing with long files with lots of diffs. I used several visuall-diff-editors whit the several version-control software [...]