Don't wanna be here? Send us removal request.
Text
Fedora Linux random tweaks
1) DNF tweaks - /etc/dnf/dnf.conf
fastestmirror=1 - use the fastest mirror
install_weak_deps=False - do not install weak dependencies for packages
installonly_limit=2 - leave only one backup kernel on the kernel upgrade
deltarpm=False - download full packages instead of deltas on updates (warning: bigger downloads, but less CPU utilization and no error message on DNF hash sum check)
$ sudo tee -a /etc/dnf/dnf.conf << EOF fastestmirror=1 install_weak_deps=False installonly_limit=2 deltarpm=False EOF
2) Better fonts
$ sudo ln -s /usr/share/fontconfig/conf.avail/11-lcdfilter-default.conf /etc/fonts/conf.d/11-lcdfilter-default.conf
3) Logitech mouse G302 modules
$ sudo tee /etc/modules-load.d/logitech.conf << EOF hid-logitech hid-logitech-dj hid-logitech-hidpp EOF
1 note
·
View note