Skip to content

Instantly share code, notes, and snippets.

@craigiswayne
Last active December 13, 2017 22:03
Show Gist options
  • Select an option

  • Save craigiswayne/2c5e3b618c0017a9d2ab7b1cb0452538 to your computer and use it in GitHub Desktop.

Select an option

Save craigiswayne/2c5e3b618c0017a9d2ab7b1cb0452538 to your computer and use it in GitHub Desktop.
Ngrok on Raspberry PI
###########################
# NGROK DOCS:
# https://ngrok.com/docs
###########################
cd ~/
wget https://bin.equinox.io/c/4VmDzA7iaHb/ngrok-stable-linux-arm.zip
unzip ngrok-stable-linux-arm.zip
sudo mv ngrok /usr/local/bin/
ngrok http 80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment