Ax_What is Linux?

"Linux is a family of free and open-source software operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Popular Linux distributions include Debian, Fedora, and Ubuntu. Commercial distributions include Red Hat Enterprise Linux and SUSE Linux Enterprise Server. Desktop Linux distributions include a windowing system such as X11 or Wayland, and a desktop environment such as GNOME or KDE Plasma. Distributions intended for servers may omit graphics altogether, and include a solution stack such as LAMP. Because Linux is freely redistributable, anyone may create a distribution for any purpose.

Linux was originally developed for personal computers based on the Intel x86 architecture, but has since been ported to more platforms than any other operating system. Linux is the leading operating system on servers and other big iron systems such as mainframe computers, and the only OS used on TOP500 supercomputers (since November 2017, having gradually eliminated all competitors). It is used by around 2.3 percent of desktop computers. The Chromebook, which runs the Linux kernel-based Chrome OS, dominates the US K–12 education market and represents nearly 20 percent of sub-$300 notebook sales in the US.

Linux also runs on embedded systems, i.e. devices whose operating system is typically built into the firmware and is highly tailored to the system. This includes routers, automation controls, televisions, digital video recorders, video game consoles, and smartwatches. Many smartphones and tablet computers run Android and other Linux derivatives. Because of the dominance of Android on smartphones, Linux has the largest installed base of all general-purpose operating systems.

Linux is one of the most prominent examples of free and open-source software collaboration. The source code may be used, modified and distributed—commercially or non-commercially—by anyone under the terms of its respective licenses, such as the GNU General Public License."

Bx_What is Debian

"The Debian Project is an association of individuals who have made common cause to create a free operating system. This operating system that we have created is called Debian.

An operating system is the set of basic programs and utilities that make your computer run. At the core of an operating system is the kernel. The kernel is the most fundamental program on the computer and does all the basic housekeeping and lets you start other programs.

Debian systems currently use the Linux kernel or the FreeBSD kernel. Linux is a piece of software started by Linus Torvalds and supported by thousands of programmers worldwide. FreeBSD is an operating system including a kernel and other software.

However, work is in progress to provide Debian for other kernels, primarily for the Hurd. The Hurd is a collection of servers that run on top of a microkernel (such as Mach) to implement different features. The Hurd is free software produced by the GNU project.

A large part of the basic tools that fill out the operating system come from the GNU project; hence the names: GNU/Linux, GNU/kFreeBSD, and GNU/Hurd. These tools are also free.

Of course, the thing that people want is application software: programs to help them get what they want to do done, from editing documents to running a business to playing games to writing more software. Debian comes with over 51000 packages (precompiled software that is bundled up in a nice format for easy installation on your machine), a package manager (APT), and other utilities that make it possible to manage thousands of packages on thousands of computers as easily as installing a single application. All of it free.

It's a bit like a tower. At the base is the kernel. On top of that are all the basic tools. Next is all the software that you run on the computer. At the top of the tower is Debian — carefully organizing and fitting everything so it all works together."

Cx_What is Parrot

ParrotOS (Parrot Security, ParrotOS) is a free and open source GNU/Linux distribution based on Debian Testing designed for security experts, developers and privacy aware people.

It includes a full portable arsenal for IT security and digital forensics operations, but it also includes everything you need to develop your own programs or protect your privacy while surfing the net.

The operating system ships with the MATE desktop environment preinstalled and is available in several flavors to fit your needs.
![](https://img2018.cnblogs.com/blog/1786363/201910/1786363-20191028165140668-77346831.png)

https://docs.parrotlinux.org/intro/what-is-parrot/

最新文章

  1. 运用<div>布局页面练习
  2. [原创]直播服务器简单实现 http_flv和hls 内网直播桌面
  3. javascript 时间代理
  4. Vim 练级攻略
  5. 美国半个互联网瘫痪对开发者使用DNS的启发
  6. mongodb 物理删除数据
  7. poj 1330 Nearest Common Ancestors 裸的LCA
  8. CodeForces 589A Email Aliases (匹配,水题)
  9. ASP.NET MVC利用PagedList分页(二)PagedList+Ajax+JsRender
  10. Java数据类型转换浅析
  11. Web桌面应用框架2:著名的WEB桌面应用分析
  12. UWP 手绘视频创作工具技术分享系列 - 有 AI 的手绘视频
  13. NetFPGA-1G-CML Demo --- reference_router_nf1_cml
  14. js-day01-js语言基础
  15. 学JAVA第三天,JAVA第二章《JAVA数据类型》
  16. 获取spring容器对象方法和原因
  17. MUI 添加自定义图标(注意点)
  18. [MongoDB] MongoDB管理:使用killOp干掉Long Running Operation
  19. Winform 打包 混淆 自动更新
  20. python 多返回值

热门文章

  1. js-编程练习题-输出年月日以及练习字符串分割,检索,转换整数(int)
  2. USB工业摄像头设计之上位机
  3. JS页面跳转加密解密URL参数
  4. Chapter 3 :代码的坏味道
  5. 2019年Java并发精选面试题,哪些你还不会?(含答案和思维导图)
  6. 带你使用Visual Studio 2019创建一个MVC Web应用
  7. poj 2513 Colored Sticks (trie树+并查集+欧拉路)
  8. 《Dotnet9》系列-开源C# WPF控件库强力推荐
  9. AI行业精选日报_人工智能(12·20)
  10. C#mvc重新定向并在路径中使用html扩展名实现伪静态