12th
tip: python
to create a nested defaultdict of defaultdicts, use d = defaultdict(lambda : defaultdict(int)) http://bit.ly/tUbev
to create a nested defaultdict of defaultdicts, use d = defaultdict(lambda : defaultdict(int)) http://bit.ly/tUbev
use tcdump to capture packet traffic sudohttp://bit.ly/COr2z
use java.util.Hashtable for a hashtable http://tinyurl.com/d5rwv6
script from @dreev to transparently use gnu screen over ssh for persistent logins http://bit.ly/lYNtG
to fix 403 forbidden error on apache in 10.5 (leopard), create appropriate /etc/apache2/users/user.conf file http://bit.ly/242lt
use show tables like “table_name” to see if a table exists http://bit.ly/SjdBG
return rows as dicts with mysqldb using the DictCursor class http://bit.ly/56bBm
use postfix to send smtp gmail from the command line on mac/linux http://bit.ly/qKECQ
use spdiags to row-wise (or column-wise) normalize a sparse matrix http://bit.ly/v4xbm (via @ssuri)
use sudo ifconfig en1 lladdr 00:11:22:33:44:55:66 to spoof your airport mac (hardware) address http://bit.ly/VXZin