In New York now…

Been a few weeks since this site migrated from Amsterdam to New York and is sitting on a staging server.  If this updates things are working well since flipping the DNS switch and fixing things to get rid of the default apache static page.

If you see me I’m in Amsterdam

I am presently migrating this blog over to a Shared SmartMachine (or whatever we are going to end up calling this) in Amsterdam.  The blog will most likely move once or twice as things are tested out and chef recipes fixed to fix bugs in configurations, etc. and moved to it’s final resting place on my VC account.

WordPress Best Practices – Security

I am currently writing about WordPress Best Practices – particularly about security at the moment.  Things that comes to mind when discussing security and WordPress range from ensuring that you are running the latest version of WordPress and all the WordPress Plugins that you make use of etc.

Here is a bit of a checklist:

  • Ensure that you are running the latest version of WordPress from wordpress.org as the latest version would have patches for exploits in prior versions of WordPress.
  • Ensure that you are running the latest versions of the WordPress Plugins you have installed as the latest versions would have patches for exploits in prior versions of the particular plugin.
  • Make use of HTTP Authentication to limit who can go to /wp-admin/ – this is especially useful if you are running a corporate site ontop of WordPress or just a personal blog.
  • Keep all WordPress source code, plugins and themes in version control.  This allows you to do a “svn diff” or “git diff” and see what files have changed if your WordPress install has been cracked by someone remotely and they have modified files.  Typically files that get modified these days include wp-content/plugins/hello.php and wp-content/plugins/akismet/akismet.php