Skip to content

Linux

Linux has always been my favorite OS, it simply just work and are stable. I was introduced to Linux in the early 2000s, more specifically Knoppix Live CD from a computer magazine. It was amazing! I didn't install it though, but it opened my eyes for there was something else. In 2005 I got my own domain, and then the server hosting journey began, and has been a big part of my life ever since. In 2007 I tried my first workstation Linux, Fedora.

For server hosting I mainly stick with Debian, but for desktop/laptop use I have tried many different distros. At the time of writing this, I am mainly on OpenSUSE Tumbleweed, which is a rolling release distro. Over the years I've used a lot of different DEs (Gnome, i3, Hyprland etc.), and currently I use KDE Plasma.

This page is for the small things and tips, that's too small to fit onto their own pages on here.

DRAFT DRAFT DRAFT DRAFT

NetworkManager

Prevent DHCP from changing hostname

This one pisses me off a lot, why is this default behavior? Even after disconnecting and rebooting it kept using the one provided by the free wifi.

In /etc/NetworkManager/conf.d/10-no-dhcp-hostname.conf add the following:

[main]
dhcp=internal

[connection]
ipv4.dhcp-client-id=none