Difference between pages "Welcome" and "Funtoo:User Services/Containers"

From Funtoo
(Difference between pages)
Jump to navigation Jump to search
 
(Created page with "== Getting Started == Once you have signed up for Funtoo Monthly support, contact me (drobbins@funtoo.org) and request a virtual container. You'll need to send me two things: ...")
Tag: visualeditor
 
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.
== Getting Started ==
__NOTOC__
Once you have signed up for Funtoo Monthly support, contact me (drobbins@funtoo.org) and request a virtual container. You'll need to send me two things:
=== Resources ===
# The hostname you'd like for your container. It will be ''something''.host.funtoo.org.
# Attach your SSH public key. I will use this to grant you root access to your container.


* [https://groups.google.com/forum/#!forum/funtoo-dev funtoo-dev] mailing list (Google Groups) - primary source for news and info.
== Generating SSH Keys ==
* [http://bugs.funtoo.org bugs.funtoo.org], our bug tracker, is online and has been upgraded to JIRA 6.
To generate an SSH key pair, do this as the user that you'll be using to log in to your container:  
* [http://larrythecow.org larrythecow.org], our Gentoo blog aggregation service.
* [http://kernel-seeds.org kernel-seeds.org], resources for building your kernel from scratch.
* [http://git.funtoo.org git.funtoo.org], our cgit repository browser.
* funtoo-auth, our new authentication server
* forums.funtoo.org (''currently offline'')


==== How Do I Get An Account For Wiki/Bugs? ====
$ ssh-keygen -t rsa


Funtoo is currently beta-testing a new centralized login infrastructure. Contact drobbins in #funtoo on freenode to request an account that will allow you access to our wiki and bug tracker.  
If you specify a passphrase when prompted, your local private key (~/.ssh/id_rsa) will be encrypted, and ssh will prompt you for this passphrase prior to connecting. If you don't specify a passphrase, then you won't need to enter anything to connect but it you need to be extra careful that you don't allow others to access your private key.  


Old wiki accounts have not been migrated to this wiki, so you will need a new account to perform wiki edits. Old bug tracker accounts were migrated to the new bug tracker, so those continue to work, but consider getting a new-style unified account that will work on both wiki and bug tracker.
The file you will need to send me is ~/.ssh/id_rsa.pub or ~/.ssh/id_dsa.pub. This is the public key... it's safe to send over email since all I or anyone else can use it for is to grant you access to a system using your private key. Just don't send your private key to me.


=== Funtoo Containers ===
== Policies ==
The VPS is for '''your personal use'''. No reselling.


'''Funtoo currently offers discount Funtoo Linux virtual server containers to supporters:'''
There is currently no Web panel - these servers will be set up using my own automated tool and you will be provided with ssh access. I can periodically reload VPS images as needed.


* $10/mo : '''3GB''' RAM, '''4''' CPU threads, 50GB disk
This service is offered as a thank-you gift to Funtoo Linux supporters as long as sufficient capacity is available, with no warranty for uptime or anything else.
* $15/mo : '''6GB''' RAM, '''8''' CPU threads, 100GB disk
* $30/mo : '''12GB''' RAM, '''12''' CPU threads, 200GB disk
* $45/mo : '''48GB''' RAM, '''24''' CPU threads, 300GB disk


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.
There are no refunds.  


=== Support Our Work ===
While I host several production sites on this infrastructure, you assume all risk for hosting your production services on your VPS.


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''''':
I will make a best-effort-only attempt to provide support via IRC and email, and do not offer 24/7 support for your VPS.


==== Via Credit Card ====
'''US-Legal activities only. No spam will be tolerated.'''


{{#Widget:FuntooSupport}}
These VPS systems are intended for funtoo enthusiasts only. I am providing (particularly in the higher-level plans) generous default resource limits with the understanding that the VPS will be used for general Funtoo use and server stuff.


==== Via PayPal ====
Compiling with -j(NUM-CPUS+1) is encouraged (this is Funtoo, after all -- I want you to enjoy fast compiles :), but it's not okay to continually max CPU, IO, or network utilization. '''So, no folding@home, massive file sharing, etc. '''


{{#Widget:FuntooSupportPayPal}}
I am currently not supporting IPv6 but will look into adding such support if there is enough interest.
 
'''You are responsible for backups. '''
 
I reserve the right to change plans and pricing in the future.

Revision as of 03:16, May 24, 2014

Getting Started

Once you have signed up for Funtoo Monthly support, contact me (drobbins@funtoo.org) and request a virtual container. You'll need to send me two things:

  1. The hostname you'd like for your container. It will be something.host.funtoo.org.
  2. Attach your SSH public key. I will use this to grant you root access to your container.

Generating SSH Keys

To generate an SSH key pair, do this as the user that you'll be using to log in to your container:

$ ssh-keygen -t rsa

If you specify a passphrase when prompted, your local private key (~/.ssh/id_rsa) will be encrypted, and ssh will prompt you for this passphrase prior to connecting. If you don't specify a passphrase, then you won't need to enter anything to connect but it you need to be extra careful that you don't allow others to access your private key.

The file you will need to send me is ~/.ssh/id_rsa.pub or ~/.ssh/id_dsa.pub. This is the public key... it's safe to send over email since all I or anyone else can use it for is to grant you access to a system using your private key. Just don't send your private key to me.

Policies

The VPS is for your personal use. No reselling.

There is currently no Web panel - these servers will be set up using my own automated tool and you will be provided with ssh access. I can periodically reload VPS images as needed.

This service is offered as a thank-you gift to Funtoo Linux supporters as long as sufficient capacity is available, with no warranty for uptime or anything else.

There are no refunds.

While I host several production sites on this infrastructure, you assume all risk for hosting your production services on your VPS.

I will make a best-effort-only attempt to provide support via IRC and email, and do not offer 24/7 support for your VPS.

US-Legal activities only. No spam will be tolerated.

These VPS systems are intended for funtoo enthusiasts only. I am providing (particularly in the higher-level plans) generous default resource limits with the understanding that the VPS will be used for general Funtoo use and server stuff.

Compiling with -j(NUM-CPUS+1) is encouraged (this is Funtoo, after all -- I want you to enjoy fast compiles :), but it's not okay to continually max CPU, IO, or network utilization. So, no folding@home, massive file sharing, etc.

I am currently not supporting IPv6 but will look into adding such support if there is enough interest.

You are responsible for backups.

I reserve the right to change plans and pricing in the future.