Category: OS X
Cloning VMs in Virtual Box
Aug 24th
There is no way to clone VMs from the GUI, and because of the UUIDs you can't simply copy and rename the folders. You can clone the hard drives from the command line though. VBoxManage clonevdi harddrive.vdi newharddrive.vdi Then just create a new v… more »
Wireshark on OS X
Mar 16th
By default you get an error that no interfaces are available when you try to capture traffic. This is because you don't have access to the necessary parts of /dev/To fix it:sudo chown username /dev/bpf* more »