CentOS minimal 설치 직후 network 설정을 해줘야 인터넷을 통해 패키지 설치나 다운로드가 가능해집니다.
방법 1 cmmand line
vi /etc/sysconfig/network-scripts/ifcfg-enp0s3
ONBOOT = yes로
네트워크 서비스 재시작
service network restart
방법 2 TUI
nmtui
Edit Connection - Automatically connection
에서 spacebar 를 누르면 자동 연결설정을해줍니다.
네트워크 서비스 재시작
service network restart
'프로그래밍 > Linux' 카테고리의 다른 글
터미널에서 폴더(GUI) 열기 (0) | 2019.04.12 |
---|---|
TensorFlow Docker 설치 (0) | 2018.12.26 |
Virtual Box Centos7 에서 Guest Addition 설치하기 (0) | 2016.12.01 |
VirtualBox Linux SSH 사용 (0) | 2016.12.01 |
Vim/Vim 줄 번호 표시 (3) | 2016.01.27 |