Gentoo Linux

From HandWiki - Reading time: 15 min

Short description: Linux distribution
Gentoo Linux
Gentoo Logo
Gentoo Logo
Gentoo Live GUI USB running KDE.png
Gentoo Linux Live USB running KDE
DeveloperGentoo Foundation
Written inC, sh, and Python
OS familyLinux (Unix-like)
Working stateCurrent
Source modelOpen source
Initial release31 March 2002; 21 years ago (2002-03-31)[1][2]
Update methodRolling release
Package managerPortage
PlatformsIA-32, x86-64, IA-64, PA-RISC (HPPA), PowerPC 32/64, SPARC 64-bit, DEC Alpha, ARM 32/64, MIPS
Kernel typeMonolithic (Linux kernel)
UserlandGNU, With support for non-GNU userlands
Default user interfaceCLI, with support for various window managers and desktop environments
LicenseFree software
Official websitewww.gentoo.org

Gentoo Linux (pronounced /ˈɛnt/ JEN-too[3]) is a Linux distribution built using the Portage package management system. Unlike a binary software distribution, the source code is compiled locally according to the user's preferences and is often optimized for the specific type of computer. Precompiled binaries are available for some packages.[4] Gentoo runs on a wide variety of processors, including x86, PowerPC, SPARC, DEC Alpha, ARM, MIPS and PA-RISC.

Gentoo Linux was named after the gentoo penguin, the fastest swimming species of penguin. The name was chosen to reflect the potential speed improvements of machine-specific optimization, which is a major feature of Gentoo. Gentoo package management is designed to be modular, portable, easy to maintain, and flexible. Gentoo describes itself as a meta-distribution because of its adaptability, in that the majority of users have configurations and sets of installed programs which are unique to the system and the applications they use.[5]

History

Gentoo Linux was initially created by Daniel Robbins as the Enoch Linux distribution. The goal was to create a distribution without precompiled binaries that was tuned to the hardware and only included required programs.[6] At least one version of Enoch was distributed: version 0.75, in December 1999.[7]

Daniel Robbins and the other contributors experimented with a fork of GCC known as EGCS, developed by Cygnus Solutions. At this point, "Enoch" was renamed "Gentoo" Linux. The modifications to EGCS eventually became part of the official GCC (version 2.95), and other Linux distributions experienced similar speed increases.[8]

After problems with a bug on his own system, Robbins halted Gentoo development and switched to FreeBSD for several months, later saying, "I decided to add several FreeBSD features to make our autobuild system (now called Portage) a true next-generation ports system."[9]

Gentoo Linux 1.0 was released on March 31, 2002.[10] In 2004, Robbins set up the non-profit Gentoo Foundation, transferred all copyrights and trademarks to it, and stepped down as chief architect of the project.[11]

The current board of trustees[12] is composed of five members who were announced (following an election) on March 2, 2008.[13] There is also a seven-member Gentoo Council that oversees the technical issues and policies of Gentoo.[14] The Gentoo Council members are elected annually, for a period of one year, by the active Gentoo developers. When a member of the Council retires, the successor is voted into place by the existing Council members.[15]

The Gentoo Foundation is a domestic non-profit corporation,[16] registered in the State of New Mexico.[17] In late 2007, the Foundation's charter was revoked,[18] but by May 2008 the State of New Mexico declared that the Gentoo Foundation, Inc. had returned to good standing and was free to do business.[19]

Features

Gentoo appeals to Linux users who want full control of the software that is installed and running on their computer.[20]:402 People who are prepared to invest the time required to configure and tune a Gentoo system can build very efficient desktops and servers.[citation needed] Gentoo encourages users to build a Linux kernel tailored to their particular hardware. It allows very fine control of which services are installed and running, including the option to choose between systemd or OpenRC as the default init system. Memory usage can also be reduced compared to other distributions by omitting unnecessary kernel features and services.[20]:386

