Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

how to set wsl 2 as default

wsl --set-default-version 2
Comment

change wsl to version 1

wsl --set-version Ubuntu-18.04 1

// Run the above command from windows powershell 
// This assumes you are running Ubuntu 18.04
Comment

set wsl version to 1

wsl --set-default-version 1
Comment

convert a wsl 1 distro to wsl 2

wsl --set-version <Distro> 2
Comment

change wsl version 2

wsl --set-version <Distro> <Version>
Comment

PREVIOUS NEXT
Code Example
Shell :: git add -p 
Shell :: bash print binary file 
Shell :: docker node alpine 
Shell :: test redis connection 
Shell :: pipenv install flask 
Shell :: linux grep recursive 
Shell :: give executable permission to a file 
Shell :: ubuntu install filebeat 
Shell :: change password arch linux 
Shell :: linux monitor outgoing https requests 
Shell :: add component angular 
Shell :: run jar file on the background on ubuntu 
Shell :: check docker swarm status 
Shell :: bash see size of directory 
Shell :: add remote branch git 
Shell :: search in history command windows 
Shell :: how to commit a specific file in git 
Shell :: install make 
Shell :: install kafka windows 
Shell :: wget save file with different name 
Shell :: download google chrome linux command line rpm 
Shell :: git clone to path 
Shell :: lower brightness of a ubunut pc 
Shell :: update pyinstaller 
Shell :: docker compose command bash permission denied 
Shell :: docker compose install ubuntu 
Shell :: brave browser ubuntu 20.10 command line download 
Shell :: how to install spark on macos 
Shell :: git clone in current directory 
Shell :: how to install unsigned drivers on windows 10 
ADD CONTENT
Topic
Content
Source link
Name
2+3 =