Rocky Linux

How To Install MySQL Workbench on Rocky Linux 8

Rocky-Linux-logo

In this tutorial, we will show you how to install MySQL Workbench on Rocky Linux 8. For those of you who didn’t know, MySQL Workbench is a visual database design tool for MySQL database management and administration. It provides extensive functions for daily work with the databases and can be used to design, create, edit, administrate and display databases. MySQL Workbench is available in thre...

How To Install Webmin on Rocky Linux 8

Rocky-Linux-logo

In this tutorial, we will show you how to install Webmin on Rocky Linux 8. For those of you who didn’t know, Webmin is a free, open-source, and web-based control panel that allows the system administrators to manage a Linux server from a web browser. With this web-based admin system, you can take care of just about anything you need, including security concerns such as SSH configuration, syste...

How To Install LEMP Stack on Rocky Linux 8

Rocky-Linux-logo

In this tutorial, we will show you how to install LEMP Stack on Rocky Linux 8. For those of you who didn’t know, The term LEMP is an acronym for Linux, Nginx, MariaDB or MySQL, and PHP. This is a stack that is normally used together to build powerful websites and web applications. This article assumes you have at least basic knowledge of Linux, know how to use the shell, and most importantly,...

How To Install Mattermost on Rocky Linux 8

Rocky-Linux-logo

In this tutorial, we will show you how to install Mattermost on Rocky Linux 8. For those of you who didn’t know, Mattermost is an open-source, self-hostable online chat service with file sharing, search, and integrations. It comes in both free and paid versions. It can be operated either in the cloud or on-premise as a web application. Mattermost is a competitor for messaging platforms such as...

How To Install Python on Rocky Linux 8

Rocky-Linux-logo

In this tutorial, we will show you how to install Python on Rocky Linux 8. For those of you who didn’t know, Python is one of the most popular high-level languages, focusing on high-level and object-oriented applications. Generally, Python is used in automation, scripting, data analysis, machine learning, back-end development, handling big data, and performing complex mathematics. Python has b...

How To Install Git on Rocky Linux 8

Rocky-Linux-logo

In this tutorial, we will show you how to install Git on Rocky Linux 8. For those of you who didn’t know, Git is a free and open-source distributed version control system designed to handle everything from small to very large projects with speed and efficiency. Git is designed for developers that need a pretty straightforward version control system. It helps with managing large projects effici...

How To Install MySQL on Rocky Linux 8

Rocky-Linux-logo

In this tutorial, we will show you how to install MySQL on Rocky Linux 8. For those of you who didn’t know, MySQL is an open-source, cross-platform, and one of the most widely used Relational Database Management Systems (RDMS). MySQL 8.0 was released a while back and it is built with a number of improvements to enable innovative DBAs and developers to create and deploy the next generation of a...

How To Install Docker on Rocky Linux 8

Rocky-Linux-logo

In this tutorial, we will show you how to install Docker on Rocky Linux 8. For those of you who didn’t know, Docker is basically a container engine that uses the Linux Kernel in order to create the containers on top of an operating system. Docker provides the ability to easily run your applications on any machine regardless of operating system or platform. The CE version of Docker is a rebrand...

How To Install Java on Rocky Linux 8

Rocky-Linux-logo

In this tutorial, we will show you how to install Java on Rocky Linux 8. For those of you who didn’t know, Java is a high-level programming language designed to be portable and to have as few dependencies as possible to run on any system. The general purpose of the Java programming language is to let developers write programs or applications once, but the application itself can be run on any s...

How To Install PHP 8 on Rocky Linux 8

Rocky-Linux-logo

In this tutorial, we will show you how to install PHP 8 on Rocky Linux 8. For those of you who didn’t know, PHP is a popular general-purpose scripting language that is especially suited to web development. The PHP version 8 has been released with new features and optimization including null safe operator, Just in Time Compiler (JIT), error handling, match expression, etc. This article assumes...