Window에서 리눅스 설치 방법

eunji·2019년 6월 20일
1

기타

목록 보기
1/1

설치 방법

윈도우 검색 -> 개발자 기능 사용 -> 개발자 모드 선택

1560147173163.png

윈도우 store에서 검색 -> ubuntu 설치

1560147200456.png

윈도우 PowerShell 관리자모드 실행

Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux

컴퓨터 재부팅 -> ubuntu 실행 -> username, password 설정

1560147262269.png

VMware으로 Centos 설치 방법

vmware player 다운로드

https://www.vmware.com/kr/products/workstation-player/workstation-player-evaluation.html

1560147464525.png

centos 다운로드

http://mirror.navercorp.com/centos/7.6.1810/isos/x86_64/CentOS-7-x86_64-DVD-1810.iso

1560147524250.png

1560150295703.png

1560150329498.png

1560150373674.png

1560150402614.png

Ubuntu nginx(웹서버) 설치

sudo apt-get install nginx  // nginx 설치
sudo service nginx start    // 실행

1560149888665.png

Centos를 GUI로 바꾸기

sudo yum update -y

sudo yum groupinstall “GNOME Desktop” “Graphical Administration Tools”
sudo ln -sf /lib/systemd/system/runlevel5.target /etc/systemd/system/default.target

reboot

Apache 실행

sudo yum install httpd -y	// 아파치 설치

sudo systemctl start httpd	// 아파치 실행

Centos http 방화벽 오픈

firewall-cmd --permanent --add-service=http
firewall-cmd --reload
profile
tech blog

1개의 댓글

comment-user-thumbnail
2019년 6월 20일

잘 보고 갑니다~

답글 달기