Archive for May, 2006

Weblog, reloaded II

Saturday, May 27th, 2006

Shell access: you can’t beat it. It’s the webmaster’s Swiss army knife. Here’s some great little migration commands I use:
cp -r /home///wp-content/themes /home///wp-content/themes [Recursive folder copy]
cp -r /home///wp-content/plugins /home///wp-content/plugins [Recursive folder copy]

find . -exec grep “your string here” ‘{}’ \; -print; [Find a string in files]

Weblog, reloaded

Saturday, May 27th, 2006

I migrated my website (mail still not being picked up - IMAP!?) and am blogging again. Woot!