Proxmox
How to
Enable wake on lan on Proxmox
Edit /etc/network/interfaces and add post-uup /sbin/ethtool -s enp6s0 wol g (important to chec...
Export OVA to Proxmox
Upload .ova file to proxmox server root@pve:/Mirror1/csr/backups/OVAs# tar -xvf SMGR-10.2.0.0....
Monitoring with Prometheus and Grafana (Testing still in progress)
First create auser on proxmox Next setup group permissions next setup an api token c...
Add CPU Temp sensors on Proxmox gui
Please back up files before editing!! apt-get install lm-sensors vim /usr/share/perl5/PVE/...
Proxmox Monitoring Influxhdb2 and Grafana
Add new metric server on proxmox, generate token from InfluxDB, make sure you get read/write acce...
Import qcow2 image to proxmox and attach to vm
First we need to create a VM on Proxmox and assign an ID then we need to upload the image, in ...
Rebuild proxmox and attach old drives and ZFS pool
first create mount point and mount diskmkdir /mnt/pve/nvmemount /dev/nvme01n101 /mnt/pve/nvme Ad...
Nvidia Driver Install on Proxmox LXC
1. Blacklist nouveau:vi /etc/modprobe.d/blacklist-nouveau.conf 2. Paste, save and quit:blacklist...