Movatterモバイル変換


[0]ホーム

URL:


Jump to content
WikipediaThe Free Encyclopedia
Search

Gentoo Linux

From Wikipedia, the free encyclopedia
Linux distribution

Linux distribution
Gentoo Linux
Gentoo Logo
Logo
Gentoo Linux Live USB running KDE
DeveloperGentoo Foundation
Written inC,Perl,sh, andPython
OS familyLinux (Unix-like)
Working stateCurrent
Source modelOpen source
Initial release31 March 2002; 23 years ago (2002-03-31)[1][2]
Repository
Update methodRolling release
Package managerPortage
Supported platformsIA-32,x86-64,PA-RISC (HPPA),PowerPC 32/64,SPARC 64-bit,DEC Alpha,ARM 32/64,MIPS,RISC-V 32/64,m68k,loong,s390,s390x
Kernel typeMonolithic (Linux kernel)
UserlandGNU, With support for non-GNU userlands
Default
user interface
CLI, with support for variouswindow managers anddesktop environments
LicenseFree software
Official websitewww.gentoo.org

Gentoo Linux (pronounced/ˈɛnt/JEN-too[3]) is aLinux distribution built using thePortagepackage management system. Unlike a binarysoftware distribution, the source code is compiled locally according to the user's preferences and is oftenoptimized for the specific type of computer. Precompiled binaries are available for some packages.[4] Gentoo runs on a wide variety of processor architectures.

Gentoo package management is designed to bemodular,portable, easy to maintain, and flexible. Gentoo describes itself as ameta-distribution because of its adaptability, in that the majority of its users have configurations and sets of installed programs which are unique to the system and the applications they use.[5]

Gentoo Linux is named after thegentoo penguin, the fastest swimming species of penguin. The name was chosen to reflect the potential speed improvements of machine-specific optimizing, which is a major feature of Gentoo.

History

[edit]
Gentoo Linux's old vector logo

Gentoo Linux was initially created byDaniel Robbins as theEnoch Linux distribution. Itsdesign philosophy was that of precompiled binaries which were tuned to the hardware and that only included required programs.[6] At least one version of Enoch was distributed under that name: version 0.75, in December 1999.[7] An older release labeled "Enoch 0.5" can be found on the CD accompanying the August 1999 edition of the Danish computer magazineAlt om Data.[8]

Daniel Robbins and the other contributors experimented with a fork ofGCC known as EGCS, developed byCygnus Solutions. It was at this point that "Enoch" was renamed "Gentoo" Linux. The modifications to EGCS eventually became part of the official GCC (version 2.95); Gentoo and other Linux distros benefited from similar speed increases.[9]

After problems with a bug on his own system, Robbins halted Gentoo development and switched toFreeBSD 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."[10]

Gentoo Linux 1.0 was released on March 31, 2002.[11] 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.[12]

The current board of trustees[13] is composed of five members who were announced (following an election) on March 2, 2008.[14] The seven-member Gentoo Council oversees related technical issues and policies.[15] 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.[16]

The Gentoo Foundation is a domestic non-profit corporation,[17] registered in the State ofNew Mexico.[18] In late 2007, the Foundation's charter was revoked,[19] 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.[20]

The creator of Gentoo, Daniel Robbins, left the project in both 2004 and 2007 due to conflicts with other developers.[21][22][23][24][25][26]

Features

[edit]

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

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

Gentoo itself does not have a defaultlook and feel, hence installed packages usually appear as their authors intended.[27]: 387 

Portage

[edit]
Main article:Portage (software)
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'ssoftware distribution andpackage management system. The original design was based on theports system used by theBerkeley Software Distribution (BSD) operating systems. The Gentoo repository contains over 19,000 packages.[28]

A single invocation of portage'semerge 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".[28]

Pre-compiled binaries are provided for some applications with long build times, such asLibreOffice andMozilla Firefox, but users lose the ability to customize optional features. There are configuration options to reduce compiling times, such as by enabling parallel compiling or usingpipes instead of temporary files.[29] Package compiling may also be distributed over multiple computers.[30] Additionally, the user may be able tomount 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.[31]

On December 29, 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.[32]

Portability

[edit]

