2022 - Page 21 of 842

How To Use Maps in Java — step-by-step Programming tutorial on Progressive Robot

How To Use Maps in Java

URL: https://www.progressiverobot.com/how-to-use-maps-in-java/ *The author selected Free and Open Source Fund to receive a donation as part of the Write for DOnations program.* Introduction A map in Java is a group of entries, each with two linked parts – a key and a value. In essence, Map is an interface from the java.util package. To use […]

Read more
Oracle Linux 9 — grub2 — vulnerability — patch and remediation guide — diagnosis and fix on Oracle Linux 9

Oracle Linux 9 — grub2 — vulnerability — patch and remediation guide (ELSA-2022-5099)

🟠 High   ⏱ 15–60 min  Last verified: 25 May 2026 Affected versions: Oracle Linux 9 📖 ~4 min read  •  Source: ELSA advisory ELSA-2022-5099 Related CVEs: CVE-2021-3695 CVE-2022-28737 CVE-2022-28734 CVE-2022-28736 CVE-2021-3696 CVE-2021-3697 Table of contents Symptom & Impact Environment & Reproduction Root Cause Analysis Quick Triage Step-by-Step Diagnosis Solution – Primary Fix Solution – […]

Read more
Oracle Linux 9 — Unbreakable Enterprise kernel — vulnerability — patch and remediation guide — diagnosis and fix on Oracle Linux 9

Oracle Linux 9 — Unbreakable Enterprise kernel — vulnerability — patch and remediation guide (ELSA-2022-10022)

🟠 High   ⏱ 15–60 min  Last verified: 25 May 2026 Affected versions: Oracle Linux 9 📖 ~4 min read  •  Source: ELSA advisory ELSA-2022-10022 Related CVEs: CVE-2022-1184 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 Handle DOM and Window Events with React — step-by-step Javascript tutorial on Progressive Robot

How To Handle DOM and Window Events with React

In JavaScript apps using the React front-end library, you can use event handlers to update state data, trigger prop changes, or prevent default browser actions. To do this, React uses a SyntheticEvent wrapper instead of the native Event interface. In this tutorial, you’ll build several sample components that handle user events. You’ll learn how to add event handlers to components, pull information from the SyntheticEvent, and add and remove Window event listeners.

Read more
How to Configure Network Interface Settings with nmcli on RHEL 8 — step-by-step RHEL 8 tutorial on Progressive Robot

How to Configure Network Interface Settings with nmcli on RHEL 8

NetworkManager is the default network management stack on RHEL 8, and nmcli is its fully-featured command-line interface. Using nmcli, administrators can create, modify, activate, and delete network connections entirely from the terminal — no GUI or .ifcfg file editing required. This tutorial covers inspecting current network state, configuring a static IP address, managing connections, and […]

Read more
Debian 11 — bsdgames — multiple vulnerabilities (2 CVEs) — patch and remediation guide — diagnosis and fix on Debian 11

Debian 11 — bsdgames — multiple vulnerabilities (2 CVEs) — patch and remediation guide

🟢 Low   ⏱ 5–15 min  Last verified: 25 May 2026 Affected versions: Debian 11 (bullseye) 📖 ~4 min read  •  Source: Debian Security Tracker Related CVEs: CVE-2006-1539 CVE-2006-1744 Upstream summary: Multiple buffer overflows in the checkscores function in scores.c in tetris-bsd in bsd-games before 2.17-r1 in Gentoo Linux might allow local users with games […]

Read more
Debian 11 — dstat — vulnerability — patch and remediation guide — diagnosis and fix on Debian 11

Debian 11 — dstat — vulnerability — patch and remediation guide

🟢 Low   ⏱ 5–15 min  Last verified: 25 May 2026 Affected versions: Debian 11 (bullseye) 📖 ~4 min read  •  Source: Debian Security Tracker Related CVEs: CVE-2009-3894 Upstream summary: Multiple untrusted search path vulnerabilities in dstat before 0.7.0 allow local users to gain privileges via a Trojan horse Python module in (1) the current […]

Read more
CHAT