Articles / shorts

shorts

2 articles

Tmux Cheatsheet
shorts

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.

Ruby one-liner server
shorts

Ruby one-liner server

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.