sudo dnf install dkms kernel-devel-6.17.1-300.fc43.x86_64Then follow instructions at https://github.com/medusalix/xone
To fix local DNS resolution issues when running a local AdGuard (or Pi-hole) instance:
sudo sysctl -w net.ipv6.conf.default.disable_ipv6=1
sudo sysctl -w net.ipv6.conf.all.disable_ipv6=1Add to /etc/sysctl.conf to make permanent.
sudo dnf group install multimediaSee: https://docs.fedoraproject.org/en-US/quick-docs/installing-plugins-for-playing-movies-and-music/
This is to fix a blank screen when connecting from a Remote Desktop client to KRDP server.
- Enable Nonfree repository
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 -y
sudo dnf config-manager setopt fedora-cisco-openh264.enabled=1- Install plugins
sudo dnf install gstreamer1-plugin-openh264 mozilla-openh264See: https://fedoraproject.org/wiki/OpenH264
sudo ethtool -s $INTERFACE wol gSee: https://blog.darrennathanael.com/posts/wol-fedora/ [Archive Link]