6 Apr 2021
importar um ficheiro ova para o proxmox
8 Feb 2021
ha no proxmox
2 Feb 2021
Storage Replication
24 Jan 2021
reiniciar serviços associados ao proxmox
22 Jan 2021
#!/usr/bin/env bash
killall -9 corosync
systemctl restart pve-cluster
systemctl restart pvedaemon
systemctl restart pveproxy
systemctl restart pvestatd
systemctl restart corosync
https://gist.github.com/bouroo/c97d2c316097f05d886fd5454b7a618d
ZFS Special Device
15 Jan 2021
instalar o ceph no proxmox
16 Dec 2020
How to run qcow2 file in proxmox
6 Nov 2020
enviar combinação de teclas no proxmox
28 Sep 2020
no "Monitor" da vm:
help sendkey
sendkey ctrl-alt-f1
https://forum.proxmox.com/threads/need-to-send-ctrl-alt-n-via-console.1…
configuração de rede interessante
4 Sep 2020
auto lo
iface lo inet loopback# eno1 is my physical network adapter name.
# Change 'eno1' *everywhere* in this file for your adapter name.
auto eno1
iface eno1 inet manual
post-up echo 1 > /proc/sys/net/ipv4/conf/eno1/proxy_arp