authentication

How to Install Jenkins on RHEL 7 — step-by-step RHEL 7 tutorial on Progressive Robot

How to Install Jenkins on RHEL 7

How to Install Jenkins on RHEL 7 Jenkins is the leading open-source automation server, used by development teams worldwide to build, test, and deploy software continuously. On Red Hat Enterprise Linux 7, getting Jenkins running requires a few deliberate steps: installing the correct version of Java, adding the official Jenkins repository, starting the service, and […]

Read more
Common Problems 118034

Ubuntu 18.04 failed to fetch updates from repositories

🟔 Medium   ā± 5–30 min  Last verified: 31 August 2019 šŸ“– ~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
How to Configure LDAP Security on Windows Server 2019 — step-by-step Windows Server 2019 tutorial on Progressive Robot

How to Configure LDAP Security on Windows Server 2019

Introduction to LDAP Security LDAP (Lightweight Directory Access Protocol) is the protocol that applications use to query and modify Active Directory. By default, Windows Server 2019 domain controllers accept LDAP connections on port 389 without requiring signing or channel binding, making them vulnerable to man-in-the-middle attacks where an attacker can intercept and relay LDAP authentication. […]

Read more
How to Configure Nginx Rate Limiting and Connection Throttling on RHEL 8 — step-by-step RHEL 8 tutorial on Progressive Robot

How to Configure Nginx Rate Limiting and Connection Throttling on RHEL 8

Rate limiting and connection throttling are essential defences against brute-force attacks, credential stuffing, and high-volume web scrapers. Nginx provides two built-in modules — ngx_http_limit_req_module for request-rate limiting and ngx_http_limit_conn_module for connection limiting — both compiled into the default binary. On RHEL 8 these capabilities are available immediately after installing Nginx from the AppStream module stream […]

Read more
Common Problems 118551

Ubuntu 16.04 LTS – black screen after installing NVIDIA driver – Fix & Prevention

🟠 High   ā± 5–30 min  Last verified: 30 August 2019 Affected versions: Ubuntu 16.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 Configure Database Backups with Automysqlbackup on Debian 9 — step-by-step Debian 9 tutorial on Progressive Robot

How to Configure Database Backups with Automysqlbackup on Debian 9

Introduction This guide explains how to Configure Database Backups with Automysqlbackup 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 […]

Read more
Common Problems 112889

Windows Server 2016 — Server fails to boot after BCD corruption — Fix & Prevention

🟠 High   ā± 5–30 min  Last verified: 29 August 2019 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
How to Configure DNSSEC on RHEL 7 — step-by-step RHEL 7 tutorial on Progressive Robot

How to Configure DNSSEC on RHEL 7

How to Configure DNSSEC on RHEL 7 DNS Security Extensions (DNSSEC) add a layer of cryptographic verification to the Domain Name System, protecting users from cache poisoning attacks, man-in-the-middle redirects, and forged DNS responses. By digitally signing DNS zone data, DNSSEC allows resolvers to confirm that the records they receive are authentic and unmodified. This […]

Read more
How to Configure Microsoft Passport for Work on Windows Server 2016 — step-by-step Windows Server 2016 tutorial on Progressive Robot

How to Configure Microsoft Passport for Work on Windows Server 2016

How to Set Up Windows Server 2016 Microsoft Passport Microsoft Passport, now formally named Windows Hello for Business in modern documentation, is a credential technology introduced with Windows 10 and Windows Server 2016 that replaces traditional passwords with strong two-factor authentication using public key cryptography. In the Windows Server 2016 timeframe, Microsoft Passport referred to […]

Read more
How to Configure System Center Operations Manager on Windows Server 2016 — step-by-step Windows Server 2016 tutorial on Progressive Robot

How to Configure System Center Operations Manager on Windows Server 2016

How to Set Up Windows Server 2016 Operations Manager System Center Operations Manager (SCOM) is Microsoft’s enterprise monitoring platform for Windows Server, Linux, network devices, and applications. SCOM uses management packs containing pre-built knowledge about specific technologies to automatically discover components, apply monitoring rules, generate alerts, and produce performance data. Deployed on Windows Server 2016, […]

Read more
CHAT