Skip to content

Instantly share code, notes, and snippets.

View themagic314's full-sized avatar
🌴

Eli themagic314

🌴
View GitHub Profile
@themagic314
themagic314 / fish-build-install.sh
Created January 28, 2023 13:07 — forked from AFRUITPIE/fish-build-install.sh
Install Fish Shell 3+ on Raspberry Pi
#!/bin/bash
# This is a quick installer
# script I made to build and install the latest version of
# fish on my Raspberry Pi.
#
# Use at your own risk as I have made no effort to make
# this install safe!
set -e
@themagic314
themagic314 / rpi-configure-locales.md
Created April 20, 2022 21:36 — forked from tomysmile/rpi-configure-locales.md
Raspberry Pi: Reconfigure Locales

Reconfigure your RPi Locales

First you need to install the locales you want:

sudo dpkg-reconfigure locales

Then refresh your current environment:

@themagic314
themagic314 / gist:af797685821f3eb941e7e2b5c6333d1a
Last active February 19, 2021 17:10
Unifi redirect all dns query to adguard/pihole. (config.gateway.json)
{
"service":{
"nat":{
"rule":{
"1":{
"description":"Redirect DNS queries to adguard/pihole",
"destination":{
"port":"53"
},
"source":{