Gentoo's package repositories provide a large collection of software. Each package contains details of any dependencies, so only the minimum set of packages need to be installed. Optional features of individual packages, such as whether they require LDAP or Qt support, can be selected by the user and any resulting package requirements are automatically included in the set of dependencies.[20]:386

Inasmuch as Gentoo does not have a default look and feel, installed packages usually appear as their authors intended.[20]:387

Portage

Main page: Software:Portage
Installing software. In this example, Darktable will build with Flickr and geolocation support.
Installing software. In this example, Darktable will build with Flickr and geolocation support.

Portage is Gentoo's software distribution and package management system. The original design was based on the ports system used by the Berkeley Software Distribution (BSD) operating systems. The Gentoo repository contains over 19,000 packages ready for installation in a Gentoo system.[21]

A single invocation of portage's emerge command can update the local copy of the Gentoo repository, search for a package, or download, compile, and install one or more packages and their dependencies. The built-in features can be set for individual packages, or globally, with so-called "USE flags".[21]

Pre-compiled binaries are provided for some applications with long build times, such as LibreOffice and Mozilla Firefox, but users lose the ability to customize optional features. There are configuration options to reduce compilation times, such as by enabling parallel compilation or using pipes instead of temporary files.[22] Package compilation may also be distributed over multiple computers.[23] Additionally, the user may be able to mount a large filesystem in memory to further speed up the process of building packages. Some approaches have drawbacks and are not enabled by default. When installing the same package on multiple computers with sufficiently similar hardware, the package may be compiled once and a binary package created for quick installation on the other computers.[24]

On December 29th, 2023, it was announced that Gentoo will offer binary packages for download and direct installation. For most architectures, this will be limited to the core system and weekly updates. For amd64 and arm64 however the availability of binary packages reaches over 20 GB. [25]

Portability

As Gentoo is a source-based distribution with a repository describing how to build the packages, adding instructions to build on different machine architectures is particularly easy.[26]

Originally built on the IA-32 architecture, Gentoo has since been ported to many others. It is officially supported and considered stable on IA-32, x86-64, IA-64, PA-RISC, 32-bit and 64-bit PowerPC, 64-bit SPARC, DEC Alpha, and both 32- and 64-bit ARM architectures.[27] It is also officially supported but considered in-development state on MIPS,[28] PS3 Cell Processor, System Z/s390,.[29] Official support for 32-bit SPARC hardware and SuperH have been dropped.[30][31]

Portability towards other operating systems, such as those derived from BSD, including macOS, is under active development by the Gentoo/Alt project. The Gentoo/FreeBSD project already has a working guide based on FreeSBIE,[32] while Gentoo/NetBSD, Gentoo/OpenBSD and Gentoo/DragonFly are being developed.[33] There is also a project to get Portage working on OpenSolaris. There was an unofficial project to create a Gentoo port to GNU Hurd, but it has been inactive since 2006.[34]

It is also possible to install a Gentoo Prefix (provided by a project that maintains alternative installation methods for Gentoo) in a Cygwin environment on Windows, but this configuration is experimental.[35]

Installation

Gentoo may be installed in several ways. The most common way is to use the Gentoo minimal CD with a stage3 tarball (explained below). As with many Linux distributions, Gentoo may be installed from almost any Linux environment, such as another Linux distribution's Live CD, Live USB, or Network Booting using the "Gentoo Alternative Install Guide". A normal install requires a connection to the Internet, but there is also a guide for a network-less install.

On April 3, 2022, it was announced that there would be a new official image with a GUI, called the LiveGUI image. This can be installed onto installation media such as a USB drive or a dual-layer DVD. It includes a large selection of software, including the KDE Plasma 5 desktop environment, image editors, office software, system administration, and installation tools.[36]

Previously, Gentoo supported installation from stage1 and stage2 tarballs; however, the Gentoo Foundation no longer recommends them. Stage1 and stage2 are meant only for Gentoo developers.[37]

