Debian
Guides for Debian: apps, fonts, fixes and post-install setup.
Debian Apps
A collection of applications to improve desktop experience. GNOME: sudo apt install obs-studio steam vlc libreoffice menulibre qbittorrent kdenlive …
Debian Broken QT Theme
1. Open terminal and type the following sudo apt install qgnomeplatform-qt5 2. Edit /etc/environment and paste the following: sudo vim …
Debian Firewall
Setting up Uncomplicated Firewall (UFW) 1. Install it using your package manager. sudo apt install ufw 2. Now use these recommended rules: sudo ufw …
Debian Better Fonts
1. Install the Microsoft Fonts using this command: sudo apt install ttf-mscorefonts-installer -y 2. Create the following directory and the fonts.conf …
Debian Post Install
Enable contrib and non-free sources Using the terminal, edit the following file, add the “contrib” and “non-free” sources, or …