Backup Multiple MySQL Or MariaDB Databases AutomaticallyBackup Multiple MySQL Or MariaDB Databases Automatically

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…

Read more »
02 May 2016

How to Block abusive IP addresses using IPTABLES Firewall in Debian/UbuntuHow to Block abusive IP addresses using IPTABLES Firewall in Debian/Ubuntu

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…

Read more »
19 Mar 2016

Linux – Top memory usage by processLinux – Top memory usage by process

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…

Read more »
10 Mar 2016

Rsync-Automatic Backup ScriptRsync-Automatic Backup Script

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…

Read more »
04 Mar 2016

How To Create An Off-Site Backup Of Your Site With Rsync On Centos 6How To Create An Off-Site Backup Of Your Site With Rsync On Centos 6

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…

Read more »
04 Mar 2016

Send Email Alert When Hardware Errors DetectedSend Email Alert When Hardware Errors Detected

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…

Read more »
22 Feb 2016

Shell Script : Find All Zip / Rar Files Then Unzip / UnrarShell Script : Find All Zip / Rar Files Then Unzip / Unrar

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…

Read more »
19 Feb 2016
 
Top