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 DB

    Mysql DB 관리

  2. No Image in Debian

    Making prettier URLs with mod_rewrite

  3. LightDM 적용하기

  4. No Image

    LDAP 서버 설치하기

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

  6. No Image in KVM

    KVM qcow2 디스크 크기 조정

  7. kvm error SpiceClientGtk missing

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

  9. KDE 버전 확인법

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

  11. No Image in CentOS

    Install Webmin on CentOS 7

  12. Gzip 압축효율 확인사이트

  13. Go For It

  14. GNOME 파일관리자 실행명령어

  15. GNOME 단축실행 만들아이콘 만들기

  16. glances

  17. No Image in CentOS

    Fedora(페도라), CentOS에서 나눔폰트 설치하는 방법

  18. Fedora(페도라) KDE 데스크탑 설치하기

  19. No Image

    Fedora mariadb install

  20. ExecutableBit 에러 발생시

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