Convert .dmg to .iso
January 7th, 2008
No comments
hdiutil convert /path/to/filename.dmg -format UDTO -o /path/to/savefile.iso
For Mac OSX only of course
hdiutil convert /path/to/filename.dmg -format UDTO -o /path/to/savefile.iso
For Mac OSX only of course
Here a quick list of things to remember when trying to debug Apache on Mac OS X (10.4.8 anyway):
Read more…