Last active
December 29, 2024 06:02
-
-
Save CN-CODEGOD/574cbdd8203208dafc08e3ea58b278af to your computer and use it in GitHub Desktop.
How to use linux in windows
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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