2017년 7월 14일 금요일

[CentOS 7] 최소 설치버전에 webmin 등 유틸 설치하기

CentOS 7 최소 설치버전에 유틸 설치하기

처음에 CentOS 7 최소버전을 깔고 해야할일

1. yum install wget (wget 안되면 설치)
2. vi /etc/yum.repos.d/webmin.repo
3. vi에디터에 다음의 내용 입력

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


4.jcameron-key.asc 설치

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


5. yum install webmin
6. yum install net-tools (ifconfig 필요하면 설치)

7. 웹브라우져에 설치한 컴퓨터의 IP:10000로 접속
http://192.168.0.xxx:10000

8. yum install firewalld  (firewall 설치)
9. yum install openssh-server openssh-clients openssh-askpass (SSH 안되면 설치)
10. yum install vsftpd (vsftp설치)
11. yum install nc (ncat 설치)
12. yum install mc (Midnight Commander 설치 - Mdir )
13. yum install iproute (iproute 없으면 설치 - centos7은 기본설치됨)
14. yum install bzip2 (tar등의 압축을 풀때사용)
15. yum install elinks (shell에서 간단한 인터넷브라우징 기능)
16. CentOS7에 Htop 설치 하기
     1) yum -y install epel-release
     2) yum -y install htop