摘要:
使用管理员账号 sudo su root 如果你的系统还没有安装ufw,则使用以下命令进行安装 sudo apt update sudo apt install ufw 安装完成后查看防火墙状态 sudo ufw status 如果输出结果为 Status: inactive 则代表防火墙是关闭状态 阅读全文
摘要:
安装Supervisor sudo apt update && sudo apt install supervisor 查看安装状态 sudo systemctl status supervisor sudo systemctl stop supervisor sudo systemctl star 阅读全文