Wednesday, 2 August 2017

GNU/Linux - History

LINUX DISTRIBUTION

A Linux distribution (often abbreviated as distro) is an operating system made from a software collection, which is based upon the Linux kernel and, often, a package management system. Linux users usually obtain their operating system by downloading one of the Linux distributions, which are available for a wide variety of systems ranging from embedded devices (for example, OpenWrt) and personal computers (for example, Linux Mint) to powerful supercomputers (for example, Rocks Cluster Distribution).





A typical Linux distribution comprises a Linux kernel, GNU tools and libraries, additional software, documentation, a window system (the most common being the X Window System), a window manager, and a desktop environment. Most of the included software is free and open-source software made available both as compiled binaries and in source code form, allowing modifications to the original software. Usually, Linux distributions optionally include some proprietary software that may not be available in source code form, such as binary blobs required for some device drivers. A Linux distribution may also be described as a particular assortment of application and utility software (various GNU tools and libraries, for example), packaged together with the Linux kernel in such a way that its capabilities meet the needs of many users. The software is usually adapted to the distribution and then packaged into software packages by the distribution's maintainers. The software packages are available online in so-called repositories, which are storage locations usually distributed around the world. Beside glue components, such as the distribution installers (for example, Debian-Installer and Anaconda) or the package management systems, there are only very few packages that are originally written from the ground up by the maintainers of a Linux distribution.

Almost six hundred Linux distributions exist, with close to five hundred out of those in active development. Because of the huge availability of software, distributions have taken a wide variety of forms, including those suitable for use on desktops, servers, laptops, netbooks, mobile phones and tablets, as well as minimal environments typically for use in embedded systems. There are commercially backed distributions, such as Fedora (Red Hat), openSUSE (SUSE) and Ubuntu (Canonical Ltd.), and entirely community-driven distributions, such as Debian, Slackware, Gentoo and Arch Linux. Most distributions come ready to use and pre-compiled for a specific instruction set, while some distributions (such as Gentoo) are distributed mostly in source code form and compiled locally during installation.

History:

Linus Torvalds developed the Linux kernel and distributed its first version, 0.01, in 1991. Linux was initially distributed as source code only, and later as a pair of downloadable floppy disk images – one bootable and containing the Linux kernel itself, and the other with a set of GNU utilities and tools for setting up a file system. Since the installation procedure was complicated, especially in the face of growing amounts of available software, distributions sprang up to simplify this.

Early distributions included the following:

  • H. J. Lu's "Boot-root", the aforementioned disk image pair with the kernel and the absolute minimal tools to get started.
  • MCC Interim Linux, which was made available to the public for download in February 1992. 
  • Softlanding Linux System (SLS), released in 1992, was the most comprehensive distribution for a short time, including the X Window System. 
  • Yggdrasil Linux/GNU/X, a commercial distribution first released in December 1992.

The two oldest and still active distribution projects started in 1993. The SLS distribution was not well maintained, so in July 1993 a new distribution, called Slackware and based on SLS, was released by Patrick Volkerding. Also dissatisfied with SLS, Ian Murdock set to create a free distribution by founding Debian, which had its first release in December 1993. Users were attracted to Linux distributions as alternatives to the DOS and Microsoft Windows operating systems on IBM PC compatible computers, Mac OS on the Apple Macintosh, and proprietary versions of Unix. Most early adopters were familiar with Unix from work or school. They embraced Linux distributions for their low (if any) cost, and availability of the source code for most or all of the software included.


Originally, the distributions were simply a convenience,[citation needed] but later they became the usual choice even for Unix or Linux experts.

To date, Linux has become more popular in server and embedded devices markets than in the desktop market. For example, Linux is used on over 50% of web servers,whereas its desktop market share is about 3.7%.

Components:

Many Linux distributions provide an installation system akin to that provided with other modern operating systems. On the other hand, some distributions, including Gentoo Linux, provide only the binaries of a basic kernel, compilation


Package Management:

tools, and an installer; the installer compiles all the requested software for the specific architecture of the user's computer, using these tools and the provided source code.
Distributions are normally segmented into packages. Each package contains a specific application or service. Examples of packages are a library for handling the PNG image format, a collection of fonts or a web browser.
The package is typically provided as compiled code, with installation and removal of packages handled by a package management system (PMS) rather than a simple file archiver. Each package intended for such a PMS contains meta-information such as a package description, version, and "dependencies". The package management system can evaluate this meta-information to allow package searches, to perform an automatic upgrade to a newer version, to check that all dependencies of a package are fulfilled, and/or to fulfill them automatically.

