how-to
How to search for text in LibreOffice Calc
This post describes how to search for text in LibreOffice Calc cells/columns and perform some subsequent calculations on cells in the same row.
It is primarily a reminder for myself, to ensure I don't always have to search for ODS files where I last used this formula…
How to reinstall an operator on OpenShift
I recently ran into a problem where the install plan of an operator failed and I had to figure out how to reinstall an operator.
It was definitely not as easy as I thought, so I decided to document how I managed to do it successfully…
Using git filter-repo to clean up Git history
As I was preparing an open source release of a tool, which was previously only developed internally I was looking into how to remove internal files (e.g. pipeline configurations) from the repository and additionally I wanted to clean up the commit history, as the commit authors contained internal information (e.g. usernames)…