Gentoo Linux Ot Wiki
Gentoo Linux Ot Wiki
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 501(c)(6) non-profit foundation, registered in the State of New Mexico.[16] In late
2007, the Foundation's charter was revoked,[17] 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.[18]
Features
Gentoo appeals to Linux users who want full control of the software that is installed and running on their
computer.[19]:402 People who are prepared to invest the time required to configure and tune a Gentoo system
can build very efficient desktops and servers. 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. Memory usage can
also be reduced compared to other distributions by omitting unnecessary kernel features and services.[19]: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 support, can be selected by the user and any resulting package
requirements are automatically included in the set of dependencies.[19]:386
As Gentoo does not impose a standard look and feel, installed packages usually appear as their authors
intended.[19]:387
Portage
Portage is Gentoo's
software distribution and
package management
system. The original
design was based on the
ports system used by the
Berkeley Software
Installing software. For example here we see that Darktable will build with Flickr and
Distribution (BSD)
geolocation support.
operating systems. The
Gentoo repository
contains over 19,000
packages ready for installation in a Gentoo system.[20]
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".[20]
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.[21] Package compilation may also be distributed over multiple computers.[22] 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.[23]
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.[24]
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.[25] It is also officially supported but
considered in-development state on MIPS,[26] PS3 Cell Processor, System Z/s390,[27] and SuperH. Official
support for 32-bit SPARC hardware and SuperH have been dropped.[28][29]
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,[30] while Gentoo/NetBSD, Gentoo/OpenBSD and Gentoo/DragonFly are being
developed.[31] 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.[32]
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.[33]
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.
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.[34]
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 and on IRC.
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).[36] Tarballs for stage1 and stage2 were distributed for some time after this, although the
instructions for installing from these stages had been removed from the handbook[37] and moved into the
Gentoo FAQ.[3] 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.[38]
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.[39][40] These packages included KDE, X Window System, OpenOffice, GNOME, and
Mozilla.[41] 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 users'
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.[42]
Genkernel
Genkernel is a tool for building a general-purpose, modular Linux kernel. Genkernel compiles the kernel with
all available device drivers built as modules, then copies potentially boot-critical drivers to an initramfs that is
passed to the kernel at boot time, automatically loading the modules before they are needed. It is designed to
allow users with little or no experience configuring a Linux kernel to easily set up a working kernel. Also,
non-trivial hard disk setups like LVM and/or dm-crypt for full disk encryption make usage of an initramfs
unavoidable; here genkernel can save the user from manually creating one.
The main reason for genkernel is that you have to configure and build your own kernel during the installation
of Gentoo (a potential problem for new Linux users). Experienced Linux users generally prefer to configure
and build their kernel manually, because genkernel tries to configure the kernel as safely as possible and can
cause the kernel to grow very large. However, one can choose to use a custom kernel configuration and use
genkernel to compile it, and still benefit from other features such as the initramfs builder.
Genkernel modes
"all" - Build kernel, all modules, and create the initramfs.
"bzImage" - Just build the kernel.
"kernel" - Build the kernel and the modules.
"initramfs" - Just build the initramfs.
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.[43] On December 20, 2008, the first weekly builds were
published.[44] In 2009, a special Live DVD was created to celebrate the Gentoo 10-year anniversary.[45]
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 September 18, 2002[61] - Bootable NVIDIA GPU-accelerated Unreal Tournament 2003 LiveCD,
2003 LiveCD demoed at LinuxWorld Conference and Expo 2003.
10.0 October 4, 2009[45] (special edition Live DVD for the 10th anniversary)
11.0 April 8, 2011[63] (Anniversary Live DVD is updated to latest package versions)
12.1 April 1, 2012[65] (With an April Fool's joke named "Install Wizard")
20160514 May 14, 2016[68] (Live DVD - Choice Edition; UEFI, ZFSOnLinux, and writable file systems
using AUFS)
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
17.1 December 26, 2017[74] (experimental 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.[75] 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.[76]
Practical jokes
The developers and community behind Gentoo have performed many practical jokes, a number of them on or
around April Fools' Day. This kind of practical trickery and playfulness has been a tenet of Gentoo since its
creation.
Wiki
On July 28, 2017, the Gentoo wiki had a satirical news announcement entitled 'Word crimes'.
Embedded in the announcement was a link to the Weird Al video under the same name.
Website
On April 1, 2015 the Gentoo Linux team, namely Alex Legler, Robin H. Johnson, and a few
other associates, announced the launch of a "totally revamped and more inclusive website
which was built to conform to the CGA Web™ graphics standards [...] with a 16-colour palette
and an optimal screen resolution of 640 x 200 pixels". The joke website was displayed with
the appearance of a CGA (16-colour) palette. According to the release announcement, the
new site was available via the Gopher protocol at gopher://gopher.gentoo.org/.[77]
Live DVD
To salute the 2012 phenomenon, on December 21, 2012 Gentoo released an End Of World
Edition Live DVD.
Install wizard
On April 1, 2012 an April Fools' joke named "Install Wizard" was "released" as part of the
12.1 Live DVD.
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.[78][79][80][81][82]
The official Gentoo logo is a stylized 'g' resembling a silver magatama.[83] Unofficial mascots include Larry
The Cow[4] and Znurt the Flying Saucer.[84]
Derived distributions
There are a number of independently developed variants of Gentoo Linux, including Chromium OS and
Container Linux.
See also
GoboLinux
Linux From Scratch
Lunar Linux
Source Mage
References
1. "Funtoo Linux History" (https://www.funtoo.org/Funtoo_Linux_History). funtoo.org. May 25,
2019.
2. "Gentoo Linux Frequently Asked Questions" (https://wiki.gentoo.org/wiki/FAQ#How_is_Gentoo
_pronounced.2C_and_what_does_it_mean.3F). Retrieved January 6, 2014.
3. "Gentoo Linux Frequently Asked Questions" (https://wiki.gentoo.org/wiki/FAQ). gentoo.org.
Retrieved January 6, 2014.
4. "Gentoo Linux – About Gentoo" (https://www.gentoo.org/get-started/about/). Gentoo.org.
September 17, 2007. Retrieved January 28, 2010.
5. "Gentoo Linux Documentation – Making the distribution, Part 1" (https://web.archive.org/web/20
051126223839/http://www.gentoo.org/doc/en/articles/making-the-distro-p1.xml). Gentoo.org.
October 9, 2005. Archived from the original (http://www.gentoo.org/doc/en/articles/making-the-d
istro-p1.xml) on November 26, 2005. Retrieved January 28, 2010.
6. "Planet Mirror – enoch – Enoch Linux – enoch-0.75 – download now" (https://web.archive.org/
web/20081228085838/http://public.planetmirror.com/pub/enoch/enoch-0.75).
Public.planetmirror.com. February 11, 2007. Archived from the original (http://public.planetmirro
r.com/pub/enoch/enoch-0.75) on December 28, 2008. Retrieved 2010-01-28.
7. "BBC Nature - Gentoo penguin videos, news and facts" (https://www.bbc.co.uk/nature/life/Gent
oo_Penguin). bbc.co.uk.
8. "Gentoo Linux Documentation – Making the distribution, Part 2" (https://web.archive.org/web/20
051126223839/http://www.gentoo.org/doc/en/articles/making-the-distro-p2.xml). Gentoo.org.
October 9, 2005. Archived from the original (http://www.gentoo.org/doc/en/articles/making-the-d
istro-p2.xml) on November 26, 2005. Retrieved January 28, 2010.
9. "Gentoo Linux Documentation – Making the distribution, Part 3" (https://web.archive.org/web/20
051126223839/http://www.gentoo.org/doc/en/articles/making-the-distro-p3.xml). Gentoo.org.
October 9, 2005. Archived from the original (http://www.gentoo.org/doc/en/articles/making-the-d
istro-p3.xml) on November 26, 2005. Retrieved January 28, 2010.
10. "Slashdot | Gentoo 1.0 Released" (https://linux.slashdot.org/story/02/03/31/2123251/gentoo-10-
released). Linux.slashdot.org. March 31, 2002. Retrieved February 10, 2018.
11. "Daniel Robbins Resigns As Chief Gentoo Architect" (https://developers.slashdot.org/story/04/0
4/26/2259211/daniel-robbins-resigns-as-chief-gentoo-architect). Slashdot.org. Retrieved
February 10, 2018.
12. "Gentoo Linux Wiki – The Board of Trustees" (https://wiki.gentoo.org/wiki/Foundation:Main_Pa
ge#The_Board_of_Trustees). gentoo.org. January 21, 2018. Retrieved February 10, 2018.
13. "Gentoo Linux – New foundation trustees elected" (https://web.archive.org/web/201212241242
18/http://www.gentoo.org/news/20080302-foundation-election.xml). Gentoo.org. March 2, 2008.
Archived from the original on December 24, 2012. Retrieved January 28, 2010.
14. "Gentoo Council" (https://wiki.gentoo.org/wiki/Project:Council). gentoo.org. Retrieved
January 6, 2014.
15. Gentoo Council (https://wiki.gentoo.org/wiki/Project:Council). Accessed January 6, 2014.
16. GENTOO FOUNDATION, INC. (http://www.nmprc.state.nm.us/cgi-bin/prcdtl.cgi?2463313+GEN
TOO+FOUNDATION+INC), Corporations Information Inquiry, New Mexico Public Relation
Commission. Accessed May 8, 2009.
17. jake (January 14, 2008). "Gentoo loses charter; Robbins offers to return" (https://lwn.net/Article
s/265006/). LWN.net. Retrieved January 28, 2010.
18. "Gentoo Foundation, Inc" (https://archive.today/20130626172841/https://efile.prc.newmexico.go
v/Efile/corplookup/Details.aspx?Nmscc=2463313). New Mexico Corporation Division Efile.
Archived from the original (https://efile.prc.newmexico.gov/Efile/corplookup/Details.aspx?Nmsc
c=2463313) on June 26, 2013. Retrieved April 27, 2013.
19. Christopher Negus (May 5, 2008). Linux Bible: Boot Up to Ubuntu, Fedora, KNOPPIX, Debian,
openSUSE, and 11 Other Distributions (https://books.google.com/books?id=gqXiuPySGg8C&p
g=PA389). John Wiley & Sons. pp. 389–. ISBN 978-0-470-28706-4.
20. Chris Negus (2006). Live Linux CDs: Building and Customizing Bootables (https://books.googl
e.com/books?id=2S3eUgb39C8C&pg=PA224). Prentice Hall Professional. pp. 224–.
ISBN 978-0-13-243274-0.
21. CFLAGS and CXXFLAGS (https://wiki.gentoo.org/wiki/Handbook:X86/Installation/Stage#CFLA
GS_and_CXXFLAGS), Gentoo Linux x86 Handbook. December 13, 2014. Accessed February
10, 2018.
22. Distcc (https://wiki.gentoo.org/wiki/Distcc), Gentoo Linux Wiki. February 2, 2018. Accessed
February 10, 2018.
23. Binary package guide (https://wiki.gentoo.org/wiki/Binary_package_guide), Gentoo Linux Wiki.
November 13, 2017. Accessed February 10, 2018.
24. Brendan Horan (March 26, 2013). Practical Raspberry Pi (https://books.google.com/books?id=
5Vy_UfRQduQC&pg=PA222). Apress. pp. 222–. ISBN 978-1-4302-4971-9.
25. "Handbook:Main Page - Gentoo Wiki" (https://wiki.gentoo.org/wiki/Handbook:Main_Page#View
ing_the_Handbook). Retrieved August 31, 2018.
26. "Gentoo/MIPS" (https://wiki.gentoo.org/wiki/Project:MIPS). gentoo.org. Retrieved January 6,
2014.
27. "Gentoo Linux Documentation – s390 Installation Document" (https://dev.gentoo.org/~vapier/s3
90/). dev.gentoo.org. May 12, 2004. Retrieved January 28, 2010.
28. "Gentoo Development Guide: Arch Specific Notes – SPARC" (https://devmanual.gentoo.org/arc
hs/sparc/index.html). devmanual.gentoo.org. Retrieved February 10, 2018.
29. "*/*: Discontinue Gentoo SuperH port" (https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e
51443573bdad1d4757bed11ed5c02f137b822e).
30. "Gentoo FreeBSD" (https://wiki.gentoo.org/wiki/Gentoo_FreeBSD). gentoo.org. Retrieved
January 6, 2014.
31. "Gentoo Linux Projects – Gentoo/*BSD" (https://web.archive.org/web/20100305161659/http://w
ww.gentoo.org/proj/en/gentoo-alt/bsd/index.xml). Gentoo.org. October 19, 2006. Archived from
the original (http://www.gentoo.org/proj/en/gentoo-alt/bsd/index.xml) on March 5, 2010.
Retrieved January 28, 2010.
32. "Gentoo GNU Hurd" (https://web.archive.org/web/20100109161805/http://www.mundurat.net/gg
h/). Mundurat.net. Archived from the original (http://www.mundurat.net/ggh/) on January 9, 2010.
Retrieved 2010-01-28.
33. "Gentoo Wiki - Prefix/Cygwin" (https://wiki.gentoo.org/wiki/Prefix/Cygwin).
34. "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).
35. "UNetbootin – Universal Netboot Installer" (https://unetbootin.github.io/). Unetbootin.github.io.
Retrieved February 10, 2018.
36. "Gentoo Linux Newsletter – November 14th, 2005" (https://web.archive.org/web/200511250058
07/http://www.gentoo.org/news/en/gwn/20051114-newsletter.xml). Gentoo.org. Archived from
the original (http://www.gentoo.org/news/en/gwn/20051114-newsletter.xml) on November 25,
2005. Retrieved January 28, 2010.
37. "Stage1/2 deprecation from Gentoo Handbook" (https://archives.gentoo.org/gentoo-doc/messa
ge/10e3dc2fcf03e67fb91e8933ea0e5b35). Gentoo. November 5, 2005. Retrieved February 10,
2018.
38. "Sakaki's EFI Install Guide/Building the Gentoo Base System Minus Kernel" (https://wiki.gento
o.org/wiki/Sakaki's_EFI_Install_Guide/Building_the_Gentoo_Base_System_Minus_Kernel#Bo
otstrapping_the_Base_System_.28Optional_but_Recommended.29). Sakaki. July 4, 2014.
Retrieved January 9, 2017.
39. Daniel Robbins (October 10, 2002). "Gentoo Linux Reloaded" (http://www.linuxdevcenter.com/
pub/a/linux/2002/10/10/intro_gentoo.html). LinuxDevCenter.com. Retrieved January 4, 2007.
40. Sven Vermeulen (March 1, 2004). "Gentoo Linux 2004.0 Released" (https://www.osnews.com/s
tory/6206). OSNews. Retrieved February 10, 2018.
41. "Gentoo Linux Documentation" (https://web.archive.org/web/20140108142459/https://www.gent
oo.org/doc/en/handbook/2005.1/hb-install-about.xml). Archived from the original (https://www.g
entoo.org/doc/en/handbook/2005.1/hb-install-about.xml) on January 8, 2014. Retrieved
February 10, 2018.
42. "Gentoo Linux Documentation" (https://web.archive.org/web/20101223084417/http://www.gent
oo.org/doc/en/handbook/2008.0/handbook-x86.xml?part=1&chap=1). Archived from the
original (http://www.gentoo.org/doc/en/handbook/2008.0/handbook-x86.xml?part=1&chap=1)
on December 23, 2010. Retrieved April 24, 2011.
43. "Gentoo News – New release strategy to provide more current install media" (https://web.archiv
e.org/web/20100208123741/http://www.gentoo.org/news/20080922-releng-
announcement.xml). Gentoo.org. September 22, 2008. Archived from the original (http://www.g
entoo.org/news/20080922-releng-announcement.xml) on February 8, 2010. Retrieved
January 28, 2010.
44. "Gentoo News – First sets of weekly stage3 tarballs and minimal CDs released" (https://web.ar
chive.org/web/20100702230431/http://www.gentoo.org/news/20081220-releng-first-weekly-sta
ge.xml). Gentoo.org. December 20, 2008. Archived from the original (http://www.gentoo.org/ne
ws/20081220-releng-first-weekly-stage.xml) on July 2, 2010. Retrieved January 28, 2010.
45. "Gentoo Linux – Ten Years Compiling: 1999–2009" (https://web.archive.org/web/20141222231
552/https://www.gentoo.org/news/20091004-gentoo-10-years.xml). Gentoo.org. October 4,
2009. Archived from the original (https://www.gentoo.org/news/20091004-gentoo-10-years.xml)
on December 22, 2014. Retrieved February 10, 2018.
46. "Review of Gentoo Linux 1.0" (https://www.osnews.com/story/937). OSNews.
47. "Gentoo for All the Unusual Reasons" (https://www.linuxjournal.com/article/7438). Linux
Journal.
48. "Gentoo Linux Newsletter – March 1st, 2004" (https://web.archive.org/web/20100102104412/htt
p://www.gentoo.org/news/en/gwn/20040301-newsletter.xml). Gentoo.org. Archived from the
original (http://www.gentoo.org/news/en/gwn/20040301-newsletter.xml) on January 2, 2010.
Retrieved January 28, 2010.
49. "Today marks the release of Gentoo Linux 2004.2 for the AMD64, HPPA, SPARC and X86
architectures!" (https://web.archive.org/web/20141224104108/http://www.gentoo.org//proj/en/rel
eng/release/2004.2/2004.2-press-release.txt). gentoo.org. July 26, 2004. Archived from the
original (https://www.gentoo.org/proj/en/releng/release/2004.2/2004.2-press-release.txt) on
December 24, 2014. Retrieved February 10, 2018.
50. "Gentoo Linux Newsletter – November 15, 2004" (https://web.archive.org/web/2010122303533
8/http://www.gentoo.org/news/en/gwn/20041115-newsletter.xml). Gentoo.org. Archived from the
original (http://www.gentoo.org/news/en/gwn/20041115-newsletter.xml) on December 23, 2010.
Retrieved January 28, 2010.
51. "Mini review: Gentoo Linux 2005.0" (https://distrowatch.com/weekly.php?issue=20050509#1).
DistroWatch (99). May 9, 2005.
52. "Gentoo Linux – Release Announcement: Gentoo Linux 2005.0" (https://web.archive.org/web/2
0090823075724/http://www.gentoo.org/news/20050327-release-2005.0.xml). Gentoo.org.
March 27, 2005. Archived from the original (http://www.gentoo.org/news/20050327-release-200
5.0.xml) on August 23, 2009. Retrieved January 28, 2010.
53. "A Slacker Tries His Hand at Gentoo" (https://www.osnews.com/story/12129). OSNews.
54. "Gentoo Linux – Release Announcement: Gentoo Linux 2005.1" (https://web.archive.org/web/2
0101224110613/http://www.gentoo.org/news/20050808-annoncement-release-2005.1.xml).
Gentoo.org. August 10, 2005. Archived from the original (http://www.gentoo.org/news/2005080
8-annoncement-release-2005.1.xml) on December 24, 2010. Retrieved January 28, 2010.
55. "Gentoo Linux – Media Refresh: Gentoo Linux 2005.1-r1" (https://web.archive.org/web/200902
27012241/http://www.gentoo.org/news/20051121-release-2005.1-r1.xml). Gentoo.org.
November 21, 2005. Archived from the original (http://www.gentoo.org/news/20051121-release
-2005.1-r1.xml) on February 27, 2009. Retrieved January 28, 2010.
56. "Gentoo Linux – Release Announcement: Gentoo Linux 2006.0" (https://web.archive.org/web/2
0090227011629/http://www.gentoo.org/news/20060227-release-2006.0.xml). Gentoo.org.
February 27, 2006. Archived from the original (http://www.gentoo.org/news/20060227-release-2
006.0.xml) on February 27, 2009. Retrieved January 28, 2010.
57. "Gentoo Linux – Gentoo Linux 2006.1 – Unleashed" (https://web.archive.org/web/2009022701
5050/http://www.gentoo.org/news/20060830-release.xml). Gentoo.org. August 30, 2006.
Archived from the original (http://www.gentoo.org/news/20060830-release.xml) on February 27,
2009. Retrieved January 28, 2010.
58. "Gentoo Linux – Gentoo Linux 2007.0 released" (https://web.archive.org/web/2009022701364
8/http://www.gentoo.org/news/20070507-release-2007.0.xml). Gentoo.org. May 7, 2007.
Archived from the original (http://www.gentoo.org/news/20070507-release-2007.0.xml) on
February 27, 2009. Retrieved January 28, 2010.
59. "Gentoo Linux – Gentoo Linux 2008.0 released" (https://web.archive.org/web/2010091219413
3/http://www.gentoo.org/news/20080706-release-2008.0.xml). Gentoo.org. July 6, 2008.
Archived from the original (http://www.gentoo.org/news/20080706-release-2008.0.xml) on
September 12, 2010. Retrieved January 28, 2010.
60. "Gentoo Linux – New release strategy to provide more current install media" (https://web.archiv
e.org/web/20100208123741/http://www.gentoo.org/news/20080922-releng-
announcement.xml). Gentoo.org. September 22, 2008. Archived from the original (http://www.g
entoo.org/news/20080922-releng-announcement.xml) on February 8, 2010. Retrieved
January 28, 2010.
61. "Unreal Tournament 2003 LiveCD" (http://freshmeat.sourceforge.net/projects/gentoo-ut2k3dem
o). sourceforge.net. April 13, 2003. Retrieved February 10, 2018.
62. "Gentoo Ten Live DVD 10.1 Release" (https://web.archive.org/web/20140820152154/http://ww
w.gentoo.org/news/20091023-livedvd-10.1-announcement.xml). Gentoo.org. October 23, 2009.
Archived from the original (http://www.gentoo.org/news/20091023-livedvd-10.1-announcement.
xml) on August 20, 2014. Retrieved October 13, 2014.
63. "Gentoo Linux - LiveDVD 11.0" (https://web.archive.org/web/20141222015352/http://www.gent
oo.org/news/20110308-livedvd.xml). Gentoo.org. March 8, 2011. Archived from the original (htt
p://www.gentoo.org/news/20110308-livedvd.xml) on December 22, 2014. Retrieved
October 13, 2014.
64. "Gentoo Linux releases 12.0 LiveDVD" (https://web.archive.org/web/20141110170016/http://w
ww.gentoo.org/news/20120102-livedvd.xml). Gentoo.org. January 2, 2012. Archived from the
original (http://www.gentoo.org/news/20120102-livedvd.xml) on November 10, 2014. Retrieved
October 13, 2014.
65. "Gentoo Linux releases 12.1 LiveDVD" (https://web.archive.org/web/20141013063631/http://w
ww.gentoo.org/news/20120401-livedvd.xml). Gentoo.org. April 1, 2012. Archived from the
original (http://www.gentoo.org/news/20120401-livedvd.xml) on October 13, 2014. Retrieved
October 13, 2014.
66. "Gentoo Linux releases 20121221 LiveDVD - End Of World Edition" (https://web.archive.org/w
eb/20141003123703/http://www.gentoo.org/news/20121221-livedvd.xml). Gentoo.org.
December 21, 2012. Archived from the original (http://www.gentoo.org/news/20121221-livedvd.
xml) on October 3, 2014. Retrieved October 13, 2014.
67. "Gentoo Linux releases the 20140826 LiveDVD - Iron Penguin Edition" (https://web.archive.or
g/web/20141010185011/http://www.gentoo.org/news/20140826-livedvd.xml). Gentoo.org.
August 26, 2014. Archived from the original (http://www.gentoo.org/news/20140826-livedvd.xm
l) on October 10, 2014. Retrieved October 13, 2014.
68. "Gentoo Linux releases the 20160514 LiveDVD - Choice Edition" (https://wiki.gentoo.org/wiki/P
roject:RelEng/LiveDVD/20160514). Gentoo.org. May 14, 2016. Retrieved June 11, 2016.
69. "Gentoo Linux live DVD "Choice Edition" " (https://distrowatch.com/weekly.php?issue=201608
22#gentoo). DistroWatch (675). August 22, 2016.
70. "Gentoo Linux releases the 20160704 LiveDVD - Choice Edition Part Dos" (https://wiki.gentoo.
org/wiki/Project:RelEng/LiveDVD/20160704). Gentoo.org. July 4, 2016. Retrieved August 29,
2016.
71. "New 10.0 profiles are in repository" (https://archives.gentoo.org/gentoo-dev/message/a6a1edc
89202d698e0c4ebe472a9e511). August 6, 2009. Retrieved February 10, 2018.
72. "New 13.0 profiles and deprecation of 10.0 profiles" (http://www.gentoo.org/support/news-items/
2013-02-10-new-13-profiles-server.html). February 10, 2013. Retrieved February 9, 2018.
73. "New 17.0 profiles in the Gentoo repository" (http://www.gentoo.org/support/news-items/2017-1
1-30-new-17-profiles.html). November 30, 2017. Retrieved February 9, 2018.
74. "Experimental amd64 17.1 profiles up for testing" (http://www.gentoo.org/support/news-items/20
17-12-26-experimental-amd64-17-1-profiles.html). December 26, 2017. Retrieved February 9,
2018.
75. "Hardening Linux Usando Controle de Acesso Mandatório" (http://www.seer.ufrgs.br/testeCPD/
issue/viewFile/487/6). Retrieved July 6, 2018.
76. "Hardened Linux kernel sources removal" (https://www.gentoo.org/news/2017/08/19/hardened-
sources-removal.html). Gentoo Linux. 19 August 2017. Archived (https://web.archive.org/web/2
0180109055805/https://www.gentoo.org/news/2017/08/19/hardened-sources-removal.html)
from the original on 9 January 2018. Retrieved 7 July 2018.
77. "Gentoo announces total website makeover (not an April Fool's) – Gentoo Linux" (https://www.g
entoo.org/news/2015/03/31/website-update.html). gentoo.org.
78. "Project:Infrastructure/Incident Reports/2018-06-28 Github - Gentoo Wiki" (https://wiki.gentoo.or
g/wiki/Project:Infrastructure/Incident_Reports/2018-06-28_Github). wiki.gentoo.org. Archived (h
ttps://web.archive.org/web/20180810144739/https://wiki.gentoo.org/wiki/Project:Infrastructure/In
cident_Reports/2018-06-28_Github) from the original on 10 August 2018. Retrieved 23 August
2018.
79. Henry-Stocker, Sandra (10 July 2018). "The aftermath of the Gentoo GitHub hack" (https://www.
networkworld.com/article/3287973/linux/the-aftermath-of-the-gentoo-github-hack.html). Network
World. Archived (https://web.archive.org/web/20180724204004/https://www.networkworld.com/
article/3287973/linux/the-aftermath-of-the-gentoo-github-hack.html) from the original on 24 July
2018. Retrieved 23 August 2018.
80. Shallwood, Simon (July 5, 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/). The Register. Retrieved July 6, 2018.
81. John Biggs (June 29, 2018). "Hackers took over the Gentoo Linux GitHub repository" (https://te
chcrunch.com/2018/06/29/hackers-too-over-the-gentoo-linux-github-repository/). TechCrunch.
82. Ankush Das (June 29, 2018). "GitHub Repositories of Gentoo Linux Hacked!" (https://itsfoss.co
m/github-gentoo-hacked/). It's FOSS.
83. "Gentoo name and logo usage guidelines" (https://www.gentoo.org/inside-gentoo/foundation/n
ame-logo-guidelines.html). gentoo.org. Retrieved February 10, 2018.
84. "(gentoo) Contents of /xml/images/znurt.jpg" (https://sources.gentoo.org/cgi-bin/viewvc.cgi/gent
oo/xml/images/znurt.jpg?view=markup). Gentoo.org. November 9, 2002. Retrieved August 2,
2011.
External links
Official documentation
Text is available under the Creative Commons Attribution-ShareAlike License; additional terms may apply. By using this
site, you agree to the Terms of Use and Privacy Policy. Wikipedia® is a registered trademark of the Wikimedia
Foundation, Inc., a non-profit organization.