Skip to content

Instantly share code, notes, and snippets.

@tanmancan
tanmancan / README.md
Created January 30, 2020 16:27 — forked from nikcub/README.md
Facebook PHP Source Code from August 2007
@tanmancan
tanmancan / tmux-cheatsheet.markdown
Created February 28, 2019 15:02 — forked from MohamedAlaa/tmux-cheatsheet.markdown
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname
@tanmancan
tanmancan / tmux_commands.md
Created February 27, 2019 12:57 — forked from Alek-S/tmux_commands.md
tmux Commands

Start new named session:

tmux new -s [session name]

Detach from session:

ctrl+b d

List sessions:

tmux ls

Attach to named session:

@tanmancan
tanmancan / tmux-ngrok.md
Created August 27, 2018 13:23 — forked from keithpitty/tmux-ngrok.md
Pairing with tmux and ngrok

Steps for Remote Pairing using tmux and ngrok

The following steps facilitate remote pairing using:

  • tmux which allows terminal sessions to be attached to different terminals, and
  • ngrok which provides secure tunnels to your localhost

1. Install tmux

OS X: brew install tmux