linux
webmin 설치
fendys
2021. 4. 7. 12:59
반응형
linux 기본패키지에 대한 운영을 WEB GUI 형태로 가능 하게 해주는 패키지
DHCP, squid, LDAP 데몬 등을 WEBGUI 형태로 매니저먼트 가능 하게 해주며 실제 cli config 해주더라고
적용되어 표현된다.
1. first download the file from the downloads page
wget https://prdownloads.sourceforge.net/webadmin/webmin-1.973-1.src.rpm
2. then install optional dependencies
yum -y install perl perl-Net-SSLeay openssl perl-IO-Tty perl-Encode-Detect
rpm -U webmin-1.973-1.noarch.rpm
3. create the webmin repo file
[Webmin]
name=Webmin Distribution Neutral
#baseurl=https://download.webmin.com/download/yum
mirrorlist=https://download.webmin.com/download/yum/mirrorlist
enabled=1
4. You should also fetch and install my GPG key with which the packages are signed
wget https://download.webmin.com/jcameron-key.asc
rpm --import jcameron-key.asc
5. webmin install & start
yum install webmin
service webmin start
반응형