diff --git a/wsl.html b/wsl.html index 01d8a6b..808f4e4 100644 --- a/wsl.html +++ b/wsl.html @@ -21,7 +21,7 @@

Links

Instructions for installing WSL and installing a Linux Distro

Be aware that Virtualization must be enabled on the Windoze machine. -When I started, vitualization was not installed: +When I started, vitualization was not enabled:
 PS C:\Windows\system32> wsl --install Ubuntu-22.04
 Ubuntu 22.04 LTS is already installed.
@@ -49,13 +49,16 @@ 

Links

Data Execution Prevention Available: Yes PS C:\Windows\system32>
-
-
I had to do this in my laptop's bios: +
I had to enable it from my laptop's bios:



I even had to look up tips from the Internet to bring up the BIOS menu so your mileage may vary! + +What is the Windows Subsystem for Linux? +The man page for the wsl command. +

Likes

@@ -78,6 +81,16 @@

Dislikes

+

Tips

+

I learned some other tips you might find useful with WSL. + + + + + + +
TipComments
Avoid the shutdown command!Lately I've found shutdown -r 1 to be the easiest way to do a reboot a Linux machine and recover control of your shell before the reboot but you should avoid the command in WSL.
+