Table of Contents

random stuff about apples unix-alike

*nix tools for osX

reading

software

upgrades

list of firmware updates for upgrading machines from os9 (to 10.2 or 10.3) > http://docs.info.apple.com/article.html?artnum=86117

howto

launchd explained http://www.afp548.com/article.php?story=20050620071558293

sharing a printer between 10.2 and os9 http://docs.info.apple.com/article.html?artnum=107060

a crash course in DTrace > http://www.mactech.com/articles/mactech/Vol.23/23.11/ExploringLeopardwithDTrace/index.html

NAT/connection sharing

network control panel “share this connection”

sysctl -w net.inet.ip.forwarding=1 > /dev/null
/usr/sbin/natd -interface en0 -use_sockets -same_ports -unregistered_only
/sbin/ipfw -f flush
/sbin/ipfw add 10 divert natd all from any to any via en0 

(see also: Networking Notes)

Key bindings

other

nfs tuning between debian and osx » NFS on OsX

notes for an OsX Backup

moving the swap files to a seperate partition http://www.math.columbia.edu/~bayer/OSX/swapfile/index.html

see also: Sysadmin and Mac Startup Keys

laptop_hints

troubleshooting

when faced with kernel panics, daemon corruption and other quagmires … . see » OsX Recovery (and/or OsX System Integrity )