0 / 2 embers
0 / 3000 xp
click for more info
Complete a lesson to start your streak
click for more info
Difficulty: 3
click for more info
No active XP Potion
Accept a Quest
Login to submit answers
You can skip this step if you're on macOS or Linux, or already have WSL 2 configured. I know the course is called "Learn Linux", but if you're on Mac, it's Unix-like enough for all the lessons in this course.
The built-in Windows command prompt is terrible (in my opinion). It's so bad that if you're on Windows we're just going to have you install WSL 2 (Windows Subsystem for Linux). This will allow you to keep using your normal Windows desktop but also have a Linux command line, operating system, and filesystem for your programming work.
WSL 2 was a huge step forward for developers on Windows. You get a full Linux operating system and command line experience without the need to dual boot. WSL is an official Microsoft product: it won't mess up your base Windows install. You'll still be able to run Steam...
Here are a couple of things to keep in mind about WSL 2:
Install WSL 2 and Ubuntu, and get the Ubuntu shell up and running.
echo "Hello world"
You should see the text "Hello world" printed to the console. If you do, you're good to move on to the next step.
Error: A required feature is not installed
?
Login to Complete