So I’ve installed WordPress and it’s time to clean up the installation. Like any open source package, security vulnerabilities are well documented and open to exploitation by anyone who can read. So here are some of the steps I have taken to secure copies of WordPress.
cd /home/blogger/www/blog/
rm -f wp-config-sample.php
More to come…
