http://apptob.org/
Scripts to auto install node.js on Ubuntu. Includes a few handy dependencies, etc. Neat.
http://www.ubuntuka.com/rate-limit-for-apt-get-andor-aptitude/
Very useful tip on how to rate limit apt-get or aptitude. Upshot is for apt-get it's `sudo apt-get -o Acquire::http::Dl-limit=25k update`
http://packages.ubuntu.com/
The Ubuntu package list. One can find .debs to download here.
http://www.debian.org/doc/manuals/apt-howto/ch-search.en.html
Handy howto from the debian manual on browsing packages with apt. Includes explanations of the most common operations (apt-cache search, etc) and what they do.