HOW TO: Installing MySQL on RedHat/CentOS/Amazon Linux in 5 easy steps. By Brian March 30, 2011 MySQL 0 Comments This seems like it should be a really complicated tasks, but once you have done a few it sinks in that this is really simple… Just run each of […]... [Continue reading...]
HOW TO: How do you redirect all https traffic to http? By Brian March 30, 2011 Random thoughts 3 Comments There are LOTS of ways to do this. This is what I do so that I can use the same code in any site’s .htaccess RewriteEngine On RewriteBase / […]... [Continue reading...]
HOW TO: Determine which flavor or version of Linux is installed By Brian March 29, 2011 LINUX 3 Comments If you are working with a Linux or Unix server, you may not even know which operating system release is on the server or even if it is a 32 […]... [Continue reading...]
HOW TO: Take a quick glance at errors from a project. By Brian March 24, 2011 Bash, PHP 0 Comments PHP records all errors to a file named error_log I needed to look at the status of a project on two servers to see what errors were being thrown. This […]... [Continue reading...]