
Backup Multiple MySQL Or MariaDB Databases Automatically Introduction In this write-up, we'll walk through how to backup multiple MySQL or MariaDB databases that sit on the same machine using a custo…
Backup Multiple MySQL Or MariaDB Databases Automatically Introduction In this write-up, we'll walk through how to backup multiple MySQL or MariaDB databases that sit on the same machine using a custo…
Blocking abusive IP addresses using IPTABLES Firewall In computing, a firewall is a network security system that monitors and controls the incoming and outgoing network traffic based on predetermined…
Linux – Top memory usage by process Here are a couple of commands to help find top memory wasters. Process – Sorted by occupied memory(2 column)1 ps -e -orss=,pid=,args= | sort -nr | head|awk '{print…
Rsync-Backup Script rsync is a widely-used utility to keep copies of a file on two computer systems the same. It is commonly found on Unix-like systems and functions as both a file synchronization an…
Backup Of Your Site With Rsync On Centos 6 There are two ways to do backup: incremental and full backups. A full backup copies all the data, while the snapshot only handles the changes since the last…
Send Email Alert When Hardware Errors Detected [root@instructor script]# yum install mcelog -y Default Mcelog cron file is here /etc/cron.hourly/mcelog.cron [root@instructor script]# vi /etc/cron.hou…
Find All Zip / Rar Files Then Unzip / Unrar We must first install and enable RPMForge repository under Linux systems to install Unrar and Rar command-line applications. We have provided RPMForge repo…