Skip to content

Instantly share code, notes, and snippets.

@CN-CODEGOD
Last active December 29, 2024 06:02
Show Gist options
  • Save CN-CODEGOD/574cbdd8203208dafc08e3ea58b278af to your computer and use it in GitHub Desktop.
Save CN-CODEGOD/574cbdd8203208dafc08e3ea58b278af to your computer and use it in GitHub Desktop.
How to use linux in windows
1.
download WSL
2.download subsys for WSL
(ubuntu)
PS.
you can use the linux directory
cd /home
you can use linux to download system software(nginx...)
sudo install nginx
vim test.txt
you can use bash in linux for executable command line
ls
you can debug linux in wsl
./home/test.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment