-`unattended-upgrades` or `dnf-automatic` so security updates are at least downloaded if not even directly installed (see configuration and systemd units!)
- if cryptographic operations are taking ages, consider something like `haveged`. It's controversial, so if there are no issues, don't install a random number generator.
-`thermald` for additional help keeping system cool, especially intel
-`sudo systemctl enable --now thermald`
-`vnstat` - help for observing bandwidth usage
-`yggdrasil` - essential for getting through Carrier Grade NAT whether there is IPv6 or not. Also gives static internal IPv6 reducing need for dynamic DNS.
-`tlp` - for laptop power management, especially ThinkPad.
-`sudo tlp-stat | less`
-`sudo systemctl enable --now tlp`
## Offtopic system configuration
This is just too close to not mention here (and was besides in my planning issue):
### Debian-based
-`sudo dpkg-reconfigure console-setup`
- ensure UTF-8 and select Terminus
-`sudo dpkg-reconfigure keyboard-configuration`
- compose key
### SSD
-`sudo systemctl enable --now fstrim.timer`
- check that `/etc/fstab` has `noatime` so every file access isn't written to the disk. BTRFS filesystems should also have `ssd` flag.