Categories
Tech

Disable OneDrive Files On-Demand in Registry

HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\OneDrive
FilesOnDemandEnabled (dword) to 0

Categories
Tech

Disable “Let’s finish setting up your device” notification in registry

HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\UserProfileEngagement Change “ScoobeSystemSettingEnabled” (DWORD) to 0

Categories
Tech

Show/Hide Protected Operating System Files in Registry

HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\ShowSuperHidden
0 disabled
1 enabled

Categories
Tech

Mount Synology NFS Share in Proxmox

How to mount a Synology share in Proxmox using NFS

Categories
Tech

Moving VMs from ESXi to Proxmox

Turn your VMDK into QCOW2 🐄

Categories
HAM

APRS Beacons on Radioddity DB25-D

How to setup analog APRS on a Radioddity DB25-D

Categories
Tech

Manually update ESXi (SSH / console)

Steps to patch an ESXi host manually without VUM

Categories
HAM

How to Update DMR Contact List on AnyTone AT-D878UVII Plus

How to download and import DMR contact lists on an AnyTone AT-D878UVII Plus

Categories
Tech

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
Tech

How to use SSH keys

How to create, store and connect with SSH keys.