21 Things to do After Installing Linux Mint 21.1 Vera
21 Things to do After Installing Linux Mint 21.1 Vera
The wine version showed in this video is old.
This is a video on how to install the RIGHT VERSION, the NEWEST VERSION ;-) :-)
https://youtu.be/0JEYdR8_yzs
Activate the subtitles to have better informations:
1 - Update The System
2 - Enable Automatic Flatpak Updates
3 - Select Fastest Mirror in Software Sources
4 - Install Microsoft Fonts
5 - Install mint-media-codecs (if not selected during the main installation)
6 - Setup Screen Hi-DPI Settings
7 - Install Proprietary Drivers
8 - Install your Favourite Apps from the Software Store
9 - Install Language Packs
10 - Enable the Firewall
11 - Setup startup Applications and Services
12 - Enable DRM in Firefox to watch Netflix or Disney+
13 - Install WINE Steam
sudo dpkg --add-architecture i386
sudo apt install wine-installer
14 - Install Steam and Proton
sudo apt install steam
Enable Proton to play games on Linux
15 - Install Lutris
sudo add-apt-repository ppa:lutris-team/lutris
sudo apt update
sudo apt install lutris
16 - Change DNS to make Internet faster
https://www.quad9.net/service/service-addresses-and-features/
17 - Change swappiness to make the system uses the RAM in a more efficient way
cat /proc/sys/vm/swappiness
(the value will be 60)
sudo nano /etc/sysctl.conf
add at the end
vm.swappiness=10
save and exit, reboot
18 - Change User Image (Settings -- Users and Groups)
19 - Change Themes and Appearence
20 - Change Background
21 - Change Shell to Fish ( if you want to )
sudo apt install fish
sudo chsh -s /usr/local/bin/fish username
#al1en99 #linuxmint #tutorial