authorization

How to Audit Linux Security with Lynis on RHEL 7 — step-by-step RHEL 7 tutorial on Progressive Robot

How to Audit Linux Security with Lynis on RHEL 7

How to Audit Linux Security with Lynis on RHEL 7 Maintaining a secure Linux server requires more than installing updates and setting strong passwords. A comprehensive security audit reveals configuration weaknesses, missing hardening measures, and potential vulnerabilities before attackers can exploit them. Lynis is an open-source security auditing tool that performs an in-depth scan of […]

Read more
How to Create and Manage File Systems on IBM AIX 7.1 — step-by-step IBM AIX 7.1 tutorial on Progressive Robot

How to Create and Manage File Systems on IBM AIX 7.1

Introduction IBM AIX 7.1 is the latest release of IBM’s enterprise-grade UNIX operating system, running on IBM Power Systems hardware. Known for its reliability, security, and performance in mission-critical environments, AIX 7.1 introduces enhanced virtualization, security hardening, and cloud integration features. This guide covers how to create and manage file systems on ibm aix 7.1 […]

Read more
How to Manage Users and Groups on FreeBSD 12 — step-by-step FreeBSD 12 tutorial on Progressive Robot

How to Manage Users and Groups on FreeBSD 12

Introduction Deploying manage users and groups on freebsd 12 on a FreeBSD 12 machine differs from Linux in several important ways: packages come from the FreeBSD Ports Collection or the binary pkg repository, services are registered in /etc/rc.conf via sysrc(8), and firewall rules are written in pf.conf(5) syntax. This tutorial stays entirely within the standard […]

Read more
How to Set Up ZFS Send and Receive on FreeBSD 12 — step-by-step FreeBSD 12 tutorial on Progressive Robot

How to Set Up ZFS Send and Receive on FreeBSD 12

Introduction How to Set Up ZFS Send and Receive on FreeBSD 12 is a core administration task for any FreeBSD 12 server operator. FreeBSD 12 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, pf […]

Read more
Debian 10 — pam-python — vulnerability — patch and remediation guide — diagnosis and fix on Debian 10

Debian 10 — pam-python — vulnerability — patch and remediation guide

🟢 Low   ⏱ 5–15 min  Last verified: 10 August 2019 Affected versions: Debian 10 (buster) 📖 ~4 min read  •  Source: Debian Security Tracker Related CVEs: CVE-2019-16729 Table of contents Symptom & Impact Environment & Reproduction Root Cause Analysis Quick Triage Step-by-Step Diagnosis Solution – Primary Fix Solution – Alternative Approaches Verification & Acceptance […]

Read more
How to Deploy a Ruby on Rails Application on RHEL 8 — step-by-step RHEL 8 tutorial on Progressive Robot

How to Deploy a Ruby on Rails Application on RHEL 8

Ruby on Rails is a full-stack web framework that prioritises convention over configuration, making it possible to stand up a production-ready application in minutes. Deploying Rails on RHEL 8 involves generating the application, running database migrations, serving it through the built-in Puma application server, and placing Nginx in front as a reverse proxy. This tutorial […]

Read more
How to Configure SSH Hardening on FreeBSD 12 — step-by-step FreeBSD 12 tutorial on Progressive Robot

How to Configure SSH Hardening on FreeBSD 12

Introduction FreeBSD 12 is a UNIX-derived operating system renowned for its network stack performance, ZFS integration, and Jail isolation primitives. Setting up configure ssh hardening on freebsd 12 on FreeBSD 12 follows the rc.conf/service(8) paradigm rather than systemd, which means enabling a service and configuring its startup options are done differently from any Linux distribution. […]

Read more
How to Configure Nginx as a Reverse Proxy on FreeBSD 12 — step-by-step FreeBSD 12 tutorial on Progressive Robot

How to Configure Nginx as a Reverse Proxy on FreeBSD 12

Introduction FreeBSD 12 is a UNIX-derived operating system renowned for its network stack performance, ZFS integration, and Jail isolation primitives. Setting up configure nginx as a reverse proxy on freebsd 12 on FreeBSD 12 follows the rc.conf/service(8) paradigm rather than systemd, which means enabling a service and configuring its startup options are done differently from […]

Read more
Common Problems 118093

Nginx 502 Bad Gateway with PHP-FPM

🟡 Medium   ⏱ 5–30 min  Last verified: 8 August 2019 📖 ~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 and Configure Kubernetes on Debian 9 — step-by-step Debian 9 tutorial on Progressive Robot

How to Install and Configure Kubernetes on Debian 9

Introduction Debian 9 Stretch is built around the ethos of stability and free software. Setting up install and configure kubernetes 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 and […]

Read more
CHAT