Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save creativeworkx/f9a5b500629826dd43a25e023701e2b1 to your computer and use it in GitHub Desktop.
Save creativeworkx/f9a5b500629826dd43a25e023701e2b1 to your computer and use it in GitHub Desktop.
wsl commands
#
# wsl commands
#
list all distributions including version of wsl
-----------------------------------------------
wsl --list --verbose
start mysql in default distribution
-----------------------------------
wsl -u root -e sudo service mysql start
start apache in default distribution
-----------------------------------
wsl -u root -e sudo service apache2 start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment