On MacOS run the Disk Utility Format: exFATScheme: GUID Partition Map
IT Tips
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 6 3,15 * * * /usr/local/bin/certbot-renew /usr/local/bin/certbot-renew certbot renew sets $RENEWED_DOMAINS to a space separated list of domains that have had a cert renewed so you can use it to trigger a nginx reload and commit the certs to version...
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 (*...
Dell MK726 USB RF/Bluetooth Wireless Keyboard
I bought a MK726 Dell Pro Keyboard and Mouse Updated the firmware using the Dell Peripheral Manager Using the USB-A dongle it's been grabby and a challenge to use without annoyance So now I'm trying the Bluetooth connection I've paired the Keyboard using fn+F11 which...
Elementor Sites – Your site has a critical error page
Fix # always backup your site db and files beforehand tar -czvf /path/to/backup-example-com.tar.gz /path/to/web/root # move the elementor plugin directory away mv /var/sites/example.com/web/wp-content/plugins/elementor ~/elementor-backup # login to...
WakeOnLAN from Linux / Bash command line
The following sends a magic packet to the subnet broadcast address and wakes up the computer with MAC= MAC Address This can also be used to log into a Unifi Router and issue a WOL packet to a device on any of the connected VLAN's MAC=80:bc:de:f0:0a:b9 echo -e $(echo...
Stop Dell Display and Peripheral Manager Autostarting
On my generic self-built PC I have some Dell peripherals 2 x 27" monitors and Dell Pro 7 Slim Keyboard and Mouse - KM726 So I installed the Dell Display and Peripheral Manager (DDPM-Setup_2.3.0.9.exe) But the problem is that it keeps auto-starting every login and I...
