2020 - Page 126 of 735

Kubernetes Networking Under the Hood — step-by-step Kubernetes tutorial on Progressive Robot

Kubernetes Networking Under the Hood

Kubernetes is a powerful container orchestration system that can manage the deployment and operation of containerized applications across clusters of servers. In addition to coordinating container workloads, Kubernetes provides the infrastructure necessary to maintain reliable network connectivity between your containers. In this article we will discuss how Kubernetes satisfies these networking requirements within a cluster: how data moves inside a pod, between pods, and between nodes.

Read more
How to Install Lua on FreeBSD 12 — step-by-step FreeBSD 12 tutorial on Progressive Robot

How to Install Lua on FreeBSD 12

Introduction This guide explains how to Install Lua on FreeBSD 12 on FreeBSD 12. FreeBSD uses the pkg(8) binary package manager, rc.conf(5) for service startup configuration, and pf(4) as its primary packet filter. There is no SELinux or AppArmor — instead, FreeBSD provides the MAC (Mandatory Access Control) framework and Capsicum for fine-grained privilege separation. […]

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

Debian 10 — unbound — multiple vulnerabilities (2 CVEs) — patch and remediation guide

🟢 Low   ⏱ 5–15 min  Last verified: 29 October 2020 Affected versions: Debian 10 (buster) 📖 ~4 min read  •  Source: Debian Security Tracker Related CVEs: CVE-2019-16866 CVE-2020-12662 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
Alpine Linux edge — openjdk11 — multiple vulnerabilities (20 CVEs) — patch and remediation guide — diagnosis and fix on Alpine Linux edge

Alpine Linux edge — openjdk11 — multiple vulnerabilities (20 CVEs) — patch and remediation guide

🟠 High   ⏱ 15–60 min  Last verified: 25 May 2026 Affected versions: Alpine Linux edge / fixed in 11.0.9_p11-r0 📖 ~4 min read  •  Source: Alpine secdb entry — openjdk11 11.0.9_p11-r0 Related CVEs: CVE-2020-14779 CVE-2020-14781 CVE-2020-14782 CVE-2020-14792 CVE-2020-14796 CVE-2020-14797 CVE-2020-14798 CVE-2020-14803  +12 more Upstream summary: Alpine community repository for vedge ships openjdk11 11.0.9_p11-r0 which […]

Read more
How To Work with Files using the fs Module in Node.js — step-by-step Javascript tutorial on Progressive Robot

How To Work with Files using the fs Module in Node.js

With Node.js, you can use JavaScript to programmatically manipulate files with the built-in fs module. The name is short for “file system,” and the module contains all the functions you need to read, write, and delete files on the local machine. In this article, you will use the asynchronous fs module to read a file with fs.readFile(), create and write to a new file with fs.writeFile(), delete the file with fs.unlink(), and move the first file with fs.rename().

Read more
Debian 10 — firefox-esr — multiple vulnerabilities (20 CVEs) — patch and remediation guide — diagnosis and fix on Debian 10

Debian 10 — firefox-esr — multiple vulnerabilities (20 CVEs) — patch and remediation guide

🟠 High   ⏱ 15–60 min  Last verified: 29 October 2020 Affected versions: Debian 10 (buster) 📖 ~4 min read  •  Source: Debian Security Tracker Related CVEs: CVE-2019-9811 CVE-2019-9812 CVE-2019-11757 CVE-2019-17005 CVE-2019-17026 CVE-2019-20503 CVE-2020-6831 CVE-2020-12399  +12 more Table of contents Symptom & Impact Environment & Reproduction Root Cause Analysis Quick Triage Step-by-Step Diagnosis Solution – […]

Read more
How to Configure User Account Control on Windows Server 2016 — step-by-step Windows Server 2016 tutorial on Progressive Robot

How to Configure User Account Control on Windows Server 2016

How to Configure Windows Server 2016 User Account Control User Account Control (UAC) is a security feature in Windows Server 2016 that helps prevent unauthorized changes to the operating system by prompting for confirmation or credentials when administrative tasks are performed. UAC separates the standard user token from the administrator token, ensuring that even users […]

Read more
CHAT