摘要: Linux 查询端口被占用命令 1、lsof -i:端口号--查询端口 2、netstat -tunlp |grep 端口号 netstat -tunlp |grep 80 常用命令: netstat -ntlp //查看当前所有tcp端口 netstat -ntulp | grep 80 //查看 阅读全文
posted @ 2021-10-09 16:42 dark_one 阅读(1882) 评论(0) 推荐(0) 编辑
摘要: 文档来源于 https://blog.csdn.net/qq_39135287/article/details/95725385 1.centos7中安装RabbitMQ 安装Erlang 1、安装Erlang编译所依赖的环境 yum install make gcc gcc-c++ build-e 阅读全文
posted @ 2021-10-09 11:17 dark_one 阅读(602) 评论(0) 推荐(0) 编辑