Tls Ssl

How to Set Up iSCSI Target Server on Windows Server 2012 R2 — step-by-step Windows Server 2012 R2 tutorial on Progressive Robot

How to Set Up iSCSI Target Server on Windows Server 2012 R2

How to Set Up iSCSI Target Server on Windows Server 2012 R2 iSCSI (Internet Small Computer Systems Interface) is a storage networking protocol that enables block-level storage access over a standard TCP/IP network. Windows Server 2012 R2 includes a built-in iSCSI Target Server role service that allows you to create and manage iSCSI targets — […]

Read more
How to Install GitLab CE on RHEL 9 — step-by-step RHEL 9 tutorial on Progressive Robot

How to Install GitLab CE on RHEL 9

GitLab Community Edition (CE) is a complete, self-hosted DevOps platform that combines Git repository hosting, issue tracking, CI/CD pipelines, container registry, and code review in a single application. Hosting GitLab internally gives organisations full control over their source code without relying on third-party services, making it the preferred choice for teams with data sovereignty requirements […]

Read more
How to Set Up Centralised Log Collection with Windows Event Collector on Windows Server 2012 R2 — Windows Server 2012 R2 tutorial on Progressive Robot

How to Set Up Centralised Log Collection with Windows Event Collector on Windows Server 2012 R2

How to Set Up Centralised Log Collection with Windows Event Collector on Windows Server 2012 R2 Windows Event Collector (WEC) is a built-in Windows Server 2012 R2 service that enables centralised collection of Windows event log entries from multiple source computers into a single collector server. This eliminates the need to log into each individual […]

Read more
How to Configure Docker Daemon TLS Encryption on RHEL 9 — step-by-step RHEL 9 tutorial on Progressive Robot

How to Configure Docker Daemon TLS Encryption on RHEL 9

By default, the Docker daemon socket (/var/run/docker.sock) is a Unix socket accessible only locally. When the Docker daemon needs to be accessible over the network — for remote Docker management, CI/CD pipelines connecting to a remote build host, or Docker Swarm cluster communication — TLS encryption must be configured to prevent man-in-the-middle attacks and unauthorised […]

Read more
How to Install and Use Skopeo for Container Image Management on RHEL 9 — step-by-step RHEL 9 tutorial on Progressive Robot

How to Install and Use Skopeo for Container Image Management on RHEL 9

Skopeo is a command-line tool for working with container images and container image registries without requiring a running container daemon or root privileges. While Docker requires docker pull to download an image locally before inspecting or copying it, Skopeo can copy images directly between registries, inspect image metadata without downloading the full image, and sign/verify […]

Read more
How to Use Docker Secrets and Environment Variables Securely on RHEL 9 — step-by-step RHEL 9 tutorial on Progressive Robot

How to Use Docker Secrets and Environment Variables Securely on RHEL 9

Secrets and environment variables in Docker containers require careful handling to avoid leaking credentials into image layers, container logs, or environment variable dumps. The most common mistakes are: hardcoding credentials in Dockerfiles (they persist in image layer history forever), passing secrets via –env or –env-file flags (visible in docker inspect output and the process environment), […]

Read more
How to Configure System State Backup and Bare Metal Recovery on Windows Server 2012 R2 — step-by-step Windows Server 2012 R2 tutorial on Progressive Robot

How to Configure System State Backup and Bare Metal Recovery on Windows Server 2012 R2

How to Configure System State Backup and Bare Metal Recovery on Windows Server 2012 R2 A system state backup captures the critical OS configuration components required to restore a Windows Server 2012 R2 to a functional state without reinstalling the operating system. It includes the registry, the COM+ class registration database, Active Directory (on domain […]

Read more
How to Configure WinRM Security on Windows Server 2012 R2 — step-by-step Windows Server 2012 R2 tutorial on Progressive Robot

How to Configure WinRM Security on Windows Server 2012 R2

How to Configure WinRM Security on Windows Server 2012 R2 Windows Remote Management (WinRM) is the Microsoft implementation of the WS-Management protocol and is the foundation of PowerShell remoting, CIM sessions, Server Manager remote management, and many automation frameworks. WinRM is powerful, but an improperly configured WinRM listener exposes the server to credential theft, unauthorized […]

Read more
How to Install ArgoCD on Kubernetes on RHEL 9 — step-by-step RHEL 9 tutorial on Progressive Robot

How to Install ArgoCD on Kubernetes on RHEL 9

ArgoCD is a declarative, GitOps-based continuous delivery tool for Kubernetes. In the GitOps model, Git is the single source of truth for both application code and infrastructure configuration — when a developer pushes a change to a Git repository, ArgoCD automatically detects the change and applies it to the Kubernetes cluster, keeping the live cluster […]

Read more
How to Implement Software Restriction Policies on Windows Server 2012 R2 — step-by-step Windows Server 2012 R2 tutorial on Progressive Robot

How to Implement Software Restriction Policies on Windows Server 2012 R2

How to Implement Software Restriction Policies on Windows Server 2012 R2 Software Restriction Policies (SRP) are the predecessor to AppLocker, providing application control capabilities on all editions of Windows Server 2012 R2—including Standard edition, which does not support AppLocker enforcement. SRP uses rules based on file hash, certificate, path, or network zone to allow or […]

Read more
CHAT