Skip to content

Instantly share code, notes, and snippets.

View wohali's full-sized avatar
💭
I may be slow to respond.

Joan Touzet wohali

💭
I may be slow to respond.
View GitHub Profile
@wohali
wohali / readme.md
Created July 10, 2024 07:16
Using C-Kermit with SimH to transfer files from a simulated PDP-11

Using C-Kermit with SimH to transfer files from a simulated PDP-11

This is a short guide on copying files to/from a simulated PDP-11 using C-Kermit. It's slow, but extremely robust.

Configuring SimH

Here's a minimal machine config for Kermit. It's possible to run in less memory but I didn't spend the time to work it out.

The most important parts of this config are the dli/dlo lines, which enable a second serial line for file transfer, and the cpu line setting 256KB of memory.

@matejaputic
matejaputic / haproxy.cfg
Created August 21, 2025 06:28
HAProxy Anubis Authelia integration
global
# all file names are relative to the directory containing this config
# file by default
default-path config
# refuse to start if any warning is emitted at boot (keep configs clean)
zero-warning
# Security hardening: isolate and drop privileges
chroot /var/lib/haproxy