Skip to content

Category Archives: Uncategorized

Sync Folders on XP

17-Oct-08

For automated syncing folders on Windows XP, try command-line open source Java app Sync and schedule it via Windows' own Scheduled tasks.

CSS? Reset! Reset!

14-May-08

A thought: If you're designing web sites, maybe you ought to use reset stylesheets. Reset stylesheets? Read about it at WPDFP.

Fix for WPAU failed at step 2 error

09-May-08

I recently got an error using (otherwise excellent) WP plugin WordPress Automatic Upgrade: “Database files could not be backed up. Failed at Step 2.” Luckily, there was a fix.

Idle SSH Connection Drops? Fix with Keep-alive

24-Oct-07

One possible solution for dropping ssh connection is to create (or modify) a file name config in your .ssh directory (~/.ssh/config) on your local machine, adding a line ServerAliveInterval 60 This and plenty of other useful ssh keep-alive tips can be found on The Mad Philosopher's ssh keep-alive post. For some reason my ssh connections [...]