Clean Your System and Free Disk Space | BleachBit
Clean Your System and Free Disk Space
Android on Linux Mint with WayDroid: Setup Guide
Installer Waydroid sur Linux Mint
Waydroid est une implémentation de Android pour l'utiliser en natif sur Linux
Linux : la structure du système de fichiers expliquée - ZDNET
Explain Command | ManKier
Outil pour expliquer (en anglais) une ligne de commande.
via Sebsauvage
Installer la dernière version de scrcpy en ligne de commande sur Ubuntu et dérivées
Parce que la dernière version dans les dépôts est obsolète :
From an install script
To install the latest release from master, follow this simplified process.
First, you need to install the required packages:# for Debian/Ubuntu sudo apt install ffmpeg libsdl2-2.0-0 adb wget \ gcc git pkg-config meson ninja-build libsdl2-dev \ libavcodec-dev libavdevice-dev libavformat-dev libavutil-dev \ libswresample-dev libusb-1.0-0 libusb-1.0-0-dev
Then clone the repo and execute the installation script (source):
git clone https://github.com/Genymobile/scrcpy cd scrcpy ./install_release.sh
When a new release is out, update the repo and reinstall:
git pull ./install_release.sh
To uninstall:
sudo ninja -Cbuild-auto uninstall
How to Install Docker on Linux Mint 22 or 21 Step-by-Step
Fix Ubuntu and other Linux slow/hanging file copying via USB. · GitHub
If your running a x64 bit Ubuntu or other Linux and find USB transfers hang at the end apply this fix:
echo $((16*1024*1024)) > /proc/sys/vm/dirty_background_bytes
echo $((48*1024*1024)) > /proc/sys/vm/dirty_bytes
I suggest you edit your /etc/rc.local file to make this change persistant across reboots.
sudo nano /etc/rc.local
Go to the bottom of the file and leave a space then paste in those two lines.
Save the file with ctrl + x then press y.
To revert the changes enter this in console and remove the lines in /etc/rc.local
echo 0 > /proc/sys/vm/dirty_background_bytes
echo 0 > /proc/sys/vm/dirty_bytes
More info and references: https://unix.stackexchange.com/questions/107703/why-is-my-pc-freezing-while-im-copying-a-file-to-a-pendrive/107722#107722
ocr [Wiki ubuntu-fr]
Guide pour faire de la reconnaissance de caractères (OCR) avec Xsane sur Linux
[LINUX] Logiciels pour manipuler les fichiers PDF
- Master PDF Editor : 4.3.89, la dernière version qui fait tout sans nécessiter d'enregistrement, à télécharger depuis
ce lien.:warning: les versions ultérieures sont des versions de démonstration, très limitées tant qu'on n'a pas payé.
- PDF Mix Tool : permet de manipuler les fichiers PDF (ajout, suppression, extraction de page, rotation des pages
Comment désactiver la webcam sous Ubuntu ou Linux Mint ? - Numétopia
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
).