Posts

Showing posts from November, 2025

Fedora

 network manager    sudo dnf install nm-connection-editor   Gnome Disk Utility   sudo dnf install gnome-disk-utility   To update GRUB after editing a file, run the        sudo grub2-mkconfig  install kvm/qemu sudo dnf install @virtualization   multimedia codecs enable rpmfusion    sudo dnf install \ https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm   sudo dnf install \ https://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm      sudo dnf group install multimedia sudo dnf group install sound-and-video if needed   sudo dnf swap ffmpeg-free ffmpeg --allowerasing   sudo dnf config-manager set -opt fedora-cisco-openh264.enabled=1        increase dnf parallel downloads   Step-by-step instructions Open the DNF configuration file: Open the file /etc/dnf/dnf.conf ...