Skip to content

How-To

Step-by-step, task-oriented guides — do this, in this order, to get this result.

SRE & DevOpsHow-To July 11, 2026 3 min read

How to Write a Helm Chart from Scratch

A complete walkthrough building a Helm chart for a simple application — templates, values, and the conventions that make a chart genuinely reusable rather than a one-off wrapper around raw YAML.

#howto#helm#kubernetes
Read more
FreeDOSHow-To July 11, 2026 2 min read

How to Set Up a Development Environment on FreeDOS

A complete walkthrough installing a C compiler and assembler on FreeDOS and building your first program — for anyone wanting to write software for DOS rather than just run it.

#howto#development#open-watcom
Read more
FreeDOSHow-To July 11, 2026 2 min read

How to Set Up FreeDOS for Playing Classic DOS Games

A complete walkthrough getting sound, mouse, and memory configured correctly for DOS-era gaming — the three things almost every classic game setup guide assumes you already have working.

#howto#gaming#sound-blaster
Read more
FreeDOSHow-To July 11, 2026 2 min read

How to Set Up a RAM Disk on FreeDOS

A complete walkthrough configuring a RAM disk with the built-in RAM driver — a fast, volatile drive letter backed entirely by memory, useful for temporary files and speeding up disk-heavy tasks.

#howto#ramdisk#memory
Read more
FreeDOSHow-To July 11, 2026 2 min read

How to Build a TSR-Aware Batch Menu System on FreeDOS

A complete walkthrough building a batch-file boot menu that correctly manages memory-hungry TSRs — loading only what a chosen task actually needs, freeing conventional memory for everything else.

#howto#batch-files#tsr
Read more