web server

How to Deploy Hyper-V Containers on Windows Server 2016 — step-by-step Windows Server 2016 tutorial on Progressive Robot

How to Deploy Hyper-V Containers on Windows Server 2016

How to Configure Windows Server 2016 Hyper-V Containers Hyper-V Containers are a container isolation mode introduced in Windows Server 2016 that provides hardware-level isolation by running each container inside a highly optimized, lightweight virtual machine with its own dedicated kernel instance. Unlike Windows Server Containers (process-isolated), Hyper-V Containers do not share the host kernel with […]

Read more
How to Deploy Windows Containers on Windows Server 2016 — step-by-step Windows Server 2016 tutorial on Progressive Robot

How to Deploy Windows Containers on Windows Server 2016

How to Set Up Windows Server 2016 Windows Containers Windows Server 2016 introduced native Windows container support, marking a significant milestone in Microsoft’s containerization strategy. Windows Containers allow applications to be packaged with their dependencies and runtime environment into portable, isolated units that can run consistently across different environments. Windows Server 2016 supports two container […]

Read more
How to Configure Remote Desktop Web Access on Windows Server 2016 — step-by-step Windows Server 2016 tutorial on Progressive Robot

How to Configure Remote Desktop Web Access on Windows Server 2016

How to Set Up Windows Server 2016 Remote Desktop Web Access Remote Desktop Web Access (RD Web Access) is a role service in Windows Server 2016 Remote Desktop Services that provides a web-based portal for users to access RemoteApp programs, session-based desktops, and virtual desktops from any device with a web browser. Instead of distributing […]

Read more
How to Set Up Remote Desktop Gateway on Windows Server 2016 — step-by-step Windows Server 2016 tutorial on Progressive Robot

How to Set Up Remote Desktop Gateway on Windows Server 2016

How to Set Up Windows Server 2016 Remote Desktop Gateway Remote Desktop Gateway (RD Gateway) is a role service in Windows Server 2016 Remote Desktop Services that enables authorised users to connect to internal network resources through HTTPS. Instead of exposing RDP port 3389 directly to the internet (which is a major security risk), RD […]

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

How to Configure NTLM Authentication on Windows Server 2016

How to Set Up Windows Server 2016 NTLM Authentication NTLM (NT LAN Manager) is a challenge-response authentication protocol that predates Kerberos in the Windows ecosystem. While Kerberos is the preferred authentication protocol in Windows Server 2016 Active Directory environments, NTLM is still used in several scenarios: when clients connect using IP addresses instead of DNS […]

Read more
How to Configure Group Managed Service Accounts (gMSA) on Windows Server 2016 — step-by-step Windows Server 2016 tutorial on Progressive Robot

How to Configure Group Managed Service Accounts (gMSA) on Windows Server 2016

How to Set Up Windows Server 2016 Group Managed Service Accounts Group Managed Service Accounts (gMSAs) extend the benefits of standalone Managed Service Accounts to multi-server environments. Introduced in Windows Server 2012, gMSAs are fully supported in Windows Server 2016 and allow multiple servers to share a single managed service account with automatic password rotation. […]

Read more
How to Configure Managed Service Accounts on Windows Server 2016 — step-by-step Windows Server 2016 tutorial on Progressive Robot

How to Configure Managed Service Accounts on Windows Server 2016

How to Configure Windows Server 2016 Managed Service Accounts Managed Service Accounts (MSAs) were introduced in Windows Server 2008 R2 to address the administrative overhead of managing service account passwords. In Windows Server 2016, MSAs continue to provide automatic password management and simplified Service Principal Name (SPN) management for services running on a single computer. […]

Read more
How to Configure Apache with mod_pagespeed on CentOS Stream 9 — step-by-step CentOS Stream 9 tutorial on Progressive Robot

How to Configure Apache with mod_pagespeed on CentOS Stream 9

Introduction Setting up configure apache with mod_pagespeed on centos stream 9 on a CentOS Stream 9 server is a common task for system administrators, DevOps engineers, and site reliability engineers. This guide explains how to Configure Apache with mod_pagespeed on CentOS Stream 9, with all the commands you need, the SELinux and firewalld considerations to […]

Read more
How to Enable Brotli Compression in Nginx on CentOS Stream 9 — step-by-step CentOS Stream 9 tutorial on Progressive Robot

How to Enable Brotli Compression in Nginx on CentOS Stream 9

Introduction This tutorial demonstrates how to Enable Brotli Compression in Nginx on CentOS Stream 9 on CentOS Stream 9. It is written for administrators who want a repeatable, well-explained walkthrough that goes beyond a bare command list and explains each configuration choice. Every command is tested against a freshly registered CentOS Stream 9 system with […]

Read more
How to Set Up Nginx Load Balancing on CentOS Stream 9 — step-by-step CentOS Stream 9 tutorial on Progressive Robot

How to Set Up Nginx Load Balancing on CentOS Stream 9

Introduction This tutorial demonstrates how to Set Up Nginx Load Balancing on CentOS Stream 9 on CentOS Stream 9. It is written for administrators who want a repeatable, well-explained walkthrough that goes beyond a bare command list and explains each configuration choice. Every command is tested against a freshly registered CentOS Stream 9 system with […]

Read more
CHAT