52 private links
sous le coude
This is a little summary and here more about python 3.9 : https://docs.python.org/3.9/whatsnew/3.9.html
Sous le coude, j'ai pas encore d'avis la dessus mais je trouve les propositions interressantes.
Sous le coude, toujours utile pour certain langaguages
Sous le coude une image docker qui a plusieurs version d'installer pour un soft python sous plusieurs versions du binaire.
Si j'en ai besoin je m'en inspirait selon la distrib final qui sera utilisée.
Commencez par placer le "marqueur" dans le Dockerfile: ARG NOCACHE=0
Selon la commande set cette variable:
Pour docker: docker build --build-arg NOCACHE=$(date +%s)
Pour docker-compose: NOCACHE=$(date +%s) docker-compose up --build
Source: https://github.com/moby/moby/issues/1996
Plus précisément : https://github.com/moby/moby/issues/1996#issuecomment-465230472 .
EDIT: Il faut penser a rajouter ce qu'il faut dans le docker-compose pour que la commande docker-compose soit fonctionelle:
build:
context: <image_name>
args:
NOCACHE: "${NOCACHE}"
Article intéressant expliquant et démontrant le fonctionnement des appels WhatsApp, en anglais.
(via droper)
sous le coude, pour faire des tests de charges
Sous le coude, au besoin
Sometimes I want to close the terminal but keep the process active.
I know about the &
at the end of the command but I recently discover disown
to use after the command who use &
. Like <command> &; disown
.
Article intéressant portant sur HTTP/3
broot reuni, ds un seul soft, les commandes: tree, ls, cd, mv, df, rm, mkir, cp, touch, cat, fzf. il me manquerait bien une commande comme rip grep par contre.
Petit outils qui permet d'afficher un readme ds un terminal.
Les firmwares des livebox "Nous avons le droit de savoir ce qu'il se cache chez nous."
Et si le site est down, lien IPFS: Qme8kbLhGPGdiKFARtPSR6uXs7GELcyY8iHF1odv2XWKQ6
Lsyncd(1) watches local directory trees through an event monitor interface (inotify, fsevents). It aggregates and combines events for a few seconds and then spawns one or more processes to synchronize the changes. By default this is rsync(1). Lsyncd is thus a light-weight asynchronous live mirror solution that is comparatively easy to install not requiring new filesystems or blockdevices and does not hamper local filesystem performance.
Rsync+ssh is an advanced action configuration that uses a ssh(1) to act file and directory moves directly on the target instead of retransmitting the move destination over the wire.
Fine-grained customization can be achieved through the CONFIG-FILE. Custom action configs can even be written from scratch in cascading layers ranging from shell scripts to code written in the lua(1) language. This way simplicity can be balanced with powerfulness. See the online manual for details on the CONFIG-FILE http://code.google.com/p/lsyncd/wiki/Lsyncd20Manual
Note that under normal configuration Lsyncd will delete pre-existing files in the target directories that are not present in the respective source directory.
Permet de lister en temps réel, quel process utilise le plus de bande passante. Simple et efficace.
Sous le coude. Outils pour gérer un projet python de sa création au packaging.
Peut être utile.
sous le coude si jamais j'ai besoin de faire ce genre de chose