Guess I’m not the only one who have a lot of unauthorized login attempts via SSH on my Linux servers. With a simple command, you can watch failed or successful login attempts in /var/log/auth.log. #As root or via sudo, type…
Category: Quick Start
Create a private/public key pair using PUTTYgen
Keep track of /etc with Etckeeper
You can insure yourself against accidentally changing your files using versioning. The technique can be used in many contexts, a good example that we will discuss below is the important configuration files for Linux Systems. Some programs have relatively small…