• Liens
  • Nuage de tags
  • Mur d'images
  • Quotidien
  • RSS
  • Login
107 shaares · 1 lien privé
 
Filtres
13 résultats taggé linux

Clean Your System and Free Disk Space | BleachBit

QRCode
archive.org

Clean Your System and Free Disk Space

https://www.bleachbit.org/
April 27, 2025 at 6:30:31 PM GMT+2 *
linux systeme outil
FILLER

Android on Linux Mint with WayDroid: Setup Guide

QRCode
archive.org

Installer Waydroid sur Linux Mint

Waydroid est une implémentation de Android pour l'utiliser en natif sur Linux

https://scribe.rip/@tony.j.miri/android-on-linux-mint-with-waydroid-setup-guide-ff0ca8eab22
March 9, 2025 at 3:17:04 PM GMT+1 *
android linux
FILLER

Linux : la structure du système de fichiers expliquée - ZDNET

QRCode
archive.org
https://www.zdnet.fr/pratique/linux-la-structure-du-systeme-de-fichiers-expliquee-397880.htm
March 9, 2025 at 2:58:18 PM GMT+1 *
linux
FILLER

Explain Command | ManKier

QRCode
archive.org

Outil pour expliquer (en anglais) une ligne de commande.

via Sebsauvage

https://www.mankier.com/explain
January 24, 2025 at 2:11:16 PM GMT+1 *
linux outil
FILLER

Installer la dernière version de scrcpy en ligne de commande sur Ubuntu et dérivées

QRCode
archive.org

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
https://github.com/Genymobile/scrcpy/blob/master/doc/linux.md
December 13, 2024 at 12:27:50 PM GMT+1 *
android linux
FILLER

How to Install Docker on Linux Mint 22 or 21 Step-by-Step

QRCode
archive.org
https://www.linuxtechi.com/how-to-install-docker-on-linux-mint/#5_Manage_Docker_with_Local_User
December 8, 2024 at 11:15:39 AM GMT+1 *
docker linux
FILLER

Fix Ubuntu and other Linux slow/hanging file copying via USB. · GitHub

QRCode
archive.org

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

https://gist.github.com/2E0PGS/f63544f8abe69acc5caaa54f56efe52f
December 2, 2024 at 10:57:01 PM GMT+1 *
linux materiel USB
FILLER

ocr [Wiki ubuntu-fr]

QRCode
archive.org

Guide pour faire de la reconnaissance de caractères (OCR) avec Xsane sur Linux

https://doc.ubuntu-fr.org/ocr#xsane
November 16, 2024 at 11:02:37 AM GMT+1 *
OCR Xsane linux
FILLER

[LINUX] Logiciels pour manipuler les fichiers PDF

QRCode
archive.org
  • 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
November 14, 2024 at 11:00:04 AM GMT+1 *
PDF logiciel linux
FILLER

Comment désactiver la webcam sous Ubuntu ou Linux Mint ? - Numétopia

QRCode
archive.org
https://www.numetopia.fr/comment-desactiver-la-webcam-sous-ubuntu-ou-linux-mint/
November 13, 2024 at 9:54:36 AM GMT+1 *
linux materiel
FILLER

Déverrouillez votre Linux en toute sécurité avec Android-LUKS | PC - Mac - Linux | Le site de Korben

QRCode
archive.org

Déverrouiller son ordinateur sous Linux à partir de son smartphone Android

⚠ ne fonctionne pas avec Linux Mint à l'heure actuelle (jeu. 17-10-24).

https://korben.info/deverrouillez-votre-linux-securite-android-luks.html
October 17, 2024 at 9:23:48 AM GMT+2 *
linux securite android
FILLER

No more blurry fonts in linux

QRCode
archive.org

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

https://blog.aktsbot.in/no-more-blurry-fonts.html
September 25, 2024 at 10:52:31 AM GMT+2 *
linux astuce
FILLER

Nemo - ArchWiki

QRCode
archive.org

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).

https://wiki.archlinux.org/title/Nemo#Change_the_default_terminal_emulator_for_Nemo
September 17, 2024 at 9:44:52 PM GMT+2 *
linux nemo terminal
FILLER
Shaarli · The personal, minimalist, super fast, database-free, bookmarking service par la communauté Shaarli · Documentation
Replier Replier tout Déplier Déplier tout Êtes-vous sûr de vouloir supprimer ce lien ? Êtes-vous sûr de vouloir supprimer ce tag ? The personal, minimalist, super fast, database-free, bookmarking service par la communauté Shaarli