Tutorial susah instalasi WSL2
selalu gunakan wsl2 kecuali sesuatu, dengan perintah "wsl --set-default-version 2". jalankan perintah install "wsl --install Debian" (defaultnya adalah ubuntu, tapi saya pilih debian). nantinya akan dimintai usr/pwd untuk distro. untuk jalaninnya pake "wsl" atau lebih spesifiknya "wsl --distribution Debian" untuk update/upgrade pake "wsl --update" atau pake "wsl --update --web-download" untuk download langsung dari git. .wslconfig # Settings apply across all Linux distros running on WSL 2 [wsl2] # Sets amount of swap storage space to 8GB, default is 25% of available RAM # pake 33% RAM swap=5GB # Sets swapfile path location, default is %USERPROFILE%\AppData\Local\Temp\swap.vhdx swapfile=D:\\VMs\\WSL\\wsl2-swapfile.vhdx # Sets the VM to use two virtual processors processors=3 # Disable page reporting so WSL retains all allocated memory claimed from Windows and releases none back when free pageReporting=true # Turn on defa...