Just a little note for anyone interested...

Running ```pip-audit``` revealed a #vulnerability in pip25.2 with no #PyPI database update available yet.

The immediate fix is a manual patch update to pip 25.3.dev0 - #Development version.

#python #python3 #pip #pip3 #pipx #security

For those using `uv` is this the right way to add a requirements.txt file to a project:
`cat requirements.txt | xargs -n 1 uv add`?

#python #venv #uv #pipenv #pip #pip3 #python3

I've Been Doing it The Wrong Way for TOO LONG!

https://tilvids.com/w/ndb5e4b6gKaHpBeGi3Tdxw

I've Been Doing it The Wrong Way for TOO LONG!

PeerTube

In mir wacht langsam das HB-Männchen auf…

Ich kriege doch #adblock im #qutebrowser nicht installiert. #pip3 weigert sich und faselt was von "virtual environments" und bei #apt ist es nicht existent. Und da soll mir nicht der Kamm anschwellen? 😡

just found out why I had so many problems with the #borgmatic configuration ...
My Python install was a bit "old" and fucked up. After upgrading #phyton3 to a more recent (3.10...) version, deinstalling borgmatic (apt remove), installing #pip3 and then installing borg with pip (wasn't possible before) It runs like described in the documentation. Other people with a #hetzner #vps and the #dockerCE image might run into the same problem. The #tutorials
on the Hetzner page were even not working with their image.

#linux #backup #borg #borgmatic

at the moment I'm making a database dump from all my #mysql, #postgres, #mariadb containers with a bash script fired from a #cron job. I have seen borgmatic can do this to, this is the next thing on my agenda

Möchte jemand wissen was im QR-Code vom Covid-Pass steht?

mit Linux geht es so (qr-code als bild mit name dgc-qrcode.png in der home abspeichern)

im #terminal:

cd ~

wget https://git.gir.st/greenpass.git/blob_plain/master:/greenpass.py

chmod u+x greenpass.py

sudo apt install python3-pip

sudo pip3 install flynn base45 PyPDF2 pyzbar Pillow

./greenpass.py ~/dgc-qrcode.png

#wget #apt #pip3

Volete sapere cosa c'è scritto nel #QR code del #greenpass?

Se avete #Linux, vi do la soluzione (anche con Windows, purché ci sia #python)

facciamo finta che avete salvato il QR-Code offertovi gentilmente dal governo (o da qualche utente internet tonto) nella home con il nome dgc-qrcode.png

#terminal:

cd ~

wget https://git.gir.st/greenpass.git/blob_plain/master:/greenpass.py

chmod u+x greenpass.py

sudo apt install python3-pip

sudo pip3 install flynn base45 PyPDF2 pyzbar Pillow

./greenpass.py ~/dgc-qrcode.png

#wget #apt #pip3

Ansible Tutorial: Introduction to simple Ansible commands - LinuxTechLab

In this Ansible commands cheatsheetl, we will learn some important yet simple ansible commands that we can use to manage the hosts connected

LinuxTechLab
Install Python PIP: A python package manager - LinuxTechLab

This is a complete beginner's friendly tutorial which details process to install Python PIP on CentOS & Ubuntu. PIP is package manager for python

LinuxTechLab
How to install Python3 (3.9) & PIP on Ubuntu (and other Linux versions)

YouTube