I have been building out my home lab since 2020 and recently wanted to setup my partners parents with a simple home server where they could backup photos and documents locally. I wanted it to be a fairly small and unobtrusive device that could be run with minimal input. For this I decided to try… Continue reading Super Quick Home Server Setup with Umbrel
Category: Docker
Creating a WiFi Monitor with a Kismet Docker Container
In my quest to become more familiar with Docker I decided to create a container to run another wireless radio software called Kismet. Kismet is a wireless network and device detector, sniffer, wardriving tool, and WIDS (wireless intrusion detection) framework. Kismet works with Wi-Fi interfaces, Bluetooth interfaces, some SDR (software defined radio) hardware like the… Continue reading Creating a WiFi Monitor with a Kismet Docker Container
Simple GNURadio Server Setup with noVNC Docker
I have been using GNURadio since college, and even now just getting the software installed and working with your hardware radio can be a challenge. So I decided to create a Docker image that not only has GNURadio installed but can be accessed via VNC in a browser tab. This allows this container to be… Continue reading Simple GNURadio Server Setup with noVNC Docker