윈도우 WSL2 우분투 20.04

Field Robotics·2022년 3월 31일
0

Windows

목록 보기
1/5

[Powershell]

dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart

dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart

[Microsoft Store]
Ubuntu 20.04.4 LTS 다운로드
열기, ID/PW

[Powershell] (version 2 확인)
1이면 커널 업데이트
https://wslstorestorage.blob.core.windows.net/wslblob/wsl_update_x64.msi

wsl --set-default-version 2
wsl -l -v

[Windows Terminal]
없으면 Store에서 설치
'v' 버튼 Ubuntu 클릭

파일 공유: 탐색기 \wsl$

https://sourceforge.net/projects/xming/ 설치
실행, Multiple windows, Start no client, Diable access control

Xming 실행 후 종료 (방화벽 허용)
Xming 바로가기 파일 속성-대상 맨 끝에 한 칸 띄우고 -ac

[Powershell] (관리자 권한)

Set-NetFirewallRule -DisplayName "Xming X Server" -Enabled True -Profile Any

[WSL2]

echo 'export DISPLAY=$(cat /etc/resolv.conf | grep nameserver | awk '"'"'{print $2}'"'"'):0' >> ~/.bashrc

source ~/.bashrc

sudo apt-get update
sudo apt-get install gedit
gedit

profile
Field Robotics

0개의 댓글