Rocky Linux 9

How To Install MariaDB on Rocky Linux 9 — step-by-step Linux tutorial on Progressive Robot

How To Install MariaDB on Rocky Linux 9

MariaDB is an open-source database management system, commonly used as an alternative for the MySQL portion of the popular LAMP (Linux, Apache, MySQL, PHP/Python/Perl) stack. It is intended to be a drop-in replacement for MySQL. This tutorial will explain how to install MariaDB on a Rocky Linux 9 server, and verify that it is running and has a safe initial configuration.

Read more
How to Use Ansible to Automate Initial Server Setup on Rocky Linux 9 — step-by-step Linux tutorial on Progressive Robot

How to Use Ansible to Automate Initial Server Setup on Rocky Linux 9

Server automation now plays an essential role in systems administration, due to the disposable nature of modern application environments. Ansible offers an architecture that doesn’t require special software to be installed on nodes. It also provides a robust set of features and built-in modules which facilitate writing automation scripts.

Read more
How To Install MySQL on Rocky Linux 9 — step-by-step Linux tutorial on Progressive Robot

How To Install MySQL on Rocky Linux 9

MySQL is an open-source database management system, commonly installed as part of the popular LAMP (Linux, Apache, MySQL, PHP/Python/Perl) stack. It implements the relational model and uses SQL (Structured Query Language) to manage its data. This tutorial will explain how to install MySQL on a Rocky Linux 9 server.

Read more
Initial Server Setup with Rocky Linux 9 — step-by-step Linux tutorial on Progressive Robot

Initial Server Setup with Rocky Linux 9

When you first create a new Rocky Linux 9 server, there are a few configuration steps that you should take early on as part of the initial setup. This will increase the security and usability of your server and will give you a solid foundation to build on.

Read more
How To Install Nginx on Rocky Linux 9 — step-by-step Linux tutorial on Progressive Robot

How To Install Nginx on Rocky Linux 9

Nginx is one of the most popular web servers in the world and is responsible for hosting some of the largest and highest-traffic sites on the internet. It is a lightweight choice that can be used as either a web server or reverse proxy.

Read more
CHAT