Skip to content

tag

#howto

138 posts

SRE & DevOpsHow-To 5 min read

How to Implement GitOps with ArgoCD

Implement GitOps with Argo CD using pinned installation assets, constrained projects, safe automated sync, drift detection, and tested recovery.

#howto#gitops#argocd
Read more
SRE & DevOpsHow-To 5 min read

How to Set Up Kubernetes NetworkPolicies

Deploy Kubernetes NetworkPolicies with verified CNI enforcement, default-deny baselines, explicit DNS access, namespace labels, and negative tests.

#howto#networkpolicy#kubernetes
Read more
SRE & DevOpsHow-To 6 min read

How to Write a Helm Chart from Scratch

Build a reusable Helm chart with safe templates, documented values, schema validation, immutable images, release tests, and OCI packaging checks.

#howto#helm#kubernetes
Read more
FreeDOSHow-To 4 min read

How to Set Up a RAM Disk on FreeDOS

Configuring a RAM disk with the built-in RAM driver — a fast, volatile drive letter backed by memory, useful for temporary files and disk-heavy tasks.

#howto#ramdisk#memory
Read more
FreeBSDHow-To 5 min read

How to Manage FreeBSD Jails with iocage

A current iocage workflow for selecting a supported FreeBSD release, creating a ZFS-backed jail, managing networking, updates, snapshots, and removal.

#howto#jails#iocage
Read more
macOSHow-To 5 min read

How to Reset NVRAM and SMC on a Mac

Resetting NVRAM and the System Management Controller — two different low-level resets solving different problems, on Apple Silicon and Intel Macs.

#howto#nvram#smc
Read more
RetrogamingHow-To 7 min read

How to Configure Rewind in RetroArch

Configure RetroArch rewind with verified save-state support, measured memory and frame-time costs, safe hotkeys, narrow overrides, and rollback tests.

#howto#retroarch#rewind
Read more
RetrogamingHow-To 6 min read

How to Reduce Input Lag with Run-Ahead

Configure RetroArch run-ahead from measured internal game lag, validate core serialization and performance, and keep a reversible per-game profile.

#howto#input-lag#run-ahead
Read more
Shell & TerminalHow-To 5 min read

How to Install and Use a TUI File Manager

Setting up a terminal-based file manager for navigating, previewing, and manipulating files entirely with the keyboard, without leaving the terminal.

#howto#tui#file-manager
Read more
Shell & TerminalHow-To 5 min read

How to Set Up a TUI System Monitor

Installing and configuring a full-screen terminal system monitor for real-time CPU, memory, and process information, entirely keyboard-driven.

#howto#tui#system-monitoring
Read more
Shell & TerminalHow-To 4 min read

How to Set Up Zsh With Oh My Zsh

Installing Zsh as your shell, setting up Oh My Zsh, and configuring a theme and a first useful plugin, from a default shell to a productive one.

#howto#zsh#oh-my-zsh
Read more
Tech HistoryHow-To 5 min read

How to Emulate an Original IBM PC Today

Set up 86Box, PCjs, or MartyPC to recreate the 5150's real hardware — 8088 at 4.77 MHz, floppy-only boot, PC DOS — and feel the 1981 constraints.

#howto#ibm-pc#emulation
Read more
Tech HistoryHow-To 4 min read

How to Legally Play 1980s Video Games Today

Official re-releases like Atari 50, Arcade Archives, subscription libraries, licensed mini consoles, and original hardware — legal paths to 1983-era games.

#howto#video-games#preservation
Read more
WindowsHow-To 5 min read

How to Deploy Software with Group Policy

Packaging and deploying an MSI installer to multiple computers automatically via Group Policy Software Installation — no third-party deployment tool.

#howto#group-policy#software-deployment
Read more
WSLHow-To 5 min read

How to Back Up and Restore a WSL Distro

Exporting a WSL distro's entire state to a portable file, and restoring it later on the same machine after a problem or on an entirely different one.

#howto#wsl2#backup
Read more
WSLHow-To 4 min read

How to Enable systemd in WSL2

Turning on systemd support in a specific WSL2 distro, applying the required restart correctly, and verifying services actually manage correctly afterward.

#howto#wsl2#systemd
Read more
WSLHow-To 5 min read

How to Install WSL on Windows

Getting WSL2 and a Linux distro running from a clean Windows install using the single-command path, plus what to check if it doesn't work the first time.

#howto#wsl#installation
Read more
Haiku OSHow-To 6 min read

How to Set Up Printing on Haiku

Match a printer's real page language and connection to Haiku's driver and transport, validate a test page, and isolate failures safely.

#howto#printing#print-kit
Read more
Shell & TerminalHow-To 5 min read

How to Use a TUI Git Client

Setting up a terminal-based git interface for staging, committing, browsing history, and resolving conflicts visually without leaving the terminal.

#howto#git#tui
Read more
FreeBSDHow-To 6 min read

How to Set Up a WireGuard VPN on FreeBSD

A least-privilege FreeBSD WireGuard setup covering if_wg, protected keys, cryptokey routing, PF exposure, NAT peers, rc startup, traffic tests, and rotation.

#howto#wireguard#vpn
Read more
FreeBSDHow-To 6 min read

How to Automate ZFS Snapshots with periodic

A verified FreeBSD zfs-periodic setup for explicit datasets, hourly through monthly schedules, retention testing, capacity alerts, consistent data, and recovery.

#howto#zfs#automation
Read more
LinuxHow-To 5 min read

How to Configure a Firewall with nftables

A complete, working nftables ruleset for a typical server — default-deny inbound, stateful connection tracking, and a handful of explicit allowed services.

#howto#nftables#firewall
Read more
RetrogamingHow-To 5 min read

How to Set Up RetroAchievements in RetroArch

Set up RetroAchievements with protected credentials, a supported RetroArch core, recognized RA hashes, Casual or Hardcore rules, and verified sync.

#howto#retroachievements#retroarch
Read more
WindowsHow-To 5 min read

How to Set Up and Use Windows Sandbox

A complete walkthrough enabling Windows Sandbox for running untrusted applications in a clean, disposable, isolated environment — no separate VM image to manage.

#howto#windows-sandbox#isolation
Read more