-
Free up storage space by deleting unused Linux Kernels
While performing some regular updates on a few of my Ubuntu VMs, I ran out of space to continue performing updates on the /boot volume. The following commands will help you locate and clear up any unused Linux kernels reclaiming space in this volume. First, run the following to determine…
-
Genmoji not appearing in iOS 18.2? Check this setting
Apple released Genmoji in iOS 18.2, released to the public on Wednesday, December 11th, 2024. To use Genmoji, a button should appear on your Emoji keyboard once the model is ready on your device. If you don’t see the Genmoji text field or button, and you meet the…
-
Building a Sports Ticker using ESPHome and Home Assistant
Some home automation projects take years to get off the bench, sometimes finally. This was mine. This project took about five years from conception to completion. Not for lack of trying, but simply due to complexity and competing attention, the Sports Ticker project sat on my workbench collecting dust. But…
-
Building a Sports Ticker Part 2: Showing Sports Scores and Data
As I wrote in Part 1 of Building Your Own Sports Ticker, one of the more difficult parts of this project was getting the sports data to show it on the ticker. This headache was solved when I encountered the custom Home Assistant component, ha-teamtracker. You can install it using…
-
Install Plexamp Headless on a Raspberry Pi
Easily get up and running with PlexAmp Headless and start listening to your high quality music like you've never heard before!…
-
Creating a Watchdog script
...I want to ensure the services are up and running at all times, and if for whatever reason they're not, I want things to self-heal or alert me if they don't.…