modify for-new-crew.md file
This commit is contained in:
26
for-new-crew.md
Normal file
26
for-new-crew.md
Normal file
@@ -0,0 +1,26 @@
|
||||
# 致新员工 #
|
||||
|
||||
当你安装完你的工作机后,需要安装操作系统。在硬盘的规划上,根据实际工作的需要,这里给出一个方案:
|
||||
|
||||
| 分区名称 | 大小 | 用途 |
|
||||
| :------: | :--: | :--: |
|
||||
| swap | 8G~10G | 交换分区 |
|
||||
| 根分区 | 30G~50G(3~5个) | 安装不同版本OS的/ |
|
||||
| 剩下的空间 | 依据你的硬盘大小而定 | 分给/home和/opt(可一分为二) |
|
||||
:zap: 注意:一般情况下,swap分区的大小为内存大小的1.5到2倍,因现在工作机的内存通常都很大,所以对于工作机来说,配置8G~10G的swap即可。
|
||||
|
||||
安装完操作系统,接着需要你在自己的操作系统上搭建起维护凝思操作系统的工作环境,需要完成以下帐号的注册:
|
||||
|
||||
## 1. 配置邮箱 ##
|
||||
|
||||
相关的指导文档[点击查看](http://gitlab.rd.in.linx/document/maintainer-howto/blob/master/01.thunderbird/01.configure-mailbox.md)。
|
||||
在你工作的时候要保证邮箱处于开启运行的状态,以便和你的同事沟通顺畅。相关的指导文档[点击查看](https://gitlab.rd.in.linx/document/maintainer-howto/blob/master/01.thunderbird/04.auto-start.md)。
|
||||
thunderbird中还可以配置过滤器功能,相关的指导文档[点击查看](https://gitlab.rd.in.linx/document/maintainer-howto/blob/master/01.thunderbird/03.filter.md)。
|
||||
|
||||
## 2. 注册bugzilla帐号 ##
|
||||
|
||||
相关的指导文档[点击查看](http://gitlab.rd.in.linx/document/maintainer-howto/blob/master/08.bugzilla-workflow/01.create-a-new-bugzilla-account.md)。
|
||||
|
||||
## 3. 注册gitlab帐号 ##
|
||||
|
||||
相关的指导文档[点击查看](http://gitlab.rd.in.linx/document/maintainer-howto/blob/master/10.gitlab-usage/01.create-an-account.md)。
|
||||
@@ -1,42 +0,0 @@
|
||||
# 致新员工 #
|
||||
|
||||
当你安装完你的工作机后,在硬盘的规划上,根据实际工作的需要,这里给出一个方案:
|
||||
|
||||
| 分区名称 | 大小 | 用途 |
|
||||
| :------: | :--: | :--: |
|
||||
| swap | 内存X2 | 交换分区 |
|
||||
| 根分区 | 30G~50G的分区(3~5个) | 安装不同版本OS的/ |
|
||||
| 剩下的空间 | 依据你的硬盘大小而定 | 分给/home和/opt(可一分为二) |
|
||||
|
||||
接着需要你在自己的操作系统上搭建起维护凝思操作系统的工作环境,需要完成以下帐号的注册:
|
||||
|
||||
## 配置邮箱 ##
|
||||
|
||||
相关的指导文档[点击查看](http://gitlab.rd.in.linx/document/maintainer-howto/blob/master/01.thunderbird/01.configure-mailbox.md)。
|
||||
|
||||
## 注册bugzilla帐号 ##
|
||||
|
||||
相关的指导文档[点击查看](http://gitlab.rd.in.linx/document/maintainer-howto/blob/master/08.bugzilla-workflow/01.create-a-new-bugzilla-account.md)。
|
||||
|
||||
## 注册gitlab帐号 ##
|
||||
|
||||
相关的指导文档[点击查看](http://gitlab.rd.in.linx/document/maintainer-howto/blob/master/10.gitlab-usage/01.create-an-account.md)。
|
||||
|
||||
:zap: 注意:在你工作的时候要保证邮箱处于开启运行的状态,以便和你的同事沟通顺畅。可以通过以下方法实现邮箱的开机自动启动:
|
||||
1. 如果你使用的时linx6.0.60系统,可在虚拟终端输入下面的命令:
|
||||
```
|
||||
gnome-session-properties
|
||||
```
|
||||
该命令调用出了“启动应用程序首选项”窗口,如图所示:
|
||||

|
||||
点击“添加”按钮,调用出“添加启动程序”窗口,如图所示:
|
||||

|
||||
点击“浏览...”按钮,调出“选择命令”窗口,如图所示:
|
||||

|
||||
选择thunderbird的启动文件(linx6.0.60系统的thunderbird启动文件在/usr/bin/thunderbird位置),选中之后点击该窗口中的“打开”按钮,继续点击“添加启动程序”窗口中的“添加”按钮,最后点击“启动应用程序首选项”窗口中的“关闭”按钮,回到虚拟终端。
|
||||
|
||||
2. 如果你使用的是linx6.0.80系统,可以按顺序点击**开始——系统——首选项——启动程序**,调出“启动应用程序首选项”窗口,如图所示:
|
||||

|
||||
可在“名称”文本框里给该启动程序起个名字,点击“浏览...”按钮,调出“选择命令“窗口,如图所示:
|
||||

|
||||
根据实际情况选择thunderbird的启动文件,该文档所依据的系统的thunderbird启动文件路径为/usr/local/bin,选定启动文件后点击”打开“按钮,继续点击”添加启动程序“窗口中的”添加“按钮,最后点击”启动应用程序首选项“中的”关闭“按钮,完成启动程序的添加。
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 36 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 14 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 86 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 40 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 43 KiB |
Reference in New Issue
Block a user