Skip to content

Instantly share code, notes, and snippets.

View rkempter's full-sized avatar

Renato Kempter rkempter

  • Lausanne, Switzerland
View GitHub Profile
@rkempter
rkempter / install_ec2.sh
Last active February 16, 2016 10:05 — forked from arttuladhar/install_ec2.sh
Installing tmux on EC2
# Installing tmux on Amazon-EC2
# If you don't have libevent install use wget to install the libevent and install
wget https://github.com/downloads/libevent/libevent/libevent-2.0.18-stable.tar.gz
tar zxf libevent-2.0.18-stable.tar.gz
cd libevent-2.0.18-stable && sudo ./configure && sudo make install
# If you don't have curses install use yum to install the curses