Hardware RAID versus Software RAID

RAID ( Redundant Array of Independent Disks)  RAID is a technology used to increase the performance and reliability of data storage. Multiple physical disk drives comprise components into one logical unit. Data in RAID is distributed across one of several channels, and is known as the RAID Level, depending on the requirement of the RAID … Read more

Alternative backups for cPanel server

Alternative backups for cPanel server Data security has always been a headache for us. Unpredictable loss of data will mess up most of the things related to our business, educational works, personal works etc… Data loss can occur due to buggy software, data corruption, hardware failure, malicious hacking, user error etc… So taking frequent backup … Read more

Secure with Fail2Ban

What is Fail2Ban Fail2Ban is an intrusion-prevention framework written in Python. The basic idea behind Fail2ban is to secure server by monitoring the logs of common services to spot patterns in authentication failures. It works by reading your SSH, Apache and other outward-facing internet service logs for signs of an attack. If your service requires … Read more