Create c:\temp and add the vars in the post
Category: Tech
Categories
Restore Exchange Management Shell Shortcut
How to recreate the Exchange Management Shell shortcuts
Categories
Disable OneDrive Files On-Demand in Registry
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\OneDrive
FilesOnDemandEnabled (dword) to 0
Categories
Mount Synology NFS Share in Proxmox
How to mount a Synology share in Proxmox using NFS
Categories
Moving VMs from ESXi to Proxmox
Turn your VMDK into QCOW2 🐄
Categories
Manually update ESXi (SSH / console)
Steps to patch an ESXi host manually without VUM
Categories
Nginx SSL Reverse Proxy
Short version sudo apt install nginx -y Create a .conf file in /etc/nginx/conf.d/ See full config section for template sudo nginx -t sudo systemctl reload nginx The example in this post uses test.acceptdefaults.com running nginx 1.18.0 on Ubuntu 22.04. You may need to change commands/paths based on your distro. Install Update system sudo apt update […]
Categories
How to use SSH keys
How to create, store and connect with SSH keys.