CS video lectures

http://videolectures.net/

Leopard keyboard short-cuts

http://www.usingmac.com/2007/11/21/mac-os-x-leopard-200-productivity-booster-hotkeys

Apache “can’t reliably establish hostname”

To shut up apache when it’s complaining about “cant reliably establish hostname”, the response from /bin/hostname must match the first entry on the 127.0.0.1 line in /etc/hosts.

Zero 7 – Destiny

Installing Brother MFC5860CN printer on Ubuntu

Ubuntu Fiesty Fawn detected this printer, but it didin’t work.   Here is what I did to get it working:
Delete the existing printer:
Open a web broswer and wet to CUPS management URL: http://localhost:631 -> Administration -> Manage Printers, then deleted the MFC printer.
Followed these instructions and downloaded: 

mfc5860cnlpr-1.0.0-9.i386.deb
mfc5860cncupswrapper-1.0.0-10.i386.deb

Installed:

dpkg -i mfc5860cnlpr-1.0.0-9.i386.deb
  Produces errors – these can be safely [...]