Posted on 2 March 2009, 9:39 pm, by klenwell, under
Miscellany.
For a simpler, updated version of this guide, see this page: http://klenwell.com/is/UbuntuCommandLineGmailNail This will be the first of two posts showing you how to configure the more recent versions of Ubuntu to send email from the command line as simply as humanly possible using your Gmail account for delivery. These instructions were originally posted on [...]
Posted on 16 February 2009, 9:29 pm, by klenwell, under
Miscellany.
I posted last month on running PHP4 and PHP5 independently on separate local domains on a single Apache server under Ubuntu. This post updates my original post. The goal here is to create two domains: http://php5/ — running PHP5 via an Apache module http://php4/ — running PHP4 through CGI The steps below are adapted from [...]
Posted on 6 February 2009, 9:24 pm, by klenwell, under
Miscellany.
I have a server running Ubuntu. Log rotation never worked on it for some reason. The log files were getting pretty hairy so I wanted to delete or rotate them. Specifically, to be safe, I wanted to rotate then delete them. You’d think this is one of those things Google (by way of the ubuntuforums) [...]
Posted on 9 January 2009, 6:28 pm, by klenwell, under
Miscellany.
A weaker man might be moved to re-examine his faith, if in nothing else, at least in the law of probability. — Rosencrantz from Tom Stoppard’s Rosencrantz and Guildenstern Are Dead A colleague at work emailed this to me today: Check out how well VB.Net’s Random Number Generator works: I am relieved to say that [...]
Posted on 5 January 2009, 8:47 pm, by klenwell, under
Miscellany.
I recently discovered the limitations of svn:ignore. Having been spoiled by the ignore file in mercurial, I wasn’t expecting the hardships subversion had in store for me. And as I quickly learned from google, I’m not the first to lament its shortcomings. See, for instance, svn:ignore propset. The most frustrating thing is the lack of [...]