Networking

How To Install and Configure an OpenVPN Access Server on CentOS 6.5 — step-by-step Linux tutorial on Progressive Robot

How To Install and Configure an OpenVPN Access Server on CentOS 6.5

OpenVPN is a VPN implementation that works on Linux, Windows, and Mac operating systems and can be utilized to create complex, encrypted networks between physically dispersed servers. In this guide, we will set up the OpenVPN Access Server on CentOS 6.5. This can be used to automatically create VPN credentials for users and allow you to manage users and settings through a web-based interface.

Read more
How to Deploy a CakePHP Application on Oracle Linux 8 — step-by-step Oracle Linux 8 tutorial on Progressive Robot

How to Deploy a CakePHP Application on Oracle Linux 8

Introduction Setting up deploy a cakephp application on oracle linux 8 on a Oracle Linux 8 server is a common task for system administrators, DevOps engineers, and site reliability engineers. This guide explains how to Deploy a CakePHP Application on Oracle Linux 8, with all the commands you need, the SELinux and firewalld considerations to […]

Read more
How to Configure Network Adapter Teaming on Windows Server 2012 R2 — step-by-step Windows Server 2012 R2 tutorial on Progressive Robot

How to Configure Network Adapter Teaming on Windows Server 2012 R2

How to Configure Network Adapter Teaming on Windows Server 2012 R2 Network Adapter Teaming, also known as NIC Teaming or Link Aggregation, is a feature built directly into Windows Server 2012 R2 that allows multiple network adapters to be grouped together to increase throughput and provide fault tolerance. Unlike previous Windows versions that required third-party […]

Read more
How to Configure Loki for Log Aggregation on Oracle Linux 8 — step-by-step Oracle Linux 8 tutorial on Progressive Robot

How to Configure Loki for Log Aggregation on Oracle Linux 8

Introduction How to Configure Loki for Log Aggregation on Oracle Linux 8 on Oracle Linux 8 provides administrators with a robust, enterprise-ready workflow that integrates cleanly with systemd, SELinux, firewalld, and the modern AppStream module system. In this tutorial we will walk through every step required, from package installation to verification, so that the resulting […]

Read more
Common Problems 118542

Ubuntu 16.04 UFW Blocks Required Service Ports

🟡 Medium   ⏱ 5–30 min  Last verified: 1 May 2021 📖 ~1 min read Table of contents Symptom & Impact Environment & Reproduction Root Cause Analysis Quick Triage Step-by-Step Diagnosis Solution – Primary Fix Solution – Alternative Approaches Verification & Acceptance Criteria Rollback Plan Prevention & Hardening Related Errors & Cross-Refs References & Further […]

Read more
How to Set Up Loki and Promtail for Log Aggregation on RHEL 8 — step-by-step RHEL 8 tutorial on Progressive Robot

How to Set Up Loki and Promtail for Log Aggregation on RHEL 8

Loki is a horizontally scalable, highly available log aggregation system designed by Grafana Labs to index only metadata rather than full log content, making it extremely cost-efficient compared to Elasticsearch-based stacks. Promtail is the companion agent that tails local log files, attaches labels, and ships entries to Loki over HTTP. In this tutorial you will […]

Read more
Common Problems 118094

Ubuntu 18.04 VPN connection fails to establish

🟡 Medium   ⏱ 5–30 min  Last verified: 30 April 2021 📖 ~1 min read Table of contents Symptom & Impact Environment & Reproduction Root Cause Analysis Quick Triage Step-by-Step Diagnosis Solution – Primary Fix Solution – Alternative Approaches Verification & Acceptance Criteria Rollback Plan Prevention & Hardening Related Errors & Cross-Refs References & Further […]

Read more
How to Install CockroachDB on Oracle Linux 8 — step-by-step Oracle Linux 8 tutorial on Progressive Robot

How to Install CockroachDB on Oracle Linux 8

Introduction Oracle Linux 8 ships with a stable, security-hardened base that makes deploying install cockroachdb on oracle linux 8 both straightforward and auditable. This tutorial covers the complete procedure for how to Install CockroachDB on Oracle Linux 8, including dnf module streams where applicable, systemd unit management, and the firewalld rules required for network-facing services. […]

Read more
How to Configure Persistent Volumes in Kubernetes on Debian 9 — step-by-step Debian 9 tutorial on Progressive Robot

How to Configure Persistent Volumes in Kubernetes on Debian 9

Introduction This guide explains how to Configure Persistent Volumes in Kubernetes on Debian 9 on Debian 9 Stretch. Debian Stretch uses systemd for service management, nftables as the underlying packet filter (with ufw or iptables front-ends still available), and AppArmor for mandatory access control. Every command is designed for a minimal Debian 9 install with […]

Read more
How to Secure the MariaDB Installation on Debian 9 — step-by-step Debian 9 tutorial on Progressive Robot

How to Secure the MariaDB Installation on Debian 9

Introduction This guide explains how to Secure the MariaDB Installation on Debian 9 on Debian 9 Stretch. Debian Stretch uses systemd for service management, nftables as the underlying packet filter (with ufw or iptables front-ends still available), and AppArmor for mandatory access control. Every command is designed for a minimal Debian 9 install with the […]

Read more
CHAT