Proxy

How to Configure Nginx as a Reverse Proxy for Apache2 on FreeBSD 15 — step-by-step FreeBSD 15 tutorial on Progressive Robot

How to Configure Nginx as a Reverse Proxy for Apache2 on FreeBSD 15

Introduction This guide explains how to Configure Nginx as a Reverse Proxy for Apache2 on FreeBSD 15 on FreeBSD 15. FreeBSD uses the pkg(8) binary package manager, rc.conf(5) for service startup configuration, and pf(4) as its primary packet filter. There is no SELinux or AppArmor — instead, FreeBSD provides the MAC (Mandatory Access Control) framework […]

Read more
How to Set Up Nginx as a Reverse Proxy on FreeBSD 15 — step-by-step FreeBSD 15 tutorial on Progressive Robot

How to Set Up Nginx as a Reverse Proxy on FreeBSD 15

Introduction How to Set Up Nginx as a Reverse Proxy on FreeBSD 15 is a core administration task for any FreeBSD 15 server operator. FreeBSD 15 ships with the 15.0-RELEASE kernel, ZFS as the default root filesystem, Capsicum capability sandboxing improvements, and an updated ports tree. Unlike Linux distributions, FreeBSD uses rc(8) for service management, […]

Read more
How to Install Nexus Repository Manager on RHEL 7 — step-by-step RHEL 7 tutorial on Progressive Robot

How to Install Nexus Repository Manager on RHEL 7

How to Install Nexus Repository Manager on RHEL 7 Sonatype Nexus Repository Manager is the industry-standard artifact repository used by thousands of enterprises to proxy, host, and distribute software packages. Whether you need to cache Maven Central artifacts to reduce CI/CD build times, host internal Docker images, store npm packages, or serve PyPI packages to […]

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

How to Install and Configure SonarQube on RHEL 7

How to Install and Configure SonarQube on RHEL 7 SonarQube is an open-source platform for continuous code quality inspection and static analysis. It detects bugs, vulnerabilities, code smells, and security hotspots across dozens of programming languages, integrating naturally into CI/CD pipelines to enforce quality gates before code reaches production. On RHEL 7, setting up SonarQube […]

Read more
How to Install Terraform on RHEL 7 — step-by-step RHEL 7 tutorial on Progressive Robot

How to Install Terraform on RHEL 7

How to Install Terraform on RHEL 7 Terraform is HashiCorp’s open-source Infrastructure as Code (IaC) tool that lets you define, provision, and manage cloud infrastructure using declarative configuration files. Instead of manually clicking through cloud consoles or writing fragile shell scripts, Terraform allows you to describe your desired infrastructure state — virtual machines, networks, storage […]

Read more
How to Set Up a Git Server with Gitea on RHEL 7 — step-by-step RHEL 7 tutorial on Progressive Robot

How to Set Up a Git Server with Gitea on RHEL 7

How to Set Up a Git Server with Gitea on RHEL 7 Gitea is a lightweight, self-hosted Git service written in Go. It provides a GitHub-style web interface for repository management, issue tracking, pull requests, webhooks, and user management — all from a single binary that consumes a fraction of the resources required by GitLab […]

Read more
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
How to Set Up a Kubernetes Dashboard on RHEL 7 — step-by-step RHEL 7 tutorial on Progressive Robot

How to Set Up a Kubernetes Dashboard on RHEL 7

How to Set Up a Kubernetes Dashboard on RHEL 7 The Kubernetes Dashboard is a web-based UI that provides a graphical interface for managing cluster resources, viewing workload status, inspecting pod logs, executing commands inside containers, and monitoring resource utilisation. While kubectl provides full cluster control from the command line, the Dashboard is invaluable for […]

Read more
How to Install and Configure Squid Proxy on Debian 9 — step-by-step Debian 9 tutorial on Progressive Robot

How to Install and Configure Squid Proxy on Debian 9

Introduction Debian 9 Stretch is built around the ethos of stability and free software. Setting up install and configure squid proxy on debian 9 on Stretch leverages the same proven Debian packaging system that powers millions of servers worldwide, while benefiting from the latest upstream releases included in the Stretch freeze. Follow each step carefully […]

Read more
How to Set Up Kubernetes Ingress with Nginx Ingress Controller on RHEL 7 — step-by-step RHEL 7 tutorial on Progressive Robot

How to Set Up Kubernetes Ingress with Nginx Ingress Controller on RHEL 7

How to Set Up Kubernetes Ingress with Nginx Ingress Controller on RHEL 7 Kubernetes Ingress provides a powerful way to expose HTTP and HTTPS routes from outside the cluster to services running inside it. Rather than creating a separate LoadBalancer service for every application, an Ingress resource lets you define routing rules in one place, […]

Read more
CHAT