Recent Books
Recently Updated Pages
Installing Certificates on Windows
Using PowerShell to install into the Local Computer store This can only be done with elevated pr...
Code Signing
Creating the certificate Below are the steps to create a code signing certificate using OpenSSL ...
Container
Howto Prepping the base configuration /system logging action add name=ContainerLog target=...
Govee Bluetooth Hygrometers
Playing with some Govee H5074 and H5075 Bluetooth hygrometers. All code below was grabbed from Go...
Ubuntu unattended upgrades
# enable unattended upgrades dpkg-reconfigure --priority=low unattended-upgrades # edit u...
Microsoft Network Monitor
I had never heard of this tool until today... I've always used Wireshark. Today I needed to view ...
Useful additions
Packages to add apt install lldpd snmpd snmpd.conf Minimal configuration for /etc/snmpd/snmp...
Installed software via PowerShell
Shorter version Get-ItemProperty -Path "HKLM:\Software\WOW6432Node\Microsoft\Windows\CurrentVers...
Useful PowerShell Commands
Placeholder Select-String is the Grep equivalent Examples: # Searching for multiple patterns...
Snippets
Logged in users $loggedInUsers = (query user) -split "\n" -replace '\s\s+', ';' | convertfrom-...