Jul
05
2008
I’ve been using wordpress’ automatic update plugin on several sites and it works very nicely. A little tedious in places since it pauses to let you download backup files, tell you what’s next, etc. But, overall it is an excellent feature since installing upgrades is not an everyday thing and I forget the process between upgrades.
Update: The plugin has an automate upgrade option that avoids most of the pauses mentioned above. Very efficient.
Mar
09
2008
As a change from the slick designs portrayed in the prior two posts, here’s a glimpse of something nearer to reality.

We’ll be building a Home Theater PC (HTPC) which will likely lead to a few future entries in this blog.
Choosing a mainboard for the HTPC was a laborious task. I was amazed at all the options out there. CPU’s, support chips, graphics chips/cards, etc. After reading for a couple of days, I made some arbitrary choices to narrow the field and then ended up choosing a ‘low end’ board with integrated graphics. It may not be sufficient in the end but will provide an initial platform on which to learn a few things. At a relatively low cost.
The board is a Gigabyte GA-73PVM-S2H. Intel CPU with NVidia support chips and graphics.
Feb
29
2008
J likes this. Maybe find something cheaper / similar? Ikea?
Feb
28
2008
Slick, could use in ArborHT in conjunction with the iScan if we don’t find a more integrated way to switch/convert.
Noticed this switch in Best Buy or maybe Office Depot recently.
Feb
06
2008
Just to document a simple change to turn off the 3D dock, here is a repeat of the CLI command to set the default dock style to 2D. This has appeared in several places including OSXHints.com
$ defaults write com.apple.dock no-glass -boolean YES; killall Dock
Jan
03
2008
Macworld has an interesting short article on screen sharing between macs on a local net which includes some options that need to be enabled via terminal.
Dec
13
2007
Recent Debian installations of openSSH default to a hashed host name in the known_hosts file used by openSSH. This makes it more difficult to manual maintain and edit this file. A good start on the commands that can (should?) be used to manage know_hosts can be found on this blog entry.
Two useful commands:
search for an entry: $ ssh-keygen -H -F hostname
delete an entry: $ ssh-keygen -R hostname
An online version of the ssh-keygen man page provides more detail on the options it provides.
Since a one way hash is used, there isn’t any way to list all the entries in known_hosts with machine names “de-hashed”.
Dec
10
2007
Several problems have come up as a result of database table changes made in wordpress 2.3. Most if not all involve the categories table that was eliminated in favor of a new table. Some themes, including k2, and some plugins are no longer consistent with the database. It seems that the changes are mainly:
- categories –> terms (a table)
- cat_ID –> term_ID
- cat_name –> name
I suppose this is documented better on a wordpress page somewhere, but I never found the description. Googling did turn up other leads.
On one of the sites that use k2, I found the problem in this file: …/wp-content/themes//page-archives.php
Commenting out the following two lines eliminated the error. A crude fix, but I haven’t noticed any bad effects yet.
// $numcats = $wpdb->get_var("SELECT COUNT(1) FROM $wpdb->categories");
// if (0 < $numcats) $numcats = number_format($numcats);
Another site that uses k2 has a different set of symptoms, but that was probably due to some files left over from a prior version of k2. Once I thorough clean out and upgrade with plugins off it was ok. The main trick for me was to switch to the default theme while doing the upgrade. When k2 was the active theme, the database upgrade step failed.
Nov
18
2007
Items not handled by the install process:
-
Developer’s tools are not migrated. Tried copying to / from /Previous System. Some apps work and some don’t xCode doesn’t! Have to reinstall from a 1.1GB download (or off the install DVD)! Works fine after a re-install.
-
gimp.app an OS X version of the gimp graphics manipulation program compiled to use X11 cratered on launch. Off to find a more current version? The one that cratered was over a year old (gimp-2.2 [940]). It says it is caching fonts and then dies.
Downloaded another binary version (gimp-2.2 [1172]) that is supposed to work with Leopard and it cratered while loading fonts. The download was from sourceforge via a link from Apple’s download page. Time to read the log which says:
11/18/07 3:48:22 PM [0x0-0x9e09e].org.gimp.Gimp[1158]
Reason: Incompatible library version: libXft.2.dylib requires version 3.0.0 or later,
but libfontconfig.1.dylib provides version 2.0.0
hmmm. I hate this sort of chase the module problem. A waste of time. Macports has a version of gimp. Maybe I’ll try that instead.
- And then there are the other Unix style applications that are left on “Previous System” and have to be copied over or re-installed. In addition to gimp, I need the Haskell compiler (GHC), and the GPG suite of tools.
On the other hand, Windows XP under VMWare runs fine though I did have to upgrade to VMWare Fusion V1.1.