This is a small blog where I talk about tech, from servers to CNC. That is all.
About
I’m an occasional systems administrator who prefers self hosting over pay hosting or many ad driven services. I’m also a Java and C developer and engineer with a background in 3d design and an interest in 3d printing, lasers, etc. I also have no idea how to blog.
Blog
Updating the Webserver to Ubuntu 24.04
I upgraded my webserver to Ubuntu 24.04 LTS recently and ran into an odd little issue. Apache2 refused to start up due to a PHP plugin failing to load. This was specifically PHP 8.1 failing to load as it was replaced in the repos with 8.3. This ended up having a quick fix to get …
Cura and ESP COM Ports
While attempting to debug a problematic ESP32 recently, I needed to connect to it via the COM port from my PC in order to get more logging from the unit. In attempting to do this, I ran into a very peculiar interaction. I couldn’t connect to the ESP COM port while CURA was open. I …
BME680 and ESP
I’ve been trying to add some BME680 sensors to my IKEA air quality sensors. My goal was to add a bit more environmental sensors around my house to keep track of temperature, humidity, etc. In doing this I also ran into some odd problems with my D1 minis to work through.