03. Installing tmux on CentOS 7 and RHEL 7

preview_player
Показать описание
This procedures shown in this video should works on CentOS 7 and Red Hat Enterprise Linux 7 (RHEL 7)

Commands:
$ sudo yum makecache
$ sudo yum install tmux -y
$ sudo yum install zsh -y
$ sudo usermod -s /bin/zsh $(whoami)

Tags:
Install tmux on CentOS 7
Install tmux on RHEL 7
Рекомендации по теме
Комментарии
Автор

Thanks. I’m new to Linux and these little tuts help a great deal. One critique is that it would help if your font size was larger or even zoomed in to make it easier to read.

MrMikey