Déverrouillez votre Linux en toute sécurité avec Android-LUKS | PC - Mac - Linux | Le site de Korben
Déverrouiller son ordinateur sous Linux à partir de son smartphone Android
⚠ ne fonctionne pas avec Linux Mint à l'heure actuelle (jeu. 17-10-24).
No more blurry fonts in linux
Sous Linux
FREETYPE_PROPERTIES="cff:no-stem-darkening=0 autofitter:no-stem-darkening=0"
ajouté dans le fichier /etc/environment
permet d'avoir un rendu des polices un peu plus à la "Mac", en affichant toutes les polices un peu plus "graissées".
via Sebsauvage
Nemo - ArchWiki
If you want to edit keyboard shortcuts, you need first to change /org/cinnamon/desktop/interface/can-change-accels
. You can do that with this code in terminal:
$ gsettings set org.cinnamon.desktop.interface can-change-accels true
Edit or create ~/.gnome2/accels/nemo
and add the following line (replacing "F4" with the desired key combination):
(gtk_accel_path "<Actions>/DirViewActions/OpenInTerminal" "F4")
<Alt>
, <Primary>
, and <Shift>
can be used as key modifiers (for example, <Primary><Shift>t
).