Archive

Posts Tagged ‘command line’

Ruby on Rails on Mac OS X in 5 minutes

July 1st, 2008 No comments

So I just discovered that Leopard comes with a version of Ruby on Rails (RoR) pre-installed. The only problem is its a bit dated but there is a command-line one-liner to update it all no sweat with RubyGem (the Ruby package manager):
Read more…

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

Categories: work Tags: , , , ,