Install ngrok on ubuntu16.04 using Vagrant

Operate Vagrant to ubuntu16.04 created in VirtualBox to ngrok I installed it.

software Version
VirtualBox 6.1.16
ubuntu / xenial64 16.04.7 LTS
Vagrant 2.2.14
ngrok 2.3.35

① Install ngrok with vagrant

Install linux (arm64) as a zip file

vagrant@ubuntu-xenial:~$ wget https://bin.equinox.io/c/4VmDzA7iaHb/ngrok-stable-linux-amd64.zip

② Unzip the zip file

When I typed ~ $ unzip ngrok-stable-linux-amd64.zip, unzip such a command was angry, so I installed it.

vagrant@ubuntu-xenial:~$ sudo apt install zip
vagrant@ubuntu-xenial:~$ sudo apt install unzip

Immediately, use the unzip command to unzip the file you just installed.

vagrant@ubuntu-xenial:~$ unzip ngrok-stable-linux-amd64.zip

I will check if it was done properly.

vagrant@ubuntu-xenial:~$ ls
ngrok  ngrok-stable-linux-amd64.zip

Looks okay: smiley:

③ Copy the unzipped ngrok directory to/usr/bin

* In "/ usr/bin", "not used in single user mode" and "commands and programs managed by the system by a package management system such as RPM or deb" are placed. .. Although not used in an emergency, important commands and programs that make up the system will be placed here.

vagrant@ubuntu-xenial:~$ sudo cp ngrok /usr/bin

④ Check if it can be used

vagrant@ubuntu-xenial:~$ ngrok -version
ngrok version 2.3.35

It's installed properly and I'm relieved: blush:

⑤ Start

When you want to start it, use the following command

vagrant@ubuntu-xenial:~$ ./ngrok http 80

If you want to know something, you can find it with the following command.

vagrant@ubuntu-xenial:~$ ./ngrok help

reference

https://qiita.com/mininobu/items/b45dbc70faedf30f484e   https://qiita.com/RayDoe/items/8a68f40d165819b82463  https://linuc.org/study/knowledge/544/

Recommended Posts

Install ngrok on ubuntu16.04 using Vagrant
Install pyqt5 on ubuntu
Install Ruby on Ubuntu 20.04
Install Autoware on Ubuntu 18.04.5
Install Homebrew on Ubuntu 20.04
Using Flutter on Ubuntu (Part 2)
Install OpenJDK7 (JAVA) on ubuntu 14.04
Install Cybozu Office 10 on Ubuntu 20.4
Install Docker on Ubuntu Server 20.04
Install zabbix agent (5.0) on Ubuntu 18.04
Install MAV Proxy on Ubuntu 18.04
Install Arudino IDE on Ubuntu 20
Install Java on WSL Ubuntu 18.04
Install Ubuntu Desktop 20.10 on RaspberryPi4
Install Arduino IDE on Ubuntu 20.04
Install raspi-config on Ubuntu 20.04 (LTS)
Install WordPress 5.5 on Ubuntu 20.04 LTS
Install PlantUML on Intellij on Ubuntu
Install Ubuntu Server 20.04 on Btrfs
Note: Install PostgreSQL 9.5 on Ubuntu 18.04
Install AWS IoT Greengrass on Ubuntu
Install Ruby 2.5 on CentOS 7 using SCL
How to install WildFly on Ubuntu 18.04
Install MQTT broker Mosquitto on Ubuntu 18.04
Install SonarQube on ECS instance on Ubuntu 16.04
Install ruby on Ubuntu 20.04 with rbenv
Installing and using Ansible on Ubuntu 16.04
Install Docker on Ubuntu and set up remote connection using tls
Headless install of Ubuntu 20.10 on Raspberry Pi
Install OpenJDK (Java) on the latest Ubuntu
How to install production Metabase on Ubuntu
I want to install PHP 7.2 on Ubuntu 20.04.
Install Realtek network driver on Ubuntu Note
tmux on Ubuntu
Wine settings on Ubuntu 18.04 (install WOLF RPG Editor)
Install java and android-sdk on Mac using homebrew
Build and install Wireshark Development Release (3.3.1) on Ubuntu
Install Ubuntu Core 18 on Raspberry Pi 2 Model B
Using JUnit from the command line on Ubuntu
How to install network drivers on standalone Ubuntu
Android application development using Unity + ARCore on Ubuntu
How to install NVIDIA driver on Ubuntu 18.04 (Note)
Tips for using the Spotify app on Ubuntu
How to install multiple JDKs on Ubuntu 18.04 LTS
Install and switch between multiple Javas on Ubuntu
Install the latest version of Jenkins on Ubuntu 16
Web Bluetooth on Ubuntu20.04
Install gradle on mac
Install Ubuntu 20.04 in virtual box on windows10 and build a development environment using docker
Install Corretto 8 on Windows
Install OpenJDK on macOS
Reinstall Kubernetes on Ubuntu 19.10
I built an Ubuntu environment on Windows 10 using WSL2.
Install Golang on CentOS 8
Use Flutter on Ubuntu
Install Neo4j 4.1.3 on centOS
Install ROS Noetic ubuntu20.04
Install Docker on Manjaro
Install Vertica 10.0 on CentOS 6.10
How to install NVIDIA driver on Ubuntu ssh destination
Using JDBC on Linux