Skip to main content
Lead DevOps
Home
Posts
Tags
About
Language
Devops
4 posts
2026
GNU Screen: sessions that survive an SSH drop
8/31/26
A long apt upgrade, a migration, a build — then the laptop sleeps. SSH dies, the process gets SIGHUP and dies with it. GNU Screen keeps the …
screen
linux
ssh
terminal
devops
Read more
kind: Local Kubernetes in Docker
8/31/26
kind creates a Kubernetes cluster from Docker containers: control-plane and worker nodes are kindest/node images. Primary use cases are …
kubernetes
docker
devops
linux
Read more
Trusting a custom CA: system store, browsers, and CLI
8/31/26
A TLS error that says the certificate is untrusted almost never means the certificate is “broken”. The trust anchor is in the wrong store. …
tls
pki
certificates
devops
security
Read more
ssh-connection-manager: a TUI for hosts in ~/.ssh/config
8/30/26
When ~/.ssh/config holds dozens of stands, bastions, and jump hosts, memorizing aliases stops being fun. ssh-connection-manager is a TUI on …
ssh
devops
python
tui
openssh
Read more
All Tags
Back to Home
Menu
Home
Posts
Tags
About