Quantcast
Image

Search Results for: architecture

How to install Java Runtime Environment (JRE) on CentOS, Red Hat and Fedora

By  •  November 28, 2023

Java Runtime Environment (JRE) provides the necessary components to run Java applications on your systems. A JRE includes the Java Virtual Machine (JVM), the Java class libraries, and other …
Read More

How to install Chromium browser on CentOS, RHEL or Fedora

By  •  November 28, 2023

Chromium is not the default web browser and is not even installed by default in CentOS, Red Hat, or Fedora. It's not even available in the distributions' default package …
Read More

How to create GlusterFS volume

By  •  November 28, 2023

A GlusterFS volume is a virtual disk that comprises bricks. A brick is a directory on the servers within the Trusted Pool dedicated to being joined into a GlusterFS
Read More

How to install GlusterFS on CentOS, Red Hat or Fedora

By  •  November 28, 2023

GlusterFS can easily be installed via yum or dnf in CentOS, Red Hat, or Fedora as it's readily available in the default yum repository. However, it could be a …
Read More

How to install Logstash on CentOS, Red Hat or Fedora

By  •  November 28, 2023

Logstash can be installed using yum or dnf though it first requires adding Elasticsearch repository, which is provided by Elastic, the company behind the Elastic Stack. Logstash is a …
Read More

How to install Kibana on CentOS, Red Hat or Fedora

By  •  November 28, 2023

There are a few ways to install Kibana, but the best way is probably via your system's default package manager. It's one of the easier methods and allows you …
Read More

How to install Elasticsearch on CentOS, Red Hat or Fedora

By  •  November 28, 2023

Elasticsearch is a popular, free, and open-source product for search and analytics engines, yet it is not available in the default package repository for CentOS, RHEL, or Fedora. However, …
Read More

How to install AWS CLI tools on CentOS, Red Hat or Fedora

By  •  November 28, 2023

AWS Command Line Interface (CLI) tools are provided by AWS as a pip package and, for Windows, an installer bundle. However, there is an RPM package of the tool …
Read More

How to install and set up Apache on CentOS, Red Hat, or Fedora

By  •  November 28, 2023

The Apache HTTP Server, commonly referred to as Apache, is one of the most widely used web servers around the world. It provides many powerful features, including dynamically loadable …
Read More

How to install Apache modules

By  •  November 28, 2023

The Apache HTTP Server, commonly referred to as Apache, is one of the most widely used web servers. It offers a modular architecture, allowing users to extend its functionality …
Read More

Top