Stuff I Liked or Use

Take it easy, but take it.

Posting photos to WordPress from email

without comments

See link below for PostMaster, which will let you post attachments to your WordPress blog from email (so you can post cell phone photos.)

It installed just as described, except I had to add:  (remember to stick in your path for the one below)

if (empty($wp)) {
require_once('/home/<yourusername>/public_html/blog/wp-config.php');
}

after the first line (<?php) in the upgrade.php file. And, really, I added it to the rest of the php files versus thinking about it too much. ; )

»This post was processed by PostMaster

Written by Brad

August 16th, 2008 at 10:49 pm

Posted in Blogging, Computing

Configuring TDP for Oracle on Solaris 10

without comments

Here’s a link to some notes I wrote before on configuring TDP for Oracle on Solaris, since google had a very sad small number of hits on my error messages.

http://sunnotes.wordpress.com/

Written by Brad

August 16th, 2008 at 10:45 pm

Posted in Computing, Solaris