2021 - Page 291 of 759

Debian 10 — ruby2.5 — multiple vulnerabilities (3 CVEs) — patch and remediation guide — diagnosis and fix on Debian 10

Debian 10 — ruby2.5 — multiple vulnerabilities (3 CVEs) — patch and remediation guide

🟡 Medium   ⏱ 10–30 min  Last verified: 17 August 2021 Affected versions: Debian 10 (buster) 📖 ~4 min read  •  Source: Debian Security Tracker Related CVEs: CVE-2019-15845 CVE-2020-10663 CVE-2021-28965 Table of contents Symptom & Impact Environment & Reproduction Root Cause Analysis Quick Triage Step-by-Step Diagnosis Solution – Primary Fix Solution – Alternative Approaches Verification […]

Read more
Pandas concat() Examples — step-by-step Python tutorial on Progressive Robot

Pandas concat() Examples

URL: https://www.progressiverobot.com/pandas-concat-examples/ Pandas concat() method is used to concatenate pandas objects such as DataFrames and Series. We can pass various parameters to change the behavior of the concatenation operation. 1. Pandas concat() Syntax The concat() method syntax is: concat(objs, axis=0, join='outer', join_axes=None, ignore_index=False, keys=None, levels=None, names=None, verify_integrity=False, sort=None, copy=True) objs: a sequence of pandas objects […]

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

Debian 11 — roundcube — multiple vulnerabilities (20 CVEs) — patch and remediation guide

🟠 High   ⏱ 15–60 min  Last verified: 17 August 2021 Affected versions: Debian 11 (bullseye) 📖 ~4 min read  •  Source: Debian Security Tracker Related CVEs: CVE-2007-6321 CVE-2008-5619 CVE-2008-5620 CVE-2009-0413 CVE-2009-4076 CVE-2009-4077 CVE-2010-0464 CVE-2011-1491  +12 more Upstream summary: Cross-site scripting (XSS) vulnerability in RoundCube webmail 0.1rc2, 2007-12-09, and earlier versions, when using Internet Explorer, […]

Read more
How to Back Up PostgreSQL with pg_dump and pg_basebackup on RHEL 8 — step-by-step RHEL 8 tutorial on Progressive Robot

How to Back Up PostgreSQL with pg_dump and pg_basebackup on RHEL 8

PostgreSQL provides two complementary tools for database backups: pg_dump and pg_basebackup. pg_dump takes logical backups of individual databases or selected objects and can restore to a different PostgreSQL version or host. pg_basebackup takes a physical, byte-for-byte copy of the entire data directory, which is the foundation of streaming replication and point-in-time recovery. This tutorial covers […]

Read more
Oracle Linux 8 — kernel security, bug fix, and — enhancement update — new behaviour and fixes — diagnosis and fix on Oracle Linux 8

Oracle Linux 8 — kernel security, bug fix, and — enhancement update — new behaviour and fixes (ELSA-2020-3010)

🟠 High   ⏱ 15–60 min  Last verified: 16 August 2021 Affected versions: Oracle Linux 8 📖 ~4 min read  •  Source: ELSA advisory ELSA-2020-3010 Related CVEs: CVE-2019-19807 CVE-2020-10757 CVE-2020-10766 CVE-2020-10767 CVE-2020-10768 CVE-2019-3016 Table of contents Symptom & Impact Environment & Reproduction Root Cause Analysis Quick Triage Step-by-Step Diagnosis Solution – Primary Fix Solution – […]

Read more
How to Set Up Microsoft Deployment Toolkit (MDT) on Windows Server 2012 R2 — step-by-step Windows Server 2012 R2 tutorial on Progressive Robot

How to Set Up Microsoft Deployment Toolkit (MDT) on Windows Server 2012 R2

How to Set Up Microsoft Deployment Toolkit (MDT) on Windows Server 2012 R2 Microsoft Deployment Toolkit (MDT) is a free Microsoft solution that extends Windows Deployment Services to provide a fully automated, zero-touch operating system and application deployment framework. MDT uses task sequences — ordered lists of steps — to deploy Windows, install applications, apply […]

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

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

🟡 Medium   ⏱ 10–30 min  Last verified: 16 August 2021 Affected versions: FreeBSD 13 📖 ~4 min read  •  Source: FreeBSD VuXML VuXML topic: mono — DoS and code execution Related CVEs: CVE-2006-5072 CVE-2009-0217 CVE-2009-0689 Upstream summary: NCC Group reports: An attacker who can cause a carefully-chosen string to be converted to a floating-point […]

Read more
AlmaLinux 8 — chrony — vulnerability — patch and remediation guide — diagnosis and fix on AlmaLinux 8

AlmaLinux 8 — chrony — vulnerability — patch and remediation guide

🟡 Medium   ⏱ 10–30 min  Last verified: 25 May 2026 Affected versions: AlmaLinux 8 📖 ~4 min read  •  Source: AlmaLinux ALSA ALBA-2021:4462 Upstream summary: For detailed information on changes in this release, see the AlmaLinux Release Notes linked from the References section. Table of contents Symptom & Impact Environment & Reproduction Root Cause […]

Read more
How to Configure OSPF with FRRouting on FreeBSD 13 — step-by-step FreeBSD 13 tutorial on Progressive Robot

How to Configure OSPF with FRRouting on FreeBSD 13

Introduction Deploying configure ospf with frrouting on freebsd 13 on a FreeBSD 13 machine differs from Linux in several important ways: packages come from the FreeBSD Ports Collection or the binary pkg repository, services are registered in /etc/rc.conf via sysrc(8), and firewall rules are written in pf.conf(5) syntax. This tutorial stays entirely within the standard […]

Read more
CHAT