Monthly Archives: May 2006

wordpress migration the painless way

Changed web hosts & wanted to move this WordPress blog. on old server Exported SQL tables from the old installation. Make sure you of course have any custom php files & templates. on new server Created new WordPress installation on … Continue reading

Posted in WebTechnology | 2 Comments

Unidata 6.1 Documentation Set

Full Set of Documentation available from IBM U2 Library 6.1 and other U2 systems available there. Also available in piecemeal pdf files: http://my.antioch.edu/docs/unidata/ The Index and Online Guide Page that has links to all other PDF’s : http://my.antioch.edu/docs/unidata/onlguide61.pdf

Posted in Other Tech | Leave a comment

Linux metacharacters

Here is the meaning of some metacharacters: * = Matches any sequence of zero or more characters, except for “.” (a dot) at the beginning of a filename. ? = Matches any single character. [abC1] = Matches a single character … Continue reading

Posted in Linux, Other Tech | Leave a comment