Tuesday, February 17th, 2009
Pretty neat trick by Craig Perry at http://ubuntuforums.org/showthread.php?t=462960. The following is pretty much word-for-word reposted. Since I have an old 400mhz Pentium 2 under my desk that I use as a Tomcat development box. I also find it useful to use it as a development platform that gives immediate feedback of suboptimal code, and it’s [...]
Monday, February 2nd, 2009
The MySQLdb documentation mentions conn.insert_id(), however this appears to have been deprecated, maybe? This really should be on the cursor object anyway. And behold! There is a lastrowid on it! It’s just a little bit undocumented
Monday, February 2nd, 2009
To remove iGoogle and revert to the classic vanilla google homepage, click “Classic Home” in the upper right corner of the screen.
Friday, January 30th, 2009
To enable mod_userdir, so your server’s Apache httpd server will respond to requests like “http://www.yourserver.com/~someuser”, use the a2enmod command, then restart Apache to pickup the change:
sudo a2enmod userdir
sudo /etc/init.d/apache2 restart
Friday, January 23rd, 2009
It works. Just follow the instructions.