Linux Distribution

As mentioned earlier, the current Linux kernel, along with past Linux kernels (as well as earlier release versions) can be found at the www.kernel.org web site. The various Linux distributions may be based on different kernel versions.  For example, the very popular RHEL 6 distribution is based on the 2.6.32 version of the Linux kernel, which is rather old but extremely stable. Other distributions may move more quickly in adopting the latest kernel releases. It is important to note that the kernel is not an all or nothing proposition, for example, RHEL 6 has incorporated many of the more recent kernel improvements into their version of 2.6.32.

Services Associated with Distributions
linux support and services
A vast variety of Linux distributions cater to different audiences and organizations depending on their specific needs. Large commercial organizations tend to favor the commercially supported distributions from Red Hat, SUSE and Canonical(Ubuntu).

CentOS is a popular free alternative to Red Hat Enterprise Linux (RHEL)Ubuntu and Fedora are popular in the educational realm. Scientific Linux is favored by the scientific research community for its compatibility with scientific and mathematical software packages. Both CentOS and Scientific Linux are binary-compatible with RHEL; i.e., binary software packages in most cases will install properly across the distributions.

Many commercial distributors, including Red Hat, Ubuntu, SUSE, and Oracle, provide long term fee-based support for their distributions, as well as hardware and software certification. All major distributors provide update services for keeping your system primed with the latest security and bug fixes, and performance enhancements, as well as provide online support resources.

For more Linux distributions visit distrowatch.com

 

Linux Concepts

Linux borrows heavily from the UNIX operating system because it was written to be a free and open source version of UNIX. Files are stored in a hierarchical filesystem, with the top node of the system being root or simply “/“. Whenever possible, Linux makes its components available via files or objects that look like files. Processes, devices, and network sockets are all represented by file-like objects, and can often be worked with using the same utilities used for regular files.

Linux is a fully multitasking (a method where multiple tasks are performed during the same period of time), multiuser operating system, with built-in networking and service processes known as daemons in the UNIX world.

Linux Kernel
Linux Kernel

 

As illustrated above, the Linux kernel is the core of a computer operating system. A full Linux distribution consists of the kernel plus a number of other software tools for file-related operations, user management, and software package management. Each of these tools provides a small part of the complete system. Each tool is often its own separate project, with its own developers working to perfect that piece of the system.

What is a kernel?

Linux History

Linux is a free open source computer operating system initially linux logodeveloped for Intel x86-based personal computers.

 

linux

Linus Torvalds was a student in Helsinki, Finland, in 1991 when he started a project: writing his own operating system kernel. He also collected together and/or developed the other essential ingredients required to construct an entire operating system with his kernel at the center.

young Linus Torvalds
young Linus Torvalds

This soon became known as the Linux kernel.

In 1992, Linux was re-licensed using the General Public License (GPL) by GNU (a project of the Free Software Foundation (FSF) which promotes freely available software) which made it possible to build a worldwide community of developers. By combining the kernel with other system components from the GNU project, numerous other developers created complete systems called Linux Distributions in the mid-90’s.

Linux Timeline
Linux Timeline

The Linux distributions created in the mid-90’s provided the basis for fully free computing and became a driving force in the open source software movement. In 1998, major companies like IBM and Oracle announced support for the Linux platform and began major development efforts as well.

Today, Linux powers more than half of the servers on the Internet, the majority of smart-phones (via the Android system which is built on top of Linux), and nearly all of the world’s most powerful supercomputers.

About the Linux Foundation

The Linux Foundation is a nonprofit organization that sponsors the work of Linux creator Linus Torvalds

It was founded in 2000 and its mission is to promote, protect, and advance Linux.  In addition to its basic missions of protecting, promoting and advancing Linux, the Foundation:

  • Produces technical events throughout the world (more on this on the following screen).
  • Develops and delivers training programs.
  • Hosts major collaborative projects and industry initiatives.
  • Manages kernel.org where the official versions of the Linux kernel are released.
  • Runs the popular website linux.com.

What are the objectives of the Linux Foundation?