PBS

Giugno 30, 2021 By luca@studiomondello.eu

Eliminare Datastore Da PBS proxmox-backup-manager datastore remove DATASTORE Aumentare spazio datastore PBS zpool status zpool get autoexpand zpool set autoexpand=on PBS zpool get autoexpand zpool status zpool online -e PBS […]

Impostazioni iniziali nodo

Novembre 30, 2020 By luca@studiomondello.eu

Comando ll = ls -lhA echo “alias ll=’ls -lhA'” >> ~/.bashrc Proxmox 7 Repository no-subscription deb http://ftp.it.debian.org/debian bullseye main contrib deb http://ftp.it.debian.org/debian bullseye-updates main contrib/p> # security updates/p> deb http://security.debian.org […]

Installare Webmin su Ubuntu

Novembre 2, 2020 By luca@studiomondello.eu

wget http://prdownloads.sourceforge.net/webadmin/webmin-1.960.tar.gz && sudo tar xzvf webmin-1.960.tar.gz && cd webmin-1.960 sh setup.sh Oppure nano /etc/apt/sources.list.d/webmin.list aggiungere deb http://download.webmin.com/download/repository sarge contrib wget http://www.webmin.com/jcameron-key.asc apt-key add jcameron-key.asc apt-get update apt-get install webmin […]