macsplex.com 로그인

검색

CentOS
2016.12.19 19:49

Install Webmin on CentOS 7

조회 수 107 추천 수 0 댓글 0
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 게시글 수정 내역 댓글로 가기 인쇄
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 게시글 수정 내역 댓글로 가기 인쇄
Extra Form

출처 : http://lintut.com/how-to-install-webmin-on-centos-7/

To get started, login your remote server and follow the steps below:
First, create a new file webmin.repo in /etc/yum.repos.d/ :

vi /etc/yum.repos.d/webmin.repo

and paste below line:

[Webmin]
name=Webmin Distribution Neutral
#baseurl=http://download.webmin.com/download/yum
mirrorlist=http://download.webmin.com/download/yum/mirrorlist
enabled=1

Install webmin GPG key using below command.

rpm --import http://www.webmin.com/jcameron-key.asc

Now, update the repositorys:

yum check-update

Install webmin:

yum install webmin -y

Start the service and make it start automatically

chkconfig webmin on

service webmin start

By default, Webmin will listen on port 10000. Enable webmin Port:

firewall-cmd --add-port=10000/tcp





--------------------------------------------------광고(Advertising)-------------------------------------------------------------------------------------



리눅스 Tip

Linux Tip

  1. No Image in CentOS

    Install Webmin on CentOS 7

  2. KDE plasma 한영변환키설정 방법

  3. KDE 버전 확인법

  4. KDE기반 pdf 리더프로그램 okular 설치

  5. kvm error SpiceClientGtk missing

  6. No Image in KVM

    KVM qcow2 디스크 크기 조정

  7. KVM VM 하드디스크 용량추가

  8. No Image

    LDAP 서버 설치하기

  9. LightDM 적용하기

  10. No Image in Debian

    Making prettier URLs with mod_rewrite

  11. No Image in DB

    Mysql DB 관리

  12. No Image in DB

    mysql root password 변경

  13. No Image in DB

    Mysql table 깨졌을때

  14. No Image in DB

    Mysql 자동 백업 하기

  15. No Image in DB

    Mysql(MaridaDB)접속시 ERROR 2002 발생시

  16. MySQL에서 root 암호 설정

  17. No Image in DB

    MySQL에서 백업 및 복구

  18. No Image in DB

    mysql의 최대 성능 향상 방법

  19. nautilus-image-converter

  20. No Image in Debian

    nginx "rewrite" directive is not allowed here in 에러발생시

Board Pagination Prev 1 2 3 4 5 6 7 8 Next
/ 8