Last active
October 6, 2015 06:32
-
-
Save algotrader-dotcom/ccc6b5947713c95a56f3 to your computer and use it in GitHub Desktop.
Install tmux on Centos 6.x
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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