vi /etc/ssh/sshd_config
#101
X11Forwarding yes
xorg-x11-xauth #安装x11组件包
wqy-zenhei-fonts* #安装中文字库
ibus-libpinyin* #安装中文输入法
yum install -y xorg-x11-xauth xorg-x11-utils xorg-x11-fonts-*
tab命令
bash-completion bash-completion-extras
htop
htop进程查看器
tree
所有文件以树的形式列出来
iotop
是一个用来监视磁盘I/O使用状况
iftop
流量监控工具
tmux
终端复用
net-tools
端口查看
高度可定制的文本编辑器
vim
wget-curl
下载
yum install epel-release -y
yum install bash-completion bash-completion-extras htop tree vim curl wget tmux htop iotop iftop -y
不用重启服务器,立即生效
source /etc/profile.d/bash_completion.sh