Recently Updated Pages
Rebuild Windows Search Database
This is a CMD file and when run stop the Windows Search and force a rebuild of the database. sc ...
Stop Windows from Sleeping
powercfg -change -standby-timeout-ac 0
Windows Memory Information
For Total Physical Memory wmic ComputerSystem get TotalPhysicalMemory For Available Physical Me...
Map a drive as a different user
Map a drive net use y: \\server-1\cpas /USER:server-1\famme @TimeSheets /PERSISTENT:YES Delete ...
Lock Computer
rundll32.exe user32.dll,LockWorkStation
Get WiFi Password
List all known WiFi Networks netsh wlan show profiles Show password for a known WiFi Netwo...
Find Public IP from Command Line
nslookup myip.opendns.com resolver1.opendns.com
Disable LLMNR
From and elevated Command Line REG ADD “HKLM\Software\policies\Microsoft\Windows NT\DNSClient”...
Disable IPV6
Commands to disable IPV6 netsh interface teredo set state disabled netsh interface ipv6 6to4 se...
Copy files with permissions
xcopy x:*.* y:*.* /D /E /C /F /H /K /O /Y
Windows Command Line Firewall Commands
To Turn Off: NetSh Advfirewall set allprofiles state off NetSh Advfirewall set domainpr...
Check the state of Windows Activation
slmgr.vbs /xpr Typical Output:
Battery Test
WMIC PATH Win32_Battery Get EstimatedChargeRemaining Or powercfg /batteryreport /OUTPUT "c:\Adm...
tar Command in Linux With Examples
Introduction The GNUtar (short for Tape ARchiver) command is the most widely used archiving util...
SMB Bind Mounts in an Unprivileged LXC Container
Prep Work We will need to do a bit of prep work on the Proxmox Host to have this work as intende...
Nvidia GPU Passthrough Unprivileged LXC Containers
Getting a functional, and stable, Proxmox installation that also has working GPU passthru capabil...
Jellyfin in an Unprivileged LXC Container
This will allow a Jellyfin instance to run in an unprivilidged LXC Container with an iGPU passed ...
Setup Email Notifications
Configuring User E-mail Address In a web browser, navigate to the Proxmox web UI and login Se...
Creating Cloudflare Tunnels
This is a straighforward tutorial for creating a Cloudflare Tunnel to your home lap application...
How do I verify the speed of my NIC
Determine the device name From terminal determine the name of the NIC in questionThe command ...