Category Archives: Geek

“We’ve arranged a civilization in which most crucial elements profoundly depend on science and technology.” –Carl Sagan

Configuring VLANs on Proxmox- An Introductory Guide

Much easier to implement than I was expecting.
I am moving what will be my initial Mastodon server off of my main (Trusted) vlan to the IoT vlan. I need to investigate the best way to implement Proxmox in general. Should I create a Server vlan?… Read the rest

Posted in Geek | Tagged , , , , , | Leave a comment

Air quality measurement sensor with ESPhome

The original guide shows the build using the ESP8266 board. While there is nothing wrong with this build, the ESP8266 does not have built-in Bluetooth support, which is all the rage these days.

Source: Air quality measurement sensor with ESPhome

I have a working ESP32 prototype on my desk.… Read the rest

Posted in Geek | Tagged , , , , | Leave a comment

What I Did on My Mid-Summer Vacation: Day 5

Forecast for the day is a heat advisory. If we haven’t already been under one, having one today was really bad news. I took advantage of not being able to work out in the yard to get caught up on the checking account and paying the couple of bills that were sitting on my desk.… Read the rest

Posted in Geek | Tagged , , , , | Leave a comment

More Let’s Encrypt V3, Part B, Subparagraph G

Well, it has been three months since I last had to wrestle with Let’s Encrypt certs.

As expected, they did not auto-renew.

I issued the commands found in the previous post on this topic and noticed something.

[name@server ~]$ .acme.sh/acme.sh --issue --server letsencrypt -d www.nycnyne.net
Read the rest
Posted in Geek | Tagged , , , , , , | Leave a comment

What I Did on My Mid-Summer Vacation: Day 3

If I had a late start yesterday, I was even more delayed on the third day.

First, I was informed that “the family” had decided that they wanted ad-blocking turned back on on the pfSense firewall. I was told to turn this off several months ago.… Read the rest

Posted in Geek, Life, Woodworking | Tagged , , , , , , | Leave a comment

Neofetch: For Super-Cool Login Banners

While I am writing blog posts, this is one that I find myself searching for quite often. Be another one to bake into the Ansible template. If you want a wicked awesome login banner, like this one:

sudo apt install neofetch
sudo bash -c $'echo "neofetch" >> /etc/profile.d/mymotd.sh
Read the rest
Posted in Geek | Tagged , , | Leave a comment

Fun with Proxmox, PRTG, SNMP, and a boatload of Mea Cupla

The Elitedesk 800 G4 Mini PC is just about 100% built, hardware-wise. I am waiting for the VGA Flex IO port to arrive. Looks like I put it in the cart, but did not press “Buy” for a few days, so, mea culpa.… Read the rest

Posted in Geek | Tagged , , , , , , , | Leave a comment

Home Assistant 2022.7 Update: History

Learned about the update to History via this YouTube video.

Holy crows, this is a good one! I quickly noticed some expected things missing from the graphs, so I ran back through my device “Locations” and found a bunch of them either not set or not accurately set.… Read the rest

Posted in Geek | Tagged , , | Leave a comment

A New Toy: HP EliteDesk 800 G4 Mini PC

I just bought a thing.

It has been a refresher lesson in Intel CPUs for me, as well as a revisitation of what my financial pain threshold is. Even this ($288) is a bit above what I wanted to comfortably pay, as I need to drop more RAM into it.… Read the rest

Posted in Geek | Tagged , , , , , , , , , | Leave a comment

Let’s Encrypt V3

The Acme script that I use, like many people out there, to keep my Let’s Encrypt TLS/SSL certificate updated has recently had a breaking change of an upgrade. Namecheap, my hosting provider, is using an older version of OpenSSL. While this does not sound awesome, it is the upgrade from the previous version of OpenSSL that had a mega bug in it, so this isn’t too terrible.… Read the rest

Posted in Geek | Tagged , , , | 1 Comment