Cpu Memory

How to Register a GitHub Actions Self-Hosted Runner on RHEL 7 — step-by-step RHEL 7 tutorial on Progressive Robot

How to Register a GitHub Actions Self-Hosted Runner on RHEL 7

How to Register a GitHub Actions Self-Hosted Runner on RHEL 7 GitHub Actions is a CI/CD platform built directly into GitHub, and while GitHub provides hosted runners for common workflows, there are many scenarios where you need to run workflows on your own infrastructure: accessing internal services not exposed to the internet, using specific hardware […]

Read more
How to Configure Swap Space on FreeBSD 15 — step-by-step FreeBSD 15 tutorial on Progressive Robot

How to Configure Swap Space on FreeBSD 15

Introduction FreeBSD 15 is a UNIX-derived operating system renowned for its network stack performance, ZFS integration, and Jail isolation primitives. Setting up configure swap space on FreeBSD 15 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. This guide walks […]

Read more
How to Configure MAC Framework on FreeBSD 15 — step-by-step FreeBSD 15 tutorial on Progressive Robot

How to Configure MAC Framework on FreeBSD 15

Introduction How to Configure MAC Framework 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, pf for packet filtering, […]

Read more
How to Set Up pf Firewall on FreeBSD 15 — step-by-step FreeBSD 15 tutorial on Progressive Robot

How to Set Up pf Firewall on FreeBSD 15

Introduction This guide explains how to Set Up pf Firewall 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 and Capsicum for fine-grained […]

Read more
How to Set the Hostname on FreeBSD 15 — step-by-step FreeBSD 15 tutorial on Progressive Robot

How to Set the Hostname on FreeBSD 15

Introduction Deploying set the hostname on a FreeBSD 15 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 base + ports approach […]

Read more
How to Set Up SSH Key Authentication on FreeBSD 15 — step-by-step FreeBSD 15 tutorial on Progressive Robot

How to Set Up SSH Key Authentication on FreeBSD 15

Introduction Deploying set up ssh key authentication on a FreeBSD 15 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 base + […]

Read more
How to Configure Static IP on FreeBSD 15 — step-by-step FreeBSD 15 tutorial on Progressive Robot

How to Configure Static IP on FreeBSD 15

Introduction How to Configure Static IP 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, pf for packet filtering, […]

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 GitLab CE on RHEL 7 — step-by-step RHEL 7 tutorial on Progressive Robot

How to Install GitLab CE on RHEL 7

How to Install GitLab CE on RHEL 7 GitLab Community Edition is a complete DevOps platform that bundles source code management, issue tracking, CI/CD pipelines, container registry, and wiki functionality into a single self-hosted application. Installing GitLab CE on Red Hat Enterprise Linux 7 is straightforward using the official Omnibus package, which packages all dependencies […]

Read more
How to Set Up Dovecot IMAP Server on Debian 9 — step-by-step Debian 9 tutorial on Progressive Robot

How to Set Up Dovecot IMAP Server on Debian 9

Introduction How to Set Up Dovecot IMAP Server on Debian 9 is a fundamental operation for any administrator maintaining a Debian 9 Stretch server. Debian 9 Stretch ships with the Linux 6.12 kernel, updated toolchains, and a fully refreshed package archive — meaning version numbers, configuration file paths, and some dependency chains differ from Debian […]

Read more
CHAT