Although Linux distributions typically contain much more software than proprietary operating systems, it is normal for local administrators to also install software not included in the distribution. An example would be a newer version of a software application than that supplied with a distribution, or an alternative to that chosen by the distribution (for example, KDE Plasma Workspaces rather than GNOME or vice versa for the user interface layer). If the additional software is distributed in source-only form, this approach requires local compilation. However, if additional software is locally added, the "state" of the local system may fall out of synchronization with the state of the package manager's database. If so, the local administrator will be required to take additional measures to ensure the entire system is kept up to date. The package manager may no longer be able to do so automatically.

Most distributions install packages, including the kernel and other core operating system components, in a predetermined configuration. Few now require or even permit configuration adjustments at first install time. This makes installation less daunting, particularly for new users, but is not always acceptable. For specific requirements, much software must be carefully configured to be useful, to work correctly with other software, or to be secure, and local administrators are often obliged to spend time reviewing and reconfiguring assorted software.


Some distributions go to considerable lengths to specifically adjust and customize most or all of the software included in the distribution. Not all do so. Some distributions provide configuration tools to assist in this process.

By replacing everything provided in a distribution, an administrator may reach a "distribution-less" state: everything was retrieved, compiled, configured, and installed locally. It is possible to build such a system from scratch, avoiding a distribution altogether. One needs a way to generate the first binaries until the system is self-hosting. This can be done via compilation on another system capable of building binaries for the intended target (possibly by cross-compilation). For example, see Linux From Scratch.

Types and Trends:

In broad terms, Linux distributions may be:
Commercial or non-commercial
Designed for enterprise users, power users, or for home users
Supported on multiple types of hardware, or platform-specific, even to the extent of certification by the platform vendor
Designed for servers, desktops, or embedded devices
General purpose or highly specialized toward specific machine functionalities (e.g. firewalls, network routers, and computer clusters)
Targeted at specific user groups, for example through language internationalization and localization, or through inclusion of many music production or scientific computing packages
Built primarily for security, usability, portability, or comprehensiveness

The diversity of Linux distributions is due to technical, organizational, and philosophical variation among vendors and users. The permissive licensing of free software means that any user with sufficient knowledge and interest can customize an existing distribution or design one to suit his or her own needs.


Instalation-Free-Distribution (Live CD/USB):

A "live" distribution is a Linux distribution that can be booted from removable storage media such as optical discs or USB flash drives, instead of being installed on and booted from a hard disk drive. The portability of installation-free distributions makes them advantageous for applications such as demonstrations, borrowing someone else's computer, rescue operations, or as installation media for a standard distribution.
When the operating system is booted from a read-only medium such as a CD or DVD, any user data that needs to be retained between sessions cannot be stored on the boot device but must be written to another storage device, such as a USB flash drive or a hard disk drive.

Many Linux distributions provide a "live" form in addition to their conventional form, which is a network-based or removable-media image intended to be used only for installation; such distributions include SUSE, Ubuntu, Linux Mint, MEPIS and Fedora. Some distributions, including Knoppix, Puppy Linux, Devil-Linux, SuperGamer, SliTaz GNU/Linux and dyne:bolic, are designed primarily for live use. Additionally, some minimal distributions can be run directly from as little space as one floppy disk without the need to change the contents of the system's hard disk drive.

Examples:


The website DistroWatch lists many Linux distributions, and displays some of the ones that have the most web traffic on the site. The “Wiki Media Foundation” released an analysis of the browser User Agents of visitors to WMF websites until 2015, which includes details of the most popular Operating System identifiers, including some Linux distributions. Many of the popular distributions are listed below.

