How to schedule tasks with Cron Introduction It is often required to perform certain tasks at specific intervals like cleaning the server caches, updating your blogs...
How to use SSH keys for authentication Why the Keys? SSH access using public key authentication is one of the most commonly used as well as secure...
How to back up your MySQL Databases Introduction It is often required and advisable to take backup of your databases at regular intervals or before making any...
How to check disk usage and remove large files Introduction Sometimes you may encounter issues with your server or parts of the hosted services such as service errors or issues...
How to block an IP Address on a Linux Server Introduction In order to block IP using iptables , you can execute following commands up on your condition. If you...