Skip to content

Instantly share code, notes, and snippets.

@bom-d-van
bom-d-van / web-servers.md
Created September 6, 2016 01:58 — forked from willurd/web-servers.md
Big list of http static server one-liners

Each of these commands will run an ad hoc http static server in your current (or specified) directory, available at http://localhost:8000. Use this power wisely.

Discussion on reddit.

Python 2.x

$ python -m SimpleHTTPServer 8000
@bom-d-van
bom-d-van / tmux-cheatsheet.markdown
Created October 30, 2016 04:04 — forked from MohamedAlaa/tmux-cheatsheet.markdown
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname