From Fedora Project Wiki
I like Linux, especially fedora. As it comes just with free software,
you might have to tune it a bit to customize or get a better performance.
Steps I do:
sudo dnf group install multimediaMusic and Video Codecs All versions- Installing Free and Nonfree Repositories If not done while installing (https://rpmfusion.org/Configuration)
- Removing third-party repositories
sudo dnf remove fedora-workstation-repositories#see Included software - Install firefox-dev copr (Development version of Firefox) #Workstation/Gnome
Protonvpn CLI- Use always sudo for dnf
- Tune dnf for speed: /etc/dnf/dnf.conf and add
fastestmirror=Truemax_parallel_downloads=10andkeepcache=True - Switch off Suspend and Hybernation to use a Workstation like a Server
nm-connection-editora alternative to edit network connections in Gnome.gsettings set org.gnome.nautilus.preferences always-use-location-entry true#Gnome Files; Location entry=cut and pastegsettings set org.gnome.desktop.wm.preferences button-layout ":minimize,maximize,close"#Gnome Windows, min;max;closesudo dnf install gnome-themes-extra qadwaitadecorations-qt{5,6}# make qt based theming look gtk like (>F41).sudo dnf remove PackageKit-command-not-found# Ask the user to install command line programs automatically
Managing Extensions with DNF/FLATPAK
https://www.linuxfordevices.com/tutorials/linux/gnome-extensions-cli# gnome-estensions-clisudo dnf install gnome-shell-extension-dash-to-dock# dash to docksudo dnf install gnome-shell-extension-forge# Tiling and window manager for GNOME Shellsudo dnf install gnome-extensions-app# Extensions App (green icon)sudo flatpak install com.mattjakeman.ExtensionManager#Extentions App (blue icon)
Useful Topics/Links:
- Pitfalls & differences win-linux
- Bridged Network howto & Using the NetworkManager Command Line Tool, nmcli
- Lightdm howto
- LTS Kernel 6.6 (kwizart)
