TranslateProject/sources/talk/20140828 Interesting facts about Linux.md
2014-08-28 11:06:26 +08:00

8.0 KiB

Interesting facts about Linux

Today, August, 25th, is the 23rd birthday of Linux. The modest Usenet post made by a 21 year old student at the University of Helsinki on August 25th, 1991, marks the birth of the venerable Linux as we know it today.

Fast forward 23 years, and now Linux is everywhere, not only installed on end user desktops, smartphones and embedded systems, but also fulfilling the needs of leading enterprises and powering mission-critical systems such as US Navy's nuclear submarines and FAA's air traffic control. Entering the era of ubiquitous cloud computing, Linux is continuing its dominance as by far the most popular platform for the cloud.

Celebrating the 23rd birthday of Linux today, let me show you some interesting facts and history you may not know about Linux. If there is anything to add, feel free to share it in the comments. In this article, I will use the terms "Linux", "kernel" or "Linux kernel" interchangeably to mean the same thing.

  1. There is a never-ending debate on whether or not Linux is an operating system. Technically, the term "Linux" refers to the kernel, a core component of an operating system. Folks who argue that Linux is not an operating system are operating system purists who think that the kernel alone does not make the whole operating system, or free software ideologists who believe that the largest free operating system should be named "GNU/Linux" to give credit where credit is due (i.e., GNU project). On the other hand, some developers and programmers have a view that Linux qualifies as an operating system in a sense that it implements the POSIX standard.

  2. According to openhub.net, the majority (95%) of Linux is written in C language. The second popular language for Linux is assembly language (2.8%). The dominance of C lanaguage over C++ is no surprise given Linus's stance on C++. Here is the programming language breakdown for Linux.

  1. Linux has been built by a total of 13,036 contributors worldwide. The most prolific contributor is, of course, Linus Torvalds himself, who has committed code more than 20,000 times over the course of the lifetime of Linux. The following figures show the all-time top-10 contributors of Linux in terms of commit counts.

  1. The total source lines of code (SLOC) of Linux is over 17 million. The estimated cost for the entire code base is 5,526 person-years, or over 300M USD according to basic COCOMO model.

  2. Enterprises have not been simply consumers of Linux. Their employees have been actively participated in the development of Linux. The figure below shows the top-10 corporate sponsors of Linux kernel development, in terms of total commit counts from their employees, as of year 2013. They include commercial Linux distributors (Red Hat, SUSE), chip/embedded system makers (Intel, Texas Instruments, Wolfson), non-profits (Linaro), and other IT power houses (IBM, Samsung, Google).

  1. The official mascot of Linux is "Tux", a friendly penguin character. The idea of using a cuddly penguin as a mascot/logo was in fact first conceived and asserted by Linus himself. Why penguin? Personally Linus is fond of penguins, despite the fact that he once was bitten by a ferocious penguin, causing him infected with a disease.

  2. A Linux "distribution" contains the Linux kernel, supporting GNU utilities/libraries, and other third-party applications. According to distrowatch.com, there are a total of 286 actively maintained Linux distrutions. The oldest among them is Slackware whose very first release 1.0 became available in 1993.

  3. Kernel.org, which is the main repository of Linux source code, was compromised by an unknown attacker in August, 2011, who managed to tamper with several kernel.org's servers. In an effort to tighten up access policies of the Linux kernel, Linux foundation recently turned on two-factor authentication at the official Git repositories hosting the Linux kernel.

  4. The dominance of Linux on top 500 supercomputers continues to rise. As of June 2014, 97% of the world-fastest computers are powered by Linux.

  5. Spacewatch, a research group of Lunar and Planetary Laboratory at the University of Arizona, named several asteroids (9793 Torvalds, 9882 Stallman, 9885 Linux and 9965 GNU) after GNU/Linux and their creators, in recognition of the free operating system which was instrumental in their asteroid survey activities.

  6. In the modern history of Linux kernel development, there was a big jump in kernel version: from 2.6 to 3.0. The renumbering to version 3 actually did not signify any major restructuring in kernel code, but was simply to celebrate the 20 year milestone of the Linux kernel.

  7. In 2000, Steve Jobs at Apple Inc. tried to hire Linus Torvalds to have him drop Linux development and instead work on "Unix for the biggest user base," which was OS X back then. Linus declined the offer.

  8. The reboot() system call in the Linux kernel requires two magic numbers. The second magic number comes from the birth dates of Linus Torvalds and his three daughters.

  9. With so many fans of Linux around the world, there are criticisms on current Linux distributions (mainly desktops), such as limited hardware support, lack of standardization, instability due to short upgrade/release cycles, etc. During the Linux kernel panel at LinuxCon 2014, Linus was quoted as saying "I still want the desktop" when asked where he thinks Linux should go next.

If you know any interesting facts about Linux, feel free to share them in the comments.

Happy birthday, Linux!


via: http://xmodulo.com/2014/08/interesting-facts-linux.html

作者:Dan Nanni 译者:译者ID 校对:校对者ID

本文由 LCTT 原创翻译,Linux中国 荣誉推出