November 2022 - Page 35 of 69

Composition vs Inheritance — step-by-step Programming tutorial on Progressive Robot

Composition vs Inheritance

Composition vs Inheritance is one of the frequently asked interview questions. You must have also heard to use Composition over Inheritance. Composition vs Inheritance Both composition and inheritance are [object-oriented programming concepts](/community/tutorials/oops-concepts-java-example). They are not tied up with any specific programming language such as Java. Before we compare composition over inheritance programmatically, let's have a […]

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

Oracle Linux 8 — pcs — vulnerability — patch and remediation guide (ELSA-2022-9416)

🟠 High   ⏱ 15–60 min  Last verified: 25 May 2026 Affected versions: Oracle Linux 8 📖 ~4 min read  •  Source: ELSA advisory ELSA-2022-9416 Related CVEs: CVE-2022-29970 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
Calling C Functions from Python — step-by-step Python tutorial on Progressive Robot

Calling C Functions from Python

We can call a C function from Python program using the ctypes module. Calling C Function from Python It involves the following steps: Creating a C file (.c extension) with the required functions Creating a shared library file (.so extension) using the C compiler. In the Python program, create a ctypes.CDLL instance from the shared […]

Read more
How to Set Up Always On VPN Infrastructure on Windows Server 2022 — step-by-step Windows Server 2022 tutorial on Progressive Robot

How to Set Up Always On VPN Infrastructure on Windows Server 2022

Overview of the Kerberos Protocol Kerberos is the default authentication protocol for Active Directory domains in Windows Server 2022. Developed at MIT and standardized in RFC 4120, it uses symmetric-key cryptography and a trusted third party — the Key Distribution Center (KDC) — to authenticate principals (users, computers, and services) without transmitting passwords over the […]

Read more
Common Problems 114894

RHEL 8 dnf Metadata Sync Fails With Repo Errors

🟡 Medium   ⏱ 5–30 min  Last verified: 19 May 2026 📖 ~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 & Cross-Refs References & Further […]

Read more
Common Problems 111644

Windows Server 2022 — Hyper-V role installation fails due pending reboot state — Fix & Prevention

🟠 High   ⏱ 5–30 min  Last verified: 29 May 2026 Affected versions: Windows Server 2022 📖 ~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
CHAT