Skip to content

Instantly share code, notes, and snippets.

@jaimemrjm
Last active July 15, 2024 19:19
Show Gist options
  • Save jaimemrjm/44d25aab4895e8da21216a9a1efb0e3e to your computer and use it in GitHub Desktop.
Save jaimemrjm/44d25aab4895e8da21216a9a1efb0e3e to your computer and use it in GitHub Desktop.
Fedora Linux tips

Fedora Linux tips

My Fedora KDE-Spin notes (Fedora 40 version when I write this). I have installed Fedora linux distro because works fine in my Thinkpad. I was frustrated about KDE Neon updates and Kubuntu doesnt support Wayland yet.

Installing apps

My favourite packages

nextcloud-client yakuake keepassxc make vim git docker calibre nfsv4-client-utils stow audacious lame bleachbit qdirstat darktable pavucontrol-qt soundconverter htop chromium kvantum zsh wireguard-tools telegram

Change default shell to zsh

chsh -s $(which zsh)

References

Old notes from Arch Linux

My favourite packages

nextcloud-client yakuake vim intel-media-driver linux-firmware libva-utils nextcloud-client solaar spotify stow ttf-bitstream-vera ttf-ancient-fonts ttf-carlito ttf-caladea audacious lame bleachbit baobab darktable soundconverter htop ttf-croscore texlive-fontsextra docker calibre korganizer pavucontrol-qt wireguird

Printing

It's required to enable mdns service in firewall and in nss-mdns configuration. Recommended packages:

cups cups-filters cups-pdf ghostscript gsfonts foomatic-db-engine foomatic-db foomatic-db-ppds foomatic-db-nonfree foomatic-db-nonfree-ppds gutenprint foomatic-db-gutenprint-ppds print-manager

Firefox

Secure DNS

I like to configure the Quad9 server: https://dns.quad9.net/dns-query. Please, set network.dns.echconfig.enabled to true and network.trr.mode to 3 and network.http.http3.version_negotiation.enabled to true in firefox about:config.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment