Backup all MySQL Databases with a MySQL Backup Script

MySQL-Logo

In this article, we will create a simple MySQL backup script for taking backups of all your MySQL databases periodically. If your website or web app runs over a LAMP stack or you’re running a Linux OS whether it is Ubuntu or Centos, you can write a simple script for taking MySQL backups at a … Read more

Pssh – Execute SSH Commands on Multiple Systems Using Single Command

pssh-help-page

pssh ( Parallel SSH Program ) is a program for executing SSH in parallel on a number of hosts. It provides features such as sending input to all of the processes, passing a password to ssh, saving the output to files, and timing out. We all nearly use the same “OpenSSH” for all our SSH … Read more