Last active
July 29, 2019 12:55
-
-
Save kranzrm/766186293db07dc0bfe8e3d89d957cef to your computer and use it in GitHub Desktop.
Install byobu 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
#!/bin/bash | |
yum install wget | |
wget http://download.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm | |
rpm -ivh epel-release-6-8.noarch.rpm | |
yum install byobu | |
byobu-enable | |
# Default Key Bindings | |
# F2 -> Create new window | |
# F3 -> Move to the previous window | |
# F4 -> Move to the next window | |
# Key-Binding Reference https://help.ubuntu.com/community/Byobu | |
# Putty Key Fix | |
# Under: Terminal -> Keyboard -> The Function and keypad | |
# Select "Xterm R6" | |
# Protip: Save the session settings |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No package byobu available.
Error: Nothing to do