Wlxyzxyz's Blog

linux

autojump

2018/7/29

autojump brew install autojump brew info autojump

linux显示中文

2019/6/3

查看字符编码 locale 修改字符编码 dpkg-reconfigure locales Debian and Ubuntu /etc/default/locale

linux常用命令

2019/8/25

# 查看端口占用 lsof -i:{port} netstat -anp|grep {port} # 终止进程 kill -9 {PID}