The Linux system used by Google: 1. Goobuntu, a Linux distribution used by Google for a long time, is built internally based on Ubuntu LTS; 2. gLinux, a rolling update distribution built on the Debian test branch.
#The operating environment of this tutorial: linux7.3 system, Dell G3 computer.
The Linux systems used by Google: Goobuntu and gLinux.
Goobuntu
Google uses a number of different operating system platforms internally, including Linux. Google chose to build its internal Linux distribution Goobuntu based on Ubuntu LTS, mainly because Ubuntu is user-friendly, easy to use, and provides many excellent features. Additionally, LTS will receive 2+ years of security updates from Canonical.
According to the official introduction, Goobuntu is a Linux distribution that has been used by Google for a long time. But Ubuntu LTS's two-year update cycle means Google must upgrade every one of its more than 100,000 devices before the operating system goes EOL. This is a very difficult and time-consuming job, after all, having all engineers configure their workspaces from scratch every two years is a serious blow to productivity and an irresponsible option from a financial perspective.
During each operating system life cycle, Google also faces the challenge of major version upgrades of software packages, as this may require significant changes to the software configuration. To automate this process, Google engineers wrote an unattended upgrade tool to handle many common problems. This "automated upgrade" means that most Google employees don't have to upgrade manually by reinstalling their machines and recreating all configurations. But in order to achieve this, Google needs to fully test the upgrade process and check that all major packages that have been changed continue to work (in Ubuntu, upgrades between major versions can be as many as thousands of packages). Sometimes it's difficult to provide automation in situations where package deprecation occurs and engineers have to decide how to move forward.
It is said that it usually takes Google a year to complete all Goobuntu upgrades, and the entire process is a huge pressure on the team. And many times some bugs they encounter have been fixed upstream, but these improvements are never merged into the LTS version used.
So Google turned to a rolling update distribution, but it did not choose the well-known rolling update distribution Arch Linux. Instead, it built gLinux Rodete (Rolling Debian Testing) based on the Debian test branch.
#Choose Debian because of its large community and software libraries, as well as the ability to use existing internal packages and tools in the Debian format. Moreover, Ubuntu is also based on Debian, making migration easier and smoother.
Debian’s stable branch also releases a major update almost every two years, but its test branch is updated on a rolling basis. Rolling updates mean that new versions need to be prevented as much as possible from causing disruption to existing workflows. To manage all these complex tasks of building all upstream packages from source code, Google built a workflow system called Sieve. Ensure that neither core components nor developer workflows are broken by new versions of packages by running a virtualization test suite.
gLinux
Google has decided to abandon its Ubuntu-based Goobuntu distribution and replace it with another The version called gLinux, apparently, is based on the Debian test repository.
gLinux will follow the rolling release model
If you listen to the DebConf17 talk (starting at minute 12), you will find some details about Goobuntu and gLinux, such as the former still Based on Ubuntu 14.04 LTS (Trusty Tahr), which is now based on the Debian GNU/Linux 10 "Buster" operating system and follows a rolling release model.
So why did Google move to Debian? Well, they seem intent on pushing them upstream. In other words, if they patch any security flaws or fix some bugs, these will immediately be available in the Debian repositories for all Debian GNU/Linux users to install on their computers.
Of course, this is good news for the Debian community, and even better news for the rest of the Linux community, as Google is a major contributor to the development and adoption of the Linux operating system. Google is also currently developing a new general-purpose operating system called Fuchsia OS, but has not shared details yet.
Related recommendations: "Linux Video Tutorial"
The above is the detailed content of What linux system does google use?. For more information, please follow other related articles on the PHP Chinese website!

google邮箱的后缀有两种:“@gmail.com”和“@googlemail.com”。“@gmail.com”是主要的邮箱后缀,而“@googlemail.com”是为了应对一些国家/地区限制google邮箱的用户而设置的备用邮箱后缀。google邮箱又名Gmail,是谷歌旗下出品的网络邮件服务,随付内置的Google搜索技术并提供15G以上的存储空间。

google邮箱后缀是“@gmail.com”,不仅仅是一个域名后缀,而是一个品牌标识,代表着google提供的高质量和可靠的电子邮件服务,通过选择".com"作为后缀,Gmail能够在全球范围内建立起自己的品牌形象,并与其他电子邮件服务进行区分。

linux设备节点是应用程序和设备驱动程序沟通的一个桥梁;设备节点被创建在“/dev”,是连接内核与用户层的枢纽,相当于硬盘的inode一样的东西,记录了硬件设备的位置和信息。设备节点使用户可以与内核进行硬件的沟通,读写设备以及其他的操作。

区别:1、open是UNIX系统调用函数,而fopen是ANSIC标准中的C语言库函数;2、open的移植性没fopen好;3、fopen只能操纵普通正规文件,而open可以操作普通文件、网络套接字等;4、open无缓冲,fopen有缓冲。

端口映射又称端口转发,是指将外部主机的IP地址的端口映射到Intranet中的一台计算机,当用户访问外网IP的这个端口时,服务器自动将请求映射到对应局域网内部的机器上;可以通过使用动态或固定的公共网络IP路由ADSL宽带路由器来实现。

google用的linux系统:1、Goobuntu,是谷歌长期使用的一种Linux发行版,基于Ubuntu LTS构建内部;2、gLinux,一种基于Debian测试分支构建的滚动更新发行版。

在linux中,eof是自定义终止符,是“END Of File”的缩写;因为是自定义的终止符,所以eof就不是固定的,可以随意的设置别名,linux中按“ctrl+d”就代表eof,eof一般会配合cat命令用于多行文本输出,指文件末尾。

在linux中,交叉编译是指在一个平台上生成另一个平台上的可执行代码,即编译源代码的平台和执行源代码编译后程序的平台是两个不同的平台。使用交叉编译的原因:1、目标系统没有能力在其上进行本地编译;2、有能力进行源代码编译的平台与目标平台不同。

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Atom editor mac version download
The most popular open source editor

mPDF
mPDF is a PHP library that can generate PDF files from UTF-8 encoded HTML. The original author, Ian Back, wrote mPDF to output PDF files "on the fly" from his website and handle different languages. It is slower than original scripts like HTML2FPDF and produces larger files when using Unicode fonts, but supports CSS styles etc. and has a lot of enhancements. Supports almost all languages, including RTL (Arabic and Hebrew) and CJK (Chinese, Japanese and Korean). Supports nested block-level elements (such as P, DIV),

SublimeText3 Linux new version
SublimeText3 Linux latest version

VSCode Windows 64-bit Download
A free and powerful IDE editor launched by Microsoft

ZendStudio 13.5.1 Mac
Powerful PHP integrated development environment
