Skip to content

Instantly share code, notes, and snippets.

View Pe8er's full-sized avatar
🤡
Calzone will not be tolerated

Piotr Gajos Pe8er

🤡
Calzone will not be tolerated
View GitHub Profile
@johntyree
johntyree / getBlockLists.sh
Last active June 7, 2026 04:44
Make one large blocklist from the bluetack lists on iblocklist.com
#!/usr/bin/env sh
# Download lists, unpack and filter, write to stdout
curl -s https://www.iblocklist.com/lists.php \
| sed -n "s/.*value='\(http:.*=bt_.*\)'.*/\1/p" \
| xargs wget -O - \
| gunzip \
| egrep -v '^#'
@tgp-2
tgp-2 / Plexamp-headless-install.md
Last active June 21, 2026 14:53
install and set up Plexamp headless on Raspberry Pi

Plexamp headless install

NOTE: As of June 2026, Plexamp headless is no longer supported, recommend switching to its replacement Caldera headless

install and setup guide for Plexamp headless on the Raspberry Pi

  • installs Plexamp version 4.13.2 and prepares systemd service (to auto-start Plexamp at power up)
  • installs node 20 using nvm for version management
  • NEW option to setup --user service (for use with pipewire, a desktop, etc)
  • NEW option to uninstall