From Fedora Project Wiki
Ilikelinux (talk | contribs) No edit summary |
Ilikelinux (talk | contribs) No edit summary |
||
Line 25: | Line 25: | ||
# [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://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] | # [https://fedoraproject.org/wiki/Lightdm Lightdm howto] | ||
# [https://copr.fedorainfracloud.org/coprs/kwizart/kernel-longterm-6.6/ LTS Kernel 6.6 (kwizart)] |
Revision as of 03:44, 16 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:
sudo dnf group install multimedia
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)