Someone sent me an email which asked what to do since: one of my external hard drives, the one with EVERYTHING I REALLY, REALLY WANT on it has died
Tag Archives: mac
Leopard, Apache2 and MySQL
I’ve just cloned this blog to a development version on my Macbook Pro. The Mac has Apache2 installed by default, so I just had to get mysql working. Downloading MySQL and installing on Leopard is a breeze with the native package. I migrated my database (dump/restore) and recreated my wordpress user, but still kept getting …
Compiling readline on an OSX 10.5 intel x86_64
I’m stuck with a whole bunch of problems getting code to compile and co-operate nicely on my new MacBookPro. I’m compiling my own PHP, but it defaults to compiling for the i386 (32bit) architecure, which then fails when Apache2 running in 64bit mode tries to use the 32bit DSO for PHP5. Compiling PHP5 as 64bit …
Using your MacBookPro to PXEBoot OpenBSD
This post does not show a successful outcome in case that’s what you where hoping for. I was trying to get OpenBSD bootstrapped using the PXEBoot NIC in a server. I decided to use my Mac which has tftp and bootpd installed. This post is quite in depth and technical so if you are game …