-
Notifications
You must be signed in to change notification settings - Fork 1
Tutorial 01
There are three main operating systems in use today:
- 🪟 Windows
- 🍎 MacOS
- 🐧 Linux
While Windows and MacOS typically require a paid license, Linux is completely free and widely used in science, research, and development.
🧑💻 The most common way to interact with Linux is via the terminal (also known as the command line or console). It allows you to:
- Navigate folders 🗂️
- Copy and move files 📄
- Run programs 💻
- Automate tasks using scripts 🤖
To gain hands-on experience, you'll want access to a Bash terminal, the language of Linux. 🧪
✅ If you're using MacOS or Linux, you're ready to go — they already include a terminal with Bash.
🚫 If you're on Windows, don’t worry — you can easily install a Linux environment using the Windows Subsystem for Linux (WSL).
Follow these steps to install Linux (Ubuntu) on your Windows 10+ system:
-
🛍️ Open the Microsoft Store
- Search for
Ubuntu(a popular Linux distribution). - Click Get to begin downloading it.
- Search for
-
⚙️ Enable the Windows Subsystem for Linux (WSL)
- Open Control Panel.
- In the top right, set View by: Category.
- Go to Programs → Turn Windows features on or off.
- In the popup, check ✅ Windows Subsystem for Linux.
- Click OK, then restart your PC 🔁 when prompted.
-
🚀 Launch Ubuntu
- Open the Microsoft Store again.
- On the Ubuntu page, it should now say Launch instead of Get.
- Click Launch to open the terminal.
-
👤 Set Up Your Linux Account
- Choose a username (type it and press
Enter). - Set a password (you won’t see the characters as you type — this is normal).
- Re-enter the password to confirm.
- Choose a username (type it and press
-
✅ You're Done!
- You’ll now see a Linux-style terminal prompt.
- Try typing commands like
ls,cd, orpwdto explore.
Good news! 🎉
Mac and Linux already come with a terminal that supports Bash. Just open your Terminal app and you're ready to go!
Congratulations! 🥳
You now have access to a full Linux terminal running Bash on your machine.
➡️ Head to Tutorial 2 to continue your journey.