authentication

How to Set Up Always On VPN on Windows Server 2016 — step-by-step Windows Server 2016 tutorial on Progressive Robot

How to Set Up Always On VPN on Windows Server 2016

How to Set Up Always On VPN with Windows Server 2016 Always On VPN is a remote access solution introduced with Windows 10 and Windows Server 2016 that replaces the older DirectAccess technology. Unlike traditional VPN solutions where users must manually initiate a connection, Always On VPN automatically establishes a VPN tunnel whenever a Windows […]

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

How to Configure IIS WebSockets on Windows Server 2019

Introduction to IIS WebSockets on Windows Server 2019 WebSockets provide a full-duplex, persistent communication channel over a single TCP connection between a client and server. Unlike standard HTTP request/response, WebSockets allow the server to push data to clients without the client polling. This is used in real-time applications including chat systems, collaborative tools, live dashboards, […]

Read more
How to Configure SLB MUX on Windows Server 2016 — step-by-step Windows Server 2016 tutorial on Progressive Robot

How to Configure SLB MUX on Windows Server 2016

How to Configure Windows Server 2016 SLB MUX The Software Load Balancer (SLB) Multiplexer (MUX) is a core component of the Windows Server 2016 SDN stack that provides inbound network address translation and load balancing for virtual IP (VIP) addresses. The SLB MUX runs as a virtual machine on the SDN fabric and works in […]

Read more
How to Set Up a LEMP Stack on RHEL 7 — step-by-step RHEL 7 tutorial on Progressive Robot

How to Set Up a LEMP Stack on RHEL 7

How to Set Up a LEMP Stack on RHEL 7 A LEMP stack — Linux, Nginx, MySQL, and PHP — is one of the most common foundations for modern dynamic web applications. On RHEL 7 the individual components are available from a combination of the base repositories, the EPEL community repository, the official MySQL community […]

Read more
Common Problems 118990

Ubuntu 14.04 LTS NTP Drift Causes Kerberos and SSL Failures

🟠 High   ā± 5–30 min  Last verified: 9 September 2019 Affected versions: 14.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
How to Install Icinga2 on Debian 9 — step-by-step Debian 9 tutorial on Progressive Robot

How to Install Icinga2 on Debian 9

Introduction This guide explains how to Install Icinga2 on Debian 9 on Debian 9 Stretch. Debian Stretch uses systemd for service management, nftables as the underlying packet filter (with ufw or iptables front-ends still available), and AppArmor for mandatory access control. Every command is designed for a minimal Debian 9 install with the standard repositories […]

Read more
How to Integrate Windows Server 2016 with Azure Active Directory — step-by-step Windows Server 2016 tutorial on Progressive Robot

How to Integrate Windows Server 2016 with Azure Active Directory

Introduction Integrating Windows Server 2016 with Azure Active Directory (Azure AD) enables hybrid identity, allowing on-premises users to access Microsoft 365, Azure, and SaaS applications using the same credentials. Azure AD Connect is the synchronisation engine that bridges your on-premises AD with Azure AD, handling user, group, and password synchronisation. Prerequisites Before installing Azure AD […]

Read more
Common Problems 113460

Windows Server 2012 R2 — Mandatory profile does not enforce settings for users after logon — Fix & Prevention

🟠 High   ā± 5–30 min  Last verified: 8 September 2019 Affected versions: Windows Server 2012 R2 šŸ“– ~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 […]

Read more
Common Problems 113505

Windows Server 2012 R2 — BGP route flapping between edge peers and RRAS gateway impacts WAN stability — Fix & Prevention

🟠 High   ā± 5–30 min  Last verified: 7 September 2019 Affected versions: Windows Server 2012 R2 šŸ“– ~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 […]

Read more
How to Harden Web Servers: Security Headers, CSP and HSTS on RHEL 7 — step-by-step RHEL 7 tutorial on Progressive Robot

How to Harden Web Servers: Security Headers, CSP and HSTS on RHEL 7

How to Harden Web Servers: Security Headers, CSP and HSTS on RHEL 7 HTTP security headers are one of the most cost-effective controls available to web server administrators. They instruct the browser to enforce strict content handling rules, preventing common attacks such as cross-site scripting (XSS), clickjacking, MIME-type confusion, and protocol downgrade attacks — without […]

Read more
CHAT