Mouse wheel speed in linux

If you have installed kubuntu, you won’t find a setting to change the speed of the mouse wheel. So you have to install it. I found this cool tutorial that helped me with that : tutorial First we have to install these two apps : sudo apt install imwheel zenity Then we have to create a new file containing the script...

Ajouter un fichier swap à Linux

Afficher l’état actuel du swap : sudo swapon Ou free -h Vérifier l’espace disque avant de procéder : df -h Créer un nouveau fichier swap : swapfile faisant 2 Go sudo fallocate -l 2G /swapfile On vérifie que le fichier est bien créé : ls -lh /swapfile Le swapfile doit être la propriété de l’utilisateur root :...