If you’ve tried using Uptime Kuma to monitor a Dell iDRAC version 7, you’ll notice you get a 404 response. There is an easy way to fix that.
How to install the Citrix client on Ubuntu 22.04
The Citrix client provided by Citrix doesn’t currently work with Ubuntu 22.04. There is another way.
How to find the SID for a TrueNAS SMB share ACL
If you’ve setup a basic Samba share in TrueNAS you’re probably ready to give it more detailed permissions. In the list of shares at ‘Sharing > Windows Shares (SMB)’, select the share then ‘Edit Share ACL’. At this point it asks for an SID. WTF is that? To find the SID of a TrueNAS account … Read more
How to setup emails with SendGrid for TrueNAS
SendGrid is a great way of getting emails sent from your TrueNAS if you don’t have an email relay or your emails get blocked by spam fliters. Get ready in SendGrid Create and verify your free SendGrid account. Verify your domain or email address with SendGrid. Create an API key. It only needs send access. … Read more
Blizzard authenticator using AndOTP, FreeOTP and other TOTP apps
You can setup Blizzard on your TOTP app as long as it supports 8 digit codes and you use this process.
Debugging JavaScript focus() issues
Have you ever had a complex bit of JavaScript setting focus on elements after inputs for accessibility that didn’t quite work? This little line may help, I know it saved my bacon.