pip --proxy http://usuario:password@url:puerto
dd bs=1M conv=fdatasync if=proxmox-ve_7.1-2.iso of=/dev/sdg
dd bs=1M conv=fdatasync if=proxmox-backup-server_2.1-1.iso of=/dev/sdg
modificar los repositorios
deb http://deb.debian.org/debian bullseye main contrib non-free
deb http://deb.debian.org/debian bullseye-updates main contrib non-free
deb http://security.debian.org/debian-security bullseye-security main
deb http://ftp.debian.org/debian bullseye-backports main contrib non-free
apt-get update -y && apt-get full-upgrade -y
git config --global http.proxy http://proxyuser:proxypwd@proxy.server.com:8080
git config --global https.proxy http://proxyuser:proxypwd@proxy.server.com:8080
Crear un directorio para guardar los certificados /etc/apache2/ssl Dentro poner los certificados cert.crt private.key bundle.crt Configu...