Technical Posts
A collection of mostly IT centric posts from the last ~20 years
Articles
Latest
Getting the Azure Agent Running in OpnSense
Note: I haven't as yet been able to get the agent working for pfSense CE This is how to install the Azure Agent on OpnSense. https://github.com/Azure/WALinuxAgent/?tab=readme-ov-file#installation Login via SSH or use the Serial console in the Azure Portal. Login as...
Re-sign rdweb rdp File
I want to tweak and then re-sign the RDP file downloaded from https://rds.example.com/rdweb the RD Gateway RD Web server to stop it being tampered with Steps With a browser on you local computer (I'm using Windows 11) connect to https://rds.example.com/rdweb...
Stopping the Remote Desktop Client from Trusting a computer after you have said trust this device
If you are connecting to a remote Remote Desktop Server and want to get the identity prompt back Goto HKEY_CURRENT_USER\Software\Microsoft\Terminal Server Client\Servers\ Find the key for the computer you have just trusted it could be an IP, hostname or fully...
Testing SMTP Relay with PowerShell
When setting up an SMTP relay on Windows this Powershell command can help Send-MailMessage -SmtpServer 10.77.23.20 -Port 25 ` -From [email protected] ` -To [email protected],[email protected] ` -Subject "Remittance Advice Test# 5" ` -Body "Test at 9:08...
Cannot Connect to Dell Management Using Firefox
12 year old Dell Server running Windows 2008R2. Wanted to check the HDD and other details. https://ipofserver:1311 Error message: Error code: SSL_ERROR_UNSUPPORTED_VERSION Firefox error minimum supported TLS version is 1.2 Enter into the firefox location bar...
Running Proxmox 8.2.2 NESTED IN VMWARE Workstation Pro IT’s Turtles all the way Down
Yes it works, but I couldn't get VLANs to work despite tweaks as follows You need to check the Virtualize Intel VT-x/EPT or AMD-V/RVI I have a AMD Ryzen 5 3600 6-Core Processor ( 6Core / 12 Threads ) Added to allow Proxmox VLAN'ing ethernet0.noPromisc = "FALSE"...