From Fedora Project Wiki

No edit summary
No edit summary
Line 5: Line 5:


# [https://docs.fedoraproject.org/en-US/quick-docs/assembly_installing-plugins-for-playing-movies-and-music/ Music and Video Codecs] All versions
# [https://docs.fedoraproject.org/en-US/quick-docs/assembly_installing-plugins-for-playing-movies-and-music/ Music and Video Codecs] All versions
# [https://rpmfusion.org/Configuration Installing Free and Nonfree Repositories] If not done while installing.
# [https://rpmfusion.org/Configuration Installing Free and Nonfree Repositories] If not done while installing (alternative `sudo dnf install fedora-workstation-repositories`).
# [https://copr.fedorainfracloud.org/coprs/the4runner/firefox-dev/ Install firefox-dev copr (Development version of Firefox)] Workstation Gnome
# [https://copr.fedorainfracloud.org/coprs/the4runner/firefox-dev/ Install firefox-dev copr (Development version of Firefox)] Workstation Gnome
# [https://protonvpn.com/support/linux-vpn-tool/#fedora Protonvpn CLI]
# [https://protonvpn.com/support/linux-vpn-tool/#fedora Protonvpn CLI]

Revision as of 13:46, 2 September 2024

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:

  1. Music and Video Codecs All versions
  2. Installing Free and Nonfree Repositories If not done while installing (alternative sudo dnf install fedora-workstation-repositories).
  3. Install firefox-dev copr (Development version of Firefox) Workstation Gnome
  4. Protonvpn CLI
  5. Use always sudo for dnf
  6. Tune dnf for speed: /etc/dnf/dnf.conf >add fastestmirror=True max_parallel_downloads=10 and keepcache=True
  7. Switch off Suspend and Hybernation to use a Workstation like a Server
  8. nm-connection-editor a alternative to edit network connections in Gnome.
  9. gsettings set org.gnome.nautilus.preferences always-use-location-entry true #Gnome Files; Location entry=cut and paste
  10. gsettings set org.gnome.desktop.wm.preferences button-layout ":minimize,maximize,close" #Gnome Windows, min;max;close


Useful Topics/Links:

  1. Pitfalls & differences win-linux
  2. Bridged Network howto & Using the NetworkManager Command Line Tool, nmcli
  3. Lightdm howto