Recently Updated Pages
VBAN for Linux
https://github.com/quiniouben/vban I've used Voicemeeter Banana and Potato for a long time to do...
Useful system commands
Hardware related Memory # Show maximum capacity and number of RAM slots sudo dmidecode -t 16 ...
SSH load key error in libcrypto
Occasionally on Ubuntu 22.04 I've experienced the error message shown below when trying to connec...
Ubuntu console-setup for setting console font
By default, on a Surface laptop running Ubuntu Sway Remix, the console font is waaay too small fo...
ImageMagick
Use ImageMagick to create, edit, compose, and convert digital images. Resize an image, crop it, c...
Linux Performance Observability
https://www.brendangregg.com/linuxperf.html #end
Microsoft Surface Laptop 2 Touchscreen on Linux
Getting the touchscreen to work on Garuda / Arch Linux I recently came across the Garuda Linux S...
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....
Microsoft Remote Desktop Certificates
Manually replacing RDP certificate Install the new certificate in the Local Computer Personal st...
Excel
Conditional highlighting with functions This is a collection of frequently used functions for co...
TCP/IP Reset
WiFi adapter sees available network, however will not accept tcp/ip address. Attempting to reset ...
Network Policy Server / NPS
Enable NTLMv2 support for MSCHAPv2 RADIUS requests Enables proxied radius requests when using...
Transitioning from old to new
IPv4 ARP -> IPv6 Neighbors netsh interface ipv6 show neighbors # OUTPUT: Interface 16: Wi-Fi ...
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...
Useful MSSQL Queries
Show running queries SELECT req.session_id, req.status, req.command, req.cpu_time, req...
Junctions
Finding junctions / reparse points # return all reparse points on the C: volume DIR C:\ /S /A...
tcpdump
Dealing with Ethernet headers and VLANs # include ethernet header tcpdump -n -e # show...