Skip to content

Instantly share code, notes, and snippets.

View 7dm's full-sized avatar

7dm

  • letme see
View GitHub Profile
@7dm
7dm / LICENSE
Created December 4, 2021 17:57 — forked from haf/LICENSE
Setting up a digitalocean proxy
https://www.gnu.org/licenses/gpl-3.0.en.html
GNU GENERAL PUBLIC LICENSE v3
@7dm
7dm / tmux-cheatsheet.markdown
Created October 29, 2021 22:49 — forked from MohamedAlaa/tmux-cheatsheet.markdown
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname
$ 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