Posts tagged OSX

Installing id3lib-ruby gem on OSX Leopard with id3lib from MacPorts

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

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

More OSX apps I love

Herein I briefly describe and link many more OSX applications that are useful to me.

OSX apps I can’t live without

Herein I briefly describe and link many OSX applications that are useful to me.

Personal internet acceleration, part 1

My SFF server machine has been configured to speed up my digital life.

Memcached and memcached gem on Leopard

    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

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.