摘要: 常用命令 pwd查看当前所在目录 free -h查看内存使用情况 df -lh查看磁盘空间使用情况 uname -a查看系统版本 nohub [命令] &后台运行 ps -ef|grep [关键字]查看相关进程的信息 netstat -ntlp查看pid占用的端口 curl [链接地址]访问链接 【 阅读全文
posted @ 2022-08-19 22:15 xyzZero3 阅读(271) 评论(0) 推荐(0)
摘要: 1、解压 tar -zxvf nginx.tar.gz 2、进入解压后的文件 cd nginx 3、执行configure文件./configure 可能会有报错: ./configure: error: the HTTP gzip module requires the zlib library. 阅读全文
posted @ 2022-08-19 21:46 xyzZero3 阅读(31) 评论(0) 推荐(0)