Skip to main content

Debian

Book about one of the oldest and arguably the most stable Linux distributions in existence.

Updates & Upgrades

Enable backports in Debian 11

Sometimes the packages in Debian stable are way too old. In that case, you can use the backported...

Enable testing repo in stable Debian 11

You want to keep a stable Debian 11 distro (install and upgrade all packages from stable by defau...

Nginx

Collection of Nginx-related posts on my Debian server, might create a separate Book for Nginx in ...

Edit /etc/passwd correctly

In my recent guides, you might have noticed that I sometimes edit /etc/passwd directly with vi or...

Create multiple parent directories with mkdir

You have a directory /home/mydir and you want to create two new directories like this: /home/mydi...