I recently tried to connect a Synology OpenVPN Server with both Tunnelblick 3.8.8beta02 and OpenVPN Connect 3.3.2 and they both would not connect, a problem many are having, as discussed over at the OpenVPN forums...
IT Tips
Getting the SSH Key Fingerprint to check against the fingerprints listed in the Unifi Controller
When you upload a SSH public key to a Unifi Controller it identifies the key by a fingerprint: I wanted to know which key I was using and wanted to check my local ssh key fingerprints against the one listed in the controller but found they didn't match The reason is...
SSH to Unifi USG Public Key Rejected
Trying to login using SSH with a Public Key to USG and only get a password prompt Using latest version of MacOS and the following ssh version ssh -V OpenSSH_8.8p1, OpenSSL 1.1.1l 24 Aug 2021 Run the following to get more info ssh user@usg -vvv get a heap of output but...
Getting league\glide installed on Laravel 8 / PHP 8.0.3
I started a project using the sample inertia app Ping CRM and then upgraded to use the latest laravel and sail docker environment. Laravel version php artisan -V Laravel Framework 8.70.2 When I tried to install glide with just the following it tries to install the...
Git Merge Commits From One Branch Into Another
I created a feature in my Toggen WMS to be able to print an SSCC Label PDF from MessageXchange XML the branch in git was xmltopdf Later I fetched the production "live" code back to my development repo and changed a label print page to have 3 print forms instead of 2....
How to Check the Current DKIM Selector in an Microsoft 365 Tenant using Powershell
Connect-ExchangeOnline Get-DkimSigningConfig -Identity toggen.com.au | Format-List Run the above powershell substituting toggen.com.au with the custom domain in your tenant you want to know which dkim selector is the active one. Find the RotateOnDate in the example...
Unifi UDM to Azure Site to Site VPN Notes
The GUI doesn't keep some of the settings you set. But these worked for me. This doesn't include the Azure setup. Settings for UDM Name: TGN-MEL-AZR Name can be anything you want. I like to do <company prefix ><local site><remote site> e.g TGN is...
The card supplied requested drivers that are not present on this system. Please try another card
Using mstsc on Windows 2008R2 Server to connect to Windows 2003 Server. !!Old school!! And getting an error message dialog with this text: The card supplied requested drivers that are not present on this system. Please try another card Fix Open Remote Desktop...
Memtester the Chuck Testa of memory testers
Just putting this here for future reference. For the record the reason I did this test was because I have a Ubuntu 20.04 workstation that had some disk corruption. I also noticed that my Windows 10 VMWare workstation guest was blue screening with a stop error which...
Using Curl & Powershell to POST Form Data to CakePHP
CakePHP 2 Form and trying to POST to it using curl This is what I am trying to duplicate with curl -----------------------------1993502965129257581246610166 Content-Disposition: form-data; name="_method" POST -----------------------------1993502965129257581246610166...
