Burning cds in OS X from the Command Prompt
Looking for a quick way to burn an ubuntu linux cdrom, I found this quick way of burning an iso image from the command line:
hdiutil burn cdrom-image.iso
Apparently this will also do OS X dmg image files too.
For those like myself who like the command line tools, this is a good one to know about.