Linux之WebAdmin
webmin是一个可视化的linux服务器管理工具,可以帮助我们实现很多功能
一、安装
[root@localhost ~]# wget http://jaist.dl.sourceforge.net/project/webadmin/webmin/1.730/webmin-1.730-1.noarch.rpm
–2024-01-11 21:35:02– http://jaist.dl.sourceforge.net/project/webadmin/webmin/1.730/webmin-1.730-1.noarch.rpm
Resolving jaist.dl.sourceforge.net (jaist.dl.sourceforge.net)… 150.65.7.130, 2001:df0:2ed:feed::feed
Connecting to jaist.dl.sourceforge.net (jaist.dl.sourceforge.net)|150.65.7.130|:80… connected.
HTTP request sent, awaiting response… 302 Found
Location: http://downloads.sourceforge.net/project/webadmin/webmin/1.730/webmin-1.730-1.noarch.rpm?download&failedmirror=jaist.dl.sourceforge.net [following]
–2024-01-11 21:35:02– http://downloads.sourceforge.net/project/webadmin/webmin/1.730/webmin-1.730-1.noarch.rpm?download&failedmirror=jaist.dl.sourceforge.net
Resolving downloads.sourceforge.net (downloads.sourceforge.net)… 204.68.111.105
Connecting to downloads.sourceforge.net (downloads.sourceforge.net)|204.68.111.105|:80… connected.
HTTP request sent, awaiting response… 302 Found
Location: http://master.dl.sourceforge.net/project/webadmin/webmin/1.730/webmin-1.730-1.noarch.rpm?viasf=1 [following]
–2024-01-11 21:35:02– http://master.dl.sourceforge.net/project/webadmin/webmin/1.730/webmin-1.730-1.noarch.rpm?viasf=1
Resolving master.dl.sourceforge.net (master.dl.sourceforge.net)… 216.105.38.12
Connecting to master.dl.sourceforge.net (master.dl.sourceforge.net)|216.105.38.12|:80… connected.
HTTP request sent, awaiting response… 200 OK
Length: 22243929 (21M) [application/octet-stream]
Saving to: ‘webmin-1.730-1.noarch.rpm’
100%[===============================================================================>] 22,243,929 531KB/s in 50s
2024-01-11 21:35:53 (438 KB/s) – ‘webmin-1.730-1.noarch.rpm’ saved [22243929/22243929]
[root@localhost ~]# yum -y install openssl*
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
- base: mirrors.aliyun.com
- extras: mirrors.aliyun.com
- updates: mirrors.aliyun.com
Resolving Dependencies
–> Running transaction check
—> Package openssl.x86_64 1:1.0.2k-19.el7 will be updated
—> Package openssl.x86_64 1:1.0.2k-26.el7_9 will be an update
–> Running transaction check
—> Package perl-HTTP-Tiny.noarch 0:0.033-3.el7 will be installed
—> Package perl-parent.noarch 1:0.225-244.el7 will be installed
–> Finished Dependency Resolution
Dependencies Resolved
=========================================================================================================================
Package Arch Version Repository Size
Installing:
zlib-devel x86_64 1.2.7-21.el7_9 updates 50 k
Updating for dependencies:
krb5-libs x86_64 1.15.1-55.el7_9 updates 810 k
zlib x86_64 1.2.7-21.el7_9 updates 90 k
Transaction Summary
Install 4 Packages (+36 Dependent packages)
Upgrade 2 Packages (+ 2 Dependent packages)
Total download size: 18 M
Downloading packages:
Delta RPMs disabled because /usr/bin/applydeltarpm not installed.
(1/44): libcom_err-devel-1.42.9-19.el7.x86_64.rpm | 32 kB 00:00:00
(44/44): perl-Carp-1.26-244.el7.noarch.rpm | 19 kB 00:00:11
Total 1.3 MB/s | 18 MB 00:00:13
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
Updating : zlib-1.2.7-21.el7_9.x86_64 1/48
Verifying : krb5-libs-1.15.1-50.el7.x86_64 48/48
Installed:
openssl-devel.x86_64 1:1.0.2k-26.el7_9 openssl-perl.x86_64 1:1.0.2k-26.el7_9
openssl-static.x86_64 1:1.0.2k-26.el7_9 openssl098e.x86_64 0:0.9.8e-29.el7.centos.3
Dependency Installed:
perl-podlators.noarch 0:2.5.1-3.el7 perl-threads.x86_64 0:1.87-4.el7
perl-threads-shared.x86_64 0:1.43-6.el7 zlib-devel.x86_64 0:1.2.7-21.el7_9
Updated:
openssl.x86_64 1:1.0.2k-26.el7_9 openssl-libs.x86_64 1:1.0.2k-26.el7_9
Dependency Updated:
krb5-libs.x86_64 0:1.15.1-55.el7_9 zlib.x86_64 0:1.2.7-21.el7_9
Complete!
[root@localhost ~]# rpm -ivh webmin-1.730-1.noarch.rpm
warning: webmin-1.730-1.noarch.rpm: Header V3 DSA/SHA1 Signature, key ID 11f63c51: NOKEY
Preparing… ################################# [100%]
Operating system is CentOS Linux
Updating / installing…
1:webmin-1.730-1 ################################# [100%]
Webmin install complete. You can now login to http://localhost.localdomain:10000/
as root with your root password.
[root@localhost ~]# iptables -I INPUT -p tcp –dport 10000 -j ACCEPT
[root@localhost ~]#
二、使用
登录

管理单个Linux主机
