Fail If you use Google or AI you might think that you have to send a file to Synology by specifying the full path from the root directory of the Synology as follows: scp .\toggen_vector_blue.png [email protected]:/volume1/Backup/upload/...
James McDonald
Context menu “Open IrfanView Thumbnails”
Enter the following into the registry Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\Folder\shell\Open IrfanView Thumbnails] @="Open IrfanView Thumbnails" [HKEY_CLASSES_ROOT\Folder\shell\Open IrfanView Thumbnails\command]...
How to view what Microsoft Office 365 License you have
Tried a few ways but this link gets me to the good old list of subscriptions. This works if you have a work or school account https://portal.office.com/account/?ref=ClientMeControl#subscriptions What DIDN'T work for me https://myaccount.microsoft.com...
In what order should Dism and sfc /scannow be run?
Run Dism Run SFC Get an elevated (Administrative) command prompt and run DISM.exe /Online /Cleanup-image /Restorehealth sfc /scannow...
What to format a USB drive as on MacOS for Windows 11 compatibility
On MacOS run the Disk Utility Format: exFATScheme: GUID Partition Map
Using Microsoft Edge as a Humanforce Kiosk
So I changed from using Chrome as a Kiosk for Humanforce clocking to using Edge (because who wants to install another browser when Edge is also Chromium based) This is the command I run in a shell:startup batch file to get a full screen session of Edge which will hold...
Using VMWare Workstation Pro with the VMWare Native Hypervisor
The following link contains instructions on how to disable Hyper-V and other features to allow using the native VMWare Hypervisor https://blog.jklug.work/posts/windows-nested-virtualization Turn off Virtualization Based Security and Credential Guard with the "Device...
Connecting to an ancient ESXi 5.5 SSH server
Unable to negotiate with 172.16.26.73 port 22: no matching MAC found. Their offer: hmac-sha1 ssh -Q mac View your...
Certbot Renew –deploy-hook example
root crontab # m h dom mon dow command # at 2:06AM run certbot renew 6 2 * * * /usr/local/bin/certbot-renew /usr/local/bin/certbot-renew certbot renew sets $RENEWED_DOMAINS to a space separated list cert renewed domains. You can use it to trigger a nginx reload and...
Notes on HTTP3 / QUIC enabling nginx
Minimum Nginx Version You have to have a recent version of nginx ( greater than 1.25.0) so default Ubuntu 24.04LTS (nginx 1.24.0) won't cut it. To get HTTP3 / QUIC on Ubuntu 24.04 LTS you have to enable the nginx.org repo and then you can install nginx 1.30.3 (*...
