macsplex.com 로그인

검색

CentOS
2016.12.19 19:49

Install Webmin on CentOS 7

조회 수 130 추천 수 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. 우분투에서 유용한 시스템 모니터링 툴

    CategoryUbuntu
    Read More
  2. nginx rewrite 예제

    Categorynginx
    Read More
  3. nginx semrush bot 차단

    Categorynginx
    Read More
  4. Ngnix 특정폴더 인증절차추가

    CategoryDebian
    Read More
  5. 웹로그분석툴 GoAccess

    CategoryDebian
    Read More
  6. 워드프레스 고유주소 nginx 설정

    CategoryDebian
    Read More
  7. nginx "rewrite" directive is not allowed here in 에러발생시

    CategoryDebian
    Read More
  8. CentOS 8 웹콘솔(Cokpit) 설치하기

    CategoryCentOS
    Read More
  9. 우분투 18.04 영문판에서 한글입력 추가

    CategoryUbuntu
    Read More
  10. yarn 설치방법

    CategoryFedora
    Read More
  11. sudo 유저추가

    CategoryFedora
    Read More
  12. VMware Remote-Console 설치 에러

    CategoryFedora
    Read More
  13. 리눅스 민트 19.1 테사(Tessa) 업그레이드 방법

    CategoryLinuxmint
    Read More
  14. Arch 저장소(repo)추가 방법

    CategoryArch
    Read More
  15. Gzip 압축효율 확인사이트

    Read More
  16. Nginx 이미지링크 방지

    CategoryDebian
    Read More
  17. Nginx사용시 업로드용량변경

    CategoryDebian
    Read More
  18. Mysql(MaridaDB)접속시 ERROR 2002 발생시

    CategoryDB
    Read More
  19. apache2 ssl 모드 활성 및 비활성화 명령어

    CategoryApache2
    Read More
  20. 페도라 방화벽포트열기

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