Core Tech Web That other Techie.

16Oct/110

HOWTO: Convert DMG to ISO quick and easy

Today I had a need to convert a .dmg file into a .iso so I could burn it using

another non apple system.

 

hdiutil convert filename.dmg -format UDTO -o filename.iso

 

The above command will convert your dmg to iso, however you

will wind up with filename.iso.cdr so just rename it

mv filename.iso.cdr filename.iso

 

 

2Oct/110

HOWTO: Install WordPress

NOTE: