Skip to content

Instantly share code, notes, and snippets.

View chickendrop89's full-sized avatar
🎯
There's always a room for improvement!

chickendrop89

🎯
There's always a room for improvement!
View GitHub Profile
@chickendrop89
chickendrop89 / fix-usb-tethering-gki.txt
Last active June 24, 2024 19:27
Fix usb tethering on topaz / gki
This commit is causing tethering issues on `topaz` and other devices:
usb: dwc3: Issue core soft reset before enabling run/stop
a0b5d22b0448522e15316db70afa2dfb8bd30a79
Simply git revert it as such:
git revert a0b5d22b0448522e15316db70afa2dfb8bd30a79
@chickendrop89
chickendrop89 / 05-pihole-avoid-roundrobin.conf
Last active June 22, 2024 00:27
Makes Pi-Hole use second upstream DNS server when the first server fails to complete the request, instead of the default round-robin technique that cycles through the upstream servers to distribute the load. This is a dnsmasq configuration file
strict-order
@chickendrop89
chickendrop89 / 16-pihole-admin-redirect.conf
Last active June 22, 2024 00:23
Pi-Hole redirect blank lighttpd page to pihole admin dashboard. This is a lighttpd configuration file
$HTTP["url"] !~ "^/admin" {
url.redirect = (".*" => "/admin")
}
@chickendrop89
chickendrop89 / amlogic-9xx-useful-links.md
Last active July 22, 2024 07:56
Amlogic S9xx useful links