Notepad++ show line numbers
It’s a little hidden imo, so future-me or for your service – the setting to show the line numbers.

FTP to your WordPress root directory and delete the “.maintenance” file. This is only the simple solution for the case you closed the browser tab you started the update in and now the banner “…in maintenance mode” appears instead of the website.This won’t repair your wordpress installation when something went wrong with it and that…
For a container class with a dictionary with config values (among other members) I wanted easy reading access as if it was a dict itself. For that you only have to implement the __getitem__ method. You can extend the provided dict functionality for your class if needed like the following: All but the update method…
As most of the time – there are multiple valid ways of doing it. Keeping the order I prefer easy and readable, if it is not crucial for performance to go another way.Create a new list and add only values to it that are not already included. You can do this with a simple list…
Most of my Raspberry Pis run headless (just remote console, no GUI). To remind myself and for your service I wrote this short memo how to set them up correctly. You can also find the same and much more Pi related information here, but I like to keep the stuff I need together in one…
I have a talent to forget to cover my car before a night with temperature below zero and the next morning I have to scratch away all the ice. As I really don’t like that I decided to build a warning mechanism for that. I already had a Node-RED flow querying the weather API to…
Plain and simple (or better in the case I forget it again). You can add the device when pulling and starting the HomeAssistant container. Make sure to adapt config path to yours.Add “–device/dev/NameOfDevice” If you don’t know the path of the USB device you can see a list of them with this command: I a…