From Fedora Project Wiki
Ilikelinux (talk | contribs) No edit summary |
Ilikelinux (talk | contribs) No edit summary |
||
Line 12: | Line 12: | ||
# [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 | ||
==== 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] |
Revision as of 01:48, 17 June 2023
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.
- 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
>addfastestmirror=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 paste