FreeBSD Basics with Bastille pt. 1: /usr/local/

In this series, I’ll use an exploration of Bastille to explain some basic functionality of FreeBSD. This article starts with perhaps the most structurally fundamental part of FreeBSD, the /usr/local/ directory. Unlike most of my FreeBSD/Raspberry Pi articles,...

Use SSH with FreeBSD

If you are familiar with SSH on macOS or Linux, you’re in luck. SSH on FreeBSD works pretty much just as it does those systems (and you can use these steps to set it up on those systems). What is SSH? SSH stands for “secure shell.” Using SSH on...

How To: Connect Clients to NFS Server

In a previous post I explained how to set up an NFS server on a Raspberry Pi. Here I provide info on how to set up an NFS client on common devices. I can’t cover all devices, but fortunately if it’s *nix the FreeBSD/Linux examples should work fine for most...

Pi-Hole with FreeBSD using AdGuard Home

I originally purchased my Raspberry Pi to run Pi-Hole, which functions as a whole-house ad-blocker. Technically, Pi-Hole is just a script that installs and configures dnsmasq and loads a bunch of domains to block at the DNS level. When a website tries to load...

Home Server with Raspberry Pi & FreeBSD

Raspberry Pi + FreeBSD Series This series of guides about creating a home server with Raspberry Pi and FreeBSD is written by a novice for novices. If you’re pretty experienced with FreeBSD and are just looking for a specific answer to a question, unfortunately...