Skip to content

Instantly share code, notes, and snippets.

@ntk148v
Forked from kranzrm/install_byobu_centos.sh
Last active September 22, 2017 07:30
Show Gist options
  • Save ntk148v/d7cafdf5e6cc6e3b2941776879a6f8bf to your computer and use it in GitHub Desktop.
Save ntk148v/d7cafdf5e6cc6e3b2941776879a6f8bf to your computer and use it in GitHub Desktop.
Install byobu on CentOS (7.x)
#!/bin/bash
yum install wget
wget http://download.fedoraproject.org/pub/epel/7/x86_64/epel-release-7-10.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