Category: Uncategorized

PiHole & Unbound

PiHole & Unbound

Installation Steps
Install Ubuntu Server 20.04 (https://ubuntu.com/download/server)
Install Pi-Hole – sudo curl -sSL https://install.pi-hole.net | bash
Set the Web Admin Password – pihole -a -p [password]
Install Unbound DNS – sudo apt install unbound
Create Unbound Configuration File – sudo nano /etc/unbound/unbound.conf.d/pi-hole.conf
Copy example config – https://docs.pi-hole.net/guides/dns/unbound/
Restart Unbound to apply Configuration – sudo service unbound restart
Disable Forwarding DNS in PiHole
Set Custom DNS in PiHole – 127.0.0.1#5335

Plex onto Proxmox

Plex onto Proxmox

I’ve done this so many times now, and keep trying to find the same links over and over… and over.

So here they are, for me. Using Ubuntu Server, remember to create a 200gb setup!

Add repo to Proxmox – https://support.plex.tv/articles/235974187-enable-repository-updating-for-supported-linux-server-distributions/

Craft computing video – https://www.youtube.com/watch?v=-HCzLhnNf-A

sudo nano /etc/fstab

//192.168.1.192/PlexMedia /PlexMedia cifs username=username,password=password 0 0

sudo mkdir /PlexMedia

IP:32400/web – BLOODY WEB REMEMBER WEB YOU TOOL

or: https://www.derekseaman.com/2023/04/proxmox-plex-lxc-with-alder-lake-transcoding.html

Theme: Overlay by Kaira