Widely Used Distribution.

  • Debian, a non-commercial distribution and one of the earliest, maintained by a volunteer developer community with a strong commitment to free software principles and democratic project management:
    • Knoppix, the first Live CD distribution to run completely from removable media without installation to a hard disk, derived from Debian
    • Linux Mint Debian Edition (LMDE) uses Debian packages directly (rather than Ubuntu's) 
    • Ubuntu, a desktop and server distribution derived from Debian, maintained by British company Canonical Ltd. 
      • Kubuntu, the KDE version of Ubuntu 
      • Linux Mint, a distribution based on and compatible with Ubuntu. Supports multiple desktop environments, among others GNOME Shell fork Cinnamon and GNOME 2 fork MATE. 
      • Trisquel, an Ubuntu-based distribution based on Linux-libre kernel composed entirely of free software 
      • Elementary OS, an Ubuntu-based distribution with strong focus on the visual experience without sacrificing performance.
  • Fedora, a community distribution sponsored by American company Red Hat. It aims to be a technology testbed for Red Hat's commercial Linux offering, where new open source software is prototyped, developed, and tested in a communal setting before maturing into Red Hat Enterprise Linux 
    • Red Hat Enterprise Linux (RHEL), a derivative of Fedora, maintained and commercially supported by Red Hat. It seeks to provide tested, secure, and stable Linux server and workstation support to businesses. 
    • CentOS, a distribution derived from the same sources used by Red Hat, maintained by a dedicated volunteer community of developers with both 100% Red Hat-compatible versions and an upgraded version that is not always 100% upstream compatible 
    • Oracle Linux, which is a derivative of Red Hat Enterprise Linux, maintained and commercially supported by Oracle
    • Scientific Linux, a distribution derived from the same sources used by Red Hat, maintained by Fermilab
  • Mandriva Linux was a Red Hat derivative popular in several European countries and Brazil, backed by the French company of the same name. After the company went bankrupt, it was superseded by OpenMandriva Lx, although a number of derivatives now have a larger user base.
    • Mageia, a community fork of Mandriva Linux created in 2010[21] 
    • PCLinuxOS, a derivative of Mandriva, which grew from a group of packages into a community-spawned desktop distribution 
    • ROSA Linux, another former derivative of Mandriva, now developed independently
  • openSUSE a community distribution mainly sponsored by German company SUSE.
    • SUSE Linux Enterprise, derived from openSUSE, maintained and commercially supported by SUSE
  • Arch Linux, a rolling release distribution targeted at experienced Linux users and maintained by a volunteer community, offers official binary packages and a wide range of unofficial user-submitted source packages. Packages are usually defined by a single PKGBUILD text file.
    • Manjaro Linux, a derivative of Arch Linux that includes a graphical installer and other ease-of-use features for less experienced Linux users. Rolling release packages from Arch repositories are held for further testing to achieve increased stability, and packages identified as addressing security issues of critical or high severity are "fast-tracked" to the stable branch.
  • Gentoo, a distribution targeted at power users, known for its FreeBSD Ports-like automated system for compiling applications from source code
    • Chrome OS, Google's commercial operating system (using Gentoo and its Portage) that primarily runs web applications
  • Slackware, created in 1993, one of the first Linux distributions and among the earliest still maintained, committed to remain highly Unix-like and easily modifiable by end users[non-primary source needed]

Lightweight Distribution.

Main article: Lightweight Linux distribution.

Niche Distributions.

Other distributions target specific niches, such as:
  • Routers – for example, targeted by the tiny embedded router distribution OpenWrt
  • Internet of things – for example, targeted by Ubuntu Core 
  • Home theater Pcs – for example, targeted by KnoppMyth, Kodi (former XBMC) and Mythbuntu 
  • Specific platforms – for example, Raspbian targets the Raspberry Pi platform 
  • Education – examples are Edubuntu and Karoshi, server systems based on PCLinuxOS 
  • Scientific computer servers and workstations – for example, targeted by Scientific Linux 
  • Digital audio workstations for music production – for example, targeted by Ubuntu Studio 
  • Computer Security, digital forensics and penetration testing – examples are Kali Linux and Parrot Security OS 
  • Privacy and anonymity – for example, targeted by Tails 
  • Offline use – for example, Endless OS 

Android and non-GNU distributions.

Whether Google's Android counts as a Linux distribution is a matter of definition. It uses the Linux kernel, so the Linux Foundation and Chris DiBona,
Other non-GNU distributions include Cyanogenmod, its fork LineageOS, Android-x86 and recently Tizen.




Inter-distribution Issues.

Google's open source chief, agree that Android is a Linux distribution; others, such as Google engineer Patrick Brady, disagree by noting the lack of support for many GNU tools in Android, including glibc.
The Free Standards Group is an organization formed by major software and hardware vendors that aims to improve interoperability between different distributions. Among their proposed standards are the Linux Standard Base,

which defines a common ABI and packaging system for Linux, and the File-system Hierarchy Standard which recommends a standard file-naming chart, notably the basic directory names found on the root of the tree of any Linux file-system. Those standards, however, see limited use, even among the distributions developed by members of the organization.[citation needed]

The diversity of Linux distributions means that not all software runs on all distributions, depending on what libraries and other system attributes are required. Packaged software and software repositories are usually specific to a particular distribution, though cross-installation is sometimes possible on closely related distributions.[citation needed]

Reference Links:
1 - 3
https://www.youtube.com/watch?v=12s8XPrIMPg&t=47s

2 - 3
https://www.youtube.com/watch?v=MfHhdlj95lY&t=2s

3 - 3
https://www.youtube.com/watch?v=zfKpu0r9Oxg



No comments:

Post a Comment

Interactuando con los sub