zoukankan      html  css  js  c++  java
  • Webmin|Linux管理员远程管理工具

       介绍:

         Webmin is a web-based interface for system administration for Unix. Using any modern web browser, you can setup user accounts, Apache, DNS, file sharing and much more. Webmin removes the need to manually edit Unix configuration files like/etc/passwd, and lets you manage a system from the console or remotely. See thestandard modules page for a list of all the functions built into Webmin

        Webmin 让您能够在远程使用支持 HTTPS (SSL 上的 HTTP)协议的 Web 浏览器通过 Web 界面管理您的主机。这在保证了安全性的前提下提供了简单深入的远程管理。这使得 Webmin 对系统管理员非常理想,因为所有主流平台都有满足甚至超出上述需求的 Web 浏览器。而且,Webmin 有其自己的“Web 服务器”,因此不需要运行第三方软件(比如 Web服务器)。万事具备。Webmin 的模块化架构允许您在需要时编写您自己的配置模块。除了在此介绍的模块之外,Webmin 还包括许多模块。尽管目前我们将主要关注网络服务,但是您会看到,几乎您系统的每一部分都能够通过 Webmin 来配置和管理,方便了管理Linux从业人员!

         Webmin,开发者是中国人!很不错,谢谢!

    官网:http://www.webmin.com/

    01、下载

    http://prdownloads.sourceforge.net/webadmin/webmin-1.810-1.noarch.rpm

    02、安装

    rpm -ivh xx.rpm

    报错:

    [root@ai ~]# rpm -ivh webmin-1.810-1.noarch.rpm
    warning: webmin-1.810-1.noarch.rpm: Header V3 DSA/SHA1 Signature, key ID 11f63c51: NOKEY
    error: Failed dependencies:
     perl(Net::SSLeay) is needed by webmin-1.810-1.noarch

    解决:

    rpm -ivh xx.rpm --nodeps

    03、测试

    安装完毕默认开的10000端口,如果开启防火墙记得添加放行端口10000

    http://ip:10000  #root/root用户的密码

    exp

    默认是英文,截图为调整语言

    exp

    中文界面,看着很不错,简化linux管理

  • 相关阅读:
    微服务架构综述
    何为正确
    如何在github中写出自己的readme文件
    redhat中如何在一块网卡上创建多个虚拟IP
    Vim 编辑器与shell命令脚本
    管道符、重定向与环境变量
    linux常用命令
    Android性能优化总结
    HTTP 协议漫谈
    Zxing QRCode
  • 原文地址:https://www.cnblogs.com/xiaochina/p/5907637.html
Copyright © 2011-2022 走看看