Install ngrok on linux in 3 steps

ngrok is a globally distributed reverse proxy fronting your web services
running in any cloud or private network, or your machine.

 

 

In easy steps install ngrok on linux machine,

  • download ngrok using below command:

wget https://bin.equinox.io/c/bNyj1mQVY4c/ngrok-v3-stable-linux-amd64.tgz 

  • unzip this using below command:

unzip  ngrok-v3-stable-linux-amd64.tgz 

  • run ngrok as below:

./ngrok http 5000


enjoy.

Comments

Popular posts from this blog

Pinescript Code for Hilega Milega

Sending message to Telegram Group, User or Bot using Python

Pine script for Intraday backtesting Previous Day high and Previous Day Low Breakout strategy