GNU/Linux >> Znalost Linux >  >> Ubuntu

Instalace Ngrok v Ubuntu 12.04?

Když jsem měl problém s instalací ngrok v ubuntu, šel jsem na https://ngrok.com/download a stáhl jsem si ho pro ubuntu, ale vždy to dává binární soubor, který nám neumožňuje spustit v ubuntu, může někdo navrhnout jiný způsob instalace.

Přijatá odpověď:

Instalace 32bitové verze:

wget https://dl.ngrok.com/ngrok_2.0.19_linux_386.zip
unzip ngrok_2.0.19_linux_386.zip

Poté

./ngrok

a uvidíte to, testováno na mém 32bitovém systému.

NAME:
   ngrok - tunnel local ports to public URLs and inspect traffic

DESCRIPTION:
    ngrok exposes local networked services behinds NATs and firewalls to the
    public internet over a secure tunnel. Share local websites, build/test
    webhook consumers and self-host personal services.
    Detailed help for each command is available with 'ngrok help <command>'.
    Open http://localhost:4040 for ngrok's web interface to inspect traffic.

EXAMPLES:
    ngrok http 80                    # secure public URL for port 80 web server
    ngrok http -subdomain=baz 8080   # port 8080 available at baz.ngrok.io
    ngrok http foo.dev:80            # tunnel to host:port instead of localhost
    ngrok tcp 22                     # tunnel arbitrary TCP traffic to port 22
    ngrok tls -hostname=foo.com 443  # TLS traffic for foo.com to port 443
    ngrok start foo bar baz          # start tunnels from the configuration file

VERSION:
   2.0.19

AUTHOR:
  inconshreveable - <[email protected]>

COMMANDS:
   authtoken    save authtoken to configuration file
   credits  prints author and licensing information
   http     start an HTTP tunnel
   start    start tunnels by name from the configuration file
   tcp      start a TCP tunnel
   test     test ngrok service end-to-end
   tls      start a TLS tunnel
   update   update to the latest version
   version  print the version string
   help     Shows a list of commands or help for one command

Ubuntu
  1. Instalace Ubuntu 22.04 Cinnamon Desktop

  2. Instalace Ubuntu 20.04 z USB

  3. Instalace Ubuntu 20.04 Cinnamon Desktop

  1. Instalace Ubuntu 20.04 Tomcat

  2. Instalace serveru Ubuntu 20.04

  3. Instalace prohlížeče Ubuntu 20.04 Chromium

  1. Instalace Ubuntu 20.04 Kylin Desktop

  2. Instalace Ubuntu 20.04 PostgreSQL

  3. Instalace Ubuntu 20.04 FFmpeg