Somewhere between happy and total f**king wreck
Posts tagged OSX
Installing id3lib-ruby gem on OSX Leopard with id3lib from MacPorts
Jul 8th
sudo port install id3lib sudo ARCHFLAGS="-arch i386" gem install id3lib-ruby -- --build-flags --with-opt-dir=/opt/local
MySQL ruby gem with MacPorts MySQL
Jun 13th
sudo env ARCHFLAGS="-arch i386" gem install mysql -- --with-mysql-include=/opt/local/include/mysql5 --with-mysql-lib=/opt/local/lib/mysql5 --with-mysql-config=/opt/local/lib/mysql5/bin/mysql_config
Personal internet acceleration, part 1
Apr 14th
My SFF server machine has been configured to speed up my digital life.
Memcached and memcached gem on Leopard
Mar 31st
sudo port install memcached libmemcached sudo env ARCHFLAGS="-arch i386" gem install memcached -- --with-rlibmemcached-include=/opt/local/include --with-rlibmemcached-lib=/opt/local/lib
OSX hair-tearing bug
Feb 13th
On OSX Leopard, Spaces will sometimes affect the display of your applications and windows even when it is disabled. Clearing its configuration can resolve this.