#centos

8 posts

30 Linux Basic Commands List

Linux is an open source operating system (OS). An operating system is the software that directly manages a system’s hardware and resources, like CPU, memory, and storage. The OS sits …

How to Install GUI on CentOS 8 Minimal Linux Server

CentOS is a Linux distribution that provides a free and open-source community-supported computing platform, functionally compatible with its upstream source, Red Hat Enterprise Linux. How …

How to Install Scala on CentOS 7

Scala is a strong statically typed general-purpose programming language which supports both object-oriented programming and functional programming. Designed to be concise, many of Scala's design …

How to Install and Configure Redis on CentOS 8

Redis is an in-memory data structure store, used as a distributed, in-memory key–value database, cache and message broker, with optional durability. Redis supports different kinds …

How to Install MongoDB on CentOS 8, 7, 6

MongoDB is a source-available cross-platform document-oriented database program. Classified as a NoSQL database program, MongoDB uses JSON-like documents with optional schemas. MongoDB is developed by …

How to Install Apache Tomcat 8 on CentOS 7

Tomcat is an open-source web server that is designed to serve Java web pages. It is widely deployed and powers various mission-critical web applications around …

How to Install and Use cURL on RHEL / CentOS 8

curl is a powerful command-line tool for transferring data from or to a remote server. With curl you can download or upload data using various …

How To Install Chrony (NTP) On CentOS 8, 7 & RHEL 8, 7

The Network Time Protocol (NTP) is a networking protocol for system clock synchronization with remote internet time servers or other sources such as GPS or radio …