• Liens
  • Nuage de tags
  • Mur d'images
  • Quotidien
  • RSS
  • Login
107 shaares · 1 lien privé
2 / 6
Filtres

Mozhi

QRCode
archive.org

Mozhi is an alternative-frontend for many translation engines. It is a fork of SimplyTranslate.

Mozhi est une interface alternative pour de nombreux moteurs de traduction. Il s'agit d'un fork de SimplyTranslate.

https://mozhi.aryak.me/
January 23, 2025 at 10:15:09 AM GMT+1 *
traduction service internet
FILLER

Tout savoir sur l'attribut ping en HTML | Astuces coding | Le site de Korben

QRCode
archive.org

cette petite merveille issue du HTML5 fait polémique depuis sa création, entre les webmasters qui y voient une aubaine pour l’analyse d’audience et les défenseurs de la vie privée qui tirent la sonnette d’alarme.

Dans Firefox :

  1. Tapez about:config dans la barre d’adresse
  2. Cherchez browser.send_pings
  3. Passez la valeur à false

Pour Chrome et autres navigateurs, installez une extension comme uBlock Origin qui bloque ces requêtes par défaut.

https://korben.info/attribut-ping-html-tracking-web-vie-privee.html#:~:text=Dans%20Firefox%20%3A,requ%C3%AAtes%20par%20d%C3%A9faut.
January 9, 2025 at 1:27:05 PM GMT+1 *
HTML
FILLER

Files: A modern file manager that helps users organize their files and folders.

QRCode
archive.org

Explorateur de fichiers opensource pour Windows

https://github.com/files-community/files
January 4, 2025 at 10:24:11 AM GMT+1 *
logiciel windows
FILLER

SVG Repo - Free SVG Vectors and Icons

QRCode
archive.org

500.000+ Open-licensed SVG Vector and Icons
Search, explore and edit the best-fitting free icons or vectors for your projects using a wide variety vector library. Download free SVG vectors and icons for commercial use.

https://www.svgrepo.com/
January 1, 2025 at 10:12:05 AM GMT+1 *
graphisme
FILLER

Desktop App pour Twitch

QRCode
archive.org

2 logiciels à intaller (AppImage pour Linux) :

  • Streamlink: logiciel en ligne de commande pour Twitch
  • Streamlink Twitch GUI : interface GUI pour Streamlink
December 29, 2024 at 1:41:54 PM GMT+1 *
Twitch stream logiciel
FILLER

GitHub - mistweaverco/bananas: Bananas

QRCode
archive.org

Logiciel de partage d'écran Linux, Mac et Windows en P2P

via Korben.info

https://github.com/mistweaverco/bananas
December 29, 2024 at 12:04:55 PM GMT+1 *
logiciel outil PartageEcran
FILLER

cobalt

QRCode
archive.org

Cobalt : un outil Open Source pour télécharger des médias.

Compatible avec de nombreuses plateformes comme YouTube, Instagram, TikTok et Twitter, il permet des téléchargements en haute qualité (8K, HDR, audio multilingue).

https://cobalt.tools/
December 26, 2024 at 8:28:04 PM GMT+1 *
service video
FILLER

GitHub - ismartcoding/plain-app

QRCode
archive.org

PlainApp is an open-source application that allows you to manage your phone through a web browser. Access files, videos, music, contacts, sms, calls, and more from your desktop using a secure, easy to use web interface! - ismartcoding/plain-app

https://github.com/ismartcoding/plain-app
December 13, 2024 at 1:04:18 PM GMT+1 *
android
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

Codes d'erreur sur Freebox Ultra, Pop, Revolution et Delta : leurs significations et comment y remédier

QRCode
archive.org
https://www.frandroid.com/marques/free/1631329_codes-derreurs-sur-freebox-leurs-significations-et-comment-y-remedier#codes-derreurs-freebox-revolution
December 9, 2024 at 6:13:38 PM GMT+1 *
Freebox
FILLER

Website change detection, monitoring, alerts, notifications, restock alerts | changedetection.io

