IT, Cloud & DevOps Blog

Debian 9 — vim — vulnerability — patch and remediation guide — diagnosis and fix on Debian 9

Debian 9 — vim — vulnerability — patch and remediation guide

🟢 Low   ⏱ 5–15 min  Last verified: 31 October 2019 Affected versions: Debian 9 (stretch) 📖 ~4 min read  •  Source: Debian Security Tracker Related CVEs: CVE-2019-12735 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
openSUSE Tumbleweed — apache-commons-httpclient — multiple vulnerabilities (3 CVEs) — patch and remediation guide — diagnosis and fix on openSUSE Tumbleweed

openSUSE Tumbleweed — apache-commons-httpclient — multiple vulnerabilities (3 CVEs) — patch and remediation guide

🟠 High   ⏱ 15–60 min  Last verified: 25 May 2026 Affected versions: openSUSE Tumbleweed 📖 ~4 min read  •  Source: SUSE advisory openSUSE-SU-2020:1873-1 (see also SUSE bugzilla) Related CVEs: CVE-2015-5262 CVE-2012-5783 CVE-2014-3577 Upstream summary: http/conn/ssl/SSLConnectionSocketFactory.java in Apache HttpComponents HttpClient before 4.3.6 ignores the http.socket.timeout configuration setting during an SSL handshake, which allows remote attackers […]

Read more
How to Configure Hyper-V on Windows Server 2019 — step-by-step Windows Server 2019 tutorial on Progressive Robot

How to Configure Hyper-V on Windows Server 2019

How to Configure Hyper-V on Windows Server 2019 Hyper-V on Windows Server 2019 is Microsoft’s enterprise-grade hypervisor providing hardware virtualization for running multiple isolated virtual machines on a single physical host. Windows Server 2019 Datacenter edition includes unlimited virtual machine licenses for Windows Server guests, making it cost-effective for large-scale virtualization. Hyper-V supports features like […]

Read more
Ubuntu 16.04 — liblivemedia — multiple vulnerabilities (4 CVEs) — patch and remediation guide — diagnosis and fix on Ubuntu 16.04

Ubuntu 16.04 — liblivemedia — multiple vulnerabilities (4 CVEs) — patch and remediation guide

🟡 Medium   ⏱ 10–30 min  Last verified: 31 October 2019 Affected versions: Ubuntu 16.04 (xenial) 📖 ~4 min read  •  Source: Ubuntu Security Notice USN-4853-1 Related CVEs: CVE-2018-4013 CVE-2019-6256 CVE-2019-7314 CVE-2019-9215 Upstream summary: It was discovered that liveMedia incorrectly handled certain network packets. An attacker could possibly use this issue to execute arbitrary code. […]

Read more
Docker Explicado: Cómo crear Contenedores de Docker corriendo en Memcached — step-by-step Docker tutorial on Progressive Robot

Docker Explicado: Cómo crear Contenedores de Docker corriendo en Memcached

Para la mayoría de las aplicaciones web, es extremadamente raro encontrar que el CPU sea el culpable de las peticiones abandonadas de HTTP o la sobrecarga de peticiones en el servidor web. Usualmente suele ser debido a una instalación de baja ingeniería sin capa de almacenamiento en caché, consumiendo todos los recursos de la memoria de datos en backend (es decir, la base de datos de su preferencia).

Read more
FreeBSD 12 — w3m — multiple vulnerabilities (20 CVEs) — patch and remediation guide — diagnosis and fix on FreeBSD 12

FreeBSD 12 — w3m — multiple vulnerabilities (20 CVEs) — patch and remediation guide

🟠 High   ⏱ 15–60 min  Last verified: 31 October 2019 Affected versions: FreeBSD 12 📖 ~4 min read  •  Source: FreeBSD VuXML VuXML topic: w3m – multiple vulnerabilities Related CVEs: CVE-2006-6772 CVE-2016-9422 CVE-2016-9423 CVE-2016-9424 CVE-2016-9425 CVE-2016-9426 CVE-2016-9428 CVE-2016-9429  +12 more Upstream summary: Tatsuya Kinoshita reports: CVE-2018-6196 * table.c: Prevent negative indent value in feed_table_block_tag(). […]

Read more
How to Install Go on RHEL 8 — step-by-step RHEL 8 tutorial on Progressive Robot

How to Install Go on RHEL 8

Go (also called Golang) is a statically typed, compiled language designed for simplicity and performance, making it an excellent choice for building web services, CLI tools, and DevOps utilities on Linux servers. Unlike interpreted runtimes, Go compiles to a single self-contained binary with no external dependencies, which simplifies deployment significantly. In this tutorial you will […]

Read more
CHAT