Tag: Service Setup
All the articles with the tag "Service Setup".
-
Systemd Remounting Service
In systemd, you can create an remount unit to ensure share stay mounted. This would work +perfectly, except, LXC does not support this systemd unit. So instead I created a service that runs a script, and a timer to trigger it. Like a cron, but still using systemd.
-
Autostarting Uctronics Raspberry Pi OLED Display
This is a quick setup for both the Uctronics display code, and the startup service. I will also give an example using rc.local.
-
LXC: Installing Docker on a Debian CT
A quick guide to getting docker running on a Debian CT. Everything in this guide can be completed quickly by running this curl/sudo-bash script from my gist.
-
LXC: Setting up Plex
After setting up a new server, I wanted to migrate my plex install to the more powerful machine. This will be a jump from an i3-2100 to an i5-12500T. A substantial leap in performance.
-
Pi-hole setup with High Availablity
This is a step by step guide to set up Pi-hole in a high availability environment. Previously I was using a lone Raspberry Pi 3B to run Pi-hole. The issue with this setup was, if that pi went down, DNS was down on my network, which is definitely unacceptable. So let make it better!
-
LXC: First commands on a new Debian CT
A list of the first commands I run on a new Debian LXC to homogenize and secure my new environment.