Skip to content

Instantly share code, notes, and snippets.

@tgp-2
tgp-2 / Plexamp-headless-install.md
Last active June 3, 2025 13:19
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.3 and prepares systemd service (to auto-start Plexamp at power up)
  • installs node 20 using nvm for version management

QUICK START

  • install Raspberry Pi OS Lite (64 bit recommended, 32 bit also supported) on a Micro SD card for your Raspberry Pi 2, 3, 4, or 5 ... use Raspberry Pi Imager and pre-configure SSH, Pi device name (hostname), username/password, locale, and WiFi connection before writing to the Micro SD card
@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 May 20, 2025 14:10
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