Recently Updated Pages
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...
ZSH customize without OhMyZSH
git clone --depth=1 https://gitee.com/romkatv/powerlevel10k.git ~/powerlevel10k && echo 'source ~...
Proxmox Power Savings / CPU Governor
https://tteck.github.io/Proxmox/#proxmox-ve-cpu-scaling-governorhttps://community.home-assistant....
New Proxmox / Docker Server Deployment guide
Deployment Summary Here, we will document the general steps to deploy a Proxmox / Docker setup. ...
Docker Network Limit fix
nano edit the below file /etc/docker/daemon.json { "log-level": "warn", "log-driver": "js...
Directory Tree Scanner - qdirstat - windirstat alternative
Directory Tree Scanner - qdirstat - windirstat alternative
Backups
Backups are accomplished differently depending on the server.Proxmox1 uses DuplicatiProxmox2 uses...
Setting up Obsidian Sync for GameDev
Download Obsidian on any device Create a Vault on your device. Name it anything. I name mine Gam...
Git Cheat Sheet / Guide
https://ittools.fifthdread.com/git-memo Install Git on MacOS brew install git Install Git ...
Checkpoints and Snapshots for ZFS
Zpool checkpoint rpool
VFIO "GPU Passthrough" Guide for Proxmox
BIOS Settings: Disable Above 4G Disable ReBAR Disable SR-IOV (Leave this enabled if using a ...
Postgresql
\l < list databases create database: CREATE DATABASE database; delete database: DROP DATAB...
Updating Portainer
From Proxmox: docker stop portainer docker remove portainer docker pull portainer/portainer-ce...
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
PROXMOX Nag Screen Removal
Run the following command in the proxmox terminal sed -Ezi.bak "s/(Ext.Msg.show\(\{\s+title: get...
Create ZFS "folders" aka dataset
Run this command to create a ZFS Dataset zfs create rpool/config/<containername> Run this com...