Author name: CrtMgr Team

LVM on Linux: Logical Volume Management for Flexible Disk Storage

LVM changed how I think about disk management. Before LVM, adding storage meant figuring out partitions, worrying about running out of space, and sometimes having to move data around to resize things. With LVM, extending a filesystem is usually a matter of three commands. Shrinking, snapshotting, moving storage between devices — all doable without downtime. […]

LVM on Linux: Logical Volume Management for Flexible Disk Storage Read Post »

TLS Certificate Validity Is Dropping to 47 Days: Timeline, Impact, and How to Prepare

For most of the last decade, the maximum validity period for a publicly trusted TLS certificate sat at 398 days — just over thirteen months. Long enough that a sysadmin could handle renewals with a calendar reminder and a few manual steps. That window is closing. In April 2025, the CA/Browser Forum passed a ballot

TLS Certificate Validity Is Dropping to 47 Days: Timeline, Impact, and How to Prepare Read Post »

Linux Process Management: ps, top, htop, and Managing Runaway Processes

Knowing how to find and manage processes is fundamental sysadmin work. It’s not glamorous, but it comes up constantly — debugging a runaway process eating CPU, finding what’s holding a port open, or tracing which process opened a particular file. ps: The Process Snapshot ps shows a snapshot of current processes. The options are confusing

Linux Process Management: ps, top, htop, and Managing Runaway Processes Read Post »

Kubernetes TLS: Securing Ingress with Certificates

Managing TLS in Kubernetes is different enough from regular server TLS that it’s worth covering separately. The concepts are the same — certificates, private keys, certificate authorities — but the mechanics of how you provision, store, and rotate certificates involve Kubernetes-specific objects. I’ve worked through this on a few clusters. Here’s the practical picture. The

Kubernetes TLS: Securing Ingress with Certificates Read Post »

Scroll to Top