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
#borgmatic #phyton3 #pip3 #hetzner #vps #dockerce #tutorials #linux #backup #borg #mysql #postgres #mariadb #cron
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
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
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
#qr #greenpass #linux #python #terminal #wget #apt #pip3
J'ai une erreur depuis quelques jours avec #pip (#pip3)...
En essayant de creuser un peu, je tombe sur ce thread reddit : https://old.reddit.com/r/learnpython/comments/kd9qm3/is_pip_going_away_i_got_an_error_saying_pip_is/
Il semblerait que les serveurs saturent un peu sous les requêtes de "pip search" ( https://github.com/pypa/pip/issues/5216 ). :-/
Il me semble que ce n'est pas une super nouvelle...
J'ai une erreur depuis quelques jours avec #pip (#pip3)...
En essayant de creuser un peu, je tombe sur ce thread reddit : https://old.reddit.com/r/learnpython/comments/kd9qm3/is_pip_going_away_i_got_an_error_saying_pip_is/
Il semblerait que les serveurs saturent un peu sous les requêtes de "pip search" ( https://github.com/pypa/pip/issues/5216 ). :-/
Il me semble que ce n'est pas une super nouvelle...
Bauh: Un gestor gráfico de paquetes universal https://www.ochobitshacenunbyte.com/2020/01/24/bauh-un-gestor-grafico-de-paquetes-universal/ #ubuntu18.04 #PROGRAMAS #Debian #Python #arch #bauh #pip3
#arch #ubuntu18 #programas #debian #python #pip3 #bauh
Hi, I have #python questions:
On my OS: Python 3.5.1, Python 2.7.12
#pip3 version is 8.1.1
Result from #upgrade attempt:
Could not install packages due to an EnvironmentError: [Errno 13] Permission denied: '/usr/local/lib/python3.5/dist-packages/pip'
Consider using the `--user` option or check the permissions.
1 Should i uninstall all Python & pip versions and use virtualenv?
2 Should I upgrade from Python 3.5.1 to Python 3.6?
3 Must I upgrade pip 8.1.1 before upgradig to Python 3.6?