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