Difference between revisions of "Programming/Linux"

From Thalesians Wiki
(Created page with "= Linux = [https://www.linuxfoundation.org/ Linux] is a family of open-source Unix-like operating systems based on the Linux kernel, an operating system kernel first released...")
 
Line 6: Line 6:


Popular Linux distributions include [https://www.debian.org/ Debian], [https://getfedora.org/ Fedora], and [https://ubuntu.com/ Ubuntu]. Commercial distributions include [https://www.redhat.com/ Red Hat Enterprise Linux] and [https://www.suse.com/ SUSE Linux Enterprise Server].
Popular Linux distributions include [https://www.debian.org/ Debian], [https://getfedora.org/ Fedora], and [https://ubuntu.com/ Ubuntu]. Commercial distributions include [https://www.redhat.com/ Red Hat Enterprise Linux] and [https://www.suse.com/ SUSE Linux Enterprise Server].
= Getting started =
== Which Linux? ==
To find out which Linux distribution is running on your machine, you can use
<pre>
something here.
</pre>

Revision as of 12:40, 22 December 2020

Linux

Linux is a family of open-source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on 1991.09.17 by Linux Torvalds. Linux is typically packaged in a Linux distribution.

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project.

Popular Linux distributions include Debian, Fedora, and Ubuntu. Commercial distributions include Red Hat Enterprise Linux and SUSE Linux Enterprise Server.

Getting started

Which Linux?

To find out which Linux distribution is running on your machine, you can use

something here.