Linux 中常用的命令
查看实时日志(滚动日志)
tail -f path/test.log
**也可以使用匹配想要的log信息 **
tail -f path/test.log | grep 'RE expression'
Jetbrains 全家桶服务器激活
nginx 常用命令及配置