view · edit · sidebar · attach · print · history

<< CodeSignVerify | Index | CompanyName >>

Commandline tools on OS X

  1. http://commandlinemac.blogspot.com/2008/12/installing-dmg-application-from-command.html
    1. hdiutil mount cotvnc-20b4.dmg
    2. sudo cp -R "/Volumes/Chicken of the VNC/Chicken of the VNC.app" /Applications
    3. sudo installer -package /path/to/package -target "/Volumes/Macintosh HD"
    4. hdiutil unmount "/Volumes/Chicken of the VNC/"
  2. https://developer.apple.com/downloads/index.action#
  3. https://github.com/mxcl/homebrew/wiki/installation
  4. brew install git

rvm install

jruby, fop

  • brew install jruby
  • brew install fop

ssh

  • exec ssh-agent /bin/bash
view · edit · sidebar · attach · print · history
Page last modified on April 04, 2012, at 01:12 PM