Category Archives: Linux

How To verify Whether Cron Job is Working or Not.

By | September 24, 2019

Everybody know the importance of cron Job and uses it multiple times in Various scenarios.  Creating a Cron Job is easy to create but, Several user Still get confused whether their Cron Job is Working Regularly or on the defined date time or not. User are not even very sure about how to identify whether… Read More »

Create a user with Admin Privileges in AWS RDS MySQL/MariaDB.

By | September 24, 2019

AWS RDS MySQL/MariaDB Admin user Creation ErrorThis will be a short article on creating a user and assigning him full privileges in Mysql/MariaDB Database Engine. Before moving ahead I would also like to point out for the case of AWS RDS MySQL/MariaDB instance we have to explicitly define all the permission in order to make… Read More »

Working With Docker Compose and Its Basic Commands.

By | June 1, 2019

We already have a blog for the docker compose installation procedures which you can refer from the here. In this particular blog, we would be discussing the use of docker compose and would also be looking into its demonstration by running a simple nginx container. For this demo, we would be using an AWS ec2… Read More »

Install Docker Compose on Linux – Ubuntu/CentOS.

By | June 1, 2019

Docker Compose is an Effective tool for running Multiple containers by passing multiple parameters in a YAML format/file and can simply be run as docker-compose up and docker-compose down. Ideally, when you run a docker container out of the docker image it can be helpful for running a single container with fewer parameters, but Just… Read More »

Security Check Lists on AWS and Linux Servers.

By | April 13, 2019

We already have a blog on AWS Security Best Practices which is much in details and theoretical. You can refer that blog from here. I’m writing this blogs to to easily identify the contents in a form of checklists. This article will also cover server level security checklists as well. Security checklists has been categorized… Read More »

How to Install Docker on Redhat/CentOS 7

By | August 24, 2018

In this blog, we will see how to install Docker CE (Community Edition) in Redhat Enterprise Linux (RHEL 7) and CentOS 7. Please refer steps for installing Docker on ubuntu machine here. In the previous blog, we have tried to explain the basics of docker with the installation process. Here, We are not going to… Read More »