Browsing tag

rhel 8

How To Install phpMyAdmin With Apache on CentOS 8 / RHEL 8

phpMyAdmin is an open-source, web-based administration tool for managing the MySQL and MariaDB servers. It is one of the most popular database administration tools used by hosting companies and system administrators for performing database activities such as creating, deleting, querying tables, columns, relations, indexes, users, permissions, etc. phpMyAdmin is a portable web application written in […]

How To Install MariaDB on CentOS 8 / RHEL 8

MariaDB is one of the most popular open-source database management system used by small to large enterprises. It is a fork of famous database server MySQL, developed by MariaDB Corporation Ab, led by original developers of MySQL. MariaDB is fully compatible with MySQL for ensuring a drop-in replacement capability. MariaDB often used as a database […]

How To Install NodeJS On CentOS 8 / RHEL 8

NodeJS is an open-source, cross-platform JavaScript runtime environment for developing network tools and web applications. Many of the NodeJS modules are written in JavaScript which makes the development of applications easier. NodeJS is a combination of the Runtime environment and JavaScript modules. Node.js interprets JavaScript using Google’s V8 JavaScript engine, developed by Ryan Dahl in […]

How To Install Elasticsearch on CentOS 8 / RHEL 8

Elasticsearch is an open-source search engine based on Apache Lucene, offers a real-time distributed full-text search engine with an HTTP web interface and schema-free JSON documents. Elasticsearch is developed in Java. The open-source version of Elasticsearch is released under the Apache 2.0 License, and the commercial version is released under Elastic License. Currently, it is […]

How To Install Java On Rocky Linux 8 / CentOS 8 / RHEL 8

The Java JDK (Java Development Kit) is a software development environment used for developing Java Applications. The JDK is a collection of programming tools, notably JRE (Java Runtime Environment), Java (Loader for Java Application), Javac (Compiler), Jar (Archiver), etc. JDK or JRE Application developers who are new to Java often confuse the Java Development Kit […]