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
How To Install Node.js on Rocky Linux 9 — step-by-step Linux tutorial on Progressive Robot

How To Install Node.js on Rocky Linux 9

Node.js is a JavaScript runtime for server-side programming. It allows developers to create scalable backend functionality using JavaScript, a language many are already familiar with from browser-based web development.

Read more
How To Keep Rocky Linux 9 Servers Updated — step-by-step Linux tutorial on Progressive Robot

How To Keep Rocky Linux 9 Servers Updated

the cloud provider makes it possible for you to run as many droplets as you need for a project with one click. However, it’s more straightforward to deploy a server than it is to maintain one, and as you scale up your infrastructure, and droplets end up having longer project lifespans than you originally envisioned, you may find that you have some unanswered questions about maintenance. There are many steps you can take to ensure your servers will continue to work securely without future intervention.

Read more
How To Protect an Nginx Server with Fail2Ban on Rocky Linux 9 — step-by-step Linux tutorial on Progressive Robot

How To Protect an Nginx Server with Fail2Ban on Rocky Linux 9

In this guide, you will learn how to install `fail2ban` on a Rocky Linux 9 server and configure it to monitor your Nginx logs for intrusion attempts. Fail2ban can significantly mitigate brute force attacks by creating rules that automatically alter your firewall configuration to ban specific IPs after a certain number of unsuccessful login attempts. This will allow your server to harden itself against these access attempts without intervention from you.

Read more
How To Protect SSH with Fail2Ban on Rocky Linux 9 — step-by-step Linux tutorial on Progressive Robot

How To Protect SSH with Fail2Ban on Rocky Linux 9

Fail2ban is a service that can be run on your server to dynamically block clients that repeatedly fail to authenticate correctly with your services . This can help mitigate the affect of brute force attacks and illegitimate users of your services. In this guide, we’ll demonstrate how to install and configure fail2ban to protect SSH on a Rocky Linux 9 server.

Read more
CHAT