Kernel Drivers

How to Configure Windows Server 2019 DNS Security — step-by-step Windows Server 2019 tutorial on Progressive Robot

How to Configure Windows Server 2019 DNS Security

Introduction to DNS Security on Windows Server 2019 DNS is foundational infrastructure — every name resolution request on your network passes through it. A misconfigured or compromised DNS server can redirect traffic, enable phishing attacks, or facilitate data exfiltration. Windows Server 2019 includes several built-in features to harden DNS, including DNSSEC, Response Rate Limiting (RRL), […]

Read more
How to Set Up Windows Defender Application Control on Windows Server 2019 — step-by-step Windows Server 2019 tutorial on Progressive Robot

How to Set Up Windows Defender Application Control on Windows Server 2019

Introduction to Windows Defender Application Control Windows Defender Application Control (WDAC) is Microsoft’s next-generation application control technology, introduced in Windows 10 and fully supported on Windows Server 2019. Unlike AppLocker, which operates in user space, WDAC policies are enforced by the Windows kernel and can be protected by Virtualization-Based Security (HVCI). WDAC supersedes Device Guard […]

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

How to Configure AppLocker on Windows Server 2019

Introduction to AppLocker AppLocker is an application whitelisting feature in Windows Server 2019 (Enterprise and later editions) that allows administrators to control which applications, scripts, installers, and DLLs are allowed to run based on configurable rules. Unlike software restriction policies (its predecessor), AppLocker is rule-based, auditable, and can be managed through Group Policy and PowerShell. […]

Read more
How to Set Up Device Guard on Windows Server 2019 — step-by-step Windows Server 2019 tutorial on Progressive Robot

How to Set Up Device Guard on Windows Server 2019

Introduction to Device Guard Device Guard is a set of hardware and software security features in Windows Server 2019 that locks down a device to run only trusted applications and drivers. It consists of two main components: Virtualization-Based Code Integrity (HVCI, also called Memory Integrity), which uses Hyper-V to protect the kernel from unsigned or […]

Read more
How to Configure Nginx with PageSpeed Module on SLES 15 — step-by-step SUSE Linux Enterprise 15 tutorial on Progressive Robot

How to Configure Nginx with PageSpeed Module on SLES 15

Introduction This tutorial covers How to Configure Nginx with PageSpeed Module on SLES 15 on SLES 15. SLES 15 (SUSE Linux Enterprise Server 16) is SUSE’s enterprise-grade Linux distribution. It uses the zypper package manager, AppArmor for mandatory access control, and systemctl for service management. Prerequisites Ensure your SLES 15 system is up to date: […]

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

How to Configure Credential Guard on Windows Server 2019

Introduction to Credential Guard Credential Guard is a Windows 10/Server 2019 virtualization-based security feature that isolates credential storage from the main operating system. Traditionally, the Local Security Authority Subsystem Service (LSASS) stores and manages credentials including NTLM password hashes, Kerberos tickets, and cleartext passwords (in some configurations). If an attacker gains kernel-level access or exploits […]

Read more
How to Configure Kernel Parameters with sysctl on SLES 15 — step-by-step SUSE Linux Enterprise 15 tutorial on Progressive Robot

How to Configure Kernel Parameters with sysctl on SLES 15

Introduction This tutorial covers How to Configure Kernel Parameters with sysctl on SLES 15 on SLES 15. SLES 15 (SUSE Linux Enterprise Server 16) is SUSE’s enterprise-grade Linux distribution. It uses the zypper package manager, AppArmor for mandatory access control, and systemctl for service management. Prerequisites Ensure your SLES 15 system is up to date: […]

Read more
How to Tune Kernel Parameters with sysctl on SLES 16 — step-by-step SUSE Linux Enterprise 16 tutorial on Progressive Robot

How to Tune Kernel Parameters with sysctl on SLES 16

Introduction This tutorial covers How to Tune Kernel Parameters with sysctl on SLES 16 on SLES 16. SLES 16 (SUSE Linux Enterprise Server 16) is SUSE’s enterprise-grade Linux distribution. It uses the zypper package manager, AppArmor for mandatory access control, and systemctl for service management. Prerequisites Ensure your SLES 16 system is up to date: […]

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

How to Configure Windows Server 2019 with Ansible

Introduction to Ansible for Windows Server 2019 Ansible is an open-source IT automation platform developed by Red Hat that enables infrastructure as code for provisioning, configuration management, application deployment, and orchestration. While Ansible was originally designed for Linux management using SSH, it fully supports Windows Server 2019 management using WinRM (Windows Remote Management) as the […]

Read more
How to Set Up NFS High Availability on SLES 16 — step-by-step SUSE Linux Enterprise 16 tutorial on Progressive Robot

How to Set Up NFS High Availability on SLES 16

Introduction This tutorial covers How to Set Up NFS High Availability on SLES 16 on SLES 16. SLES 16 (SUSE Linux Enterprise Server 16) is SUSE’s enterprise-grade Linux distribution. It uses the zypper package manager, AppArmor for mandatory access control, and systemctl for service management. Step 1 — Install NFS Server zypper install -y nfs-kernel-server […]

Read more
CHAT