Skip to content

Tag: ubuntu

All the articles with the tag "ubuntu".

Rootless Docker: Run Without Root

Rootless Docker: Run Without Root

Run Docker containers without root privileges, here's the security difference, the install steps, and the gotchas nobody tells you about.

Switch Ubuntu to Hardware Enablement (HWE)

Switch Ubuntu to Hardware Enablement (HWE)

· Updated:

Running new hardware on Ubuntu LTS? The HWE kernel backports newer kernel and graphics support. Here's how to switch from generic to HWE safely.

"Packages Have Been Kept Back": What It Means

"Packages Have Been Kept Back": What It Means

· Updated:

Apt says packages have been kept back during upgrade. What the message means on Debian 12 and Ubuntu, why it happens, and how to install those packages safely.

APT: Upgrade a Single Package, Not Everything

APT: Upgrade a Single Package, Not Everything

· Updated:

Upgrade one package with apt and leave the rest alone. The exact flag, why apt upgrade nginx does not work, version pinning, and held package behaviour.

Install docker on Ubuntu/Debian

Install docker on Ubuntu/Debian

· Updated:

The official, no-nonsense way to install Docker Engine on Ubuntu and Debian, repository setup, key import, and one command to verify it works.

Adding Extra Swap to Linux

Adding Extra Swap to Linux

· Updated:

Out of RAM and no time to reimage? Add swap via a file on any partition using mkswap, swapon, and fstab, done in under 5 minutes.