pfm's wiki
Show pagesource
Menu
skip to content
Search
Log In
Trace:
•
w20
•
w52
•
w37
•
w49
•
w12
•
w14
•
ideas
•
w43
•
w27
•
w17
This is an old revision of the document!
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.
Back to Top