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 DNS server (AdGuard, Pi-hole etc.) instance:
Create or edit /etc/systemd/resolved.conf:
[Resolve]
ResolveUnicastSingleLabel=yessudo 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]