How to list the expiration date for Azure App Service Certificates

You run this from Powershell on the Azure subscription you want to identify the cert expirations for, including Azure Managed Certificates that will soon be affected by the DigiCert change effective Monday, July 28th, 2025. There’s probably an easier way but this is my starting point. Get-AzWebApp | ForEach-Object {$certs = Get-AzWebAppCertificate -ResourceGroupName $_.ResourceGroupforeach ($cert …

How to use your own domain on Bluesky

Bluesky is pretty neat but every user being @*.bsky.social isn’t really my thing since I’m a nerd with my own domain. So rather than be @superpj.bsky.social I changed mine to @superpj.xcr.jp with a simple DNS entry but you can also do it with just a text file on your personal hosting if that’s not your …

Updating MikroTik from terminal

I’m always forgetting the commands so here’s the short easy version From the Terminal menu system/check-installation#hopefully it says “status: installation is ok” #if you’re upgrading from 6 to 7 it needs to know that.. If not skip the below line. system package update set channel=upgrade #check for updatessystem package update check-for-updates #get the updatesystem package …

Threads keeping you from your friends.

I don’t understand Threads at all. It’s a social media site that you can add friends to but has 0 ability to see what your friends have posted besides going to each individual profile. How the hell was that overlooked but there’s a whole algorithm to show you what’s trending and what your friends have …