Skip to content

Instantly share code, notes, and snippets.

@xinzweb
xinzweb / tmate-slave-ubuntu-1604.md
Last active January 18, 2019 12:52 — forked from mego22/tmate-slave-ubuntu-1604.md
Tmate-slave on Ubuntu 16.04

Install dependincies

apt-get install  git-core build-essential pkg-config libtool libevent-dev libncurses-dev zlib1g-dev automake libssh-dev cmake ruby

Install msgpack >= 1.2.0

git clone https://github.com/msgpack/msgpack-c.git
cd msgpack-c
cmake .
@xinzweb
xinzweb / tmux-cheatsheet.markdown
Last active December 12, 2017 19:11 — forked from MohamedAlaa/tmux-cheatsheet.markdown
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname