Building a Plex Media Server on Proxmox ARM
Build a media server in your home library for your whole home/house. I have recently started playing around with media servers to see what they were about because where I…
Install an OpenVPN Access Server in your HomeLAB
An OpenVPN server is a type of VPN (Virtual Private Network) server that allows clients to securely connect to a private network over the internet using the OpenVPN protocol. It…
Deploy Jellyfin on a SBC/VM
Jellyfin Server is an open-source media server software that allows users to organize, manage, and stream their personal media collections. It supports a wide range of media types, including movies,…
Deploy an OpenWRT VM on Promox Intel/AMD
OpenWrt (from open wireless router) is an open-source project that is an OS for creating and building your own router/firewall. It is also used for being able to embed the…
Diagnosing Reboots in Linux
When a linux server reboots, it records data to a couple of different logs inthe process. The first is the last log, this log records all logins and fromwhere a…
Kubernetes the Easy Way
Time: 60 minutes Kubernetes is difficult to setup, configure, and use. It is an orchestration and container technology which allows you to use microservices in the enterprise. However you can…
Wazuh on a SBC/VM, This is a fantastic product.
Wazuh is a free and open source security platform that unifies XDR and SIEM protection for endpoints and cloud workloads. I discovered this by accident through an online friend. This…
Install an OS with RPi Imager
There are several helper programs to get an OS on a disk for booting an IT Device. We will not go in to all the details, hopefully you understand what…
Install Docker on a SBC Device
Time: 30 minutes Docker is an innovative technology that developed in a short period of time (about two years) and is in great demand in modern IT industries today. One…
Create your own CA for internal use on Debian/Ubuntu for ARM
Thfor ARMere are needs to rid yourself of those annoying self cert warnings. mkcert is a zero config type tool that allows you to create legit certs for you to…