Skip to content

Instantly share code, notes, and snippets.

View tofupup's full-sized avatar

John Schutz tofupup

View GitHub Profile
@tgp-2
tgp-2 / Plexamp-headless-install.md
Last active May 6, 2026 09:28
install and set up Plexamp headless on Raspberry Pi

Plexamp headless install

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

QUICK START

Yubikey GPG inside WSL2

  1. Install GPG4Win.
  2. Start up Kleopatra (a UI tool from 1) and make sure your YubiKey is loaded there.
    • You can also add GPG4Win to Startup folder using a link with this Target:
      "C:\Program Files (x86)\GnuPG\bin\gpg-connect-agent.exe" /bye
      
      This will only load the agent at Startup, and you won't be bothered by any UI or tray agent.
  3. Download wsl2-ssh-pageant into your Windows %userprofile%/.ssh directory (Windows dir is important for performance).