sudo apt install debootstrap schroot -ysudo debootstrap --arch=amd64 bookworm /var/chroot/debian12 https://deb.debian.org/debian
# sudo mount --bind ~/rootme /var/chroot/debian12/home/ # mount workfolder if needed| #!/usr/bin/env python3 | |
| # -*- encoding: utf-8 -*- | |
| import ovh | |
| import json | |
| import os | |
| import sys | |
| import argparse | |
| ovh_api_endpoint = os.environ['ovh_api_endpoint'] |
find ./ -daystart -ctime 0 -print0 | xargs -0 -I{} rsync -avr {} /tmp/blabla/find . -type f | perl -pe 'print $_; s/input/output/' | xargs -d "\n" -n2 mvcd /tmp/
wget https://www.python.org/ftp/python/3.12.2/Python-3.12.2.tgz
tar -xzvf Python-3.12.2.tgz
cd Python-3.12.2/Install the build tools
| find . ! -name 'file.txt' -type f -exec rm -f {} + |
curl -L https://api.telegram.org/bot$TELEGRAM_BOT_TOKEN/getUpdates