Skip to content

Instantly share code, notes, and snippets.

@tgp-2
tgp-2 / Plexamp-headless-install.md
Last active January 25, 2026 17:01
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.12.4 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 desktop + pulseaudio/pipewire)
  • NEW option to uninstall

QUICK START

@dragolabs
dragolabs / ubuntu-vnc-without-monitor.md
Created April 29, 2020 20:09
Run VNC without connected monitor to ubuntu Desktop

Install Video Dummy Package

sudo apt-get install xserver-xorg-video-dummy

Create Default X Windows Configuration File

Create / Edit xorg.conf file Rename file if already exists for backup

@hjbotha
hjbotha / free_ports.sh
Last active January 9, 2026 03:40
Free ports 80 and 443 on Synology NAS
#! /bin/bash
# NEWLY ADDED BACKUP FUNCTIONALITY IS NOT FULLY TESTED YET, USE WITH CARE, ESPECIALLY DELETION
# Developed for DSM 6 - 7.0.1. Not tested on other versions.
# Steps to install
# Save this script in one of your shares
# Edit it according to your requirements
# Backup /usr/syno/share/nginx/ as follows:
# # cd /usr/syno/share/
# # tar cvf ~/nginx.tar nginx