Skip to content

Tag: linux

All the articles with the tag "linux".

Update a Single Package Using APT

Update a Single Package Using APT

Update one package with apt without upgrading everything else — the exact flag, version pinning, held package handling, and the apt vs apt-get distinction that trips people up.

Mastering xargs in Linux

Mastering xargs in Linux

xargs turns stdin into arguments — build complex pipelines, run parallel jobs, and handle filenames with spaces without breaking everything.