👨‍🍳 Mela Recipe Manager

I was recently looking into an issue with Reeder App not downloading new RSS feeds (Which in the end was an issue with my network, not the app.) and while doing so I saw that Silvio Rizzi the developer behind Reeder had created Mela a Recipe Manager for iOS, so of course, based on my …
Read More …

Setting up Lancache on Ubuntu 20.04

With the recent upgrade to Fortnite, I saw that the bandwidth at the house was being saturated with these 17GB updates going to 3 different Playstations. With that being said I started to think there had to be a way to set up a local report, or a cache to serve all the updates/installs to save not only bandwidth but also …
Read More …

🐋 Installing Docker on Ubuntu Server 20.04

I was looking to set up a new server for a caching service that ran via Docker but the first step was to get Docker set up on a new Ubuntu Server install so I thought I would document the steps I took to get it installed, mainly for future reference so I don’t have …
Read More …

🌡️ Bash Script to get temperature from a DS18B20 sensor

I set up two DS18B20 temperature sensors on my FishPi to monitor each side of the tank. While most scripts I found utilized Python to grab the temperature from the sensors, I of course wanted to do it in bash since while I understand Python I don’t “know” it well enough to write out a …
Read More …