Comments Off on Ansible Exam (RHCE 8) full solution with explanation

Ansible Exam (RHCE 8) full solution with explanation

  The RHCE 8 exam is totally based on Ansible. Generally, 15-17 questions are asked to solve in the exam. In this article, I will…
Comments Off on Install Ansible on CentOS 8

Install Ansible on CentOS 8

Ansible is used to manage and administer multiple servers from a central computer. Installing Ansible on CentOS 8 is very straightforward. Enable epel-release first and…

SSH login without password in Linux

For many reasons we need to access remote server automatically without providing password. Specially when you need to copy file through script or programming from…
Comments Off on How to write automated FTP script in Linux

How to write automated FTP script in Linux

In this article I will show you how to write automated FTP script in Linux. File Transfer Protocol (FTP) is typically used to copy files…

fixing mysql replication error automatically

This article is written for those who have already read article “MySQL Replication skip error” . In that article I explained how to find out replication…
Comments Off on Sum Column in Linux

Sum Column in Linux

Sum column in Linux  is very easy  and you can do it by a single command.  If you have a file with multiple columns and…
Comments Off on Important Linux and Unix Commands

Important Linux and Unix Commands

  My Favorite Linux / Unix Commands There are a lot of articles on the web regarding Linux commands. Here I have listed some of…

Install OCI8 on CentOS/Redhat/Fedora

Install OCI8 on CentOS/Redhat/Fedora The post will describe how to Install OCI8 on CentOS/Redhat/Fedora in step by step. The easiest way to configure PHP to access…