Skip to content

Instantly share code, notes, and snippets.

@CharlesGodwin
CharlesGodwin / cloudflare.md
Last active June 1, 2025 14:13
I Don't Need Port Forwarding and Don't Care About CGNAT

I Don't Need Port Forwarding and Don't Care About CGNAT

This was rewritten 2022-11-30

This article is for users that want all these features:

  • To connect to home network from anywhere
  • Can connect without any port forwarding; either by choice or internet provider can't or won't provide access
  • No setup or configuration or installation on client machine
  • No enrolment / registration required
@gene1wood
gene1wood / install_squeezelite_1.8_on_ubuntu_14.04.sh
Created December 7, 2015 05:40
Install Squeezelite 1.8 on Ubuntu 14.04
# https://github.com/fpasteau/squeezelite/blob/master/README.md
sudo apt-get install squeezelite
sudo apt-get install libasound2-dev libflac-dev libmad0-dev libvorbis-dev libfaad-dev libmpg123-dev liblircclient-dev libncurses5-dev
dir="`mktemp --directory`"
cd "$dir"
git clone https://code.google.com/p/squeezelite/
cd squeezelite
OPTS=-DINTERACTIVE make