Skip to content

Instantly share code, notes, and snippets.

View spabolu's full-sized avatar
:octocat:

Saketh Pabolu spabolu

:octocat:
  • MEng in Computer Science at Cornell Tech
  • New York City, New York
  • LinkedIn in/spabolu
View GitHub Profile

Disable Device Enrollment Program (DEP) notification on macOS

Continue from Step 8 after rebooting for non-reset method.

Full Reset Method (Recommended):

  1. Boot into macOS Recovery Mode by entering command-R.
  2. Go to "Disk Utility" and select "Show All Devices."

@spabolu
spabolu / pi-hole.conf
Last active April 11, 2021 23:23
unbound conf to work with pi-hole from "https://docs.pi-hole.net/guides/dns/unbound"
server:
# If no logfile is specified, syslog is used
# logfile: "/var/log/unbound/unbound.log"
verbosity: 0
interface: 127.0.0.1
port: 5335
do-ip4: yes
do-udp: yes
do-tcp: yes