Linux: Difference between revisions

From ProleWiki, the proletarian encyclopedia
(Added source to additions to paragraph, as well as better explaining certain things.)
Tag: Visual edit
Tag: Visual edit
 
(10 intermediate revisions by 5 users not shown)
Line 1: Line 1:
[[Image:Tux.svg|200px|thumb|Tux, the communal mascot of Linux.]]
[[Image:Tux.svg|200px|thumb|Tux, the communal mascot of Linux.]]
'''Linux''' is a [[Free and open-source software|free and open-source]] [[UNIX]]-like monolithic kernel developed by [[Linus Torvalds]]. Linux is managed with the version control system <code>git</code> and licensed under the [[GNU General Public License]] version 2.
'''Linux''' is a [[Free and open-source software|free and open-source]] [[UNIX]]-like monolithic kernel created by [[Linus Torvalds]] and developed by the linux community. Linux is managed with the version control system <code>git</code> and licensed under the [[GNU General Public License]] version 2.


Linux is often bundled with the [[GNU]] utilities. Although, this is not always the case, as can be seen by distributions like Alpine Linux.<ref>{{Web citation|author=The Alpine Linux Developers|newspaper=Alpine Linux|title=Index|date=2023-5-24|url=https://www.alpinelinux.org/|archive-url=https://web.archive.org/web/20230520235223/https://www.alpinelinux.org/|archive-date=2023-5-20|retrieved=2023-5-24|quote=Alpine Linux is a security-oriented, lightweight Linux distribution based on musl libc and busybox.}}</ref>
Linux is often bundled with the [[GNU]] utilities. Although, this is not always the case, as can be seen by distributions like [[Alpine Linux]].<ref>{{Web citation|author=The Alpine Linux Developers|newspaper=Alpine Linux|title=Main Page|date=2023-5-24|url=https://www.alpinelinux.org/|archive-url=https://web.archive.org/web/20230520235223/https://www.alpinelinux.org/|archive-date=2023-5-20|retrieved=2023-5-24|quote=Alpine Linux is a security-oriented, lightweight Linux distribution based on musl libc and busybox.}}</ref>
 
Many Linux-based operating systems are better in terms of performance and stability than [[Microsoft Windows]].


==History==
==History==
Line 16: Line 18:
===NSA Interrogation===
===NSA Interrogation===


In 2013, [[Nils Torvalds]] reported that the [[National Security Agency]] contacted Linus Torvalds with a request to add backdoors into Linux.<ref>{{Web citation|url=https://falkvinge.net/2013/11/17/nsa-asked-linus-torvalds-to-install-backdoors-into-gnulinux/|title=[[National Security Agency|NSA]] Asked Linus Torvalds To Install Backdoors Into GNU/Linux}}</ref>
In 2013, [[Nils Torvalds]] reported that the [[National Security Agency]] contacted Linus Torvalds with a request to add backdoors into Linux.<ref>{{Web citation|author=Christian Engstrom|newspaper=Falkvinge|title=NSA Asked Linus Torvalds To Install Backdoors Into GNU/Linux|date=2013-11-17|url=https://falkvinge.net/2013/11/17/nsa-asked-linus-torvalds-to-install-backdoors-into-gnulinux/|archive-url=https://web.archive.org/web/20231210140134/https://falkvinge.net/2013/11/17/nsa-asked-linus-torvalds-to-install-backdoors-into-gnulinux/|archive-date=2023-12-10|quote=}}</ref>


==Linux distributions==
==Linux distributions==


Linux distributions (operating systems that use Linux) often use [[GNU coreutils]].
Linux distributions (operating systems that use Linux) often use the [[GNU coreutils]]. Although, many alternatives to the GNU coreutils exist, such as [[Uutils]] and [[Busybox]].


===State-developed===
===State-developed===


Many [[State|states]] have developed a Linux-based operating system to develop sovereign economies and break dependence on [[Microsoft Windows]], which has backdoors usable by the [[Central Intelligence Agency]].
Many [[State|states]] have developed a Linux-based operating system to develop sovereign economies and break dependence on Microsoft Windows, which has backdoors usable by the [[Central Intelligence Agency]].


* The [[Russian Federation]] developed and is transitioning to [[Astra Linux]],<ref>{{Web citation|url=https://astralinux.ru|title=Российские операционные системы (ОС), отечественное ПО для виртуализации и резервного копирования &#124; Astra Linux (Russian operating system, home virtualization, and reserve software &#124; Astra Linux)}}</ref> due to it's compliance to state orders for use of domestic software.<ref>{{Web citation|url=https://astralinux.ru/main-government|title=Государственный сектор}}</ref>
* The [[Russian Federation]] developed and is transitioning to [[Astra Linux]],<ref>{{Web citation|url=https://astralinux.ru|title=Российские операционные системы (ОС), отечественное ПО для виртуализации и резервного копирования &#124; Astra Linux (Russian operating system, home virtualization, and reserve software &#124; Astra Linux)}}</ref> due to its compliance to state orders for use of domestic software.<ref>{{Web citation|url=https://astralinux.ru/main-government|title=Государственный сектор}}</ref>
* The [[Republic of Cuba]] developed [[Nova]].<ref>{{Web citation|url=https://www.nova.cu/|title=Nova &#124; Portal Web}}</ref>
* The [[Republic of Cuba]] developed [[Nova]].<ref>{{Web citation|url=https://www.nova.cu/|title=Nova &#124; Portal Web}}</ref>
* The [[Democratic People's Republic of Korea|DPRK]] (through the Korea Computer Center) developed [[Red Star OS]].{{helper|helper-text=Confirm Linux heritage|hover-text=Find sources confirming that Red Star OS is based off Linux.}}
* The [[Democratic People's Republic of Korea|DPRK]] (through the Korea Computer Center) developed [[Red Star OS]].{{helper|helper-text=Confirm Linux heritage|hover-text=Find sources confirming that Red Star OS is based off Linux.}}
*


==Attacks by Microsoft==
==Attacks by Microsoft==

Latest revision as of 20:09, 26 April 2024

Tux, the communal mascot of Linux.

Linux is a free and open-source UNIX-like monolithic kernel created by Linus Torvalds and developed by the linux community. Linux is managed with the version control system git and licensed under the GNU General Public License version 2.

Linux is often bundled with the GNU utilities. Although, this is not always the case, as can be seen by distributions like Alpine Linux.[1]

Many Linux-based operating systems are better in terms of performance and stability than Microsoft Windows.

History

Linus Torvalds released the Linux Kernel in source-code form in 1991.[2] The next year, in February 1992, Linux was released under the GNU General Public License.[3]

NVIDIA's Open-Source Boycott on Linux

In 2011, the NVIDIA Corporation refused to provide open-source GPU drivers;[4] Linux developers were forced to reverse engineer proprietary NVIDIA GPUs to develop open-source drivers, to which NVIDIA provided horrendous support.[citation needed]

Linus Torvalds famously responded to the boycott with a middle finger and a curse word: "NVIDIA, Fuck you!"[5]

NSA Interrogation

In 2013, Nils Torvalds reported that the National Security Agency contacted Linus Torvalds with a request to add backdoors into Linux.[6]

Linux distributions

Linux distributions (operating systems that use Linux) often use the GNU coreutils. Although, many alternatives to the GNU coreutils exist, such as Uutils and Busybox.

State-developed

Many states have developed a Linux-based operating system to develop sovereign economies and break dependence on Microsoft Windows, which has backdoors usable by the Central Intelligence Agency.

Attacks by Microsoft

External Links

References