Linux UOS 防火墙安装
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash

·
UOS 本身是不带防火墙的,如果有需要的话可联网安装:
安装防火墙命令:
#sudo apt-get install ufw
这样我们防火墙就安装好了,接下来就是看看防火墙是否生效了。
查看防火墙状态的命令:
#sudo ufw status
显示status:active 说明已经成功开启防火墙
显示status:inactive说明此事防火墙处于关闭状态
那么如何打开防火墙呢?请使用下面的命令:
#sudo ufw enable
关闭防火墙则是:
#sudo ufw disable




A beautiful web dashboard for Linux
最近提交(Master分支:1 个月前 )
186a802e
added ecosystem file for PM2 5 年前
5def40a3
Add host customization support for the NodeJS version 5 年前
更多推荐
所有评论(0)