Posts tagged “Tooling”

3 posts

Kanidm & SSH Identity Management

· 4 min read

A compact cheatsheet covering Kanidm administration: user and group management, SSH public key distribution, PAM/NSS client setup on NixOS, step-ca certificate …

tooling
kanidm ssh pam nss identity nixos security homelab

NixOS Essentials

· 5 min read

A compact cheatsheet covering everyday NixOS operations: system configuration, nixos-rebuild, package management, services, networking, declarative containers, …

tooling
nixos nix linux devops

Makefiles as Your Project Interface

· 6 min read

Every project gets a Makefile before it gets a README. Not as a build system, but as a project interface — coloured help menus, Docker Compose lifecycle, …

tooling
make devops automation docker terraform