Skip to content

Instantly share code, notes, and snippets.

View saterHATER's full-sized avatar
🍑
peachy

John Sater saterHATER

🍑
peachy
View GitHub Profile
@saterHATER
saterHATER / homelab-blocker.txt
Last active August 8, 2023 02:42
pi-hole gist
0.0.0.0 nas.saterhater
0.0.0.0 wiki.saterhater
@saterHATER
saterHATER / custom_lilst.txt
Last active June 4, 2023 23:26
adguardList
! This is the comment. Under this line there is an actual filtering rule.
||reddit.com^
www.youtube.com##ytd-guide-renderer a.yt-simple-endpoint path[d^="M10 14.65v-5.3L15 12l-5 2.65zm7.77-4.33"]:upward(ytd-guide-entry-renderer)
www.youtube.com##ytd-mini-guide-renderer a.yt-simple-endpoint path[d^="M10 14.65v-5.3L15 12l-5 2.65zm7.77-4.33"]:upward(ytd-mini-guide-entry-renderer)
www.youtube.com##ytd-browse #dismissible ytd-rich-grid-slim-media[is-short]:upward(ytd-rich-section-renderer)
www.youtube.com##ytd-browse[page-subtype="home"] .ytd-thumbnail[href^="/shorts/"]:upward(ytd-rich-item-renderer)
www.youtube.com##ytd-browse[page-subtype="subscriptions"] .ytd-thumbnail[href^="/shorts/"]:upward(ytd-grid-video-renderer,ytd-rich-item-renderer)
www.youtube.com##ytd-search .ytd-thumbnail[href^="/shorts/"]:upward(ytd-video-renderer)
www.youtube.com##ytd-watch-next-secondary-results-renderer .ytd-thumbnail[href^="/shorts/"]:upward(ytd-compact-video-renderer,ytd-shelf-renderer)
www.youtube.com##ytd-watch-next-secondary
@saterHATER
saterHATER / transparency.ahk
Last active April 5, 2022 03:12 — forked from Zazcallabah/transparency.ahk
AutoHotkey Script for controlling transparency of windows. I cant remember who made this, saved for future reference
; [Win+A] Toggle always on top
#a:: Winset, Alwaysontop, , A
; [Win+shift+Numpad+] Increase opacity NumpadAdd
#ShiftNumpadAdd
DetectHiddenWindows, on
WinGet, curtrans, Transparent, A
if ! curtrans
curtrans = 255
newtrans := curtrans + 8
@saterHATER
saterHATER / 20190119.md
Last active January 19, 2019 22:41
Journal

If you are getting rid of private gists, then fuck you

Keybase proof

I hereby claim:

  • I am saterhater on github.
  • I am saterhater (https://keybase.io/saterhater) on keybase.
  • I have a public key ASCeC6ntBDqkP1VQzxxrzUMOjhGI3rKTdJXGoYgCa8I5Qgo

To claim this, I am signing this object:

@saterHATER
saterHATER / docker-compose.yml
Last active April 7, 2018 22:47 — forked from ash-m/docker-compose.yml
ash_m's docker composition
version: '3'
services:
wiki:
image: mediawiki
container_name: wikiServer
ports:
- 8080:80
volumes:
- uploads:/path/to/uploads

Note: this is a work in progress. I haven't completed this yet. Setting up a website blocker on PFSense

  1. Get a CA for your proxy
  2. go to Squid proxy tab:
    • make sure LAN is selected
    • Check "Allow Users on Interface"
    • Check "Tranparent HTTP Proxy"
    • Check "HTTPS/SSL Interception"
    • Ensure the "SSL Proxy Compatibility Mode" is set to "Modern"
    • Put the "CA" as your Proxy
@saterHATER
saterHATER / .vimrc
Last active December 9, 2017 21:07
This is my "present" ~/.vimrc file.
set nowrap
set relativenumber
set number
set ignorecase
set exrc
set secure
set wildignorecase
set cursorline