In this guide we will go through the process of Installing and setting up Apache Cassandra Version 4 in Rocky Linux 8 and RHEL…
Run the following egrep command to verify that Intel VMX or AMD SVM supported on your CPU: egrep –color 'vmx|svm' /proc/cpuinfo Install kvm sudo…
In this guide, we will explore setting up Opencart in a Centos 8 Server with Apache serving it and Mysql 8 acting as the…
Remi’s RPM repository is a free and stable YUM repository mainly for the PHP stack. It contains packages for the latest versions of PHP.…
In this guide we are going to install Apache, PHP and set up a virtual host in Centos 8 Linux. The Apache HTTP Server(Apache),…
In this guide, we will explore installing Apache Web server on a Centos 8 server. The Apache HTTP Server(Apache), is one of the most…
In this guide, we are going to learn how to monitor multiple linux servers with the help of grafana, infuxdb and telegraf. Telegraf is…
Terraform is an open-source infrastructure as code software tool created by HashiCorp. To use terraform, you define the resources you want to create using…
Kubernetes jobs execute one time task. A Job creates one or more Pods and will continue to retry execution of the Pods until a…