#### lxc notes [https://forum.proxmox.com/threads/mount-host-directory-into-lxc-container.66555/]() ``` pct set 103 -mp0 /host/dir,mp=/container/mount/point ``` #### nfs notes ``` sudo apt-get install -y nfs-common nfs-kernel-server sudo echo "/pool/share 192.168.16.0/24(rw,fsid=0,insecure,no_subtree_check,async)" > /etc/export systemctl start nfs-kernel-server.service ``` #### unattended upgrades [https://wiki.debian.org/UnattendedUpgrades]() #### setup gmail email sending [https://geekistheway.com/2021/03/07/configuring-e-mail-alerts-on-your-proxmox/]()