Archive for the ‘Snow Leopard’ Category

Snow Leopard Kernel reaches Version 10.0.0

I just realized that the Mac OS X Kernel reached version 10.0.0 (aka X) with Snow Leopard.
Darwin Fast.local 10.0.0 Darwin Kernel Version 10.0.0: Fri Jul 31 22:46:25 PDT 2009; root:xnu-1456.1.25~1/RELEASE_X86_64 x86_64

Building the postgres gem for a 64bit PostgreSQL on Snow Leopard (10.6)

sudo env ARCHFLAGS=”-arch x86_64″ gem install postgres

Enable SSH Agent (Key) Forwarding on Snow Leopard

I’m using Git and Capistrano to deploy some ruby applications on multiple servers. My Git setup is done with gitosis which uses a key based authentication over ssh. The deployment script logs into the remote servers and checks out the current application version via Git.
Now to have this working, one must forward the private key, [...]

PwnageTool 3.0 works with Snow Leopard

Ruby/Rails and MySQL on Snow Leopard (10A380)

First get and install the 64bit MySQL version:
http://dev.mysql.com/get/Downloads/MySQL-5.1/mysql-5.1.35-osx10.5-x86_64.dmg/from/pick#mirrors
Then install the MySQL gem the following way:
sudo gem install mysql — –with-mysql-config=/usr/local/mysql/bin/mysql_config