About a month ago, some of my blogs got hacked BAD, they were FILLED with porn spam links. Of course, it took me awhile to realize that it was actually a Wordpress security hole. I complained to Wordpress people via Twitter but they told me Wordpress was secure.
Anyway, today ...
Well, I started writing a DIY on how to make a Wordpress Blog over at my Ad Optimization blog and it got rather long. But I do tell you how to make a Wordpress blog with all the bells and whistles in just 2 hours and also what “skills” you’d need to do it that ...
Well, I have been manually managing the dedicated server for this site for last 2 years or so but I found a better way to automate the server so it doesn’t ever go down due to overload.
One of the common problems in dedicated servers is the fact that load can go out of con ...
Well, I have been struggling with one of my dedicated servers and just found this cool script that will auto-restart the Apache httpd server if it goes out.
Save the following as restart.sh:
#!/bin/bash
# Apache Process Monitor
# Restart Apache Web Server When It Goes Down
# --- ...