I love this rub on smoked pork ribs and beef brisket! It’s very simple and the flavors highlight the real tasty part which is “the meat”. Central Texas Style Dry Rub Print Recipe Cuisine American, BBQKeyword BBQ, Dry Rub Prep Time 5 minsTotal Time 5 mins Ingredients1 c coarse ground black pepper½ c Kosher salt or sea salt4 tbsp smoked...
Cinnamon Rolls

I love these cinnamon rolls. They remind me a lot of Cinnabon, especially the cream cheese frosting. For some reason I like that much better than the milk/water based frosting. When eating the next day, I find that putting the frosting on top and 30 seconds in the microwave is just perfect! The weight measurements are in grams. This makes it easier to get the right amount of flour and sugar since...
Adopting the USW-Flex-Mini Switches
I purchased a bunch of USW-Flex-Mini switches. They are part of the Unifi ecosystem so they are managed by a controller that I have running in a docker container in a server in the house. Whenever I have plugged in any other Unifi device, they showed up for adoption by the controller without any issue. But not these switches. They booted and got their addresses by DHCP as expected. With Unifi...
Dual Mining on Hive OS using Ezil as the Pool
I decided to try Hive OS as a lightweight, Linux-based mining OS. Note, I don’t really do mining seriously. Jacob is doing it a bit and he’s using a Windows based solution which is a bit of a pain to manage now that he’s out of the country. Setting up mining Ethereum using the Ezil pool was easy. When setting up your wallet, the address is the Ethereum wallet (I use Coinbase)...
Setting up netboot.xyz with a Unifi USG
netboot.xyz is a way to PXE boot various operating system installers or utilities. It’s really handy to be able to install Linux distributions in a test environment. netboot.xyz is based on iPXE. At home, I run a Unifi USG which serves as my gateway to the internet and TrueNAS Core run my TFTP server (amongst other services). Via the Unifi Controller, go to Settings > Networks > LAN Network...
Setting Up Wireguard on the Ubiquiti USG
On my home network, I run a number of services not exposed to the outside world. However, when on the road, it would sometimes be nice to be able to get access to my local network. To set up Wireguard, I essentially followed this gist. The internal network is 192.168.0.0/19 which allows addresses up to 192.168.31.255. I chose the next /24 to be the network for the Wireguard interface to use. The...
Allowing Keybase Finder file access on macOS Catalina
macOS Catalina has a number of security features that prevent the running of malicious code. However, it can inadvertently block useful software too. In this case, it’s blocking the FUSE kext that Keybase uses to access the encrypted files stored in the cloud. Normally, you can go into System Preferences / Security and allow usage but in this case, the GUI would not allow access. The first...
Home Made Temperature Sensors
Using a NodeMCU and DHT-22 temperature sensor I was able to leverage the ESPHome project to make some temperature sensors to keep an eye on garage freezer temperatures. The wiring of the DHT-22 from left-right corresponds to the following on the NodeMCU: VIN, Gnd, D2. A basic configuration for the sensor is: esphome: name: garage_freezer1 platform: ESP8266 board: nodemcu wifi: ssid: "SSID here"...
Visiting Seattle
We just got done visiting Bainbridge Island and we’re waiting to drive our car onto the ferry for the trip back to Seattle. The weather has been fantastic thus far. I think if I don’t get the job offer from Amazon everybody is going to be disappointed (myself included). Amy loves Bainbridge Island. I’m not so sure about the commute to downtown. We found some nice places in...
Upgrading a RAID-5 Arrary
I’m in the beginning stages of upgrading my Linux software RAID-5 array that’s used to store all kinds of content. I’ve currently got a 4 drive array (320G drives in a 3 drive array with a hot-spare) set up in my home server. One of the drive finally died the other day (4 years old or so) and as expected, the hot-spare kicked into service. I could lose another...
Recent Comments