Recently Updated Pages
Useful system commands
Hardware related Memory # Show maximum capacity and number of RAM slots sudo dmidecode -t 16 ...
VBAN for Linux
https://github.com/quiniouben/vban I've used Voicemeeter Banana and Potato for a long time to do...
Bike Fit
Videos Cam Nicholls - How to Perform a Simple Bike Fit (at Home)
Fueling
GCN - How to fuel for a 100 mile ride Hourly carb intake can be anywhere from 30 to 90 g...
Recursive routing in RouterOS 6 vs 7
Recursive routing allows you to create a route with a defined next hop that is not actually direc...
Scripting with traceroute
POC Running /tool traceroute with the as-value option will return the hops as an array....
Junctions
Finding junctions / reparse points # return all reparse points on the C: volume DIR C:\ /S /A...
Useful MSSQL Queries
Show running queries SELECT req.session_id, req.status, req.command, req.cpu_time, req...
On-Prem to Azure DNS Migration
The Azure CLI can easily be used to do this migration. Here's the steps to use the Azure CLI: Cr...
Transitioning from old to new
IPv4 ARP -> IPv6 Neighbors netsh interface ipv6 show neighbors # OUTPUT: Interface 16: Wi-Fi ...
Network Policy Server / NPS
Enable NTLMv2 support for MSCHAPv2 RADIUS requests Enables proxied radius requests when using...
TCP/IP Reset
WiFi adapter sees available network, however will not accept tcp/ip address. Attempting to reset ...
Excel
Conditional highlighting with functions This is a collection of frequently used functions for co...
Installing Certificates on Windows
Using PowerShell to install into the Local Computer store This can only be done with elevated pr...
Microsoft Remote Desktop Certificates
Manually replacing RDP certificate Install the new certificate in the Local Computer Personal st...
tcpdump
Dealing with Ethernet headers and VLANs # include ethernet header tcpdump -n -e # show...
Port Mirror / Monitor
Ubiquiti EdgeSwitch monitor session 1 destination interface 0/10 monitor session 1 sou...
Tarp ridgeline
Knots
Prussik knot (friction hitch) The Worlds Most Reliable Knot: The Prusik Hitch Marlin ...
Python Snippets
Useful Python3 snippets as I come across them. Using xmltodict on the command line with ip...