Recent Posts

Check for DoS or DDoS connections

This is just a quick snippet to see what is going on with connection on your server. We are checking port 80 in this example but you can replace 80 with what...

Change MySQL open file limit

This one used to get new techs because they would see the error message and think the file limit error was pertaining to the kernel and not MySQL. You can ad...

MySQL unauthenticated user

Often time you will see stacked MySQL queries with the listing of “unauthenticated user”. This is a known bug in MySQL right now where it cannot perform a va...