What is it?
Proxmox is the hypervisor of choice for my homelab. It has nice GUI interface, allows one to easily spin up VMs and LXC containers. There are also useful community scripts, which make it effortless to setup different services with minimal time investment.
Here are some useful commands and scripts, which I used at one time or another.
Useful commands
- pct - interface with LXC containers
pct set 151 -mp0 /dir/on/host,mp=/mnt
- mount host folder to CT 151