Skip to content

Tag: sysadmin

All the articles with the tag "sysadmin".

mdadm Day-2: Grow, Replace, Scrub

mdadm Day-2: Grow, Replace, Scrub

Creating a RAID array is the easy part. The drama starts six months later when one drive starts dying. Here's the survival guide for everything that happens after mdadm --create.

ddrescue vs TestDisk vs PhotoRec

ddrescue vs TestDisk vs PhotoRec

Drive is dying. Which tool do you reach for? ddrescue clones, TestDisk repairs partitions, PhotoRec carves files. They're a workflow, not rivals.

Linux Namespaces from Scratch

Linux Namespaces from Scratch

Containers are just namespaces and cgroups in a trench coat. Build one yourself with unshare and nsenter — no Docker required. Here's what actually happens.

Bash One-Liners Worth Remembering

Bash One-Liners Worth Remembering

· Updated:

Twenty powerful bash one-liners every sysadmin should know—file ops, process hunting, networking, text processing, disk analysis

Compiling on Linux With Low RAM

Compiling on Linux With Low RAM

· Updated:

Compile software on Raspberry Pi or cheap VPS with 512MB–2GB RAM. Swap, parallel jobs, ccache, and swappiness tuning make it work.

Linux distribution info & kernel info

Linux distribution info & kernel info

· Updated:

Find your Linux distro version, kernel version, and architecture with uname, lsb_release, /etc/os-release, and hostnamectl.