Month: July 2023
-
Creating a Basic VM on Proxmox
In this article I’ll be creating a new virtual machine that will run Docker. This machine will eventually host a number of services for my family such as a music server and photo viewing, but that’s for another day. BIOS Settings Some of the information here is specific to my motherboard (MSI B550 Gaming Gen3…
-
Installing Pi-Hole on Proxmox
In this article I’ll be installing Pi-Hole on Proxmox. Pi-Hole is a DNS sinkhole or blackhole that can effectively block ads and other unwanted content. It works by replacing your usual DNS server with Pi-Hole and then dishing up non-routable addresses for unwanted content based on a block list. In this article we’ll be installing…
-
Building a NAS Using Proxmox – Part 3
This is the third article in the series about using Proxmox as a NAS. For this article to make sense you’ll need to have a container set up and sharing host files via Samba similar to shat was set up in step one and two. In this article I’ll look at mapping container users onto…
-
Building a NAS Using Proxmox – Part 2
The setup described in this article will work if you have a followed the first article in this series however it is not an optimal setup. Once you’ve read the next article in this series you’ll understand the weaknesses in the setup described here and how to fix them. This article also covers a couple…
-
Building a NAS Using Proxmox – Part 1
The first thing many people do with their home server is set up file sharing. If you’re running an OS such as TrueNAS this is really simple, but I’m running Proxmox so that I can also easily run virtual machines and this has one big downside: Proxmox is not really set up to act as…
-
Making Spell Checking Work in Firefox
I can’t believe this doesn’t just work out of the box 100% of the time but apparently spell checking doesn’t work in Firefox unless you have more than one setting correctly configured at the same time. This does not seem like the simplest thing that could work! In settings under the general section there is…