Difference between revisions of "COMP 3000 2011 Report: Funtoo Linux"

From Soma-notes
Jump to navigation Jump to search
Line 5: Line 5:
[[File:Funtoo logo.png]]
[[File:Funtoo logo.png]]


Funtoo is a distribution that aims to improve the core technologies of [http://www.gentoo.org/ Gentoo].
[http://www.funtoo.org/|Funtoo] is a distribution that aims to improve the core technologies of [http://www.gentoo.org/ Gentoo].
It is a [[#Source-based distribution|source-based distribution]] which features a git-based Portage tree, GPT/GUID
It is a [[#Source-based distribution|source-based distribution]] which features a git-based Portage tree, GPT/GUID
boot support, enhanced network configuration and native UTF-8 support.
boot support, enhanced network configuration and native UTF-8 support.
Line 14: Line 14:




Funtoo can be obtained  
Funtoo can be obtained through the Funtoo Wiki, or it can be forked from Github:
 
<table style="margin-bottom: 1em;" border="1" cellpadding="4" cellspacing="0">
<table style="margin-bottom: 1em;" border="1" cellpadding="4" cellspacing="0">
     <tr>
     <tr>
         <td>Funtoo Wiki</td><td>http://funtoo.org</td>
         <td>Funtoo Download Page</td><td>http://www.funtoo.org/wiki/Download</td>
     </tr>
     </tr>
     <tr>
     <tr>

Revision as of 18:40, 16 October 2011

Background

Funtoo logo.png

[1] is a distribution that aims to improve the core technologies of Gentoo. It is a source-based distribution which features a git-based Portage tree, GPT/GUID boot support, enhanced network configuration and native UTF-8 support. <ref>http://distrowatch.com/table.php?distribution=funtoo, </ref> It is targeted at experienced linux users. Like Gentoo, it is extremely configurable, and sometimes referred to as a meta-distribution. <ref>http://www.gentoo.org/main/en/about.xml</ref>


Funtoo can be obtained through the Funtoo Wiki, or it can be forked from Github:

Funtoo Download Pagehttp://www.funtoo.org/wiki/Download
Funtoo Githubhttps://github.com/Funtoo

History

Funtoo's history is closely tied to that of Gentoo. Daniel Robbins was the project creator, chief architect and project leader of the Gentoo development team until April 26, 2004, where he had to leave because of personal issues. <ref>http://article.gmane.org/gmane.linux.gentoo.nfp/65</ref> Before leaving, Daniel created a non-profit foundation, Gentoo Technologies, which would hold all of the Gentoo copyrights. <ref>http://linux.sys-con.com/node/44614,Founder of Gentoo Linux, Daniel Robbins, Resigns as Chief Architect.</ref>

Here's Daniel Robbins letter of resignation:<ref>http://thread.gmane.org/gmane.linux.gentoo.nfp/73, Daniel Robbins' resignation post.</ref>

From: Daniel Robbins <drobbins@...>
Subject: Resigning from development role
Newsgroups: gmane.linux.gentoo.nfp
Date: 2004-04-26 17:48:49 GMT

Hi All,

As of today, I am resigning from my development responsibilities for Gentoo.
This includes my role as Chief Architect and as manager of release
engineering. I am not appointing a replacement Chief Architect. For releng,
Zhen is doing an excellent job leading this effort and I would like him to
be able to continue his work in this area.

Regards,

Daniel


Installation/Startup

Basic Operation

Terms

Source-based distribution

A source-based distribution is a distribution that all of the packages are downloaded as source and compiled, as opposed to downloading a precompiled binary. <ref>https://wiki.archlinux.org/index.php/Arch_Compared_to_Other_Distributions#Source-based</ref>

Advantages of source-based distributions (ex. Gentoo, Funtoo)
  • Packages are optimized for your hardware.
  • You can exclude unwanted features from packages in order to minimize dependencies and reduce the binary size. For example, if your system uses Gnome, in most cases you will never need the KDE component of a package. In Funtoo/Gentoo, you are able to do this via 'use' flags.
  • Improved security: You can actually inspect the source of the package instead of trusting that the binary your distribution provides is not malicious.
Advantages of binary-based distributions (ex. Debian, Fedora)
  • Much faster to install large programs such as Firefox.
  • More user-friendly, since the user does not have to deal with compilation issues.



References

<references/>