Browsing category

Centos/Redhat

Install and Configure GlusterFS on CentOS 7 / RHEL 7

In the technology world, it is always crucial to keep the data highly available to ensure it is accessible to the application/user. High availability is achieved here by distributing the data across the multiple volumes/nodes. Client machines/users can access the storage as like local storage. Whenever the user creates data on the Gluster storage, the […]

How To Install Go Lang on CentOS 8/7 & RHEL 8/7

Go Lang is an open-source programming language developed by a team of Google engineers in 2007. Go language was designed to resolve the common criticisms of other languages while maintaining their positive characteristics and most widely used for writing servers these days. Most notable projects using Go language are, Docker, a set of tools for […]

How To Add Remote Linux Machines into Icinga 2 Server

In our previous article, we have covered the installation of Icinga 2 server and the installation of Icinga Web 2. In this guide, we will look at how to add remote Linux machines into Icinga 2 server. Article Series Icinga 2 1: How To Install Icinga 2 on CentOS 7 / RHEL 7 2: How […]

How to Run ELK stack on Docker Container

ELK stack is abbreviated as Elasticsearch, Logstash, and Kibana stack, an open source full featured analytics stack helps to analyze any machine data. It is used as an alternative to other commercial data analytic software such as Splunk. I hope you do not require an introduction of ELK stack if you still need it; I […]