222 private links
More than the half under 50. The next 40% between 18 und 29 year old.
I really enjoy the explanation on how to use pushd and popd to navigate between directories.
After pushd, it is possible de navigate through cd ~n
with n the index of the path in the stack.
cd -
to return to the previous path :)
Generate a regex based on examples 👍
jq
est aussi disponible via snap 👌
crontab -e
puis ajouter la ligne à la fin: @reboot date >> ~/reboot_dates.txt
On peut donc lancer des commandes au démarrage du serveur avec @reboot
dans la crontab 👍
Un outil en ligne de commande pour être plus efficace avec git.
En attendant, j'utilise Fork pour le côté professionnel, et je reste en CLI simple pour les projets personnels. C'est peut-être l'outil dont j'avais besoin au lieu de Fork ! Sous le coude, car ses commandes ressemblent à celles de git, et elle sont plus lisible pour les humains. Et c'est ce dont on a besoin avec git !
Youtube-dl rewritten in Rust
Rsync sur HTTP.
Easy to use:
- Server side: no runnning software on the server. Put your file on it and calculate the .zsync file next to it
- Use zsync to retrieve the file
Works with gzipped files too.
The tools of the state-of-the-art cli productivity