Skip to content

Instantly share code, notes, and snippets.

@s0ftice
s0ftice / zerotier-moon
Created May 6, 2020 14:13
How-to setup a zerotier moon for the Parrot Disco/Bebop 2 UAVPAL 4G/LTE softmod
### SERVER SETUP @ Home/Cloud Linux Server (here Debian 9)
echo "deb http://download.zerotier.com/debian/stretch stretch main" | sudo tee /etc/apt/sources.list.d/zerotier.list
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 1657198823E52A61
sudo apt-get update
sudo apt-get install zerotier-one
sudo zerotier-idtool initmoon /var/lib/zerotier-one/identity.public >moon.json
nano -w moon.json
# change the line
"stableEndpoints": []
@gwpl
gwpl / How to play linux default audio output on Sonos speakers (with delay using http streaming).md
Last active March 5, 2025 09:29
How to play linux default audio output on Sonos speakers (with delay using http mp3 or flac streaming)

how tu setup pulseaudio->streaming via cvlc (command line vlc -> so should simmilarily work with gui version (in my case don't)): https://superuser.com/a/1021823/81861

get pulseaudio source from list:

pactl list | grep "Monitor Source"

and assign to P , e.g. in my case it's usually:

@denysvitali
denysvitali / stream-pulseaudio-vlc-sonos.md
Last active November 3, 2025 03:16
Quick tutorial on how to play sound from your computer to a Sonos device

Quick tutorial on how to play sound from your computer to a Sonos device

Introduction

Assumptions

192.168.1.111 IP of your Sonos Device
192.168.1.128 IP of your computer

Configuration

PulseAudio