TheDude @ LCS Postat Februarie 21 Postat Februarie 21 Running Linux Inside Windows Using WSL (Beginner-Friendly) This tutorial shows how you can use Linux inside Windows without deleting Windows or installing dual-boot. It is safe, official, and perfect for beginners. What is WSL? WSL (Windows Subsystem for Linux) allows you to run a real Linux environment directly inside Windows. You can use Linux commands, tools, and even servers while staying on Windows. Requirements Windows 10 (version 2004 or later) or Windows 11 Internet connection Administrator access Step-by-Step Tutorial Step 1: Open Command Prompt or PowerShell Press Win + X Click Windows Terminal (Admin) or PowerShell (Admin) Step 2: Install Linux with One Command Type the following command and press Enter: wsl --install This automatically: Enables WSL Installs a Linux distribution (usually Ubuntu) Sets everything up for you Step 3: Restart Your Computer After installation finishes, restart your PC when prompted. Step 4: Set Up Linux After restart: A Linux terminal opens automatically Create a username Create a password Your Linux system is now ready! Step 5: Use Linux Commands Try basic Linux commands: ls pwd sudo apt update You are now running real Linux commands inside Windows. Bonus: Access Windows Files from Linux Your Windows drives are available inside Linux: /mnt/c/ → Windows C drive Example: cd /mnt/c/Users Why This Tutorial Is Useful No risk to your Windows system No virtual machine needed Perfect for learning Linux, programming, and servers Widely used by developers and IT professionals Conclusion This method lets you learn Linux while staying on Windows, making it one of the safest and smartest ways to start with Linux. https://theshepord.github.io/intro-to-WSL/
Postări Recomandate