January 2021 - Page 60 of 69

Hibernate SessionFactory — step-by-step DevOps tutorial on Progressive Robot

Hibernate SessionFactory

Hibernate SessionFactory is the factory class through which we get sessions and perform database operations. Hibernate SessionFactory ![hibernate sessionfactory](images/hibernate-sessionfactory-section-1.png) Hibernate SessionFactory provides three methods through which we can get Session object – getCurrentSession(), openSession() and openStatelessSession(). Hibernate SessionFactory getCurrentSession Hibernate SessionFactory getCurrentSession() method returns the session bound to the context. But for this to work, […]

Read more
Building for Production: Web Applications — Deploying — step-by-step Linux tutorial on Progressive Robot

Building for Production: Web Applications — Deploying

In this part of the “Building for Production: Web Applications” series (2 of 6), we will deploy our example PHP application, WordPress, and a private DNS. Your users will access your application over HTTPS via a domain name, e.g. “https://www.example.com”, that points to the load balancer. The load balancer will act as a reverse proxy to the application servers, which will connect to the database server.

Read more
How to Set Up Windows Deployment Services (WDS) on Windows Server 2019 — step-by-step Windows Server 2019 tutorial on Progressive Robot

How to Set Up Windows Deployment Services (WDS) on Windows Server 2019

Introduction to Windows Deployment Services Windows Deployment Services (WDS) is a server role in Windows Server 2019 that enables network-based operating system deployment using PXE (Preboot Execution Environment) boot. WDS allows administrators to deploy Windows operating systems to bare-metal machines or to re-image existing machines over the network without physical media. It stores boot images […]

Read more
Oracle Linux 8 — nodejs:12 — security and stability fixes — required update — diagnosis and fix on Oracle Linux 8

Oracle Linux 8 — nodejs:12 — security and stability fixes — required update (ELSA-2021-3623)

🟠 High   ⏱ 15–60 min  Last verified: 25 May 2026 Affected versions: Oracle Linux 8 📖 ~4 min read  •  Source: ELSA advisory ELSA-2021-3623 Related CVEs: CVE-2021-3672 CVE-2021-22939 CVE-2021-32804 CVE-2021-22940 CVE-2021-22931 CVE-2021-22930 Table of contents Symptom & Impact Environment & Reproduction Root Cause Analysis Quick Triage Step-by-Step Diagnosis Solution – Primary Fix Solution – […]

Read more
Common Problems 114580

Auditd Backlog Overflow and Lost Audit Events

🟡 Medium   ⏱ 5–30 min  Last verified: 20 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 114433

RHEL 9 journalctl shows rapid disk growth in logs

🟡 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 113120

Windows Server 2016 — Windows Update and web traffic fail due to bad proxy PAC settings — Fix & Prevention

🟡 Medium   ⏱ 5–30 min  Last verified: 30 May 2026 Affected versions: Windows Server 2016 📖 ~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 113112

Windows Server 2016 — TLS cipher suite hardening breaks legacy API integrations on internal services — Fix & Prevention

🟡 Medium   ⏱ 5–30 min  Last verified: 20 May 2026 Affected versions: Windows Server 2016 📖 ~2 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
How to Enable the EPEL Repository on Oracle Linux 8 — step-by-step Oracle Linux 8 tutorial on Progressive Robot

How to Enable the EPEL Repository on Oracle Linux 8

Introduction How to Enable the EPEL Repository on Oracle Linux 8 on Oracle Linux 8 provides administrators with a robust, enterprise-ready workflow that integrates cleanly with systemd, SELinux, firewalld, and the modern AppStream module system. In this tutorial we will walk through every step required, from package installation to verification, so that the resulting configuration […]

Read more
CHAT