The MEAN.io stack is a wonderful application framework built on top of node.js, mongodb and Angular.JS. The installation of the whole thing is quite non-trivial, however.
ttc-wordpress-security-plugin Gets You into a Loop Redirect
After upgrading to a WordPress version 2.9.+, the ttc-wordpress-security-plugin gets you into an infinite loop redirect and you cannot load a single page of your site. Just remove the plugin from the /wp-content/plugins/ folder with (s)ftp and everything is back.
Self-Signed SSL Certificate
Adapted from this article. sudo yum -y install mod_ssl openssl openssl-devel sudo mkdir /usr/share/ssl sudo openssl genrsa -des3 -out server.key 1024 sudo openssl req -new -key server.key -out server.csr sudo cp server.key server.key.org sudo openssl rsa -in server.key.org -out server.key…
Securing MySQL after Installation
If you just installed Linux or, separately, MySQL server, you need to undertake some simple routines to make it a little more secure. The below will set a password for a superuser account, remove anonymous user account and do some…