A few OS-X tips
softwareupdate -l <– see what updates are available
sudo softwareupdate -i -a <– install updates
mount_smbfs -W aex //10.0.0.1/netdrive ./remoteMusic/ <– works for my airport disk
top -us10 <– List all running processes sorted by CPU usage – descending and updating every 10 seconds – don’t forget to press the “q” key to quit, otherwise it will run continuously.