Skip to content

Tag: linux

All the articles with the tag "linux".

the lost+found Directory in Linux

the lost+found Directory in Linux

· Updated:

What is lost+found and why does it exist? fsck puts recovered file fragments there after a crash — and no, you can't delete it.

Understanding PostgreSQL Connection URIs

Understanding PostgreSQL Connection URIs

· Updated:

Decode the postgresql:// connection string — host, port, database, SSL mode, and the gotchas that cause connection refused at deploy time.

Understanding printf vs echo in Bash

Understanding printf vs echo in Bash

· Updated:

echo is convenient but inconsistent across systems; printf is portable and precise — know when to use each and avoid the gotchas.

A Guide to LXC/LXD

A Guide to LXC/LXD

· Updated:

LXC/LXD runs full Linux environments in lightweight containers — faster to spin up than VMs and perfect for home lab service isolation.

Update a Single Package Using APT

Update a Single Package Using APT

· Updated:

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.

FRR vs BIRD

FRR vs BIRD

FRR vs BIRD: two open-source routing daemons compared for BGP, OSPF, and home-lab dynamic routing. Which one belongs in your stack?