QRCode
archive.org

Monitor web pages for changes - (such as watching prices, restock notification), to deep inspection such as PDF text support, JSON and XML monitoring and extensive text triggers.
Get notifications when a website updates.

https://changedetection.io/
December 8, 2024 at 11:16:38 AM GMT+1 *
sevice internet open-source
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

FUTO Keyboard

QRCode
archive.org

Clavier open-source pour Android

https://keyboard.futo.org/
December 5, 2024 at 9:56:59 PM GMT+1 *
android clavier open-source
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

Exploring the HTML5 <a> Tag Ping Attribute

QRCode
archive.org

The ping attribute in the HTML5 <a> tag offers a simple and efficient way to track link clicks. It is especially useful for analytics, affiliate marketing, and advertising, providing a lightweight alternative to JavaScript-based tracking.

L'attribut ping de la balise HTML <a> permet d'envoyer une requête POST vers une URL, donc de tracker les clicks sur les liens.
Pour bloquer :

Chrome

  1. Open Chrome Settings.
  2. Navigate to Privacy and Security > Cookies and other site data.
  3. Block third-party cookies and trackers.

Firefox

  1. Open Firefox Preferences.
  2. Go to Privacy & Security > Enhanced Tracking Protection.
  3. Select Strict mode.

Ou par l'extension µBlock origin : onglet Paramètres > Section Confidentialité > Cocher Désactiver l'audit hyperlien

https://jsdev.space/html-ping-attribute/#what-is-the-ping-attribute-in-the-a-tag
December 2, 2024 at 8:06:26 PM GMT+1 *
viePrivee navigateur
FILLER

What is the "perfect" size/ dimension to display a pdf in the REM2?

QRCode
archive.org

According to reMarkable (https://remarkable.com/#Specifications)
is the screen 1404 x 1872 pixels and 226 DPI (dots-per-inch)
So the perfect size should then be approximately ;-)
6.212 x 8.283 inches, or
157.794 x 210.393 mm

https://www.reddit.com/r/RemarkableTablet/comments/mkkxan/comment/gti8bui/
December 1, 2024 at 11:43:21 AM GMT+1 *
remarkable
FILLER

NAPS2 - Scan documents to PDF and more

QRCode
archive.org

Logiciel de scan compatible Linux, Windows et MacOS

https://www.naps2.com/
November 28, 2024 at 2:50:38 PM GMT+1 *
scan OCR
FILLER

Absolute Enable Right Click & Copy – Adoptez cette extension pour 🦊 Firefox (fr)

QRCode
archive.org
https://addons.mozilla.org/fr/firefox/addon/absolute-enable-right-click/
November 27, 2024 at 5:36:34 PM GMT+1 *
firefox extension
FILLER

GitHub - averne/SwitchWave: Hardware accelerated media player for the Nintendo Switch

QRCode
archive.org

Media Center pour Nintendo Switch.
Ne semble pas avoir besoin modifier le hardware ou le software.

https://github.com/averne/SwitchWave
November 27, 2024 at 9:27:46 AM GMT+1 *
Nintendo_Switch
FILLER

Ressources Espanso

QRCode
archive.org
  • site officiel : https://espanso.org/
  • Documentation officielle : https://espanso.org/docs/get-started/
  • Hub : https://hub.espanso.org/
  • Serveur Discord : https://discord.com/channels/884163483409731584/@home
  • Communauté Reddit : https://www.reddit.com/r/espanso/
  • EspansoEdit (éditeur GUI pour Windows) : https://ee.qqv.com.au/
    • guide d'installation pour Linux : https://ee.qqv.com.au/usage/agnostic/#:~:text=browser%20context%20menu.-,wine%20on%20linux,-EspansoEdit%20is%20currently
  • Applications Andoid (à tester)
    • https://github.com/dacog/textexpander_android
    • https://github.com/lochidev/Expandroid
November 26, 2024 at 10:48:37 AM GMT+1 *
espanso productivite
FILLER
2 / 6
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