Database

How to Create Databases and Users in MariaDB on RHEL 10 — step-by-step RHEL 10 tutorial on Progressive Robot

How to Create Databases and Users in MariaDB on RHEL 10

Introduction RHEL 10 ships with a stable, security-hardened base that makes deploying create databases and users in mariadb both straightforward and auditable. This tutorial covers the complete procedure for how to Create Databases and Users in MariaDB on RHEL 10, including dnf module streams where applicable, systemd unit management, and the firewalld rules required for […]

Read more
How to Configure Remote Access for MariaDB on RHEL 10 — step-by-step RHEL 10 tutorial on Progressive Robot

How to Configure Remote Access for MariaDB on RHEL 10

Introduction RHEL 10 ships with a stable, security-hardened base that makes deploying configure remote access for mariadb both straightforward and auditable. This tutorial covers the complete procedure for how to Configure Remote Access for MariaDB on RHEL 10, including dnf module streams where applicable, systemd unit management, and the firewalld rules required for network-facing services. […]

Read more
How to Secure MariaDB with mysql_secure_installation on RHEL 10 — step-by-step RHEL 10 tutorial on Progressive Robot

How to Secure MariaDB with mysql_secure_installation on RHEL 10

Introduction Setting up secure mariadb with mysql_secure_installation on a RHEL 10 server is a common task for system administrators, DevOps engineers, and site reliability engineers. This guide explains how to Secure MariaDB with mysql_secure_installation on RHEL 10, with all the commands you need, the SELinux and firewalld considerations to keep in mind, and how to […]

Read more
How to Install MySQL 8.4 on RHEL 10 — step-by-step RHEL 10 tutorial on Progressive Robot

How to Install MySQL 8.4 on RHEL 10

Introduction Setting up install mysql 8.4 on a RHEL 10 server is a common task for system administrators, DevOps engineers, and site reliability engineers. This guide explains how to Install MySQL 8.4 on RHEL 10, with all the commands you need, the SELinux and firewalld considerations to keep in mind, and how to validate the […]

Read more
How to Install MariaDB 11 on RHEL 10 — step-by-step RHEL 10 tutorial on Progressive Robot

How to Install MariaDB 11 on RHEL 10

Introduction RHEL 10 ships with a stable, security-hardened base that makes deploying install mariadb 11 both straightforward and auditable. This tutorial covers the complete procedure for how to Install MariaDB 11 on RHEL 10, including dnf module streams where applicable, systemd unit management, and the firewalld rules required for network-facing services. Prerequisites You will need: […]

Read more
How to Detect Rootkits with rkhunter and chkrootkit on RHEL 9 — step-by-step RHEL 9 tutorial on Progressive Robot

How to Detect Rootkits with rkhunter and chkrootkit on RHEL 9

Rootkits are among the most dangerous forms of malware — they conceal themselves and other malicious software deep within the operating system, often modifying system binaries and kernel modules to hide their presence from standard tools. Detecting rootkits requires specialised scanners that check for known signatures, hidden files, suspicious processes, and tampered system binaries. This […]

Read more
How to Configure SELinux on RHEL 9 — step-by-step RHEL 9 tutorial on Progressive Robot

How to Configure SELinux on RHEL 9

SELinux (Security-Enhanced Linux) is a mandatory access control (MAC) framework built into the Linux kernel, developed by the NSA and now maintained as a core part of RHEL. Unlike traditional discretionary access control (DAC) where file permissions determine access, SELinux enforces policies that confine every process to the minimum resources it legitimately needs — even […]

Read more
How to Install ClamAV Antivirus on RHEL 9 — step-by-step RHEL 9 tutorial on Progressive Robot

How to Install ClamAV Antivirus on RHEL 9

ClamAV is an open-source antivirus engine widely used on Linux servers to detect malware in files destined for Windows users — such as email attachments, uploaded documents, and shared network storage. While Linux systems are largely immune to the Windows malware that ClamAV detects, running it is a responsible practice wherever Linux servers act as […]

Read more
How to Configure Prometheus AlertManager on RHEL 9 — step-by-step RHEL 9 tutorial on Progressive Robot

How to Configure Prometheus AlertManager on RHEL 9

Prometheus AlertManager is a standalone component of the Prometheus monitoring stack responsible for deduplicating, grouping, routing, and dispatching alerts to notification channels such as Slack, email, and PagerDuty. While Prometheus evaluates alerting rules and fires alerts, it is AlertManager that decides who gets notified, when, and how — preventing alert storms and on-call fatigue through […]

Read more
How to Set Up a Local Container Registry with Harbor on RHEL 9 — step-by-step RHEL 9 tutorial on Progressive Robot

How to Set Up a Local Container Registry with Harbor on RHEL 9

Harbor is an enterprise-grade open-source container registry that extends the basic Docker Registry with role-based access control, vulnerability scanning, image signing, and replication across multiple registries. While Docker’s official registry:2 image is suitable for simple use cases, Harbor is purpose-built for teams that need audit logs, project-level isolation, and automated security scanning before images reach […]

Read more
CHAT