Linux › Module 1 › Lesson 2
Linux Distributions (Kali, Ubuntu, Parrot)
Kali, Ubuntu, Parrot, and how to pick the right Linux distro
Opening
One Linux, many flavors
Linux is not a single product like Windows 11. It is a family of versions called distributions (or "distros"). Think of them as different recipes using the same ingredients: the Linux kernel, plus tools, desktop (or not), and package managers.
1. What Is a Distribution?
A distro bundles the kernel with software you actually use: a shell, file utilities, networking tools, and often a desktop environment. Cybersecurity learners usually touch three names early: Ubuntu, Kali Linux, and Parrot OS.
2. Ubuntu — Learn Here First
Ubuntu is the friendly on-ramp. Huge community, excellent documentation, and a polished desktop if you want one. It is ideal for learning everyday Linux: files, users, permissions, and networking—without a screen full of attack tools on day one.
Best for
First-time Linux users, daily practice, and understanding how a normal Linux desktop works.
Package manager
apt — install software with commands like sudo apt install curl.
Security note
Ubuntu is not "weak." It is general-purpose. You add security tools when you need them.
3. Kali Linux — The Pentester's Toolbox
Kali is maintained by Offensive Security and ships with hundreds of pre-installed security tools: Nmap, Nikto, Hydra, Metasploit Framework, and more. It is the distro you see in labs, CTFs, and certified ethical hacking courses (like OSCP prep).
Important: Kali is not your daily driver
Run Kali in a VM or on a dedicated practice machine. Do not browse personal email or banking on Kali as your main OS. It runs as root by default in many setups—convenient for labs, risky for normal life.
4. Parrot OS — Security + Privacy
Parrot is another security-focused distro. It includes forensic and pentesting tools like Kali, but also emphasizes privacy, anonymity, and development workflows. Some learners prefer its lighter feel and sandbox options. For Cyberlium fundamentals, knowing it exists is enough—you are not required to master every distro.
5. How to Choose (Simple Guide)
Learning Linux basics
Start with Ubuntu (or Ubuntu via WSL on Windows).
Hands-on hacking labs & CTF
Use Kali in a virtual machine.
Privacy-focused security work
Explore Parrot when you are comfortable with the terminal.
Knowledge Check
What is a Linux "distribution"?
Multiple choice
Knowledge Check
Which distro is generally recommended for beginners learning everyday Linux?
Multiple choice
Knowledge Check
Why should Kali Linux usually run in a VM instead of as your only daily OS?
Multiple choice