Skip to content

Instantly share code, notes, and snippets.

@rrcfesc
Created February 7, 2021 09:11
Show Gist options
  • Save rrcfesc/017b9bd1be5c75025e96697059e9e542 to your computer and use it in GitHub Desktop.
Save rrcfesc/017b9bd1be5c75025e96697059e9e542 to your computer and use it in GitHub Desktop.
NGROK
$ sudo apt-get update
$ sudo apt-get install unzip wget
$ wget https://bin.equinox.io/c/4VmDzA7iaHb/ngrok-stable-linux-amd64.zip
$ unzip ngrok-stable-linux-amd64.zip
$ sudo mv ./ngrok /usr/bin/ngrok
$ ngrok
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment