pfm's wiki
Show pagesource
Menu
skip to content
Search
Log In
Admin
Trace:
•
w17
2025-W17 reading notes
Guix: Package Management
— a system I've recently installed on one of my devices.
use-package
— a GNU Emacs extension that helps manage other extensions. It's also capable of downloading them (with
:ensure
), but its key functionality is to declare which packages are used.
ssh_config: ControlMaster
— when set to
auto
, it enables opportunistic connection multiplexing.
Serving a blog from NetBSD on a Nintendo Wii
Back to Top