Skip to content

Instantly share code, notes, and snippets.

@captainhook
captainhook / SpotifyWhitelist
Last active March 20, 2025 18:02
Spotify whitelist, Pi-hole compatible. Original source: https://github.com/x0uid/SpotifyAdBlock
# Spotify's Anti-Adveritsing blocking servers, tricking services to stop music services (DONT BLOCK THESE!):
gcdn.2mdn.net
r9---sn-n4v7kn76.c.2mdn.net
gew1-accesspoint-b-zzfg.ap.spotify.com
ns1.p23.dynect.net
ns3.p23.dynect.net
ns4.p23.dynect.net
dns1.p07.nsone.net
dns2.p07.nsone.net
dns3.p07.nsone.net
@steven2358
steven2358 / ffmpeg.md
Last active April 29, 2025 11:48
FFmpeg cheat sheet
@kgust
kgust / Roku Secret Menus.md
Last active January 20, 2024 15:35
Roku Secret Menus

Here is a list of currently-working secret menus, though new ones are discovered often:

  • Home x 5 + FF x 3 + RW x 2: Secret screen one (factory reset, USB test, cycle channel store, update server/software, enable debug)
  • Home x 5 + U + R + D + L + U: Secret screen two (cycle screenshot, cycle ad-banner, remote auto-pair, log theme info)
  • Home x 5 + U + D + U + D + U: Wi-Fi secret screen
  • Home x 5 + FF + PP + RW + PP + FF: Platform secret screen
  • Home x 5 + FF + D + RW + D + FF: Antenna secret screen
  • Home x 5 + RW x 3 + FF x 2: Bitrate override
  • Home x 3 + U x 2 + R + L + R + L + R: Developer settings
  • Home x 3 + U x 2 + L + R + L + R + L: Channel info
@xero
xero / irc.md
Last active April 17, 2025 15:44
irc cheat sheet
@grenade
grenade / 01-generate-ed25519-ssh-key.sh
Last active April 11, 2025 19:59
generate ed25519 ssh and gpg/pgp keys and set file permissions for ssh keys and config
#!/bin/bash
mkdir -p ~/.ssh
# generate new personal ed25519 ssh keys
ssh-keygen -o -a 100 -t ed25519 -f ~/.ssh/id_ed25519 -C "rob thijssen <[email protected]>"
ssh-keygen -o -a 100 -t ed25519 -f ~/.ssh/id_robtn -C "rob thijssen <[email protected]>"
# generate new host cert authority (host_ca) ed25519 ssh key
# used for signing host keys and creating host certs