SSH vs Script Kiddies How-to Guide

Scope Some idiot created a SSH worm that uses a dictionary attack to try to log into a computer over port 22. The worm tries to set up shop on your computer and tries to find the next vulnerable computer. This clogs up networks with bazillions of SSH login attempts.

PHP Email Contact form with Captcha

PHP Contact form with image verification.

What is a null route?

What is a null route? A null route is a route that goes to nowhere. The reason for creating a null route is to prevent your system from sending any data to a remote system.

Unix: Disable Direct Root Logins

Allowing the root user to login directly is a major security issue, we’ll show you how to disable it so you can still login as root but just not directly, reducing the security issue.