How to convert and burn a .dmg (Mac OSX) disk image on Linux
Today I wanted to burn a .dmg file, but I didn’t have an Apple computer available. So, running Linux I started to google for a solution, and found one. You need to download the dmg2img tool from http://vu1tur.eu.org/tools/, and then compile it. I had to install libbz2-dev and libssl-dev packages and of course the compiler [...]