Password-less SSH
Want to SSH into your server without having to enter the password each time? Read on.
Read more…Leopard Web Development Setup
I cobbled this together from a few sources to set up your local PHP/MySQL development environment on a stock OS X Leopard installation with VMware Fusion.
Read more…Repair /etc
If you managed to break your OS X installation so badly that it’s come to this, you can repair it with:
/sbin/mount -uw /
cd /
ln -s /private/etc etc
/sbin/fsck -fy
chown root:wheel /etc
And, yes, it is possible to do this to yourself…