WSL
(버전 사이의 차이)
1번째 줄: | 1번째 줄: | ||
== 소프트웨어 설치 == | == 소프트웨어 설치 == | ||
− | + | * WSL2 설치 | |
− | + | ** [https://www.youtube.com/watch?v=IL7Jd9rjgrM WSL2 Ubuntu GUI] | |
− | + | <source lang="text"> | |
− | + | > dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart | |
+ | > dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart | ||
+ | |||
+ | RESTART WINDOWS | ||
+ | |||
+ | > wsl --set-default-version 2 | ||
+ | </source> | ||
+ | |||
+ | * [[WSL에 MySQL 설치하기]] | ||
+ | * [[WSL에 MaridDB 설치하기]] |
2020년 12월 5일 (토) 22:45 판
소프트웨어 설치
- WSL2 설치
> dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart > dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart RESTART WINDOWS > wsl --set-default-version 2