Difference between revisions of "Welcome"

From Funtoo
Jump to navigation Jump to search
(258 intermediate revisions by 4 users not shown)
Line 1: Line 1:
Welcome to Funtoo Linux! We are in the process of restoring our infrastructure from backup. All wiki content is currently restored and available.
{{#Widget:ContainerJumbo}}
__NOTOC__
<div class="container"><div class="row"><div class="col-xs-12 col-md-8 col-lg-8">
=== Resources ===
{{#widget:AddThis}}
'''Technology should be fun, powerful and free.''' Funtoo is a community of people who are dedicated to creating a supportive environment for learning about and using free software, led by [[User:Drobbins|Daniel Robbins.]] Funtoo projects are listed below.
{{#widget:PillList|tab.linux=Funtoo Linux|tab.compute=Funtoo Compute Initiative|tab.learn=Learn Linux|tab.keychain=Keychain|active=linux}}{{tab|id=linux|active=true|body=
[[Install|Funtoo Linux]] ([http://distrowatch.com/table.php?distribution=funtoo distrowatch]) is a Linux-based operating system that is a variant of [http://en.wikipedia.org/wiki/Gentoo_Linux Gentoo Linux]. Funtoo Linux is a meta-distribution that builds packages automatically from source code. Installation images are optimized for the best possible performance on the latest Intel and AMD hardware. [[Subarches|See what we support.]]  '''[[Install]] / [[Subarches|Download]] / [[Metro]]'''}}
{{tab|id=compute|body=
[[Funtoo Compute Initiative]] is an active Funtoo and OpenVZ container-based compute infrastructure that our community members use and which hosts Funtoo projects. It is a DIY-style initiative with full documentation, designed to allow you to deploy extremely powerful compute infrastructures at very low cost, using new or used server hardware. You can use our compute resources or roll your own.


* [https://groups.google.com/forum/#!forum/funtoo-dev funtoo-dev] mailing list (Google Groups) - primary source for news and info.
Our current hardware build is a 1U system that offers 1TB of SSD storage, 12 cores (24 threads) at 2.66GHz (Intel Westmere), 48GB of RAM and costs approximately '''$1050''' to build. [[Funtoo Containers]] on our own infrastructure are available from $15/mo.
* [http://bugs.funtoo.org bugs.funtoo.org], our bug tracker, is online and has been upgraded to JIRA 6.
}}
* [http://larrythecow.org larrythecow.org], our Gentoo blog aggregation service.
{{tab|id=learn|body=
* [http://kernel-seeds.org kernel-seeds.org], resources for building your kernel from scratch.
'''[[Linux_Fundamentals,_Part_1|Learn Linux]]'''! [[Awk_by_Example,_Part_1|Awk]], [[Bash_by_Example,_Part_1|Bash]], [[Sed_by_Example,_Part_1|Sed]]  and more. The Funtoo community encourages learning. Many tutorial-style articles are available, many of which were originally featured on the IBM developerWorks site. '''[[:Category:Articles|Full Article List]]'''}}
* [http://git.funtoo.org git.funtoo.org], our cgit repository browser.
{{tab|id=keychain|body=
* funtoo-auth, our new authentication server
[[Keychain]] helps you to manage SSH and GPG keys in a convenient and secure manner. It acts as a front-end to <tt>ssh-agent</tt> and <tt>ssh-add</tt>, but allows you to easily have one long running <tt>ssh-agent</tt> process per system, rather than the norm of one <tt>ssh-agent</tt> per login session.
* [http://forums.funtoo.org forums.funtoo.org] - our new forums!
}}
 
</div></div><!--tabpanel end-->
==== How Do I Get An Account For Wiki/Bugs? ====
</div><div class="col-xs-12 col-md-4 col-lg-4">
 
{{NewsList|2}}
Funtoo is currently beta-testing a new centralized login infrastructure. You can create a new account by heading to our [http://auth.funtoo.org:9093/new beta funtoo account creation page]. A new account will work on the wiki, bug tracker and forums. See [[Funtoo Authentication FAQ]] for more information.
</div><div class="row"><div class="col-xs-12">
 
'''Funtoo-friendly organizations:'''
=== Funtoo Containers ===
<div class="orglist">
 
{{#cargo_query:
'''Funtoo currently offers discount Funtoo Linux virtual server containers to supporters:'''
tables=organizations
 
|fields=_pageName,Logo
* $10/mo : '''3GB''' RAM, '''4''' CPU threads, 50GB disk
|format=template
* $15/mo : '''6GB''' RAM, '''8''' CPU threads, 100GB disk
|template=orglist
* $30/mo : '''12GB''' RAM, '''12''' CPU threads, 200GB disk
}}</div>
* $45/mo : '''48GB''' RAM, '''24''' CPU threads, 300GB disk
</div></div>
 
__NOTITLE__
Each container gives you '''root''' access to your own Funtoo Linux server, uses '''fast SSD storage''', includes '''one''' static IPv4 address as well as IRC and email support. To sign up, first set up a regular monthly support payment, below. Then email me (drobbins at funtoo.org) with your desired hostname (''something''.host.funtoo.org) and an SSH public key that you will use to log in to the container. Get more details on the [[Funtoo Hosting]] page.
__NOEDITSECTION__
 
{{#seo:
=== Support Our Work ===
|title=Funtoo Linux
 
|keywords=funtoo,linux,gentoo,Daniel Robbins
We encourage all Funtoo Linux users to support our project via a comfortable recurring monthly support payment. Support at levels $10/mo and above grant you the ability to utilize Funtoo Containers. '''Subscribe by selecting a monthly amount below, and this click ''Subscribe''''':
|description=Funtoo Linux is a Gentoo-based OS that uses a git-based Portage tree. Run by Daniel Robbins, creator of Gentoo.
 
}}
==== Monthly Recurring Support via Credit Card ====
 
{{#Widget:FuntooSupport}}
 
==== Monthly Recurring Support via PayPal ====
 
{{#Widget:FuntooSupportPayPal}}

Revision as of 14:57, November 2, 2015

Technology should be fun, powerful and free. Funtoo is a community of people who are dedicated to creating a supportive environment for learning about and using free software, led by Daniel Robbins. Funtoo projects are listed below.

Funtoo Linux (distrowatch) is a Linux-based operating system that is a variant of Gentoo Linux. Funtoo Linux is a meta-distribution that builds packages automatically from source code. Installation images are optimized for the best possible performance on the latest Intel and AMD hardware. See what we support. Install / Download / Metro
Funtoo Compute Initiative is an active Funtoo and OpenVZ container-based compute infrastructure that our community members use and which hosts Funtoo projects. It is a DIY-style initiative with full documentation, designed to allow you to deploy extremely powerful compute infrastructures at very low cost, using new or used server hardware. You can use our compute resources or roll your own. Our current hardware build is a 1U system that offers 1TB of SSD storage, 12 cores (24 threads) at 2.66GHz (Intel Westmere), 48GB of RAM and costs approximately $1050 to build. Funtoo Containers on our own infrastructure are available from $15/mo.
Learn Linux! Awk, Bash, Sed and more. The Funtoo community encourages learning. Many tutorial-style articles are available, many of which were originally featured on the IBM developerWorks site. Full Article List
Keychain helps you to manage SSH and GPG keys in a convenient and secure manner. It acts as a front-end to ssh-agent and ssh-add, but allows you to easily have one long running ssh-agent process per system, rather than the norm of one ssh-agent per login session.

Ego-2.2.0 Released

User:Drobbins
2017-10-18 by
Drobbins

Latest Innovations

This news item documents the latest innovations now available under Funtoo Linux.
2017-09-07 by Drobbins
More...

Funtoo-friendly organizations:

  • Area31.jpg
  • Breezyops.png
  • Bri logo websized2.jpg
  • Ddod-512-black.jpg
  • Fwiki.png
  • Gentoo-logo.jpg
  • Logo marketing factory.gif
  • Openvz-logo-slogan.png


{{#seo: |title=Funtoo Linux |keywords=funtoo,linux,gentoo,Daniel Robbins |description=Funtoo Linux is a Gentoo-based OS that uses a git-based Portage tree. Run by Daniel Robbins, creator of Gentoo. }}