Installing MinIO Storage on Rocky Linux
MinIO is a free and open-source object storage server written in Go. It’s compatible with Amazone S3 object storage and is one of the best and most free solutions for object storage.
Linux Tutorials
Rocky Linux is a free, open-source Linux distribution that was created as a direct replacement for CentOS, following Red Hat’s decision to shift CentOS to a rolling-release model with CentOS Stream. Named after Rocky McGaugh, one of the early contributors to CentOS, Rocky Linux is designed to be fully compatible with Red Hat Enterprise Linux (RHEL), offering a stable and reliable platform for enterprise and server environments. It was founded by Gregory Kurtzer, one of the original CentOS creators, and is maintained by the Rocky Enterprise Software Foundation. The project is community-driven and aims to provide a long-term, secure operating system with predictable release cycles, making it a popular choice for organizations seeking a free RHEL alternative.
MinIO is a free and open-source object storage server written in Go. It’s compatible with Amazone S3 object storage and is one of the best and most free solutions for object storage.
NTP or Network Time Protocol is a networking protocol for time and clock synchronization on the computer network. In this guide, you will learn how to install and to use Chrony on the Rocky Linux server.
Koel is a web-based audio streaming service written in the Laravel PHP framework. It allows you to stream your personal music collection and access it from anywhere in the world. In this tutorial, you will learn how to install Koel Music Streaming Server using Docker on a Rocky Linux 8 machine.
In this article, you will learn how to install the Prometheus monitoring tool and Node Exporter on a Rocky Linux 8 system. Prometheus collects data and metrics through HTTP endpoints from target servers. Node exporter exposes hardware and kernel-related matrics from Linux machines.
Tomcat is an open-source web server for Java-based applications. It is used for deploying Java Servlet and JSP applications. We will install Tomcat 10 along with the Nginx server to act as a reverse proxy and protect it using SSL.
Podman is a free and open-source container platform built to develop, manage and deploy containers and pods on a Linux environment. This article will show you how to install Podman and use it to create and manage images and containers.
Python is a widely used multi-purpose programming language. Today’s tutorial will show you how to install Python 3.9 on a Rocky Linux 8 system.
Node.js is a cross-platform java-script runtime for server-side programing language. It’s built on top of Chrome’s V8 JavaScript engine, allows you to execute JavaScript code on the server-side. In this tutorial, you will learn how to install Node.js on Rocky Linux using two different methods.
PostgreSQL is a free and open-source database management system focusing on extensibility and SQL compliance. In this guide, you will learn how to install the PostgreSQL database on Rocky Linux, securing the PostgreSQL database deployment, and basic usage of PostgreSQL queries for managing users and databases.
Elasticsearch is a free and open-source analytics engine used for storing, searching, and analyzing big volumes of data in real-time. In this tutorial, we will show you how to install ElasticSearch on Rocky Linux 8.