-
Archives
- November 2011
- September 2011
- May 2011
- February 2011
- January 2011
- December 2010
- July 2010
- January 2010
- November 2009
- October 2009
- September 2009
- August 2009
- July 2009
- June 2009
- April 2009
- March 2009
- February 2009
- January 2009
- December 2008
- November 2008
- October 2008
- September 2008
- July 2008
- May 2008
- April 2008
- March 2008
- February 2008
- January 2008
- December 2007
- November 2007
- October 2007
- September 2007
- August 2007
- July 2007
- June 2007
- May 2007
- April 2007
- March 2007
- February 2007
- January 2007
- December 2006
- November 2006
- October 2006
- September 2006
- August 2006
- July 2006
- June 2006
- May 2006
- April 2006
- March 2006
- February 2006
- January 2006
- December 2005
- November 2005
- October 2005
- September 2005
- August 2005
-
Meta
Monthly Archives: October 2007
Origins of Gmail Discovered
Contrary to popular belief, Gmail was actually created in 1988. That’s code by caker, one of the admins over at my favorite hosting provider, Linode. You can see all the “g-mail” code he could find. Unfortunately: there’s more, but that’s … Continue reading
LugRadio
I spent half an hour tonight finding a AAA battery to resurrect my ancient 512 MB SanDisk SDMX1 MP3 player, so I could listen to LugRadio while washing dishes. I’ve never listened before, but after seeing Jono Bacon listed as … Continue reading
Posted in GNU/Linux, Mono/.Net, Open Source, Technology
Leave a comment
First Command to Run On Debian
(Also applies to Ubuntu if you have a SSH server installed.) sudo apt-get install denyhosts DenyHosts is a Python application that monitors SSH authentication attempts and block hosts with multiple failures. While its configuration file is easy to figure out, … Continue reading
Inline E-mail Replies
Web Worker Daily’s 7 Rules for Communicating … In E-mail are pretty good, but they miss one of my pet peeves. Separate important statements or questions into bullet points or at least their own paragraphs. This makes replying much easier. … Continue reading
Batch Converting OpenOffice.org Files
There’s a handy utility called unoconv that lets you batch/mass convert OpenOffice.org files to any format OpenOffice supports such as PDF, Word DOC, or HTML. Here’s how to use it in Linux: wget http://dag.wieers.com/home-made/unoconv/unoconv-0.3.tar.bz2 tar xjf unoconv-0.3.tar.bz2 cd unoconv ./unoconv … Continue reading
Posted in GNU/Linux, Open Source, Technology
2 Comments
PostgreSQL 8.3 Beta
Warning: IANADBA I was just reading the release notes for PostgreSQL 8.3 beta1, and there’s quite a lot of exciting improvements coming: Full text search is now a built-in feature Support for the SQL/XML standard, including a new xml builtin … Continue reading
Posted in Open Source, PostgreSQL, SQL, Technology
Leave a comment