Ultimate Server Guide
The Proxmox / Docker Server Information
Create ZFS "folders" aka dataset
Run this command to create a ZFS Dataset zfs create rpool/config/<containername> Run this com...
New Proxmox / Docker Server Deployment guide
Deployment Summary Here, we will document the general steps to deploy a Proxmox / Docker setup. ...
PROXMOX Nag Screen Removal
Run the following command in the proxmox terminal sed -Ezi.bak "s/(Ext.Msg.show\(\{\s+title: get...
PROXMOX VM Tips
Help! My VM won't shutdown! Stop the current shutdown task by clicking on the task in the Task...
Setting up SAMBA
VFIO "GPU Passthrough" Guide for Proxmox
BIOS Settings: Disable Above 4G Disable ReBAR Disable SR-IOV (Leave this enabled if using a ...
Updating Portainer
From Proxmox: docker stop portainer docker remove portainer docker pull portainer/portainer-ce...
Postgresql
\l < list databases create database: CREATE DATABASE database; delete database: DROP DATAB...
Checkpoints and Snapshots for ZFS
Zpool checkpoint rpool
Backups
Backups are accomplished differently depending on the server.Proxmox1 uses DuplicatiProxmox2 uses...
Directory Tree Scanner - qdirstat - windirstat alternative
Directory Tree Scanner - qdirstat - windirstat alternative
Docker Network Limit fix
nano edit the below file /etc/docker/daemon.json { "log-level": "warn", "log-driver": "js...
Add Pfetch and fastfetch to proxmox along with making it run at start
apt install unzip && wget https://github.com/dylanaraps/pfetch/archive/master.zip && unzip master...
Proxmox Power Savings / CPU Governor
https://tteck.github.io/Proxmox/#proxmox-ve-cpu-scaling-governorhttps://community.home-assistant....
ZSH customize without OhMyZSH
git clone --depth=1 https://gitee.com/romkatv/powerlevel10k.git ~/powerlevel10k && echo 'source ~...