Posted in 2024
Fun with OpenSSL: Create new keys for Apache Kafka
- 2024-05-07
So it happens we are using the Bitnami Kafka Helm Chart. After 365 days the auto generated certificates are outdated and Kafka refuses to run.
Generating a Volto 18 alpha project
- 2024-03-28
It’s just Yeomen, but it has its quirks. This is for 18.0.0-alpha.25, but should work for other 18 alpha versions as well.
Exporting Plone content to Excel
- 2024-02-16
I have customers who want to export some contents of a Plone site to Excel. Since this is a database-like site, there are different areas resulting in different Excel files.
LittleFS with VSCode/Platformio and ESP8266/ NodeMCU
- 2024-02-07
The current manuals are not exact enough for me. I want to use the LittleFS filesystem with the ESP8266 and Platform.io. But for some reason I got no files on the device.
Beginner-things I found about the ESP8266/ NodeMCU
- 2024-01-31
I have some ideas what to do with my NodeMCU boards. I need to learn how to use them and how to program them.
Fix broken zodbpack on Zope with RelStorage
- 2024-01-15
For some (unknown) reason the pack table in the RelStorage database got into a broken state, which prevented the zodbpack script from running.