Linux的发展历程:从分支到大统一(linux的分支)

Linux是一款计算机操作系统,它受到了Unix操作系统的影响,1991年由林纳斯·托瓦兹创建的,它的软件源代码,属于免费自由授权。它的发展历程,从分支到大统一,在技术、行业和个人开源社区中有着广泛的应用。

Linux是第一个采用GPL协议的操作系统,它允许人们查看、修改、分发其中的源代码。 1997年,开源社区宣布发布3.0版本,彻底终结了Linux的发版孤立状态。之后,有数百款Linux分发版发布,打破了那时Unix操作系统的垄断。

2008年,安卓把Linux内核也加入智能手机系统中,从而给智能手机市场带来令人惊叹的变化,安卓的入侵也使Linux的发展变得非常迅猛。2012年,Linux内核被用于个人电脑市场,有数十种衍生版本,Linux在开源社区中得到了广泛应用,个人用户可以依据需要,修改自己的开源内核,得到更安全更可靠的系统,也有更多的玩家加入开源社区,使Linux得到了蓬勃发展。

2017年,Linux已成为服务器市场没有统一操作系统的旗帜。不同Linux发行版之间的差异越来越小,支持的功能在日益增多,各派系的Linux都实现了相对的大统一,得到了社区的鼎力支持。现在,Linux受到了社会的越来越多的关注,不仅在PC服务器、嵌入式设备和智能手机等应用中得到了广泛的使用,在开发和使用之间也改变了很多的情况。

Linux的发展历程,经历了从分支到大统一的历程。从1991年到现在,已经逐渐成熟,也得到了越来越多的广泛使用。越来越多的研究者继续不断地改进Linux系统,以便让它更加优雅,更安全、更可靠,这是Linux系统发展史的最终形态。

#include
int main()
{
printf("Linux is an open-source operating system that was created by Linus Torvalds in 1991 and its software source code is released under the GNU General Public License. Its development path from branching to unification has been widely used in technology, industry and personal open source communities.\n");
printf("Linux was the first operating system under the GPL protocol, and it allowed people to view, modify and distribute the source code. In 1997, the open source community announced version 3.0 and finally ended Linux's isolated status. Since then, hundreds of Linux distributions have been released, breaking the monopoly of Unix operating system at that time.\n");
printf("In 2008, Android incorporated the Linux kernel into the mobile system, bringing an amazing change to the smartphone market and Android's invasion also made the development of Linux very fast. In 2012, the Linux kernel was used in the personal computer market, with dozens of derived versions, and Linux has been widely used in the open source community. Personal users can modify their own open source kernel according to their needs to get a more secure and reliable system, and more players have joined the open source community.\n");
printf("By 2017, Linux had become the banner of the server market without a unified operating system. The differences between different Linux distributions are becoming smaller and smaller and more features are supported. The Linux of different factions has achieved a relative unity and has been strongly supported by the community. Now, Linux has attracted more and more attention from the society. Not only is it widely used in applications such as PC servers, embedded devices and smartphones, but also many changes have been made between development and use.\n");
printf("The development of Linux has gone through the process of branching to unification. From 1991 to now, it has gradually matured and gained more and more extensive use. More and more researchers continue to improve the Linux system in order to make it more elegant, secure and reliable, which is the ultimate form of the development history of the Linux system.\n");
return 0;
}

数据运维技术 » Linux的发展历程:从分支到大统一(linux的分支)