[WSL] Install WSL (Windows Subsystem for Linux)
·
Programming
[WSL] Install WSLPre-requirements.windows 10 이상 : ( version 2004 , build 19041 이상이어야 함.)windows 11 권장 : ( gpu 기능 등 가능... )Tensorflow나 Pytorch등에서 GPU가속을 제대로 쓰려면, build 20150 이상은 되어야 함 (GPGPU가 없는 경우엔 상관없으니 pass)더보기다음은 GPU관련 자료임.2022.07.17 - [Computer/CUDA] - [ML] WSL2 : Install Tensorflow (GPU)=20150) winver 을 수행하여, build 가 20150" data-og-host="dsaint31.tistory.com" data-og-source-url="https://dsa..
[CE] Introduction of WSL
·
Programming
Windows Subsystem for Linux : Linux용 Windows 하위 시스템.Windows OS를 사용하는 사용자 및 개발자가GNU/Linux용 Software 혹은 개발툴을 사용해야 하는 경우, (opensource의 강력함 때문에 linux를 사용해야하는 경우가 많다)기존에는 다음과 같은 방법을 사용함.Virtual Machine S/W를 이용하여 Host의 Windows OS에서 가상 GNU/Linux 장비를 생성하고 이를 이용. (이 경우, 모든 HW를 virtualization 하므로 overhead가 큼.)Dual Booting을 통해, 한 장비에 Windows OS와 GNU/Linux를 설치. (각 OS를 사용하려면 다시 부팅시켜야 함. 정말 귀찮다)GNU/Linux 에뮬레이..
WSL 2에서 VHD(가상 하드 디스크)의 크기 확장
·
Computer
WSL2에서 기본적으로 VHD크기는 256GB임. 이 이상의 용량이 필요한 경우, VHD의 크기를 늘려줘야 함. Stop the all instances of WSL and Find the path of VHD. PS C:\WINDOWS\system32> wsl --shutdown PS C:\WINDOWS\system32> Get-AppxPackage -Name "*Ubuntu*" | Select PackageFamilyName 모든 wsl instance를 종료시킴. 위의 "*Ubuntu*" 부분에서 Ubuntu 문자열을 설치한 distribution의 이름으로 변경하면 됨.. 결과는 다음과 같이 나옴. PackageFamilyName ----------------- CanonicalGroupLimit..
[Conda] Install Conda on WSL2 (miniconda)
·
Computer
1. wsl 설치wsl --install2023.06.12 - [Programming] - [WSL] Install WSL (Windows Subsystem for Linux) [WSL] Install WSL (Windows Subsystem for Linux)[WSL] Install WSLPre-requirements.windows 10 이상 : ( version 2004 , build 19041 이상이어야 함.)windows 11 권장 : ( gpu 기능 등 가능... )Tensorflow나 Pytorch등에서 GPU가속을 제대로 쓰려면, build 20150 이상은 되어야 함dsaint31.tistory.com2. Ubuntu Distribution 설치Microsoft store에서 설치.3. w..