Networking

Настройка BIND в качестве DNS-сервера частной сети на базе Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

Настройка BIND в качестве DNS-сервера частной сети на базе Ubuntu 18.04

Важным элементом управления конфигурацией и инфраструктурой сервера является поддержание удобного способа просмотра сетевых интерфейсов и IP-адресов по имени с помощью настройки корректной системы доменных имен (DNS). Использование полных доменных имен (FQDN), а не IP-адреса, для…

Read more
How to Set Up a Load-Balanced PostgreSQL Cluster with Patroni on RHEL 7 — step-by-step RHEL 7 tutorial on Progressive Robot

How to Set Up a Load-Balanced PostgreSQL Cluster with Patroni on RHEL 7

How to Set Up a Load-Balanced PostgreSQL Cluster with Patroni on RHEL 7 Running a single PostgreSQL instance is a liability in any production environment — it is a single point of failure that, when it goes down, takes your entire application with it. Patroni is an open-source, Python-based high-availability solution for PostgreSQL that uses […]

Read more
How to Set Up Port Knocking on Oracle Linux 8 — step-by-step Oracle Linux 8 tutorial on Progressive Robot

How to Set Up Port Knocking on Oracle Linux 8

Introduction How to Set Up Port Knocking 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 configuration […]

Read more
Common Problems 117917

Ubuntu 18.04 Network Interface Missing After Kernel Upgrade

🟡 Medium   ⏱ 5–30 min  Last verified: 30 November 2020 📖 ~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 Prometheus and Grafana on Oracle Linux 8 — step-by-step Oracle Linux 8 tutorial on Progressive Robot

How to Install Prometheus and Grafana on Oracle Linux 8

Introduction This tutorial demonstrates how to Install Prometheus and Grafana on Oracle Linux 8 on Oracle Linux 8. 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 Oracle Linux 8 system with the […]

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

How to Configure Docker Daemon TLS Encryption on RHEL 7

How to Configure Docker Daemon TLS Encryption on RHEL 7 By default, the Docker daemon on RHEL 7 listens only on a Unix socket at /var/run/docker.sock, which limits access to processes on the same host. When you need to manage Docker remotely — from a CI server, a centralised management host, or a deployment automation […]

Read more
How to Set Up Oracle Linux 8 in Oracle Cloud Infrastructure — step-by-step Oracle Linux 8 tutorial on Progressive Robot

How to Set Up Oracle Linux 8 in Oracle Cloud Infrastructure

Introduction This tutorial demonstrates how to Set Up Oracle Linux 8 in Oracle Cloud Infrastructure on Oracle Linux 8. 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 Oracle Linux 8 system with […]

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

How to Install HAProxy on Oracle Linux 8

Introduction Setting up install haproxy 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 Install HAProxy on Oracle Linux 8, with all the commands you need, the SELinux and firewalld considerations to keep in mind, and […]

Read more
How to Configure Drone CI on Debian 9 — step-by-step Debian 9 tutorial on Progressive Robot

How to Configure Drone CI on Debian 9

Introduction This guide explains how to Configure Drone CI 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 standard […]

Read more
How to Configure DHCP Policies on Windows Server 2019 — step-by-step Windows Server 2019 tutorial on Progressive Robot

How to Configure DHCP Policies on Windows Server 2019

Introduction to DHCP Policies on Windows Server 2019 DHCP Policies allow the Windows Server 2019 DHCP server to assign different configuration options — including IP address ranges, lease durations, default gateways, DNS servers, and custom options — to clients based on attributes of the DHCP request itself. Without policies, all clients in a scope receive […]

Read more
CHAT