GNU/Linux >> Tutoriels Linux >  >> Ubuntu

Installation de Ngrok dans Ubuntu 12.04 ?

Ayant des problèmes pour installer ngrok dans ubuntu, je suis allé sur https://ngrok.com/download et je l'ai téléchargé pour ubuntu mais il donne toujours un fichier binaire qui ne nous permet pas de fonctionner dans ubuntu, quelqu'un peut-il suggérer une autre façon de l'installer.

Réponse acceptée :

Pour installer la version 32 bits :

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

Après ça

./ngrok

et vous verrez ceci, testé sur mon système 32 bits.

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. Installation du bureau Ubuntu 22.04 Cinnamon

  2. Installation d'Ubuntu 20.04 à partir d'une clé USB

  3. Installation du bureau Ubuntu 20.04 Cinnamon

  4. Installation d'Ubuntu 20.04 Tomcat

  5. Installation du serveur Ubuntu 20.04

Installation d'Ubuntu 22.04 VLC

Installation d'Ubuntu 22.04 Eclipse

Installation d'Ubuntu 22.04 PostgreSQL

Installation du navigateur Ubuntu 22.04 Chromium

Étapes d'installation de VirtualBox 5.0 sur Ubuntu 15.04 / 14.04

Installation du serveur Samba sur Ubuntu 14.10