Friday, August 28, 2009

Create ISO on Mac OS X

This should have been obvious to me but it wasn't so I'm blogging it to make sure I remember.


sudo umount /dev/disk1
dd if=/dev/disk1 of=~/Desktop/mydisk.iso bs=2048

Friday, August 14, 2009

hg clone with tag


hg clone -r WithSplits https://bergl@bitbucket.org/madsidy/buckfiiglaasd/


Golly, that's good.