July 2021 - Page 66 of 69

How to Install Alertmanager on RHEL 10 — step-by-step RHEL 10 tutorial on Progressive Robot

How to Install Alertmanager on RHEL 10

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

Read more
FreeBSD 13 — rpm — multiple vulnerabilities (3 CVEs) — patch and remediation guide — diagnosis and fix on FreeBSD 13

FreeBSD 13 — rpm — multiple vulnerabilities (3 CVEs) — patch and remediation guide

🟡 Medium   ⏱ 10–30 min  Last verified: 25 May 2026 Affected versions: FreeBSD 13 📖 ~4 min read  •  Source: FreeBSD VuXML VuXML topic: rpm4 — Multiple Vulnerabilities Related CVEs: CVE-2021-3521 CVE-2021-35938 CVE-2021-35939 Upstream summary: rpm project reports: Fix intermediate symlinks not verified (CVE-2021-35939). Fix subkey binding signatures not checked on PGP public keys […]

Read more
Cómo configurar un firewall con UFW en Ubuntu 20.04 — step-by-step Linux tutorial on Progressive Robot

Cómo configurar un firewall con UFW en Ubuntu 20.04

UFW, o Uncomplicated Firewall, es una interfaz de gestión de firewall simplificada que oculta la complejidad de las tecnologías de filtrado de paquetes de nivel inferior, como iptables y nftables. Si desea comenzar a proteger su red y no está seguro respecto de la…

Read more
Oracle Linux 8 — firefox — vulnerability — patch and remediation guide — diagnosis and fix on Oracle Linux 8

Oracle Linux 8 — firefox — vulnerability — patch and remediation guide (ELSA-2021-0990)

🟠 High   ⏱ 15–60 min  Last verified: 25 May 2026 Affected versions: Oracle Linux 8 📖 ~4 min read  •  Source: ELSA advisory ELSA-2021-0990 Related CVEs: CVE-2021-23987 CVE-2021-23984 CVE-2021-23982 CVE-2021-23981 Table of contents Symptom & Impact Environment & Reproduction Root Cause Analysis Quick Triage Step-by-Step Diagnosis Solution – Primary Fix Solution – Alternative Approaches […]

Read more
Oracle Linux 8 — container-tools:3.0 — vulnerability — patch and remediation guide — diagnosis and fix on Oracle Linux 8

Oracle Linux 8 — container-tools:3.0 — vulnerability — patch and remediation guide (ELSA-2021-2370)

🟠 High   ⏱ 15–60 min  Last verified: 25 May 2026 Affected versions: Oracle Linux 8 📖 ~4 min read  •  Source: ELSA advisory ELSA-2021-2370 Related CVEs: CVE-2021-30465 Table of contents Symptom & Impact Environment & Reproduction Root Cause Analysis Quick Triage Step-by-Step Diagnosis Solution – Primary Fix Solution – Alternative Approaches Verification & Acceptance […]

Read more
How to Configure Organisational Units in Active Directory on Windows Server 2016 — step-by-step Windows Server 2016 tutorial on Progressive Robot

How to Configure Organisational Units in Active Directory on Windows Server 2016

How to Set Up Windows Server 2016 Organizational Units Organizational Units (OUs) are container objects in Active Directory that allow administrators to logically organize users, computers, groups, and other objects within a domain. OUs serve two primary purposes: delegating administrative control to specific users or groups, and applying Group Policy Objects (GPOs) to targeted sets […]

Read more
EasyMock Void Method - expectLastCall() — step-by-step Programming tutorial on Progressive Robot

EasyMock Void Method – expectLastCall()

Sometimes we want to mock void methods. EasyMock expect() method can't be used to mock void methods. However, we can use expectLastCall() along with andAnswer() to mock void methods. EasyMock void method When we use expectLastCall() and andAnswer() to mock void methods, we can use getCurrentArguments() to get the arguments passed to the method and […]

Read more
CHAT