Server
proxmox
CPU Pinning
How to do CPU pinning (work in progress) Create a file under /etc/pve/qemu-server/$vmid.cpuset f...
Proxmox GPU Passthrough
GPU Passthrough This configuration worked for me, you might need to change things around Keep i...
Useful Proxmox commands
Useful Proxmox commands/scripts pct cpusetsPrints the assigned CPU sets to the LXC containers. ...
ZFS pool
ZFS Pool couldn't be mounted If after a system update the ZFS pool can't be mounted, the issue ...
Resetting GPU
Keep in mind I haven't yet tested this with AMD card Hookscript example: #!/bin/bash if [ $2...
Setting up Home Assistant
Create a normal Linux VM for Home Assistant, but there are some exceptions to the normal proced...
Setting up email sending
create a backup of your postfix config: cp /etc/postfix/main.cf /etc/postfix/main_bak.cf open ...