Posted on 8 February 2010, 7:28 pm, by klenwell, under
Miscellany.
First off, let me apologize to all those who have commented in the recent weeks and had their comments held up in moderation limbo. With all the spam I was getting, I got bad about procrasting on moderating comments. Now with this new plugin, hopefully I can relax the moderation and, when moderation, [...]
Posted on 13 June 2009, 12:10 pm, by klenwell, under
Miscellany.
Greqo is a PHP project I started a couple years back for Google’s services. It was an extension of a Blogger API I had written in PHP. I extended it to include Gmail and Google Analytics. I took some time this year to clean it up and recently released Greqo 4. [...]
Posted on 3 March 2009, 8:53 pm, by klenwell, under
Miscellany.
This guide explains how to configure Ubuntu so that you can send email from the command line using mailx with your Gmail account for delivery. This updates a guide I originally posted on the ubuntu forums for mailx, which is part of the current Ubuntu repositories (versions 7 and 8). To use nail, [...]
Posted on 2 March 2009, 9:39 pm, by klenwell, under
Miscellany.
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 my old blog and on the Ubuntu forums site.
This guide covers [...]
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 the guide found [...]