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
Moving a View between two Home Assistant Dashboards
I decided to reorganize my home assistant dashboards which culminated in adding a new dashboard and moving a number of views from other dashboards to it. What I didn’t realize was that this wasn’t as easy as going into the UI and hitting copy on the view, though it wasn’t hard to do in the …
Continue reading “Moving a View between two Home Assistant Dashboards”
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 …