How to install Ngrok 2.0 on linux subsystem on Windows 10 How to install Ngrok 2.0 on linux subsystem on Windows 10 powershell powershell

How to install Ngrok 2.0 on linux subsystem on Windows 10


I use ubuntu since years, I trust the online instructions so either do:

sudo apt-get updatesudo apt-get install ngrok-client

or try to use this instruction and let me know if you have problems

the same instructions are included hear

$ unzip /path/to/ngrok.zip

$ is just the sign from your terminal. You do not need to input $, but you need to open the terminal (ctrl+alt+t), run the unzip command to unzip the folder. You will find the folder under your downloads. So / is the root of your machine. You need to go inside your home folder which will be /home so you do cd (change directory) followed by that path

cd /home

then you do ls to list all the directories. You should see your profile with your name username. You should be able to get in the download folder with cd <username>/Downloads where <username> should be replaced with your personal folder name

At this point you are inside the Downloads directory. You can do an ls in your terminal, find the name of the file you downloaded (should be something like ngrok-stable-linux-amd64.zip) and run

unzip <file-name.zip>

where file name is the file you downloaded (something like ngrok-stable-linux-amd64.zip) or you can go back to the root directory and run

cd /unzip /home/<username>/Downloads/<yourfile.zip>

Read the documentation on how to use ngrok. Try it out by running it from the command line:

./ngrok help

Also I read from the documentation, that you can set up that address

There is some discussion online about this

Testing PayPal with Rails

I can help you more but I need your feedback