@ninformatic.bsky.social

Nous venons de publier la version 8.1.6 de #PeerTube pour corriger plusieurs problèmes de sécurité. Si vous gérez l'administration d'une plateforme PeerTube, merci de mettre à jour dès que possible. La liste des changements complète peut être consultée ici : github.com/Chocobozzz/P...

Release v8.1.6 · Chocobozzz/PeerTube

IMPORTANT NOTES Follow v8.1.0 IMPORTANT NOTES if you upgrade from PeerTube <= v8.0.2 SECURITY Fix SQL injection coming from actor inbox URL when updating actor follow scores. Thanks to Nagarajan...

github.com

my favourite trick, in bash: having done alias making aliases #!/bin/bash # BIN_DIR must be in the path BIN_DIR=$HOME/.bin F=$(which "$1") if [ ! -f "$F" ]; then F="$BIN_DIR/$1" cp ~/.vim/templates/template.sh $F fi vim "$F" chmod +x $F cd $BIN_DIR git pull gitaddcommit git push