Posts Tagged ‘apple’

Keeping user data seperate from system data on Apple OS X

on Monday 25th February, 2008 Gabe speculated thusly…

One of the things I grew to like about Linux was the /home directory. Any data for a user was always stored there. Furthermore, you could easily have that home directory on a different disc so when you deleted your system, you didn’t lose your user data too.

(more…)

Posted in Information, Leopard, Operating System, OS X, Tiger

No Comments »

Installing MySQL native extensions on OS X using existing MacPorts MySQL

on Saturday 8th December, 2007 Gabe speculated thusly…

Getting these native extensions from Ruby gems to build and install has been a bit of a nightmare. Especially since MySQL, Apache, Ruby, etc were compiled from source using MacPorts (which I heartily recommend).

The answer was as simple as:
sudo gem install mysql -- --with-mysql-config=/path/to/your/mysql/bin/mysql_config

Posted in HowTo, Information, Operating System, OS X, Tiger

No Comments »