6-Ways to shutdown RockyLinux from the command-line

PowerOff

Rocky Linux is a free, open-source enterprise operating system that serves as a community-driven successor to CentOS, particularly CentOS 8, after its shift to CentOS Stream. Founded by Gregory Kurtzer, the original co-founder of CentOS, Rocky Linux is designed to be a stable, production-ready platform compatible with Red Hat Enterprise Linux (RHEL). It offers a … Read more

How to install Gitea on Rocky Linux

Gitea is a lightweight, open-source and self-hosted code hosting solution, similar to GitHub, Gitlab and BitBucket. It is mainly written in Go and can run on Windows, Linux, macOS, ARM, etc. Gitea was developed as a fork of Gogs and published under the MIT license. Gitea is easy to install and offers several options for … Read more

How to Install Apache Maven on AlmaLinux 8 and Rocky Linux 8

Maven on Rocky Linux

Maven is the name of an automated build engine used primarily for Java projects. It is a free, open-source tool that greatly eases building and managing of other libraries or applications that are to be bundled as part of the project. Maven takes care of details such as downloading dependencies, parsing information about those dependencies … Read more

How to Install Apache Cassandra NoSQL Database on Rocky Linux 8

Apache cassandra NoSQL Database

Apache Cassandra is an open-source NoSQL database management system. It is designed to handle large amounts of data across many servers and to survive the loss of any server. Cassandra’s architectural model is quite different from relational database systems. Cassandra stores non-relational data in row key-value pairs in a distributed set of nodes so that … Read more

How to Install MariaDB on Rocky Linux 8

MariaDB Rocky Linux

MariaDB is an open-source RDBMS that is mostly used for web development. It uses MySQL as its primary storage engine, but it is also lightweight, secure, and features in-memory ACID transactions. MariaDB was originally created by Michael Howard, a former engineer from Oracle Corporation and the Vice President of Engineering at Sun Microsystems. While it … Read more

How to Install and Use Podman on Rocky Linux 8

Podman Docker Rocky Linux

Podman is a free and open-source daemonless container engine that was developed by RedHat. It exists to help developers manage and deploy their applications in a Linux environment. Similar to the Kubernetes platform, Podman works with pods. Podman seeks to be the alternative to the Docker engine which is also a containerization platform. Podman improves … Read more