Cockpit is a free, open-source web-based admin GUI. It’s modular and extensible to meet your specific needs, with many customization options. Cockpit is released under the MIT license and is free to use on any project. There are no limitations to how many projects you can host, but note that your ISP may limit the…
Category: AlmaLinux
How to Install Apache Maven on AlmaLinux 8 and Rocky Linux 8
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…
How to Install Nginx, MariaDB, and PHP (LEMP Stack) on AlmaLinux 8 and Rocky Linux 8
LEMP is a popular web hosting stack used by developers and web hosting companies to test and host web applications. It comprises 3 components: the Nginx ( pronounced as Engine-X) webserver, MariaDB, and PHP which is a server-side scripting language. In this walkthrough, you will learn how to install the LEMP stack on AlmaLinux and…
How to Install Rust Programming Language on AlmaLinux 8 and Rocky Linux 8
Rust is often called rust-lang. Rust is a general-purpose programming language that aims to be safe, concurrent, and practical. Rust was created by Graydon Hoare in 2010, and the first stable version (1.0.0) was released in May 2015. Graydon Hoare has been the principal architect of Rust, with contributions from Dave Herman, Brendan Eich, and…
How to Install JAVA JDK on AlmaLinux 8, CentOS 8 and Rocky Linux 8
Java is a popular programming language used to build a variety of apps and websites. But what is the real story of Java, and who uses it? Java has been around since 1995. It was released by Sun Microsystems as a programming language for “smart” consumer devices, particularly those with multimedia capabilities. This included interactive…
How to Install Python on AlmaLinux 8
Python is a programming language that was created with one goal in mind: to make it easy for anyone, not matter their skill level or experience as far as computer science goes. Developed over 30 years ago by Guido van Rossum and still evolving today under an ever-watchful eye (but never too much), this innovative…