Tag Archives: dedicated servers

Recommended Dedicated-servers

WordPress DIY – How To Check For Spam Links After Being Attacked by Hackers!

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 I heard that WordPress announced that WordPress has security holes, meaning if you don’t use the latest versions, you are susceptible to worms that will take over your admin privileges and possibly do nasty things like put spam links all ov

Click Here to Read Full Article

2 Comments

Blog DIY – How to Make a WordPress Blog in 2 Hours!

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 fast.

If you are thinking about designing blogs for a living, this will definitely of great help in getting things done faster.

Here’s an excerpt:

1. I go to GoDaddy.com and register

Click Here to Read Full Article

2 Comments

Linux Web Server Hack – How to Write Automated Load Balancing Script!

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 control and your web server along with it, causing you to hard-restart the server.

A better way to deal with this over-load problem is to shut down the HTTPD server (web server) before your server

Click Here to Read Full Article

7 Comments

Linux Server Hack – How to setup a Shell Script to Auto Restart Apache Httpd Server!

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 # ------------------------------------------------------------------------- # Copyright (c) 2003 nixCraft project <http://cyberciti.biz/fb/> # This script is licensed under GNU GPL version 2.0 or above # ------------------------------------------------------------------------- # This script is par

Click Here to Read Full Article

Leave a comment