Meta
Tags
- 50mm
- 802.11n
- astrophotography
- Calin
- cats
- Cisco
- deodorant
- DNA
- DNS
- Donohue
- Draddy
- dropbox
- equipment
- Flynn
- fort
- Gaeilge
- genealogy
- home assistant
- iPhone
- Jenny
- Let's Encrypt
- lights
- Linux
- myrrh
- Namecheap
- NAS
- networking
- OpenVPN
- photos
- plex
- projects
- python
- RaspberryPi
- router
- school
- shed
- SoftEther
- SSL
- Synology
- videos
- Volvo
- VPN
- WiFi
- Windows
Category Archives: Geek
High Availability Pi-Hole Servers
Had been running a single Pi-Hole for a long while, but I would always have to wait until after C & J were abed before I could update it.
Having a second Pi-Hole server running was key. Was trying to get the second one spun up as a Docker instance on the Synology NAS, but trying to keep the two servers in sync was not going to be easy going, as ssh is key to this process.… Read the rest
Prometheus node exporter on Raspberry Pi – How to install – Linuxhit
Old write-up, but it worked AOK for me just now on Pi4B.
Node exporter is a great way to monitor your Raspberry Pi with Prometheus. Follow these steps to get node exporter running on your Raspberry Pi.
Source: Prometheus node exporter on Raspberry Pi – How to install – Linuxhit
Before I forget how to add devices to Prometheus…
user@docker:~$ sudo nano /etc/prometheus/prometheus.yml
… Read the rest Take Note
I am on my end of summer vacation and working through some psychic backlog items. Don’t get me started on Wireguard VPN. Grumble, grumble. But I am kind of relieved to have spent the morning screwing around with note applications again.… Read the rest
Outbound VPN on the pfSense Router
Privacy is increasingly a priority in my design decisions when it comes to what I what I am implementing in my home network. I am loathe to describe it as a “homelab“, as this is about as front-line production as it gets.… Read the rest
Posted in Geek
Leave a comment
Further Adventures with Music on Raspberry Pi
I have a Raspberry Pi 3B (not the Plus version) with a HiFiBerry Digi+ DAC HAT attached. This is connected to my old school Sony receiver via TOSLINK fiber. I also have a 10.1″ touchscreen attached. The goal of all of this was to build a digital jukebox to play my music collection through.… Read the rest
One Note To Rule Them All (not the one you think)
Looking back at my web search history, I have been on a quest for several months now to find a note-taking application that checks a couple of very specific boxes and that I can use for documenting my home network (aka home lab) setup.… Read the rest
Finally upgrading my Raspberry Pi 3B+ from SD-Card to SSD
I have one last Pi still running on SD-Card and know it is only a matter of time before it the card gives up the ghost. This is my basement Pi, which has done service as an IR camera with Open CV, and still does duty as a Python development kick-around, and, more importantly, is my current air quality sensor for the basement.… Read the rest
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 Mastodon, networking, Proxmox, vlan, weekday geek, weekend nerd
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
You must be logged in to post a comment.