$ sudo apt-get update
$ sudo apt-get install unzip wget
$ wget https://bin.equinox.io/c/4VmDzA7iaHb/ngrok-stable-linux-amd64.zip
$ unzip ngrok-stable-linux-amd64.zip
$ sudo mv ./ngrok /usr/bin/ngrok
$ ngrok| #!/bin/bash | |
| # | |
| # Ubuntu post-install script | |
| # | |
| # Author: | |
| # Marco Rougeth <marco@rougeth.com> | |
| # | |
| # Description: | |
| # A post-installation bash script for Ubuntu (13.10) | |
| # |
| declare module 'puppeteer' { | |
| export interface ConnectOptions { | |
| browserWSEndpoint?: string | |
| // a browser websocket endpoint to connect to | |
| ignoreHTTPSErrors?: boolean | |
| // Whether to ignore HTTPS errors during navigation. Defaults to `false` | |
| } | |
| export interface LaunchOptions { | |
| ignoreHTTPSErrors?: boolean |
Don't do the crime, if you can't do the time.
-- Anthony Vincenzo "Tony" Baretta
Vim is an amazing text editor. I love it. Really, I wouldn't [organize][organize] a Vim advent calendar if I didn't. But, as amazing as it is, Vim is not for everyone. It can't solve all your problems, or be a TUI version of your favorite IDE, or make you a better programmer, or land you that dream job in the Bay Area. But Vim can help you be more mindful, focused, and efficient, as long as you approach it with the right mindset.
Don't get me wrong, I certainly welcome you to try Vim, but I'm not a proselyte. I don't thrive on newbies. I just want you to use the right tool for the job and not waste your—and anyone's—time on a fruitless quest.
Based on https://gist.github.com/cyrenity/96cc1ad7979b719b1c684f90aa0f526d with the following changes:
- Updated for Ubuntu 24.04
- Doesn't install the signalwire client
- Doesn't install mod_av
FreeSWITCH is a software defined telecom stack that runs on any commodity hardware. FreeSWITCH can handle voice, video, and text communication and support all popullar VoIP protocols. FreeSWITCH is flexible and modular, and can be used in any way you can imagine.