Skip to content

Instantly share code, notes, and snippets.

@anaxonda
anaxonda / ZFSBOOTMENU_RUNBOOK_PUBLIC.md
Last active March 2, 2026 00:59
Public redacted runbook: Debian mkinitcpio + ZFSBootMenu + Dropbear + Tailscale

ZFSBootMenu Runbook (Public Redacted)

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

Last validated against live host <HOST_OS> on 2026-03-02.

1. Goal

This document is the reproducible build/operate runbook for the current <HOST_OS> setup:

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)