1 lien privé
Bonjour, Comme c’est le premier article de 2026, j’en profite pour souhaiter à tout le monde mes meilleurs vœux pour cette nouvelle année ! Pour ma part, j’ai commencé celle-ci av…
Il existe une façon très simple de monter automatiquement un disque au démarrage avec "LinuxMint".
Tellement simple par rapport à tout ce que j'ai connu dans d'autres distributions Linux que j'ai eu envie de partager. :)
Pour cela faire :
- Menu, Accessoires, Disques.
- A partir de la fenêtre avec tous les disques.
- Cliquez sur le disque que vous voulez monter au démarrage.
- Puis sur les deux engrenages (Options de partition supplémentaires) un menu se déroule et vous cliquez sur "Modifier les options de montage".
- Cliquez sur l'interrupteur de "Option de montage automatique", laissez coché "Monter au démarrage" et "Afficher dans l'interface utilisateur".
C'est terminé.
This comprehensive guide walks you through the process of installing and trying out various Linux kernels in Linux Mint. Whether you're looking to improve performance, compatibility, or just curious about the latest features, this article provides all the information you need to safely explore different kernels.
Linux Mint moved to a new sound server called Pipewire.
To check which sound server is running, use the following command:
inxi -A
If you're unable to get the sound working, you can try to go back to the older sound server called PulseAudio.
apt purge pipewire pipewire-bin
systemctl enable --user pulseaudio
sudo reboot
Upstream bug report for choppy sound over HDMI: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1025453
How To Fix Buzzing Speakers On Linux
https://inv.nadeko.net/watch?v=Kt0dkXWnaC4
apt purge pipewire pipewire-bin
systemctl enable --user pulseaudio
sudo reboot
sudo alsa force-reload
Creating a system snapshot with Timeshift is a simple yet effective way to protect your Linux Mint system before an upgrade.
Learn how to install Telegram on Linux Mint 22 or 21 using the command line terminal with three unique installation options.
Webmin est une interface Web d'administration système pour les systèmes de type Unix, car elle permet aux utilisateurs de gérer divers aspects du serveur, tels que les utilisateurs, les services et les fichiers de configuration, via un navigateur Web. Webmin est conçu pour permettre aux utilisateurs de gérer facilement leurs serveurs sans avoir besoin d'avoir une connaissance approfondie des opérations de ligne de commande Linux.
aussi:
Administrer et surveiller un serveur Linux avec Webmin
https://quick-tutoriel.com/administrer-et-surveiller-un-serveur-linux-avec-webmin/
How to verify MD5, SHA1, SHA256, SHA512 checksum on a Mac.
Verify your ISO image Linux Mint
https://linuxmint-installation-guide.readthedocs.io/en/latest/verify.html
Waterfox is a web browser that is designed for privacy and security. It is made for 64-bit processors but runs on ARM devices like smartphones or tablets. It can be found across multiple platforms, including classic desktop systems and recent ones such as Mac OS X/ Linux interfaces. Waterfox provides features that are not available in other browsers, such as private browsing, security settings, and ad blocking. It also has an interface similar to Firefox, making it easy to use. Waterfox is an excellent choice for those who want to maintain their privacy and security online.
In the following tutorial, you will learn how to install Waterfox Browser on Linux Mint 21 LTS series using the command line terminal with tips about maintaining and removing the browser versions.
1) Open up your terminal (ctrl+alt+t)
2) Run the following command in the terminal:
gsettings reset-recursively org.cinnamon (THIS IS FOR CINNAMON)
gsettings reset-recursively org.mate.panel (THIS IS FOR MATE)
3) Hit Enter
4) Taraa!!! you should have your panel back to their default again.
NOTE :
-
you may login out and login in again to get them work again, in some cases you need to reboot your system.
-
tested and worked on my MATE Dekstop Environment.