I hereby claim:
- I am skeeg on github.
- I am skeeg (https://keybase.io/skeeg) on keybase.
- I have a public key ASB9_9n9FdJx8KiPh-OdZw8Zs2QN1NcGkBzkurUmS5_GVAo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
# Download to your pihole container directory: | |
# gistURL=https://gist.githubusercontent.com/Skeeg/07fb535094d29e3671bc2df42ad8e3c0/raw/safe-search-pihole.dnsmasq | |
# curl -L $gistURL -o 05-restrict.conf | |
# Google safe search | |
cname=google.com,forcesafesearch.google.com | |
cname=www.google.com,forcesafesearch.google.com | |
cname=google.ad,forcesafesearch.google.com | |
cname=www.google.ad,forcesafesearch.google.com | |
cname=google.ae,forcesafesearch.google.com |
# Title: RyanPeay/hosts | |
# | |
# Fetch the latest version of this file: https://gist.githubusercontent.com/Skeeg/beb81ae2aac05fe94567ddaf22f5cac4/raw | |
# | |
# =============================================================== | |
127.0.0.1 localhost | |
127.0.0.1 localhost.localdomain | |
127.0.0.1 local | |
255.255.255.255 broadcasthost |
==> Caveats | |
==> dotnet@6 | |
For other software to find dotnet you may need to set: | |
export DOTNET_ROOT="/opt/homebrew/opt/dotnet@6/libexec" | |
dotnet@6 is keg-only, which means it was not symlinked into /opt/homebrew, | |
because this is an alternate version of another formula. | |
If you need to have dotnet@6 first in your PATH, run: | |
echo 'export PATH="/opt/homebrew/opt/dotnet@6/bin:$PATH"' >> ~/.zshrc |
#!/usr/bin/env python3 | |
# | |
# Tooling to allow configuration of Batocera settings from files located on the boot partition. | |
# | |
# This can be invoked manually, or ran during the postshare.sh process to start a new system with a preferred configuration. | |
# If the postshare.sh script is used, the configurations will be applied on each boot. | |
# This can make it such that your preferred wifi network will be reapplied on every boot, | |
# So if you change networks as you travel, it would always reset to your /boot/bootstrap.batocera.conf.<named> setting upon reboot. | |
# | |
# Recommended usage is to place files directly on the boot partition after flashing a new image and place bootstrap files in that directory. |
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<title>Travis Bumgarner Resume</title> | |
<link rel="preconnect" href="https://fonts.googleapis.com"> | |
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> | |
<link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap" rel="stylesheet"> | |
<link rel="stylesheet" href="style.css"> |