Inasmuch as Gentoo is a source-based distribution with a repository describing how to build the packages, adding instructions to build on differentmachine architectures is particularly easy.[33]

Originally built on theIA-32 architecture, Gentoo has since been ported to many others. It is officially supported and considered stable on IA-32,x86-64,PA-RISC,32-bit and64-bitPowerPC, 64-bitSPARC,DEC Alpha, and 32- and 64-bitARM architectures.[34] It is also officially supported but considered in-development state onMIPS,[35]PS3 Cell Processor,System Z/s390.[36] Official support for 32-bit SPARC, SuperH and Itanium have been dropped.[37][38]

Portability towards other operating systems, such as those derived fromBerkeley Software Distribution (BSD), includingmacOS, is under active development by theGentoo/Alt project. TheGentoo/FreeBSD project already has a working guide based onFreeSBIE,[39] while Gentoo/NetBSD, Gentoo/OpenBSD and Gentoo/DragonFly are being developed.[40] A project exists to get Portage working onOpenSolaris. There was an unofficial project to create a Gentoo port toGNU Hurd, but it has been inactive since 2006.[41]

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

Installation

[edit]

Gentoo may be installed in several ways. The most common is to use the Gentoo minimal CD with a stage3tarball (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 a network-less install guide exists.

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 theKDE Plasma 6 desktop environment, image editors, office software, system administration, and installation tools.[43]

Previously, Gentoo supported installation from stage1 and stage2 tarballs. The Gentoo Foundation no longer recommends this usage; stage1 and stage2 are now meant only for Gentoo developers.[44]

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 the installation requires significantly more configuration than most mainline distributions, Gentoo provides documentation and tools such as its stage3 tarball and distribution kernels to simplify the process.[45] 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,[46]Reddit,[47] andIRC.[48]

ALive USB of Gentoo Linux can be created manually, by usingvarious tools, or withdd as described in thehandbook.

Stages

[edit]

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

  • Stage1 begins with only what is necessary to build atoolchain (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 asbootstrapping the target system.
  • Stage2 begins with aself-hosting (bootstrapped) toolchain for the target system, which is then used to compile all other coreuserland software for the target.
  • Stage3 begins with a minimal set of compiled user software, with which thekernel 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 numerouscircular dependencies).[49]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[50] and moved into the Gentoo FAQ.[51] As of September 2015[update], 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.[52]

Gentoo Reference Platform

[edit]

From 2003 until 2008, theGentoo 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.[53][54] These packages includedKDE,X Window System,OpenOffice,GNOME, andMozilla.[55] 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.[56][original research?]

Versions

[edit]

Gentoo follows arolling release model.

Like other Linux distributions, Gentoo systems have an/etc/gentoo-release file, but this contains the version of the installedsys-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.[57] On December 20, 2008, the first weekly builds were published.[58] In 2009, a specialLive DVD was created to celebrate the Gentoo 10-year anniversary.[59]

Release media version history

[edit]
NameDate
(Enoch Linux) 0.75December 1999
pre-1.0July 26, 2000
1.0[60]March 31, 2002
1.1aApril 8, 2002
1.2June 10, 2002
1.4August 5, 2003 (Gentoo Reference Platform introduced)
1.4 maintenance release 1September 11, 2003[citation needed]
2004.0[61]March 1, 2004[62] (versioning changed to four releases a year)
2004.1April 28, 2004
2004.2July 26, 2004[63]
2004.3November 15, 2004[64]
2005.0[65]March 27, 2005[66] (versioning changed to semi-annual releases)
2005.1[67]August 8, 2005[68]
2005.1-r1November 21, 2005[69] (maintenance release 1)
2006.0February 27, 2006[70]
2006.1August 30, 2006[71]
2007.0May 7, 2007[72]
2008.0July 6, 2008[73]
Weekly Releases started[74]September 22, 2008

Special releases

[edit]

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.

NameDate/info
Unreal Tournament 2003 LiveCDSeptember 18, 2002[75] - Bootable NVIDIA GPU-acceleratedUnreal Tournament 2003 LiveCD, demoed atLinuxWorld Conference and Expo 2003.
10.0October 4, 2009[59] (special edition Live DVD for the 10th anniversary)
10.1October 10, 2009[76] (Bugfix release of Special Live DVD)
11.0April 8, 2011[77] (Anniversary Live DVD is updated to latest package versions)
12.0January 2, 2012[78]
12.1April 1, 2012[79] (With an April Fool's joke named "Install Wizard")
20121221December 21, 2012[80] (Live DVD - End Of World Edition)
20140826August 26, 2014[81] (Live DVD - Iron Penguin Edition)
20160514May 14, 2016[82] (Live DVD - Choice Edition; UEFI, ZFSOnLinux, and writable file systems usingAUFS)
20160704[83]July 4, 2016[84] (Live DVD - Choice Edition Part Dos)

Profiles

[edit]

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 asservers anddesktops). 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:

VersionDate/info
10.0August 6, 2009[85] (cosmetic name change from 2008.0 profiles)
13.0February 10, 2013[86]
17.0November 30, 2017[87] (C++14 andPIE by default)
17.1December 26, 2017[88] (altered multilib layout foramd64 systems)
23.0March 22, 2024[89] (merged /usr became the default)

Hardened Gentoo

[edit]

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.[90] Previously, the project included patches to produce a hardened kernel, but these were discontinued. Other parts of the hardened set, such asSELinux, and userspace hardening remain.[91]

Incidents

[edit]

In June 2018 the GentooGitHub 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 Gentoocryptography keys or signed packages were compromised, and the repository was restored after five days.[92][93][94][95][96]

Logo and mascots

[edit]

Thegentoo penguin is thought to be the fastest underwater-swimming penguin. The name Gentoo Linux is a reference both to the omnibus Linux mascot— a penguin calledTux— and the project's aim to produce a high-performance operating system.[27]: 383 Unofficial mascots includeLarry The Cow[5] andZnurt the Flying Saucer.[97]

Derived distributions

[edit]
Main article:List of Gentoo Linux derivatives

Several independently developed Gentoo Linux variants exist, as do products built off of Gentoo such asChromiumOS.

See also

[edit]

References

[edit]
  1. ^"Funtoo Linux History". funtoo.org. May 25, 2019.Archived from the original on July 31, 2020. RetrievedFebruary 10, 2018.
  2. ^Locke, Bruce (April 1, 2022)."PR: Gentoo Linux 1.0 Released".Linux Today. Archived fromthe original on October 28, 2002. RetrievedAugust 31, 2022.The Gentoo Project is proud to announce the release of Gentoo Linux 1.0.
  3. ^"Gentoo Linux Frequently Asked Questions".Archived from the original on January 6, 2014. RetrievedJanuary 6, 2014.Gentoo is pronounced "gen-too" (the "g" in "Gentoo" is a soft "g", as in "gentle").
  4. ^"Binary package guide". gentoo.org.Archived from the original on February 12, 2018. RetrievedSeptember 4, 2022.Next to the usual support for source-based ebuilds, Portage also supports building and installing binary packages.
  5. ^ab"Gentoo Linux – About Gentoo". Gentoo.org. September 17, 2007.Archived from the original on December 21, 2018. RetrievedJanuary 28, 2010.
  6. ^"Gentoo Linux Documentation – Making the distribution, Part 1".Gentoo.org. October 9, 2005. Archived fromthe original on November 26, 2005. RetrievedJanuary 28, 2010.
  7. ^"Planet Mirror – enoch – Enoch Linux – enoch-0.75 – download now".Public.planetmirror.com. February 11, 2007. Archived fromthe original on December 28, 2008. Retrieved2010-01-28.
  8. ^"Alt Om Data August 1999". August 1999.
  9. ^"Gentoo Linux Documentation – Making the distribution, Part 2".Gentoo.org. October 9, 2005. Archived fromthe original on November 26, 2005. RetrievedJanuary 28, 2010.
  10. ^"Gentoo Linux Documentation – Making the distribution, Part 3".Gentoo.org. October 9, 2005. Archived fromthe original on November 26, 2005. RetrievedJanuary 28, 2010.
  11. ^"Slashdot | Gentoo 1.0 Released".Linux.slashdot.org. March 31, 2002.Archived from the original on June 18, 2018. RetrievedFebruary 10, 2018.
  12. ^"Daniel Robbins Resigns As Chief Gentoo Architect".Slashdot.org. April 26, 2004.Archived from the original on June 18, 2018. RetrievedFebruary 10, 2018.
  13. ^"Gentoo Linux Wiki – The Board of Trustees".gentoo.org. January 21, 2018.Archived from the original on August 20, 2017. RetrievedFebruary 10, 2018.
  14. ^"Gentoo Linux – New foundation trustees elected".Gentoo.org. March 2, 2008. Archived from the original on December 24, 2012. RetrievedJanuary 28, 2010.{{cite web}}: CS1 maint: bot: original URL status unknown (link)
  15. ^"Gentoo Council".gentoo.org.Archived from the original on June 24, 2017. RetrievedJanuary 6, 2014.
  16. ^Gentoo Council. Accessed January 6, 2014.
  17. ^"Gentoo Foundation Charter".gentoo.org.Archived from the original on August 20, 2017. RetrievedJuly 20, 2021.
  18. ^GENTOO FOUNDATION, INC.[dead link], Corporations Information Inquiry, New Mexico Public Relation Commission. Accessed May 8, 2009.
  19. ^jake (January 14, 2008)."Gentoo loses charter; Robbins offers to return".LWN.net.Archived from the original on September 14, 2016. RetrievedJanuary 28, 2010.
  20. ^"Gentoo Foundation, Inc". New Mexico Corporation Division Efile. Archived fromthe original on June 26, 2013. RetrievedApril 27, 2013.
  21. ^"Daniel Robbins Resigns As Chief Gentoo Architect - Slashdot".developers.slashdot.org. April 26, 2004. RetrievedApril 19, 2024.
  22. ^"Daniel Robbins leaves Gentoo, again [LWN.net]".lwn.net. RetrievedApril 19, 2024.Daniel Robbins, creator of gentoo, had returned to the project. Well, a week later he left again. Basically, drobbins got into an epic flamewar with Ciaran McCreesh, a popular but controversial former gentoo dev who still frequents gentoo mailing lists. empers flared, and drobbins pushed for getting ciaranm banned from gentoo-dev@gentoo.org mailing list, ostensibly on the grounds that ciaranm is no longer an official gentoo developer. The rest of the gentoo devs refused to do so. Then Daniel Robbins quit the project.
  23. ^"652240 – 7 day gentoo-project ban for Daniel Robbins".bugs.gentoo.org. RetrievedApril 19, 2024.
  24. ^"Gentoo Forums :: View topic - Quite late but why Daniel Robbins left Gentoo?".forums.gentoo.org. RetrievedApril 19, 2024.
  25. ^"DistroWatch.com: Put the fun back into computing. Use Linux, BSD".distrowatch.com. RetrievedApril 19, 2024.He officially re-joined the Gentoo development team two weeks ago - only to resign a few days later. The reason? Strong personal attacks by some of the current developers of the project.
  26. ^"Gentoo attempts to deal with developer conflicts".Linux.com. March 26, 2007. RetrievedApril 19, 2024.The latest Gentoo flamewar started as a discussion on the gentoo-dev mailing list about topics for the March Gentoo Council meeting. Gentoo founder Daniel Robbins, who had rejoined the Gentoo project earlier that week after leaving in April, 2004, seemed keen on arguing with Gentoo contributor Ciaran McCreesh on whether the Package Manager Specification (PMS) is an official Gentoo project. After the discussion became heated, Robbins says that he's going to "look for a way to remove Ciaran from gentoo-dev" and then later says he doesn't want to be associated with Gentoo after all.
  27. ^abcdeChristopher 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.Archived from the original on March 26, 2023. RetrievedApril 20, 2020.
  28. ^abChris Negus (2006).Live Linux CDs: Building and Customizing Bootables. Prentice Hall Professional. pp. 224–.ISBN 978-0-13-243274-0.Archived from the original on March 26, 2023. RetrievedApril 20, 2020.
  29. ^CFLAGS and CXXFLAGSArchived February 12, 2018, at theWayback Machine, Gentoo Linux x86 Handbook. December 13, 2014. Accessed February 10, 2018.
  30. ^DistccArchived February 12, 2018, at theWayback Machine, Gentoo Linux Wiki. February 2, 2018. Accessed February 10, 2018.
  31. ^Binary package guideArchived February 12, 2018, at theWayback Machine, Gentoo Linux Wiki. November 13, 2017. Accessed February 10, 2018.
  32. ^"Gentoo goes Binary!".
  33. ^Brendan Horan (March 26, 2013).Practical Raspberry Pi. Apress. pp. 222–.ISBN 978-1-4302-4971-9.Archived from the original on March 26, 2023. RetrievedApril 20, 2020.
  34. ^"Handbook:Main Page - Gentoo Wiki".Archived from the original on March 18, 2017. RetrievedAugust 31, 2018.
  35. ^"Gentoo/MIPS". gentoo.org.Archived from the original on January 6, 2014. RetrievedJanuary 6, 2014.
  36. ^"Gentoo Linux Documentation – s390 Installation Document". dev.gentoo.org. May 12, 2004.Archived from the original on July 28, 2011. RetrievedJanuary 28, 2010.
  37. ^"Gentoo Development Guide: Arch Specific Notes – SPARC". devmanual.gentoo.org.Archived from the original on September 1, 2018. RetrievedFebruary 10, 2018.
  38. ^"*/*: Discontinue Gentoo SuperH port".Archived from the original on July 23, 2020. RetrievedJuly 23, 2020.
  39. ^"Gentoo FreeBSD". gentoo.org.Archived from the original on January 6, 2014. RetrievedJanuary 6, 2014.
  40. ^"Gentoo Linux Projects – Gentoo/*BSD". Gentoo.org. October 19, 2006. Archived fromthe original on March 5, 2010. RetrievedJanuary 28, 2010.
  41. ^"Gentoo GNU Hurd". Mundurat.net. Archived fromthe original on January 9, 2010. Retrieved2010-01-28.
  42. ^"Gentoo Wiki - Prefix/Cygwin".Archived from the original on November 12, 2019. RetrievedFebruary 10, 2018.
  43. ^"New Gentoo LiveGUI ISO and artwork / branding contest!".Gentoo.org.Archived from the original on July 14, 2022. RetrievedJuly 14, 2022.
  44. ^"How do I Install Gentoo Using a Stage1 or Stage2 Tarball?".Archived from the original on January 6, 2014. RetrievedApril 20, 2020.
  45. ^Jones, D. L. (November 4, 2024)."I Installed Gentoo So You Don't Havtoo".Hackaday. RetrievedNovember 9, 2025.
  46. ^"Gentoo Forums :: View Forum - Installing Gentoo".forums.gentoo.org.Archived from the original on December 30, 2021. RetrievedDecember 30, 2021.
  47. ^"r/Gentoo".reddit.Archived from the original on December 30, 2021. RetrievedDecember 30, 2021.
  48. ^"IRC channels – Gentoo Linux".Gentoo.org.Archived from the original on December 30, 2021. RetrievedDecember 30, 2021.
  49. ^"Gentoo Linux Newsletter – November 14th, 2005". Gentoo.org. Archived fromthe original on November 25, 2005. RetrievedJanuary 28, 2010.
  50. ^"Stage1/2 deprecation from Gentoo Handbook". Gentoo. November 5, 2005.Archived from the original on February 12, 2018. RetrievedFebruary 10, 2018.
  51. ^"Gentoo Linux Frequently Asked Questions". gentoo.org.Archived from the original on January 6, 2014. RetrievedJanuary 6, 2014.
  52. ^"Sakaki's EFI Install Guide/Building the Gentoo Base System Minus Kernel". Sakaki. July 4, 2014. Archived fromthe original on November 19, 2017. RetrievedJanuary 9, 2017.
  53. ^Daniel Robbins (October 10, 2002)."Gentoo Linux Reloaded".LinuxDevCenter.com.Archived from the original on October 14, 2017. RetrievedJanuary 4, 2007.
  54. ^Sven Vermeulen (March 1, 2004)."Gentoo Linux 2004.0 Released".OSNews.Archived from the original on August 7, 2020. RetrievedFebruary 10, 2018.
  55. ^"Gentoo Linux Documentation". Archived fromthe original on January 8, 2014. RetrievedFebruary 10, 2018.
  56. ^"Gentoo Linux Documentation". Archived fromthe original on December 23, 2010. RetrievedApril 24, 2011.
  57. ^"Gentoo News – New release strategy to provide more current install media". Gentoo.org. September 22, 2008. Archived fromthe original on February 8, 2010. RetrievedJanuary 28, 2010.
  58. ^"Gentoo News – First sets of weekly stage3 tarballs and minimal CDs released". Gentoo.org. December 20, 2008. Archived fromthe original on July 2, 2010. RetrievedJanuary 28, 2010.
  59. ^ab"Gentoo Linux – Ten Years Compiling: 1999–2009". Gentoo.org. October 4, 2009. Archived fromthe original on December 22, 2014. RetrievedFebruary 10, 2018.
  60. ^"Review of Gentoo Linux 1.0".OSNews.Archived from the original on August 7, 2020. RetrievedApril 20, 2020.
  61. ^"Gentoo for All the Unusual Reasons".Linux Journal.Archived from the original on June 23, 2018. RetrievedJune 23, 2018.
  62. ^"Gentoo Linux Newsletter – March 1st, 2004". Gentoo.org. Archived fromthe original on January 2, 2010. RetrievedJanuary 28, 2010.
  63. ^"Today marks the release of Gentoo Linux 2004.2 for the AMD64, HPPA, SPARC and X86 architectures!". gentoo.org. July 26, 2004. Archived fromthe original on December 24, 2014. RetrievedFebruary 10, 2018.
  64. ^"Gentoo Linux Newsletter – November 15, 2004". Gentoo.org. Archived fromthe original on December 23, 2010. RetrievedJanuary 28, 2010.
  65. ^"Mini review: Gentoo Linux 2005.0".DistroWatch (99). May 9, 2005.Archived from the original on June 23, 2018. RetrievedJune 23, 2018.
  66. ^"Gentoo Linux – Release Announcement: Gentoo Linux 2005.0". Gentoo.org. March 27, 2005. Archived fromthe original on August 23, 2009. RetrievedJanuary 28, 2010.
  67. ^"A Slacker Tries His Hand at Gentoo".OSNews.Archived from the original on August 6, 2020. RetrievedApril 20, 2020.
  68. ^"Gentoo Linux – Release Announcement: Gentoo Linux 2005.1". Gentoo.org. August 10, 2005. Archived fromthe original on December 24, 2010. RetrievedJanuary 28, 2010.
  69. ^"Gentoo Linux – Media Refresh: Gentoo Linux 2005.1-r1". Gentoo.org. November 21, 2005. Archived fromthe original on February 27, 2009. RetrievedJanuary 28, 2010.
  70. ^"Gentoo Linux – Release Announcement: Gentoo Linux 2006.0". Gentoo.org. February 27, 2006. Archived fromthe original on February 27, 2009. RetrievedJanuary 28, 2010.
  71. ^"Gentoo Linux – Gentoo Linux 2006.1 – Unleashed". Gentoo.org. August 30, 2006. Archived fromthe original on February 27, 2009. RetrievedJanuary 28, 2010.
  72. ^"Gentoo Linux – Gentoo Linux 2007.0 released". Gentoo.org. May 7, 2007. Archived fromthe original on February 27, 2009. RetrievedJanuary 28, 2010.
  73. ^"Gentoo Linux – Gentoo Linux 2008.0 released". Gentoo.org. July 6, 2008. Archived fromthe original on September 12, 2010. RetrievedJanuary 28, 2010.
  74. ^"Gentoo Linux – New release strategy to provide more current install media". Gentoo.org. September 22, 2008. Archived fromthe original on February 8, 2010. RetrievedJanuary 28, 2010.
  75. ^"Unreal Tournament 2003 LiveCD". sourceforge.net. April 13, 2003.Archived from the original on February 11, 2018. RetrievedFebruary 10, 2018.
  76. ^"Gentoo Ten Live DVD 10.1 Release". Gentoo.org. October 23, 2009. Archived fromthe original on August 20, 2014. RetrievedOctober 13, 2014.
  77. ^"Gentoo Linux - LiveDVD 11.0". Gentoo.org. March 8, 2011. Archived fromthe original on December 22, 2014. RetrievedOctober 13, 2014.
  78. ^"Gentoo Linux releases 12.0 LiveDVD". Gentoo.org. January 2, 2012. Archived fromthe original on November 10, 2014. RetrievedOctober 13, 2014.
  79. ^"Gentoo Linux releases 12.1 LiveDVD". Gentoo.org. April 1, 2012. Archived fromthe original on October 13, 2014. RetrievedOctober 13, 2014.
  80. ^"Gentoo Linux releases 20121221 LiveDVD - End Of World Edition". Gentoo.org. December 21, 2012. Archived fromthe original on October 3, 2014. RetrievedOctober 13, 2014.
  81. ^"Gentoo Linux releases the 20140826 LiveDVD - Iron Penguin Edition". Gentoo.org. August 26, 2014. Archived fromthe original on October 10, 2014. RetrievedOctober 13, 2014.
  82. ^"Gentoo Linux releases the 20160514 LiveDVD - Choice Edition". Gentoo.org. May 14, 2016.Archived from the original on August 1, 2020. RetrievedJune 11, 2016.
  83. ^"Gentoo Linux live DVD "Choice Edition"".DistroWatch (675). August 22, 2016.Archived from the original on June 23, 2018. RetrievedJune 23, 2018.
  84. ^"Gentoo Linux releases the 20160704 LiveDVD - Choice Edition Part Dos". Gentoo.org. July 4, 2016.Archived from the original on August 1, 2020. RetrievedAugust 29, 2016.
  85. ^"New 10.0 profiles are in repository". August 6, 2009.Archived from the original on February 12, 2018. RetrievedFebruary 10, 2018.
  86. ^"New 13.0 profiles and deprecation of 10.0 profiles". February 10, 2013. Archived fromthe original on December 22, 2018. RetrievedFebruary 9, 2018.
  87. ^"New 17.0 profiles in the Gentoo repository". November 30, 2017.Archived from the original on December 22, 2019. RetrievedFebruary 9, 2018.
  88. ^"Experimental amd64 17.1 profiles up for testing". December 26, 2017. Archived fromthe original on December 22, 2018. RetrievedFebruary 9, 2018.
  89. ^"Profile upgrade to version 23.0 available". March 22, 2024. Archived fromthe original on March 30, 2024. RetrievedApril 18, 2024.
  90. ^"Hardening Linux Usando Controle de Acesso Mandatório".Archived from the original on July 6, 2018. RetrievedJuly 6, 2018.
  91. ^"Hardened Linux kernel sources removal".Gentoo Linux. 19 August 2017.Archived from the original on 9 January 2018. Retrieved7 July 2018.
  92. ^"Project:Infrastructure/Incident Reports/2018-06-28 Github - Gentoo Wiki".wiki.gentoo.org.Archived from the original on 10 August 2018. Retrieved23 August 2018.
  93. ^Henry-Stocker, Sandra (10 July 2018)."The aftermath of the Gentoo GitHub hack". Network World.Archived from the original on 2 December 2023. Retrieved23 August 2018.
  94. ^Shallwood, Simon (July 5, 2018)."Gentoo GitHub repo hack made possible by these 3 rookie mistakes".The Register.Archived from the original on July 6, 2018. RetrievedJuly 6, 2018.
  95. ^John Biggs (June 29, 2018)."Hackers took over the Gentoo Linux GitHub repository".TechCrunch.Archived from the original on August 10, 2018. RetrievedAugust 10, 2018.
  96. ^Ankush Das (June 29, 2018)."GitHub Repositories of Gentoo Linux Hacked!".It's FOSS.Archived from the original on August 10, 2018. RetrievedAugust 10, 2018.
  97. ^"(gentoo) Contents of /xml/images/znurt.jpg". Gentoo.org. November 9, 2002. Archived fromthe original on September 29, 2011. RetrievedAugust 2, 2011.

External links

[edit]
Wikimedia Commons has media related toGentoo.
Android
LineageOS
Arch
Debian
Ubuntu
Fedora
CentOS
Stream
Gentoo
Mandrake
Mandriva
Slackware
SUSE
Other
Discontinued
Android
Arch
Debian
Gentoo
Red Hat,
Fedora
Slackware
SUSE
Other
Authority control databasesEdit this at Wikidata
Retrieved from "https://en.wikipedia.org/w/index.php?title=Gentoo_Linux&oldid=1321382244"
Categories:
Hidden categories:

[8]ページ先頭

©2009-2025 Movatter.jp