Tmux Cheatsheet
Tmux allows you to run multiple terminal sessions in a single terminal window or a remote terminal, and allows you to split panes, switch windows and much more.
Articles / shorts
2 articles

Tmux allows you to run multiple terminal sessions in a single terminal window or a remote terminal, and allows you to split panes, switch windows and much more.

To quickly serve static files in a local development machine, we have used the handy python one-liner to run SimpleHTTPServer. There is a ruby equivalent baked into the ruby standard library.