C언어, Python에 능숙한가? -> 중요합니다... 열심히 꾸준히 공부합시다;)
실습환경 : Ubuntu 18.04(x86-64)기반, 가상머신
윈도우 : WSL2, 맥 : Parallels Desktop 추천
VMware, VirtualBox, Parallels, QEMU 등 존재
(가상머신 : 컴퓨터를 에뮬레이팅한 것)
실행창을 Windows + R 로 연다음, winver를 입력하여 윈도우의 버전을 확인할 수 있습니다.
dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart
dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart
wsl --set-default-version 2
echo "Hello Ubuntu!"
입력하여 Hello Ubuntu!가 출력되는지 확인해 봅시다.
VMware: https://www.vmware.com/products/workstation-player/workstation-player-evaluation.html
Ubuntu 22.04 ISO(안될 경우, 브라우저 복붙): http://old-releases.ubuntu.com/releases/22.04.1/ubuntu-22.04.1-desktop-amd64.iso