Database

How to Install and Configure Drone CI on RHEL 9 — step-by-step RHEL 9 tutorial on Progressive Robot

How to Install and Configure Drone CI on RHEL 9

Drone CI is an open-source, container-native continuous integration and delivery platform that runs every pipeline step inside an isolated Docker container. It integrates natively with GitHub, Gitea, GitLab, and Bitbucket, making it a lightweight alternative to Jenkins for teams already working with containers. Drone’s configuration lives in a .drone.yml file committed alongside your code, keeping […]

Read more
How to Configure Cluster-Aware Updating (CAU) on Windows Server 2012 R2 — step-by-step Windows Server 2012 R2 tutorial on Progressive Robot

How to Configure Cluster-Aware Updating (CAU) on Windows Server 2012 R2

How to Configure SQL Server AlwaysOn Availability Groups on Windows Server 2012 R2 SQL Server 2012 and 2014 AlwaysOn Availability Groups (AG) provide high availability and disaster recovery for SQL Server databases without requiring shared storage. An AG groups multiple user databases that fail over together, with one primary replica handling read-write workloads and up […]

Read more
How to Install SQL Server 2014 on Windows Server 2012 R2 — step-by-step Windows Server 2012 R2 tutorial on Progressive Robot

How to Install SQL Server 2014 on Windows Server 2012 R2

How to Install SQL Server 2014 on Windows Server 2012 R2 SQL Server 2014 is a natural pairing with Windows Server 2012 R2, offering AlwaysOn Availability Groups, in-memory OLTP (Hekaton), buffer pool extensions, and enhanced cloud integration with Microsoft Azure. Installing SQL Server 2014 correctly on Windows Server 2012 R2 requires attention to prerequisites, service […]

Read more
How to Configure NPS for 802.1X Authentication on Windows Server 2012 R2 — step-by-step Windows Server 2012 R2 tutorial on Progressive Robot

How to Configure NPS for 802.1X Authentication on Windows Server 2012 R2

How to Configure NPS for 802.1X Authentication on Windows Server 2012 R2 Network Policy Server (NPS) is the Microsoft implementation of RADIUS (Remote Authentication Dial-In User Service) on Windows Server 2012 R2. When combined with 802.1X-capable network switches and wireless access points, NPS enables port-based network access control: devices can only connect to the network […]

Read more
How to Set Up OCSP Responder on Windows Server 2012 R2 — step-by-step Windows Server 2012 R2 tutorial on Progressive Robot

How to Set Up OCSP Responder on Windows Server 2012 R2

How to Set Up OCSP Responder on Windows Server 2012 R2 The Online Certificate Status Protocol (OCSP) is the modern alternative to Certificate Revocation Lists (CRLs) for checking whether a digital certificate has been revoked. While CRLs are downloaded in their entirety and can grow to megabytes in size for large PKIs, OCSP allows clients […]

Read more
How to Configure Certificate Auto-Enrollment via Group Policy on Windows Server 2012 R2 — step-by-step Windows Server 2012 R2 tutorial on Progressive Robot

How to Configure Certificate Auto-Enrollment via Group Policy on Windows Server 2012 R2

How to Configure Certificate Auto-Enrollment via Group Policy on Windows Server 2012 R2 Certificate auto-enrollment allows domain computers and users to automatically request, receive, and renew digital certificates from an Enterprise CA without any manual intervention. This eliminates the administrative burden of manually issuing certificates to hundreds or thousands of devices and users, ensures certificates […]

Read more
How to Configure Storage Spaces with Tiering on Windows Server 2012 R2 — step-by-step Windows Server 2012 R2 tutorial on Progressive Robot

How to Configure Storage Spaces with Tiering on Windows Server 2012 R2

How to Configure Storage Spaces with Tiering on Windows Server 2012 R2 Storage Spaces, introduced in Windows Server 2012 and enhanced in Windows Server 2012 R2, is a software-defined storage technology that allows administrators to pool physical drives into virtual storage with resiliency, thin provisioning, and automated tiering. Storage Tiering — the key new feature […]

Read more
How to Set Up AD FS 3.0 for Single Sign-On on Windows Server 2012 R2 — step-by-step Windows Server 2012 R2 tutorial on Progressive Robot

How to Set Up AD FS 3.0 for Single Sign-On on Windows Server 2012 R2

How to Set Up AD FS 3.0 for Single Sign-On on Windows Server 2012 R2 Active Directory Federation Services 3.0 on Windows Server 2012 R2 delivers enterprise Single Sign-On capabilities, allowing users to authenticate once with their corporate Active Directory credentials and access multiple applications — both on-premises and cloud-hosted — without re-entering credentials. AD […]

Read more
How to Configure SAML SSO with AD FS 3.0 on Windows Server 2012 R2 — step-by-step Windows Server 2012 R2 tutorial on Progressive Robot

How to Configure SAML SSO with AD FS 3.0 on Windows Server 2012 R2

How to Configure SAML SSO with AD FS 3.0 on Windows Server 2012 R2 Active Directory Federation Services 3.0 (AD FS 3.0), included with Windows Server 2012 R2, enables SAML 2.0 and WS-Federation based Single Sign-On for web applications and cloud services. Organizations use AD FS to federate their on-premises Active Directory identity to external […]

Read more
How to Install and Configure SonarQube on RHEL 9 — step-by-step RHEL 9 tutorial on Progressive Robot

How to Install and Configure SonarQube on RHEL 9

SonarQube is an open-source static code analysis platform that continuously inspects source code for bugs, security vulnerabilities, code smells, and technical debt across 30+ programming languages. It integrates with CI/CD pipelines (Jenkins, GitLab CI, GitHub Actions) to provide automatic quality gates — blocking merges or deployments when code quality metrics fall below defined thresholds. SonarQube […]

Read more
CHAT