No history yet

Introduction to Linux and Ubuntu

What Is Linux?

Every computer needs an operating system (OS). It's the core software that manages all the hardware and software, from your keyboard to your web browser. You're likely familiar with Windows or macOS. Linux is another powerful, popular operating system, but it has a unique story and philosophy.

Technically, Linux isn't an entire OS. It's the kernel—the central component that directly communicates with the computer's hardware. It was created in 1991 by a Finnish student named Linus Torvalds. He wanted to create a free and open alternative to the expensive UNIX systems of the time.

But a kernel alone isn't enough. It needs other software tools to become a complete operating system. Those tools came from the GNU Project, started by Richard Stallman. The combination of the GNU tools and the Linux kernel created a complete, free OS, often called GNU/Linux.

Kernel

noun

The core component of an operating system that manages the system's resources and the communication between hardware and software.

The most important principle behind Linux and the GNU project is that software should be free. Not just free of charge, but free to be studied, modified, and shared. This is the core idea of open-source software.

The Power of Open Source

Open-source software is software with source code that anyone can inspect, modify, and enhance. This is a big contrast to proprietary software like Windows or macOS, where the code is a protected secret.

This openness has several key advantages:

  • Transparency & Security: With many developers able to review the code, bugs and security vulnerabilities are often found and fixed quickly.
  • Collaboration: A global community of developers can contribute to the project, adding new features and improving existing ones.
  • Flexibility: Users can modify the software to fit their specific needs. You have complete control over your system.
  • Cost: Most open-source software, including Linux distributions, is free to download and use.

The open-source model allows for rapid innovation and a level of customization that is impossible with closed-source systems.

From Linux to Ubuntu

Because the Linux kernel is so flexible, many different groups have packaged it with their own selection of software, creating what are known as distributions, or "distros." There are hundreds of Linux distros, each with a different focus. Some are built for servers, some for scientific research, and some for everyday desktop computing.

One of the most popular and user-friendly distributions is Ubuntu.

Lesson image

First released in 2004, Ubuntu was designed to make Linux accessible to everyone. It offers a clean, modern graphical user interface and comes with most of the essential software you'd need pre-installed, like a web browser, office suite, and media players. It’s known for its ease of installation and strong community support.

The name "Ubuntu" is an ancient African word meaning "humanity to others." It reflects the collaborative spirit of the open-source world, where people work together to create something for the benefit of all.

So how does Ubuntu stack up against the operating systems you might be more familiar with?

FeatureUbuntu (Linux)WindowsmacOS
CostFreePaid LicenseBundled with Apple hardware
Source CodeOpenClosed (Proprietary)Closed (with open-source parts)
CustomizationHighly customizableLimitedLimited
SoftwareLarge repository of free, open-source softwareLargest selection of commercial software and gamesStrong in creative and productivity software

Choosing an operating system often comes down to your specific needs and preferences. Ubuntu offers a powerful, secure, and free alternative that gives you complete control over your computing experience. Its user-friendly design makes it a great starting point for anyone new to the world of Linux.

Ready to test your knowledge?

Quiz Questions 1/5

What is the core component of a Linux operating system, which directly manages the computer's hardware?

Quiz Questions 2/5

The primary principle behind open-source software like Linux is that the source code is a protected secret.

Now you have a solid grasp of what Linux and Ubuntu are. You understand their history, their open-source philosophy, and how they fit into the broader landscape of operating systems.