Featured Articles
[solved] Jenkins Intermittent "Slave went offline during the build"
Issue: I have my Jenkins master and slave setup on AWS instance. I am build i have a maven deploy task to upload a large artifact to...
Check Application Status Using Ansible Play - wait_for moudle
I have an application running on port 8080. I want to check if the port is open and the application is successfully running on the port. How...
[Solved] Glusterfs already part of a volume Error For Volume Creation
I am trying to create a volume in Glusterfs and I am getting an error saying "Volume creation Failed: gdata is already part of a volume&...
How to Install and Configure MongoDb on Redhat 7/CentOS 7
How do I install the latest mongoDB database server and components in Redhat 7 or a centos 7 box? There are no Mongodb packages available in the...
How to Install Anible IN Redhat 7/ Centos 7 Servers
How do I install latest ansible server on a Redhat or Centos 7 server? You can easily install the latest stable version of ansible in a Redhat...
Linux Shell Scripting Beginner Tutorial - Part 1
Linux shell is an interactive mode to run the Linux commands. You can type commands in terminal using keyboard and you can run it using shell. Lets...