From Fedora Project Wiki
Ilikelinux (talk | contribs) No edit summary |
Ilikelinux (talk | contribs) No edit summary |
||
Line 6: | Line 6: | ||
# [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 | ||
# Removing third-party repositories `sudo dnf remove fedora-workstation-repositories` see | # Removing third-party repositories `sudo dnf remove fedora-workstation-repositories` #see [https://docs.fedoraproject.org/en-US/workstation-working-group/third-party-repos/#_included_software/ Included software] | ||
# [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 | ||
# <del>[https://protonvpn.com/support/linux-vpn-tool/#fedora Protonvpn CLI]</del> | # <del>[https://protonvpn.com/support/linux-vpn-tool/#fedora Protonvpn CLI]</del> | ||
# [https://ask.fedoraproject.org/t/can-make-dnf-cache-system-wide-instead-of-per-user/14311/2 Use always sudo for dnf] | # [https://ask.fedoraproject.org/t/can-make-dnf-cache-system-wide-instead-of-per-user/14311/2 Use always sudo for dnf] | ||
# Tune dnf for speed: /etc/dnf/ | # [https://discussion.fedoraproject.org/t/setting-up-faster-update-mirrors-for-fedora/125833/2 Tune dnf for speed]: /etc/dnf/dnf.conf and add <code>fastestmirror=True</code> <code>max_parallel_downloads=10</code> and <code>keepcache=True</code> | ||
# [https://discussion.fedoraproject.org/t/talk-gnome-suspends-after-15-minutes-of-user-inactivity-even-on-ac-power/80257/59 Switch off Suspend and Hybernation to use a Workstation like a Server] | # [https://discussion.fedoraproject.org/t/talk-gnome-suspends-after-15-minutes-of-user-inactivity-even-on-ac-power/80257/59 Switch off Suspend and Hybernation to use a Workstation like a Server] | ||
#<code>nm-connection-editor</code> a alternative to edit network connections in Gnome. | #<code>nm-connection-editor</code> a alternative to edit network connections in Gnome. |
Revision as of 12:49, 4 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:
- Music and Video Codecs All versions
- Installing Free and Nonfree Repositories If not done while installing
- 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=True
max_parallel_downloads=10
andkeepcache=True
- Switch off Suspend and Hybernation to use a Workstation like a Server
nm-connection-editor
a 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;close
Managing Extensions with DNF/FLATPAK
sudo 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)