From Fedora Project Wiki
(Created page with '{{autolang|base=yes}} = fedorapeople.org = 此页介绍如何使用的你在[http://fedorapeople.org FedoraPeople.org]的个人空间,那是一些Fedora贡献者为分享给...')
 
No edit summary
Line 15: Line 15:
这步也可以在[https://admin.fedoraproject.org/accounts/ Fedora 帐号.]完成。  
这步也可以在[https://admin.fedoraproject.org/accounts/ Fedora 帐号.]完成。  


# 当已登陆,点击在侧栏的“我的帐号”.
# 当已登陆,点击在侧栏的“我的帐号”。
# Select "edit" link next to "Account Details."
# 选择“账户明细”旁的“编辑”链接。
# Type the following in the "Public RSA SSH Key:" field:<pre>~/.ssh/id_rsa.pub</pre>
# 键入<pre>~/.ssh/id_rsa.pub</pre>到下面的“公共RSA SSH密钥”区段。
# Click the "Save!" button.
# 单击“保存!”按钮。
# Verify your success. You will see "ssh-rsa" followed by alpha numeric string in "Public SSH Key:" field of your Account Details.
# 验证信息。你会看到在你的账户明细的“公共SSH密钥:”段的“ssh-rsa”和后面的数字和字串。
== Common Answers ==


* Each Fedora contributor has 150 MiB of quota-controlled space.
== 通用答案 ==
* If you run out of space you should: clean up stuff you don't need. If you cannot clean up anything then you should contact fedora infrastructure to raise your quota.
* To make a publicly viewable space, create a <code>public_html</code> directory.
* Upload files using scp, sftp, or rsync.
{{admon/tip | Using Nautilus | If you use GNOME, visit [[Infrastructure/fedorapeople.org/Connecting_with_Nautilus | this page]] for an easy way to connect to your fedorapeople.org space.}}


{{admon/tip | Using Dolphin or Konqueror | If you use KDE, type <code>sftp://your_username@fedorapeople.org</code> in your file manager address bar for an easy way to connect to your fedorapeople.org space.}}
* 每个Fedora贡献者拥有150 MiB的配额控制空间。
* 如果你用完了空间你应该清除你不需要的文件,然后你应该联系Fedora基础设施以提高你的配额。
* 要创建一个公开可见空间,请创建一个<code>public_html</code>目录。
* 使用scp、sftp或rsync来上传文件。
{{admon/tip | 使用鹦鹉螺 | 如果你使用GNOME,访问[[Infrastructure/fedorapeople.org/Connecting_with_Nautilus | 此页]] 获得一个易行的连接你的fedorapeople.org空间的方法。}}


To copy files from the command line, you can use scp
{{admon/tip | 使用 Dolphin 或 Konqueror | 如果你使用KDE,键入 <code>sftp://your_username@fedorapeople.org</code> 到你的文件管理器的地址栏以简易连接你的fedorapeople.org空间。}}
 
要从命令行复制文件,请使用scp


<pre>
<pre>
scp /path/to/file your_fedora_username@fedorapeople.org:/home/fedora/your_fedora_username/public_html
scp /path/to/file 你的_fedora_用户名@fedorapeople.org:/home/fedora/你的_fedora_用户名/public_html
</pre>
</pre>






* Once uploaded into the users public_html directory the files are available via http at: http://your_username.fedorapeople.org/.
* 一旦上传文件到用户的public_html目录,可通过http访问:http://你的用户名.fedorapeople.org/.
* Give other users access to read/write/etc files by using extended acls. Read man pages for setfacl and getfacl for adding them to your dirs/files. This gives the user jkeating read and write access to <code>file</code>:
* 用拓展ACL给其他用户读写等访问。阅读setfacl和getfacl的man手册,天津它们到你的目录/文件。这使得用户可以读写访问<code>文件</code>


<pre>setfacl -m u:jkeating:rw file</pre>
<pre>setfacl -m u:jkeating:rw file</pre>

Revision as of 06:39, 18 December 2010

fedorapeople.org

此页介绍如何使用的你在FedoraPeople.org的个人空间,那是一些Fedora贡献者为分享给全世界而上传的一些东西。他们可以上传spec文件、srpm、补丁,亦或是个人仓库等等。

访问你的fedorapeople.org空间

  1. 你需要一个活动的Fedora帐号
  2. 你必须在一个组里贡献(CLA组以外)
  3. 你需要生成一个ssh密钥(使用终端ssh-keygen -t rsa)
  4. 上传密钥到你的Fedora帐号。欲上传,点此 并选择你使用 Public RSA SSH key 段的密钥文件。通常,你的密钥会存储在你的主目录下的 .ssh/id_rsa.pub。SSH密钥给你上传The
  5. 欲连接,上传ssh密钥到你的Fedora帐号:
    ssh -i ~/.ssh/id_rsa <你的fedora id>@fedorapeople.org

这步也可以在Fedora 帐号.完成。

  1. 当已登陆,点击在侧栏的“我的帐号”。
  2. 选择“账户明细”旁的“编辑”链接。
  3. 键入
    ~/.ssh/id_rsa.pub
    到下面的“公共RSA SSH密钥”区段。
  4. 单击“保存!”按钮。
  5. 验证信息。你会看到在你的账户明细的“公共SSH密钥:”段的“ssh-rsa”和后面的数字和字串。

通用答案

  • 每个Fedora贡献者拥有150 MiB的配额控制空间。
  • 如果你用完了空间你应该清除你不需要的文件,然后你应该联系Fedora基础设施以提高你的配额。
  • 要创建一个公开可见空间,请创建一个public_html目录。
  • 使用scp、sftp或rsync来上传文件。
Idea.png
使用鹦鹉螺
如果你使用GNOME,访问 此页 获得一个易行的连接你的fedorapeople.org空间的方法。
Idea.png
使用 Dolphin 或 Konqueror
如果你使用KDE,键入 sftp://your_username@fedorapeople.org 到你的文件管理器的地址栏以简易连接你的fedorapeople.org空间。

要从命令行复制文件,请使用scp

scp /path/to/file 你的_fedora_用户名@fedorapeople.org:/home/fedora/你的_fedora_用户名/public_html


  • 一旦上传文件到用户的public_html目录,可通过http访问:http://你的用户名.fedorapeople.org/.
  • 用拓展ACL给其他用户读写等访问。阅读setfacl和getfacl的man手册,天津它们到你的目录/文件。这使得用户可以读写访问文件
setfacl -m u:jkeating:rw file