2021 - Page 46 of 759

Установка Nginx на Debian 9 — step-by-step Linux tutorial on Progressive Robot

Установка Nginx на Debian 9

Nginx — один из самых популярных веб-серверов в мире. На веб-серверах Nginx размещены некоторые самые крупные сайты в Интернете с самым высоким уровнем трафика. Обычно он использует ресурсы эффективнее, чем Apache, и может использоваться как веб-сервер или…

Read more
FreeBSD 13 — alsaplayer — vulnerability — patch and remediation guide — diagnosis and fix on FreeBSD 13

FreeBSD 13 — alsaplayer — vulnerability — patch and remediation guide

🟢 Low   ⏱ 5–15 min  Last verified: 11 December 2021 Affected versions: FreeBSD 13 📖 ~4 min read  •  Source: FreeBSD VuXML VuXML topic: alsaplayer — multiple vulnerabilities Related CVEs: CVE-2006-4089 Upstream summary: Luigi Auriemma reports three vulnerabilities within alsaplayer: The function which handles the HTTP connections is vulnerable to a buffer-overflow that happens […]

Read more
How to Set Up DRBD Block Replication on Debian 9 — step-by-step Debian 9 tutorial on Progressive Robot

How to Set Up DRBD Block Replication on Debian 9

Introduction Deploying set up drbd block replication on debian 9 on a Debian 9 Stretch machine is straightforward thanks to Debian’s policy-compliant packaging. Unlike rpm-based distributions, Debian stores configuration helpers in /etc/default/, uses update-rc.d for older init scripts, and provides dpkg-reconfigure for interactive package configuration. This tutorial stays on the systemd path throughout. Prerequisites Before […]

Read more
Debian 11 — rust-stackvector — vulnerability — patch and remediation guide — diagnosis and fix on Debian 11

Debian 11 — rust-stackvector — vulnerability — patch and remediation guide

🟢 Low   ⏱ 5–15 min  Last verified: 11 December 2021 Affected versions: Debian 11 (bullseye) 📖 ~4 min read  •  Source: Debian Security Tracker Related CVEs: CVE-2021-29939 Upstream summary: An issue was discovered in the stackvector crate through 2021-02-19 for Rust. There is an out-of-bounds write in StackVec::extend if size_hint provides certain anomalous data. […]

Read more
Установка Discourse в Ubuntu 20.04 — step-by-step Docker tutorial on Progressive Robot

Установка Discourse в Ubuntu 20.04

Автор выбрал фонд Free and Open Source Fund для получения пожертвования в рамках программы Write for DOnations. Discourse — это платформа для обсуждений с открытым…

Read more
Gentoo Linux — mail-filter/libspf2 — multiple vulnerabilities (3 CVEs) — patch and remediation guide — diagnosis and fix on Gentoo Linux

Gentoo Linux — mail-filter/libspf2 — multiple vulnerabilities (3 CVEs) — patch and remediation guide

🟡 Medium   ⏱ 10–30 min  Last verified: 25 May 2026 Affected versions: Gentoo Linux 📖 ~4 min read  •  Source: Gentoo GLSA GLSA-202401-22 Related CVEs: CVE-2021-20314 CVE-2021-33912 CVE-2021-33913 Upstream summary: Multiple vulnerabilities have been discovered in libspf2. Please review the CVE identifiers referenced below for details. Table of contents Symptom & Impact Environment & […]

Read more
Debian 11 — python-dbusmock — vulnerability — patch and remediation guide — diagnosis and fix on Debian 11

Debian 11 — python-dbusmock — vulnerability — patch and remediation guide

🟢 Low   ⏱ 5–15 min  Last verified: 11 December 2021 Affected versions: Debian 11 (bullseye) 📖 ~4 min read  •  Source: Debian Security Tracker Related CVEs: CVE-2015-1326 Upstream summary: python-dbusmock before version 0.15.1 AddTemplate() D-Bus method call or DBusTestCase.spawn_server_template() method could be tricked into executing malicious code if an attacker supplies a .pyc file. […]

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

Oracle Linux 8 — libarchive — vulnerability — patch and remediation guide (ELSA-2022-0892)

🟡 Medium   ⏱ 10–30 min  Last verified: 11 December 2021 Affected versions: Oracle Linux 8 📖 ~4 min read  •  Source: ELSA advisory ELSA-2022-0892 Related CVEs: CVE-2021-23177 CVE-2021-31566 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
How to calculate BLEU Score in Python? — step-by-step Python tutorial on Progressive Robot

How to calculate BLEU Score in Python?

Bleu score in Python is a metric that measures the goodness of Machine Translation models. Though originally it was designed for only translation models, now it is used for other [natural language processing applications](/community/tutorials/natural-language-processing-tasks) as well. The BLEU score compares a sentence against one or more reference sentences and tells how well does the candidate […]

Read more
How to Install and Use Podman with systemd Socket Activation on RHEL 8 — step-by-step RHEL 8 tutorial on Progressive Robot

How to Install and Use Podman with systemd Socket Activation on RHEL 8

Podman is RHEL 8’s native container runtime and ships as a first-class package, offering full Docker CLI compatibility without requiring a background daemon running as root. One of its most powerful features on RHEL 8 is socket activation: systemd opens the Podman socket on demand, meaning the container engine only consumes resources when something actually […]

Read more
CHAT