Archive for the 'reference' Category

Convert .dmg to .iso


hdiutil convert /path/to/filename.dmg -format UDTO -o /path/to/savefile.iso

For Mac OSX only of course

Apache, mod_rewrite on Mac OS X

Here a quick list of things to remember when trying to debug Apache on Mac OS X (10.4.8 anyway):
Continue reading ‘Apache, mod_rewrite on Mac OS X’

Logical Operators cross languages

Heres a table of logic operators used in various languages for quick reference:
Continue reading ‘Logical Operators cross languages’