January 2021 - Page 58 of 69

5 Ways to Find The Average of a List in Python — step-by-step Python tutorial on Progressive Robot

5 Ways to Find The Average of a List in Python

Hi Folks! In this article, we will have a look at the various ways to find the average of a list in a [Python List](/community/tutorials/python-list). In general, an average is a value that represents a whole set of data items or elements. Formula: Average = summation of numbers/total count. Techniques to find the average of […]

Read more
How to Deploy an Application to Kubernetes on RHEL 8 — step-by-step RHEL 8 tutorial on Progressive Robot

How to Deploy an Application to Kubernetes on RHEL 8

Once your Kubernetes cluster is running on RHEL 8, the next essential skill is deploying and managing application workloads using the two most fundamental resource types: Deployments and Services. A Deployment describes the desired state of your application pods and ensures that the specified number of replicas are always running, performing rolling updates and self-healing […]

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

Oracle Linux 8 — wayland security, bug fix, and — enhancement update — new behaviour and fixes (ELSA-2023-2786)

🟡 Medium   ⏱ 10–30 min  Last verified: 25 May 2026 Affected versions: Oracle Linux 8 📖 ~4 min read  •  Source: ELSA advisory ELSA-2023-2786 Related CVEs: CVE-2021-3782 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
Ubuntu 20.04 — tcpdump — multiple vulnerabilities (2 CVEs) — patch and remediation guide — diagnosis and fix on Ubuntu 20.04

Ubuntu 20.04 — tcpdump — multiple vulnerabilities (2 CVEs) — patch and remediation guide

🟢 Low   ⏱ 5–15 min  Last verified: 25 May 2026 Affected versions: Ubuntu 20.04 (focal) 📖 ~4 min read  •  Source: Ubuntu Security Notice USN-5331-2 Related CVEs: CVE-2018-16301 CVE-2020-8037 Upstream summary: USN-5331-1 fixed several vulnerabilities in tcpdump. This update provides the corresponding update for Ubuntu 18.04 LTS and Ubuntu 20.04 LTS. Original advisory details: […]

Read more
Common Problems 115956

Ubuntu 26.04 LTS – Cloud-init rewrites network settings unexpectedly – Fix & Prevention

🟡 Medium   ⏱ 5–30 min  Last verified: 19 May 2026 Affected versions: Ubuntu 26.04 LTS 📖 ~1 min read Table of contents Symptom & Impact Environment & Reproduction Root Cause Analysis Quick Triage Step-by-Step Diagnosis Solution – Primary Fix Solution – Alternative Approaches Verification & Acceptance Criteria Rollback Plan Prevention & Hardening Related Errors […]

Read more
Common Problems 115936

Ubuntu 26.04 LTS – UFW blocks required inbound service ports – Fix & Prevention

🟠 High   ⏱ 5–30 min  Last verified: 19 May 2026 Affected versions: Ubuntu 26.04 LTS 📖 ~1 min read Table of contents Symptom & Impact Environment & Reproduction Root Cause Analysis Quick Triage Step-by-Step Diagnosis Solution – Primary Fix Solution – Alternative Approaches Verification & Acceptance Criteria Rollback Plan Prevention & Hardening Related Errors […]

Read more
Common Problems 113906

RHEL 10 Module Stream Dependency Conflicts in DNF

🟠 High   ⏱ 5–30 min  Last verified: 19 May 2026 Affected versions: RHEL 10.0 RHEL 10.1 📖 ~1 min read Table of contents Symptom & Impact Environment & Reproduction Root Cause Analysis Quick Triage Step-by-Step Diagnosis Solution – Primary Fix Solution – Alternative Approaches Verification & Acceptance Criteria Rollback Plan Prevention & Hardening Related […]

Read more
How to Set Up a VPN with SSTP on Windows Server 2012 R2 — step-by-step Windows Server 2012 R2 tutorial on Progressive Robot

How to Set Up a VPN with SSTP on Windows Server 2012 R2

How to Set Up a VPN with SSTP on Windows Server 2012 R2 Secure Socket Tunneling Protocol (SSTP) is a Microsoft VPN protocol that encapsulates Point-to-Point Protocol (PPP) traffic over an HTTPS connection using SSL/TLS on port 443. SSTP VPNs are highly firewall-friendly because they use the same port as HTTPS web traffic, making them […]

Read more
How to Set Up MySQL with SSL on Oracle Linux 8 — step-by-step Oracle Linux 8 tutorial on Progressive Robot

How to Set Up MySQL with SSL on Oracle Linux 8

Introduction Oracle Linux 8 ships with a stable, security-hardened base that makes deploying set up mysql with ssl on oracle linux 8 both straightforward and auditable. This tutorial covers the complete procedure for how to Set Up MySQL with SSL on Oracle Linux 8, including dnf module streams where applicable, systemd unit management, and the […]

Read more
CHAT