Following the initial install steps, the Gentoo Linux install process in the Gentoo Handbook describes compiling a new Linux kernel. This process is generally not required by other Linux distributions. Although this is widely regarded as a complex task, Gentoo provides documentation and tools such as Genkernel to simplify the process. In addition, users may also use an existing kernel known to work on their system by simply copying it to the boot directory, or installing one of the provided pre-compiled kernel packages, and updating their bootloader. Support for installation is provided on the Gentoo forum,[38] Reddit,[39] and IRC.[40]

A Live USB of Gentoo Linux can be created manually, by using various tools, or with dd as described in the handbook.

Stages

Before October 2005, installation could be started from any of three base stages:

  • Stage1 begins with only what is necessary to build a toolchain (the various compilers, linkers, and language libraries necessary to compile other software) for the target system; compiling this target toolchain from another, pre-existing host system is known as bootstrapping the target system.
  • Stage2 begins with a self-hosting (bootstrapped) toolchain for the target system, which is then used to compile all other core userland software for the target.
  • Stage3 begins with a minimal set of compiled user software, with which the kernel and any other additional software are then configured and compiled.

Since October 2005, only the stage3 installations have been officially supported, due to the inherent complexities of bootstrapping from earlier stages (which requires resolving and then breaking numerous circular dependencies).[41] Tarballs for stage1 and stage2 were distributed for some time after this,[when?] although the instructions for installing from these stages had been removed from the handbook[42] and moved into the Gentoo FAQ.[43] (As of September 2015), only the supported stage3 tarballs are publicly available; stage1 and stage2 tarballs are only "officially" generated and used internally by Gentoo development teams. However, if so desired, a user may still rebuild the toolchain or reinstall the base system software during or after a normal stage3 installation, effectively simulating the old bootstrap process.[44]

Gentoo Reference Platform

From 2003 until 2008, the Gentoo Reference Platform (GRP) was a snapshot of prebuilt packages that users could quickly install during the Gentoo installation process, to give faster access to a fully functional Gentoo installation.[45][46] These packages included KDE, X Window System, OpenOffice, GNOME, and Mozilla.[47] Once the installation was complete, the packages installed as part of the GRP were intended to be replaced by the user with the same or newer versions built through Portage that would be built using the user's system configuration rather than the generic builds provided by the GRP. As of 2011, the GRP is discontinued, the final reference to it appearing in the 2008.0 handbook.[48][original research?]

Versions

Gentoo follows a rolling release model.

Like other Linux distributions, Gentoo systems have an /etc/gentoo-release file, but this contains the version of the installed sys-apps/baselayout package.

In 2004, Gentoo began to version its Live media by year rather than numerically. This continued until 2008, when it was announced that the 2008.1 Live CD release had been cancelled in favour of weekly automated builds of both Stages 3 and Minimal CDs.[49] On December 20, 2008, the first weekly builds were published.[50] In 2009, a special Live DVD was created to celebrate the Gentoo 10-year anniversary.[51]

Release media version history

Name Date
(Enoch Linux) 0.75 December 1999
pre-1.0 2000-07-26
1.0[52] 2002-03-31
1.1a 2002-04-08
1.2 2002-06-10
1.4 2003-08-05 (Gentoo Reference Platform introduced)
1.4 maintenance release 1 2003-09-11[citation needed]
2004.0[53] 2004-03-01[54] (versioning changed to four releases a year)
2004.1 2004-04-28
2004.2 2004-07-26[55]
2004.3 2004-11-15[56]
2005.0[57] 2005-03-27[58] (versioning changed to semi-annual releases)
2005.1[59] 2005-08-08[60]
2005.1-r1 2005-11-21[61] (maintenance release 1)
2006.0 2006-02-27[62]
2006.1 2006-08-30[63]
2007.0 2007-05-07[64]
2008.0 2008-07-06[65]
Weekly Releases started[66] 2008-09-22

Special releases

