Linux
From Sasara
Linux is an operating system kernel, and a popular name for an operating system. Rubenerd has taken to calling it KDE/Linux, or sometimes Xfce/Linux. It's what you run if you can't use FreeBSD, NetBSD, or illumos for something.
Linux has become awesome for games, thanks in part to the efforts of Valve, and the Wine developers. Unfortunately, Rubenerd's current GPU is an RTX 3070, which does complicate things somewhat.
Fedora
- RPM Fusion: essential additional packages
- LACT: The Linux GPU configuration utility
Basic configuration
## Enable RPM Fusion ## https://rpmfusion.org/Configuration ## TODO: Do I need Terra? sudo dnf install \ https://mirrors.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm \ https://mirrors.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm ## Switch to full ffmpeg and enable additional codecs sudo dnf swap ffmpeg-free ffmpeg --allowerasing sudo dnf update @multimedia --setopt="install_weak_deps=False" --exclude=PackageKit-gstreamer-plugin ## Enable nvidia (I really need to replace with ARC or Radeon) ## https://rpmfusion.org/Howto/NVIDIA#Current_GeForce.2FQuadro.2FTesla ## Enable flathub non-free, and user directory installs ## https://github.com/devangshekhawat/Fedora-44-Post-Install-Guide flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo flatpak remote-add --user --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo ## Disable for faster boot times sudo systemctl disable NetworkManager-wait-online.service
openSUSE
Server
Alpine Linux
Debain
- SURY: essential PHP packages for servers