Category Archives: Shell Script

Shell Script to take MySQL Database Dump and Push It to AWS S3

By | October 11, 2019

There will a multiple cases when you will be asked to Automate the backup of mysl dump and store somewhere. there will be a multiple way of doing this but in this article we will see how we can take the msql dump of a database and push it to the AWS S3 bucket. Just… Read More »

Basic Linux Commands – Part 2

By | February 24, 2018

We are looking into some basics and advance Linux Command. This post is continuity of Linux Basic to Advance Commands – Part 1. In this Post, we will be covering the below commands. uname arch uptime cat  touch clear history poweroff shutdown reboot 1. uname uname command will print your system information.  The only uname command… Read More »

Basic Linux Commands – Part 1

By | February 24, 2018

  When we work on Linux server, the majority of the time we work remotely taking the access to the Linux server and we don’t have the graphical access to the server as a result of which we are operating or managing the Linux server through the command line. Every Linux Administrator should have the… Read More »