Linux基础
1 基础知识
2.1 软件简介
– Webmin是基于Web的系统管理工具
– Webmin适用于类Unix服务器
– Webmin全球每年安装量约为1,000,000次
2.2 软件功能
– Webmin支持配置操作系统内部,例如用户、磁盘配额、服务或配置文件。
– Webmin支持修改和控制开源应用程序,例如BIND DNS Server、Apache HTTP Server、PHP、MySQL等
2 最佳实践
2.1 下载软件包
wget https://github.com/webmin/webmin/releases/download/2.105/webmin-2.105-1.noarch.rpm
其他版本,请参阅,
https://github.com/webmin/webmin/releases
2.2 安装软件包
dnf install -y webmin-2.105-1.noarch.rpm
另外,你也可以选择安装以下可选软件包,
dnf install -y perl-CPAN perl -MCPAN -e 'install IO::Pty'
以上安装解决登录WebMin后的以下提示,
The Perl module IO::Pty is missing, but can be installed automatically using Webmin's Perl Modules module. It is recommended to have EPEL repository enabled first.
安装完成后,你需要使用如下命令确定服务运行,
systemctl status webmin.service
2.3 配置防火墙
firewall-cmd --permanent --add-port 10000/tcp firewall-cmd --reload firewall-cmd --list-all
2.4 测试服务
https://server-name:10000
参阅文档
=========================
官方首页
—————
https://webmin.com/
软件的下载
—————
https://github.com/webmin/webmin/releases
https://webmin.com/download/
没有评论