I figured out a fix, a workaround or even an actual solution
I posted it on the internet
This way, the next time I encounter the same issue, I’ll be able to find the solution easier by googling.
This category contains assorted tips, tricks and solutions regarding all the different workarounds and solutions related to technology pretty much in general.
This article explains where NetSpot Wifi Heatmap software stores its project files. These files contain all of your measurements, pictures, and other files associated with your heatmaps. They’re pretty important, but you don’t get to choose where to store them. And that might be a problem, unless you’re prepared. This…Continue reading Where does NetSpot (wifi heatmapping tool) store its project files?
This article explains why having a local (non-AD) user account with administrator user rights on Windows is a must. I know, I know – this is horrible design from security perspective. You shouldn’t use local accounts in the first place, let alone ones with unlimited admin powers! Microsoft has been…Continue reading Why You (unfortunately) need a Local Administrator account on Windows 🙃
This article explains how to generate a CSR using the OpenSSL CLI toolkit. We’ll go through a step-by-step guide to create a private key and a CSR. This should be helpful for system administrators and developers who need to set up secure connections for their servers or applications. In the…Continue reading How to generate Certificate-Signing Requests using OpenSSL
A couple of weeks ago I posted about a really annoying issue – persistent mouse/touch device input lag on Windows 10. It was driving me crazy for an afternoon before I found the right Windows Update package to uninstall, purge, cleanse in hellfire, ship right back to Microsoft (with an…Continue reading How to fix annoying mouse/touch device input lag on Windows 11?
This article explains in very brief terms – it is Christmas and I’m enjoying my 2-week-long European vacation, after all 😉 – how to make sure your Azure DevOps (YAML) pipelines fire on schedule. Because by default, they won’t. And I’ll explain to you why that (kind of) makes sense!…Continue reading How to make sure your pipelines run as scheduled in Azure DevOps?
Time to write about Home Assistant for a change! I’ve been using the home automation platform for a couple of years now and while it’s immensely powerful, you also run into all kinds of issues. I could rant in length about one weather station or how difficult it is to…Continue reading How to pick the cheapest hours of electricity using Home Assistant?
This article explains how to install Windows Update whenever your Windows Update service is broken. Which seems to occasionally happen. And while you can run a ton of scripts to fix it (and a lot of guides online just tell you to click “Check for updates” manually, which is kind…Continue reading How to manually install Windows updates?
This article explains how to easily(?) restore the description (or any other field) of a Trello card. This might come in handy, and the UI for this isn’t exactly obvious (read: it’s nonexistent). Background If you’re like me, you’re a heavy (if a bit reluctant) Trello user. Using it all…Continue reading How to restore an old version of a Trello card?
In this article, I’ll share a simple script for a simple use case: removing blobs from a virtual directory structure in a container in an Azure blob storage account. This should be useful for a case like ours; removing certain directories and subdirectories but not the whole container. But let’s…Continue reading How to selectively remove items from an Azure blob storage container?