Skip to content

Instantly share code, notes, and snippets.

@kranzrm
Last active July 29, 2019 12:55
Show Gist options
  • Save kranzrm/766186293db07dc0bfe8e3d89d957cef to your computer and use it in GitHub Desktop.
Save kranzrm/766186293db07dc0bfe8e3d89d957cef to your computer and use it in GitHub Desktop.
Install byobu on CentOS (6.x)
#!/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
@juanma386
Copy link

No package byobu available.
Error: Nothing to do

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment