Skip to content

Tag: ubuntu

All the articles with the tag "ubuntu".

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.

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.

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.

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.

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.