| … | |
… | |
| 2 | <!DOCTYPE sections SYSTEM "/dtd/book.dtd"> |
2 | <!DOCTYPE sections SYSTEM "/dtd/book.dtd"> |
| 3 | |
3 | |
| 4 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
4 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
| 5 | <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> |
5 | <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> |
| 6 | |
6 | |
| 7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-tools.xml,v 1.50 2011/09/03 07:18:27 swift Exp $ --> |
7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-tools.xml,v 1.51 2011/10/23 10:32:38 swift Exp $ --> |
| 8 | |
8 | |
| 9 | <sections> |
9 | <sections> |
| 10 | |
10 | |
| 11 | <abstract> |
11 | <abstract> |
| 12 | In this chapter we help you choose and install some important tools. |
12 | In this chapter we help you choose and install some important tools. |
| 13 | </abstract> |
13 | </abstract> |
| 14 | |
14 | |
| 15 | <version>9.2</version> |
15 | <version>10</version> |
| 16 | <date>2010-11-14</date> |
16 | <date>2011-10-23</date> |
| 17 | |
17 | |
| 18 | <section> |
18 | <section> |
| 19 | <title>System Logger</title> |
19 | <title>System Logger</title> |
| 20 | <body> |
20 | <body> |
| 21 | |
21 | |
| … | |
… | |
| 106 | </pre> |
106 | </pre> |
| 107 | |
107 | |
| 108 | </body> |
108 | </body> |
| 109 | </section> |
109 | </section> |
| 110 | <section> |
110 | <section> |
|
|
111 | <title>Optional: Remote Access</title> |
|
|
112 | <body> |
|
|
113 | |
|
|
114 | <p> |
|
|
115 | If you need to access your system remotely after installation, don't forget to |
|
|
116 | add <c>sshd</c> to the default runlevel: |
|
|
117 | </p> |
|
|
118 | |
|
|
119 | <pre caption="Adding sshd to the default runlevel"> |
|
|
120 | # <i>rc-update add sshd default</i> |
|
|
121 | </pre> |
|
|
122 | |
|
|
123 | <p> |
|
|
124 | If you need serial console access (which is possible in case of remote servers), |
|
|
125 | you'll need to uncomment the serial console section in |
|
|
126 | <path>/etc/inittab</path>. |
|
|
127 | </p> |
|
|
128 | |
|
|
129 | <pre caption="Editing /etc/inittab"> |
|
|
130 | # <i>nano -w /etc/inittab</i> |
|
|
131 | </pre> |
|
|
132 | |
|
|
133 | <p> |
|
|
134 | The following excerpt shows the uncommented section: |
|
|
135 | </p> |
|
|
136 | |
|
|
137 | <pre caption="Uncommting serial consoles in inittab"> |
|
|
138 | <comment># SERIAL CONSOLES</comment> |
|
|
139 | s0:12345:respawn:/sbin/agetty 9600 ttyS0 vt100 |
|
|
140 | s1:12345:respawn:/sbin/agetty 9600 ttyS1 vt100 |
|
|
141 | </pre> |
|
|
142 | |
|
|
143 | </body> |
|
|
144 | </section> |
|
|
145 | <section> |
| 111 | <title>File System Tools</title> |
146 | <title>File System Tools</title> |
| 112 | <subsection> |
147 | <subsection> |
| 113 | <body> |
148 | <body> |
| 114 | |
149 | |
| 115 | <p> |
150 | <p> |