分享web开发知识

注册/登录|最近发布|今日推荐

主页 IT知识网页技术软件开发前端开发代码编程运营维护技术分享教程案例
当前位置:首页 > 技术分享

好久不见webmin

发布时间:2023-09-06 01:32责任编辑:熊小新关键词:暂无标签
一直不太习惯用Linux下的图形化的工具,但不得不说,现在Linux下的开源工具展示效果都还不错,因为生产用的bacula备份软件做备份,前段时间搭了一套bacula-web,用作备份展示都还不错,但美中不足的是没法再图形界面配置备份和调度。晚上突然想起了Linux图形化管理的一个神器webmin,在CenOS7下安装和配置了下:

# wget https://nchc.dl.sourceforge.net/project/webadmin/webmin/1.870/webmin-1.870.tar.gz# tar -zxf webmin-1.870.tar.gz # lsrh  webmin-1.870  webmin-1.870.tar.gz# cd webmin-1.870/# whereis perlperl: /usr/bin/perl /usr/share/man/man1/perl.1.gz# ./setup.sh ************************************************************************            Welcome to the Webmin setup script, version 1.870        ************************************************************************Webmin is a web-based interface that allows Unix-like operatingsystems and common Unix services to be easily administered.Installing Webmin in /opt/webmin-1.870 ...***********************************************************************Webmin uses separate directories for configuration files and log files.Unless you want to run multiple versions of Webmin at the same timeyou can just accept the defaults.Config file directory [/etc/webmin]: Log file directory [/var/webmin]: ***********************************************************************Webmin is written entirely in Perl. Please enter the full path to thePerl 5 interpreter on your system.Full path to perl (default /usr/bin/perl): Testing Perl ...Perl seems to be installed ok***********************************************************************Operating system name:    CentOS LinuxOperating system version: 7.3.1611***********************************************************************Webmin uses its own password protected web server to provide accessto the administration programs. The setup script needs to know : - What port to run the web server on. There must not be another   web server already using this port. - The login name required to access the web server. - The password required to access the web server. - If the webserver should use SSL (if your system supports it). - Whether to start webmin at boot time.Web server port (default 10000): Login name (default admin): Login password: Password again: The Perl SSLeay library is not installed. SSL not available.Start Webmin at boot time (y/n): y***********************************************************************Creating web server config files....doneCreating access control file....doneInserting path to perl into scripts....doneCreating start and stop scripts....doneCopying config files....doneConfiguring Webmin to start at boot time....doneCreating uninstall script /etc/webmin/uninstall.sh ....doneChanging ownership and permissions ....doneRunning postinstall scripts ....doneEnabling background status collection ....doneAttempting to start Webmin mini web server..Starting Webmin server in /opt/webmin-1.870Pre-loaded WebminCore..done***********************************************************************Webmin has been installed and started successfully. Use your webbrowser to go to  http://xxx.xxx.xx.xx:10000/and login with the name and password you entered previously.

查看下备份的调度:

Backup Jobs:


好久不见webmin

原文地址:http://blog.51cto.com/molewan/2054947

知识推荐

我的编程学习网——分享web前端后端开发技术知识。 垃圾信息处理邮箱 tousu563@163.com 网站地图
icp备案号 闽ICP备2023006418号-8 不良信息举报平台 互联网安全管理备案 Copyright 2023 www.wodecom.cn All Rights Reserved