From Fedora Project Wiki

No edit summary
No edit summary
 
(12 intermediate revisions by the same user not shown)
Line 4: Line 4:
==== Steps I do: ====
==== Steps I do: ====


# [https://docs.fedoraproject.org/en-US/quick-docs/assembly_installing-plugins-for-playing-movies-and-music/ Music and Video Codecs] All versions
#`sudo dnf group install multimedia`  [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  
# [https://copr.fedorainfracloud.org/coprs/the4runner/firefox-dev/ Install firefox-dev copr (Development version of Firefox)] Workstation Gnome
# 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://protonvpn.com/support/linux-vpn-tool/#fedora Protonvpn CLI]
# [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>
# [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/<code>dnf.conf</code> >add <code>fastestmirror=True</code> <code>max_parallel_downloads=10</code> and <code>keepcache=True</code>
# [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.
# gsettings set org.gnome.nautilus.preferences always-use-location-entry true #Gnome Files; Location entry=cut and paste
# <code>gsettings set org.gnome.nautilus.preferences always-use-location-entry true</code> #Gnome Files; Location entry=cut and paste
# <code>gsettings set org.gnome.desktop.wm.preferences button-layout ":minimize,maximize,close"</code> #Gnome Windows, min;max;close
==== [https://discussion.fedoraproject.org/t/cant-install-gnome-extensions-from-extension-manager/81069/3 Managing Extensions with DNF/FLATPAK] ====
#`sudo dnf install gnome-shell-extension-dash-to-dock`# dash to dock
# `sudo dnf install gnome-shell-extension-forge`# Tiling and window manager for GNOME Shell
# `sudo dnf install gnome-extensions-app` # Extensions App (green icon)
# `sudo flatpak install com.mattjakeman.ExtensionManager` #Extentions App (blue icon)


==== Useful Topics/Links: ====
==== Useful Topics/Links: ====
# [https://ask.fedoraproject.org/t/new-linux-users-pitfalls-and-differences-win-linux/24962 Pitfalls & differences win-linux]
# [https://ask.fedoraproject.org/t/new-linux-users-pitfalls-and-differences-win-linux/24962 Pitfalls & differences win-linux]
# [https://discussion.fedoraproject.org/t/virtual-machine-manager-bridged-network-why-so-complicated-to-achiev/38979/2 Bridged Network howto]
# [https://discussion.fedoraproject.org/t/virtual-machine-manager-bridged-network-why-so-complicated-to-achiev/38979/2 Bridged Network howto] & [https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/networking_guide/sec-network_bridging_using_the_networkmanager_command_line_tool_nmcli Using the NetworkManager Command Line Tool, nmcli]
# [https://fedoraproject.org/wiki/Lightdm Lightdm howto]

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

Managing Extensions with DNF/FLATPAK

  1. sudo dnf install gnome-shell-extension-dash-to-dock# dash to dock
  2. sudo dnf install gnome-shell-extension-forge# Tiling and window manager for GNOME Shell
  3. sudo dnf install gnome-extensions-app # Extensions App (green icon)
  4. sudo flatpak install com.mattjakeman.ExtensionManager #Extentions App (blue icon)

Useful Topics/Links:

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