Skip to content

Instantly share code, notes, and snippets.

@gitshawn
gitshawn / streams.m3u
Last active September 9, 2023 12:18
My Streaming Radio Playlist
#EXTM3U
# filename: radio.m3u
# -------------------
# My Streaming Radio Playlist
# --- Hourly News Updates ---
# These are hosted static MP3s that change periodically; they are not streams.
#EXTINF:0,--- Hourly News Updates ---
#vlc://pause:0
@gitshawn
gitshawn / tar.gst.age.md
Last active May 25, 2022 17:26
Working with encrypted and compressed .tar.zst.age files
  • These files typically are password / key protected.

To Install:

  • On a Mac, with Homebrew: brew install age zstd

  • On Windows, with Chocolatey: choco install -y age.portable zstandard

To decrypt and uncompress, with a password:

@gitshawn
gitshawn / MX Linux 19.2 Snippets.md
Last active December 16, 2020 12:32
MX Linux 19.2 Snippets

MX Linux 19.2 (xfce) Snippets

Disable resolvconf (slow internet, especially pages coming up initially is delyed?)

sudo systemctl disable systemd-resolved
sudo systemctl stop systemd-resolved
sudo rm /etc/resolv.conf
sudo echo 'nameserver 1.1.1.1' > ~/resolv.conf
sudo mv ~/resolv.conf /etc