Skip to content

Instantly share code, notes, and snippets.

@anaxonda
anaxonda / ZFSBOOTMENU_RUNBOOK_PUBLIC.md
Last active September 6, 2026 02:49
Public redacted runbook: Debian mkinitcpio + ZFSBootMenu + Dropbear + Tailscale

ZFSBootMenu Runbook (Public Redacted)

Debian 13 (trixie) + ZFSBootMenu container build + mkinitcpio + Dropbear + Tailscale.

Updated 2026-09-05. The revised updater successfully built, inspected and installed a staging EFI on Debian. Remote boot testing of that image has not yet been confirmed. The original working setup was validated on 2026-03-02.

1. Goal

login5.spotify.com
spclient.wg.spotify.com
open.spotify.com
api-partner.spotify.com
partners.wg.spotify.com
api.spotify.com
audio4-fa.scdn.co
audio-fa.scdn.co
seektables.scdn.co
(require 'counsel)
(defun my-nov-find-id-of-file (filename)
(interactive)
(let ((i 0)
(dontbreak t))
(while (and (< i (length nov-documents))
dontbreak)
(setq i (1+ i))
(when (string-equal filename (cdr (aref nov-documents i)))
(setq dontbreak nil)