Skip to content

Instantly share code, notes, and snippets.

View jwasden's full-sized avatar

Joseph Wasden jwasden

  • Deseret Digital Media
  • Salt Lake City, Utah
View GitHub Profile
@jwasden
jwasden / pihole-steps.md
Last active October 25, 2021 01:35
Up and running with pi hole.

Steps to set up a pi hole on a rpi zero w

  1. Get a raspberry pi zero w (not required, as you can run the software elsewhere, but c'mon, you want to get a r-pi anyway.)
  2. Flash an OS to the pi
  3. Set up auto install on first boot
  4. Boot it up
  5. Set up the pihole as your DNS

1. Get a pi

// https://github.com/sudodoki/copy-to-clipboard
var script = document.createElement('script');
script.type = 'text/javascript';
script.src = 'https://wzrd.in/standalone/copy-to-clipboard@latest';
document.head.appendChild(script);
// https://github.com/ibnujakaria/snackbar-js/
var script = document.createElement('script');