In 2009, a special Live DVD was released to celebrate Gentoo's tenth anniversary. Initially planned as a one-off, the Live DVD was updated to the latest package versions in 2011 due to its popularity among new users.

Name Date/info
Unreal Tournament 2003 LiveCD 2002-09-18[67] - Bootable NVIDIA GPU-accelerated Unreal Tournament 2003 LiveCD, demoed at LinuxWorld Conference and Expo 2003.
10.0 2009-10-04[51] (special edition Live DVD for the 10th anniversary)
10.1 2009-10-10[68] (Bugfix release of Special Live DVD)
11.0 2011-04-08[69] (Anniversary Live DVD is updated to latest package versions)
12.0 2012-01-02[70]
12.1 2012-04-01[71] (With an April Fool's joke named "Install Wizard")
20121221 2012-12-21[72] (Live DVD - End Of World Edition)
20140826 2014-08-26[73] (Live DVD - Iron Penguin Edition)
20160514 2016-05-14[74] (Live DVD - Choice Edition; UEFI, ZFSOnLinux, and writable file systems using AUFS)
20160704[75] 2016-07-04[76] (Live DVD - Choice Edition Part Dos)

Profiles

Although Gentoo does not have a concept of versioning the entire system, it does make use of "profiles", which define build configuration for all packages in the system. Major changes, such as changing the layout of how files are installed across the entire system, typically involve a profile upgrade and may require rebuilding all installed software. These profiles are versioned based on the year they were released, and include several variants for each release targeted towards different types of systems (such as servers and desktops). Profiles formerly tracked the versioning of install media, and switched to two-digit year naming after the discontinuation of versioned media. The following new profile versions have been released after 2008.0:

Version Date/info
10.0 2009-08-06[77] (cosmetic name change from 2008.0 profiles)
13.0 2013-02-10[78]
17.0 2017-11-30[79] (C++14 and PIE by default)
17.1 2017-12-26[80] (altered multilib layout for amd64 systems)

Hardened Gentoo

Hardened Gentoo is a project designed to develop and designate a set of add-ons that are useful when a more security focused installation is required.[81] Previously, the project included patches to produce a hardened kernel, but these were discontinued. Other parts of the hardened set, such as SELinux, and userspace hardening remain.[82]

Incidents

In June 2018 the Gentoo GitHub code repository mirror used mainly by developers was hacked after an attacker gained access to an organization administrator's account via deducing the password. Gentoo promptly responded by containing the attack and improving security practices. No Gentoo cryptography keys or signed packages were compromised, and the repository was restored after five days.[83][84][85][86][87]

Logo and mascots

The gentoo penguin is thought to be the fastest underwater-swimming penguin. The name "Gentoo Linux" acknowledges both the Linux mascot – a penguin called Tux – and the project's aim to produce a high-performance operating system.[20]:383

The official Gentoo logo is a stylized 'g' resembling a silver magatama.[88] Unofficial mascots include Larry The Cow[5] and Znurt the Flying Saucer.[89]

Derived distributions

There are a number of independently developed variants of Gentoo Linux, including ChromiumOS and Container Linux.

See also

References

  1. "Funtoo Linux History". funtoo.org. 2019-05-25. https://www.funtoo.org/Funtoo_Linux_History. 
  2. Locke, Bruce (2022-04-01). "PR: Gentoo Linux 1.0 Released". http://www.linuxtoday.com/news_story.php3?ltsn=2002-04-01-011-26-PR-CY-DV. "The Gentoo Project is proud to announce the release of Gentoo Linux 1.0." 
  3. "Gentoo Linux Frequently Asked Questions". https://wiki.gentoo.org/wiki/FAQ#How_is_Gentoo_pronounced.2C_and_what_does_it_mean.3F. "Gentoo is pronounced "gen-too" (the "g" in "Gentoo" is a soft "g", as in "gentle")." 
  4. "Binary package guide". gentoo.org. https://wiki.gentoo.org/wiki/Binary_package_guide. "Next to the usual support for source-based ebuilds, Portage also supports building and installing binary packages." 
  5. 5.0 5.1 "Gentoo Linux – About Gentoo". Gentoo.org. 2007-09-17. https://www.gentoo.org/get-started/about/. 
  6. "Gentoo Linux Documentation – Making the distribution, Part 1". 2005-10-09. http://www.gentoo.org/doc/en/articles/making-the-distro-p1.xml. 
  7. "Planet Mirror – enoch – Enoch Linux – enoch-0.75 – download now". 2007-02-11. http://public.planetmirror.com/pub/enoch/enoch-0.75. 
  8. "Gentoo Linux Documentation – Making the distribution, Part 2". 2005-10-09. http://www.gentoo.org/doc/en/articles/making-the-distro-p2.xml. 
  9. "Gentoo Linux Documentation – Making the distribution, Part 3". 2005-10-09. http://www.gentoo.org/doc/en/articles/making-the-distro-p3.xml. 
  10. "Slashdot | Gentoo 1.0 Released". 2002-03-31. https://linux.slashdot.org/story/02/03/31/2123251/gentoo-10-released. 
  11. "Daniel Robbins Resigns As Chief Gentoo Architect". April 26, 2004. https://developers.slashdot.org/story/04/04/26/2259211/daniel-robbins-resigns-as-chief-gentoo-architect. 
  12. "Gentoo Linux Wiki – The Board of Trustees". 2018-01-21. https://wiki.gentoo.org/wiki/Foundation:Main_Page#The_Board_of_Trustees. 
  13. "Gentoo Linux – New foundation trustees elected". 2008-03-02. http://www.gentoo.org/news/20080302-foundation-election.xml. 
  14. "Gentoo Council". https://wiki.gentoo.org/wiki/Project:Council. 
  15. Gentoo Council. Accessed January 6, 2014.
  16. "Gentoo Foundation Charter". https://wiki.gentoo.org/wiki/Foundation:Main_Page#Gentoo_Foundation_Charter. 
  17. GENTOO FOUNDATION, INC.[|permanent dead link|dead link}}], Corporations Information Inquiry, New Mexico Public Relation Commission. Accessed May 8, 2009.
  18. jake (2008-01-14). "Gentoo loses charter; Robbins offers to return". LWN.net. https://lwn.net/Articles/265006/. 
  19. "Gentoo Foundation, Inc.". New Mexico Corporation Division Efile. https://efile.prc.newmexico.gov/Efile/corplookup/Details.aspx?Nmscc=2463313. 
  20. 20.0 20.1 20.2 20.3 20.4 Christopher Negus (May 5, 2008). Linux Bible: Boot Up to Ubuntu, Fedora, KNOPPIX, Debian, openSUSE, and 11 Other Distributions. John Wiley & Sons. pp. 389–. ISBN 978-0-470-28706-4. https://books.google.com/books?id=gqXiuPySGg8C&pg=PA389. Retrieved April 20, 2020. 
  21. 21.0 21.1 Chris Negus (2006). Live Linux CDs: Building and Customizing Bootables. Prentice Hall Professional. pp. 224–. ISBN 978-0-13-243274-0. https://books.google.com/books?id=2S3eUgb39C8C&pg=PA224. Retrieved April 20, 2020. 
  22. CFLAGS and CXXFLAGS , Gentoo Linux x86 Handbook. December 13, 2014. Accessed February 10, 2018.
  23. Distcc , Gentoo Linux Wiki. February 2, 2018. Accessed February 10, 2018.
  24. Binary package guide , Gentoo Linux Wiki. November 13, 2017. Accessed February 10, 2018.
  25. "Gentoo goes Binary!". https://www.gentoo.org/news/2023/12/29/Gentoo-binary.html. 
  26. Brendan Horan (March 26, 2013). Practical Raspberry Pi. Apress. pp. 222–. ISBN 978-1-4302-4971-9. https://books.google.com/books?id=5Vy_UfRQduQC&pg=PA222. Retrieved April 20, 2020. 
  27. "Handbook:Main Page - Gentoo Wiki". https://wiki.gentoo.org/wiki/Handbook:Main_Page#Viewing_the_Handbook. 
  28. "Gentoo/MIPS". gentoo.org. https://wiki.gentoo.org/wiki/Project:MIPS. 
  29. "Gentoo Linux Documentation – s390 Installation Document". dev.gentoo.org. 2004-05-12. https://dev.gentoo.org/~vapier/s390/. 
  30. "Gentoo Development Guide: Arch Specific Notes – SPARC". devmanual.gentoo.org. https://devmanual.gentoo.org/archs/sparc/index.html. 
  31. "*/*: Discontinue Gentoo SuperH port". https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e51443573bdad1d4757bed11ed5c02f137b822e. 
  32. "Gentoo FreeBSD". gentoo.org. https://wiki.gentoo.org/wiki/Gentoo_FreeBSD. 
  33. "Gentoo Linux Projects – Gentoo/*BSD". Gentoo.org. 2006-10-19. http://www.gentoo.org/proj/en/gentoo-alt/bsd/index.xml. 
  34. "Gentoo GNU Hurd". Mundurat.net. http://www.mundurat.net/ggh/. 
  35. "Gentoo Wiki - Prefix/Cygwin". https://wiki.gentoo.org/wiki/Prefix/Cygwin. 
  36. "New Gentoo LiveGUI ISO and artwork / branding contest! – Gentoo Linux". https://www.gentoo.org/news/2022/04/03/livegui-artwork-contest.html. 
  37. "How do I Install Gentoo Using a Stage1 or Stage2 Tarball?". https://wiki.gentoo.org/wiki/FAQ#How_do_I_install_Gentoo_using_a_stage1_or_stage2_tarball.3F. 
  38. "Gentoo Forums :: View Forum - Installing Gentoo". https://forums.gentoo.org/viewforum-f-14.html. 
  39. "r/Gentoo" (in en-US). https://www.reddit.com/r/Gentoo/. 
  40. "IRC channels – Gentoo Linux". https://www.gentoo.org/get-involved/irc-channels/. 
  41. "Gentoo Linux Newsletter – November 14th, 2005". Gentoo.org. http://www.gentoo.org/news/en/gwn/20051114-newsletter.xml. 
  42. "Stage1/2 deprecation from Gentoo Handbook". Gentoo. 2005-11-05. https://archives.gentoo.org/gentoo-doc/message/10e3dc2fcf03e67fb91e8933ea0e5b35. 
  43. "Gentoo Linux Frequently Asked Questions". gentoo.org. https://wiki.gentoo.org/wiki/FAQ. 
  44. "Sakaki's EFI Install Guide/Building the Gentoo Base System Minus Kernel". Sakaki. 2014-07-04. https://wiki.gentoo.org/wiki/Sakaki's_EFI_Install_Guide/Building_the_Gentoo_Base_System_Minus_Kernel#Bootstrapping_the_Base_System_.28Optional_but_Recommended.29. 
  45. Daniel Robbins (2002-10-10). "Gentoo Linux Reloaded". LinuxDevCenter.com. http://www.linuxdevcenter.com/pub/a/linux/2002/10/10/intro_gentoo.html. 
  46. Sven Vermeulen (2004-03-01). "Gentoo Linux 2004.0 Released". OSNews. https://www.osnews.com/story/6206. 
  47. "Gentoo Linux Documentation". https://www.gentoo.org/doc/en/handbook/2005.1/hb-install-about.xml. 
  48. "Gentoo Linux Documentation". http://www.gentoo.org/doc/en/handbook/2008.0/handbook-x86.xml?part=1&chap=1. 
  49. "Gentoo News – New release strategy to provide more current install media". Gentoo.org. 2008-09-22. http://www.gentoo.org/news/20080922-releng-announcement.xml. 
  50. "Gentoo News – First sets of weekly stage3 tarballs and minimal CDs released". Gentoo.org. 2008-12-20. http://www.gentoo.org/news/20081220-releng-first-weekly-stage.xml. 
  51. 51.0 51.1 "Gentoo Linux – Ten Years Compiling: 1999–2009". Gentoo.org. 2009-10-04. https://www.gentoo.org/news/20091004-gentoo-10-years.xml. 
  52. "Review of Gentoo Linux 1.0". https://www.osnews.com/story/937. 
  53. "Gentoo for All the Unusual Reasons". https://www.linuxjournal.com/article/7438. 
  54. "Gentoo Linux Newsletter – March 1st, 2004". Gentoo.org. http://www.gentoo.org/news/en/gwn/20040301-newsletter.xml. 
  55. "Today marks the release of Gentoo Linux 2004.2 for the AMD64, HPPA, SPARC and X86 architectures!". gentoo.org. 2004-07-26. https://www.gentoo.org/proj/en/releng/release/2004.2/2004.2-press-release.txt. 
  56. "Gentoo Linux Newsletter – November 15, 2004". Gentoo.org. http://www.gentoo.org/news/en/gwn/20041115-newsletter.xml. 
  57. "Mini review: Gentoo Linux 2005.0". DistroWatch (99). May 9, 2005. https://distrowatch.com/weekly.php?issue=20050509#1. Retrieved June 23, 2018. 
  58. "Gentoo Linux – Release Announcement: Gentoo Linux 2005.0". Gentoo.org. 2005-03-27. http://www.gentoo.org/news/20050327-release-2005.0.xml. 
  59. "A Slacker Tries His Hand at Gentoo". https://www.osnews.com/story/12129. 
  60. "Gentoo Linux – Release Announcement: Gentoo Linux 2005.1". Gentoo.org. 2005-08-10. http://www.gentoo.org/news/20050808-annoncement-release-2005.1.xml. 
  61. "Gentoo Linux – Media Refresh: Gentoo Linux 2005.1-r1". Gentoo.org. 2005-11-21. http://www.gentoo.org/news/20051121-release-2005.1-r1.xml. 
  62. "Gentoo Linux – Release Announcement: Gentoo Linux 2006.0". Gentoo.org. 2006-02-27. http://www.gentoo.org/news/20060227-release-2006.0.xml. 
  63. "Gentoo Linux – Gentoo Linux 2006.1 – Unleashed". Gentoo.org. 2006-08-30. http://www.gentoo.org/news/20060830-release.xml. 
  64. "Gentoo Linux – Gentoo Linux 2007.0 released". Gentoo.org. 2007-05-07. http://www.gentoo.org/news/20070507-release-2007.0.xml. 
  65. "Gentoo Linux – Gentoo Linux 2008.0 released". Gentoo.org. 2008-07-06. http://www.gentoo.org/news/20080706-release-2008.0.xml. 
  66. "Gentoo Linux – New release strategy to provide more current install media". Gentoo.org. 2008-09-22. http://www.gentoo.org/news/20080922-releng-announcement.xml. 
  67. "Unreal Tournament 2003 LiveCD". sourceforge.net. 2003-04-13. http://freshmeat.sourceforge.net/projects/gentoo-ut2k3demo. 
  68. "Gentoo Ten Live DVD 10.1 Release". Gentoo.org. 2009-10-23. http://www.gentoo.org/news/20091023-livedvd-10.1-announcement.xml. 
  69. "Gentoo Linux - LiveDVD 11.0". Gentoo.org. 2011-03-08. http://www.gentoo.org/news/20110308-livedvd.xml. 
  70. "Gentoo Linux releases 12.0 LiveDVD". Gentoo.org. 2012-01-02. http://www.gentoo.org/news/20120102-livedvd.xml. 
  71. "Gentoo Linux releases 12.1 LiveDVD". Gentoo.org. 2012-04-01. http://www.gentoo.org/news/20120401-livedvd.xml. 
  72. "Gentoo Linux releases 20121221 LiveDVD - End Of World Edition". Gentoo.org. 2012-12-21. http://www.gentoo.org/news/20121221-livedvd.xml. 
  73. "Gentoo Linux releases the 20140826 LiveDVD - Iron Penguin Edition". Gentoo.org. 2014-08-26. http://www.gentoo.org/news/20140826-livedvd.xml. 
  74. "Gentoo Linux releases the 20160514 LiveDVD - Choice Edition". Gentoo.org. 2016-05-14. https://wiki.gentoo.org/wiki/Project:RelEng/LiveDVD/20160514. 
  75. "Gentoo Linux live DVD "Choice Edition"". DistroWatch (675). August 22, 2016. https://distrowatch.com/weekly.php?issue=20160822#gentoo. Retrieved June 23, 2018. 
  76. "Gentoo Linux releases the 20160704 LiveDVD - Choice Edition Part Dos". Gentoo.org. 2016-07-04. https://wiki.gentoo.org/wiki/Project:RelEng/LiveDVD/20160704. 
  77. "New 10.0 profiles are in repository". 2009-08-06. https://archives.gentoo.org/gentoo-dev/message/a6a1edc89202d698e0c4ebe472a9e511. 
  78. "New 13.0 profiles and deprecation of 10.0 profiles". 2013-02-10. http://www.gentoo.org/support/news-items/2013-02-10-new-13-profiles-server.html. 
  79. "New 17.0 profiles in the Gentoo repository". 2017-11-30. http://www.gentoo.org/support/news-items/2017-11-30-new-17-profiles.html. 
  80. "Experimental amd64 17.1 profiles up for testing". 2017-12-26. http://www.gentoo.org/support/news-items/2017-12-26-experimental-amd64-17-1-profiles.html. 
  81. "Hardening Linux Usando Controle de Acesso Mandatório". http://www.seer.ufrgs.br/testeCPD/issue/viewFile/487/6. 
  82. "Hardened Linux kernel sources removal". August 19, 2017. https://www.gentoo.org/news/2017/08/19/hardened-sources-removal.html. 
  83. "Project:Infrastructure/Incident Reports/2018-06-28 Github - Gentoo Wiki". https://wiki.gentoo.org/wiki/Project:Infrastructure/Incident_Reports/2018-06-28_Github. 
  84. Henry-Stocker, Sandra (July 10, 2018). "The aftermath of the Gentoo GitHub hack". Network World. https://www.networkworld.com/article/3287973/linux/the-aftermath-of-the-gentoo-github-hack.html. 
  85. Shallwood, Simon (5 Jul 2018). "Gentoo GitHub repo hack made possible by these 3 rookie mistakes". https://www.theregister.co.uk/2018/07/05/gentoo_github_hack_weak_password_no_2fa/. 
  86. John Biggs (June 29, 2018). "Hackers took over the Gentoo Linux GitHub repository". https://techcrunch.com/2018/06/29/hackers-too-over-the-gentoo-linux-github-repository/. 
  87. Ankush Das (June 29, 2018). "GitHub Repositories of Gentoo Linux Hacked!". https://itsfoss.com/github-gentoo-hacked/. 
  88. "Gentoo name and logo usage guidelines". gentoo.org. https://www.gentoo.org/inside-gentoo/foundation/name-logo-guidelines.html. 
  89. "(gentoo) Contents of /xml/images/znurt.jpg". Gentoo.org. 2002-11-09. https://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo/xml/images/znurt.jpg?view=markup. 

External links





Licensed under CC BY-SA 3.0 | Source: https://handwiki.org/wiki/Software:Gentoo_Linux
15 views | Status: cached on February 23 2024 09:36:37
↧ Download this article as ZWI file
Encyclosphere.org EncycloReader is supported by the EncyclosphereKSF