autojump brew install autojump brew info autojump
查看字符编码 locale 修改字符编码 dpkg-reconfigure locales Debian and Ubuntu /etc/default/locale
# 查看端口占用 lsof -i:{port} netstat -anp|grep {port} # 终止进程 kill -9 {PID}