# Linux Introduction * [What is Linux?](#what-is-linux?) * [Why use Linux?](#why-use-linux?) * [Where is Linux deployed?](#where-is-linux-deployed?) * [Linux Distros](#linux-distros) * [Linux resource lists](#linux-resource-lists)
### What is Linux? Quoting from [Wikipedia](https://en.wikipedia.org/wiki/Linux) > Linux is a Unix-like and mostly POSIX-compliant computer operating system (OS) assembled under the model of free and open-source software development and distribution. The defining component of Linux is the Linux kernel an operating system kernel first released on 5 October 1991 by Linus Torvalds. The Free Software Foundation uses the name **GNU/Linux** to describe the operating system
### Why use Linux? * Speed, Security, Stability * Highly configurable * Multiuser environment by default * Well defined hierarchy and permissions to allow networking across different groups and sites * Strong set of commands to automate repetitive manual tasks * Read more on using Linux and does it fit your computing needs on [computefreely](http://computefreely.org/)
### Where is Linux deployed? * Servers * Supercomputers * To quote [TOP500 article on wiki](https://en.wikipedia.org/wiki/TOP500), "As of November 2015, 494 or 98.8% of the world's fastest supercomputers use the Linux kernel" * Embedded Systems * Smart phone and similar * Android - built on top of Linux kernel * iOS - Unix based * Personal and Enterprise Computers * And many more uses, thanks to being open source * [Usage Share of Operating Systems](http://en.wikipedia.org/wiki/Usage_share_of_operating_systems)
### Linux Distros Like how numerous programming languages exist, there are various Linux flavors called 'distribution' (distros for short), to cater the needs of beginners to advanced users as well as highly customized as per end use case * There are [hundreds of known distributions](http://en.wikipedia.org/wiki/List_of_Linux_distributions) * One can keep track of them at [distrowatch](http://distrowatch.com/) * [Statistics of various Linux Distros](http://distrowatch.com/dwres.php?resource=popularity) * [Popular Linux Distros compared](http://www.howtogeek.com/191207/10-of-the-most-popular-linux-distributions-compared/) * [Light Weight Linux Distros](http://www.linux.com/news/software/applications/780781-6-excellent-lightweight-linux-distros-for-x86-and-arm) * Check out article comments also **Installation** Usually, you'll find installation instructions from respective website of the distro you chose. If you need an overview of installation process, this should help * [Installing Nearly Any Distro On Just About Any Machine](http://www.newnix.space/blog/2015/7/6/installing-nearly-any-distro-on-just-about-any-machine) * [Try out Linux on Virtual Machine](http://www.storagecraft.com/blog/the-dead-simple-guide-to-installing-a-linux-virtual-machine-on-windows/)
### Linux resource lists * [Linux curated resources](https://github.com/learnbyexample/scripting_course/blob/master/Linux_curated_resources.md) * [awesome linux by Aleksandar](https://github.com/aleksandar-todorovic/awesome-linux) * [awesome linux resources by itech001](https://github.com/itech001/awesome-linux-resources) * [linux by Paul](https://linux.zeef.com/paul.reiber) * [tutorials collection](http://alvinalexander.com/linux/unix-linux-command-tutorials-collection)