Skip to content

Instantly share code, notes, and snippets.

@algotrader-dotcom
Last active October 6, 2015 06:32
Show Gist options
  • Save algotrader-dotcom/ccc6b5947713c95a56f3 to your computer and use it in GitHub Desktop.
Save algotrader-dotcom/ccc6b5947713c95a56f3 to your computer and use it in GitHub Desktop.
Install tmux on Centos 6.x
# Install tmux on CentOS 6:
sudo rpm -ivh http://pkgs.repoforge.org/rpmforge-release/rpmforge-release-0.5.3-1.el6.rf.x86_64.rpm
sudo yum install tmux -y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment