Install Pi-hole on Ubuntu 18.04 - Network Wide DNS Ad-Blocker

Subscribers:
15,200
Published on ● Video Link: https://www.youtube.com/watch?v=EYNZY6_KXCI



Duration: 17:36
26,423 views
269


Tutorial on how to install Pi-hole on a fresh install of Ubuntu 18.04.

This is technically an unsupported version of Ubuntu, but with just a few easy fixes you can get Pi-hole installed and working on Ubuntu's newest release versions.

Hope you enjoy the guide and looking forward to seeing you in one of our next videos.

Text for commands in the video.

1.) Update Installation
sudo apt-get update
sudo apt-get upgrade
sudo reboot

2.) Back up old Sources List
sudo cp /etc/apt/sources.list /etc/apt/sources.list.bak

3.) Edit Repository Sources to Include Universe
sudo nano /etc/apt/sources.list
Have this entry
deb http://archive.ubuntu.com/ubuntu bionic main universe

4.) Update Repository Again
sudo apt-get update

5.) Install missing dependencies for pi-hole
sudo apt-get --no-install-recommends install dialog dhcpcd5

6.) Install pi-hole
curl -sSL https://install.pi-hole.net | bash

Reset Pi-Hole Password
sudo pihole -a -p

Pi-Hole Admin URL
http://server-address/admin




Other Videos By Vicious Computers


2020-07-13How To Run Linux on Windows 10 – New WSL 2 (Windows Subsystem for Linux)
2020-07-12Hack! Use the BlissLights Sky Lite (Star Projector) With a Smart Switch for Home Automation
2020-05-05PSA! - Canon M50 VLOG Live Stream & Webcam Capture FREE (No SparkoCam, no HDMI capture device)
2020-05-04Dynamic (Smart) Noise Reduction in Reaper using Automation
2020-04-30Windows 10 PowerToys - How I capture 1080P on a Ultra Wide Monitor Easy!
2019-03-18Ruckus Unleashed Feature Demo (Web GUI, Mobile App, & CLI)
2019-03-12Ruckus R600 Unleashed First Time Setup Guide
2019-03-10Getting Rid of My Ubiquiti Gear? - New AP's Ruckus R600
2019-03-05Brocade ICX 6450 – Fan Modification Guide for a QUIET Switch
2019-02-15HPE Aruba S2500 Configuration - VLANs, Jumbo Frames, Users, and More
2019-02-04Install Pi-hole on Ubuntu 18.04 - Network Wide DNS Ad-Blocker
2019-01-27Advanced Tutorial: Draw.io Launch Custom Programs from your Diagram! (Part 2)
2019-01-27Tutorial: How to use Draw.io to create a Network Diagram for FREE! (Part 1)
2019-01-15Fan Mod for HPE Aruba S2500 Switch – DEAD SILENT MOD
2019-01-15Freenas Plex Jail Issue and 10gb Speed Issue Fixed!
2019-01-14HPE Aruba S2500 Initial Switch Configuration – Cheap 10gb Networking At Home!
2019-01-13Bug Report? Freenas Plex Jail Issues w/ 10gb
2019-01-10IOMeter Tutorial for Testing Network Speeds – Install, Configure, Run
2019-01-09Test the true network speed of your PC, Server, Laptop, or Phone FREE with IPerf3
2018-05-22Automating and Scripting a Sonoff Tasmota with AutoIT GUI & HTTP Control
2018-05-21Fastest way to Flash and Configure ESP8266 Based Sonoff Devices with Tasmota or other firmware



Tags:
Pi-hole
install
Ubuntu 18.04
bionic beaver
tutorial
guide
help
dependency