-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathhelp.php
executable file
·385 lines (274 loc) · 15.3 KB
/
help.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="zh" lang="zh" >
<!-- <!DOCTYPE html>
<html> -->
<head>
<title>附录A:帮助和文档 - openSUSE 支持和文档</title>
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
<link href="css/style.css" rel="stylesheet" type="text/css" />
<link rel="stylesheet" href="thumbnailviewer.css" type="text/css" />
<script src="thumbnailviewer.js" type="text/javascript">
/***********************************************
* Image Thumbnail Viewer Script- © Dynamic Drive (www.dynamicdrive.com)
* This notice must stay intact for legal use.
* Visit http://www.dynamicdrive.com/ for full source code
***********************************************/
</script>
</head>
<body style="background-color: rgb(185, 185, 185);">
<!-- titel start -->
<div id="frame" class="normal">
<table width="100%">
<tr>
<td valign="top" style="padding-top: 5px" width="50%">
<div class="content-text">最后更新:2022年11月1日</div>
</td>
<td align="center" width="50%" valign="top">
<!-- start of freefind search box html -->
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td style="font-family: Arial, Helvetica, sans-serif; font-size: 7.5pt;">
<form style="margin:0px; margin-top:0px;" action="http://search.freefind.com/find.html" method="get" accept-charset="utf-8" target="_self">
<input type="hidden" name="si" value="38829622" />
<input type="hidden" name="pid" value="r" />
<input type="hidden" name="n" value="0" />
<input type="hidden" name="_charset_" value="" />
<input type="hidden" name="bcd" value="÷" />
<input type="text" name="query" size="16" />
<input type="submit" value="search" />
<a href="http://www.freefind.com" class="content-text">by FreeFind</a>
</form>
</td>
</tr>
</table>
<!-- end of freefind search box html -->
</td>
<!--
<td align="right" width="25%" valign="top">
<div id="google_translate_element"></div><script type="text/javascript">
function googleTranslateElementInit() {
new google.translate.TranslateElement({
pageLanguage: 'zh-CN',
autoDisplay: false,
layout: google.translate.TranslateElement.InlineLayout.SIMPLE
}, 'google_translate_element');
}
</script><script type="text/javascript" src="http://translate.google.com.hk/translate_a/element.js?cb=googleTranslateElementInit"></script>
</td>
-->
</tr>
</table>
<table width="99%">
<tr>
<td width="67%" align="center"><img src="images/pics/title.png" alt="title" />
</td>
<td width="33%" align="center"><img src="images/pics/desktop-title.png" alt="?" class="pic" /></td>
</tr>
</table>
<!-- titel slut -->
<div id="topLeft">
<div class="content-title">开始</div>
<a href="index.php" class="content-text">1. 简介</a><br />
<a href="switching.php" class="content-text">2. 改用 GNU/Linux</a><br />
<a href="acquisition.php" class="content-text">3. 获取 openSUSE</a><br />
<a href="installation.php" class="content-text">4. 安装</a><br />
<div class="content-title">日常应用</div>
<a href="kde.php" class="content-text">5. KDE 桌面环境</a><br />
<a href="apps.php" class="content-text">6. 常用软件</a><br />
<a href="security.php" class="content-text">7. 安全设置</a><br />
<a href="command.php" class="content-text">8. 终端命令行</a><br />
<a href="yast.php" class="content-text">9. 管理员设置 (YaST)</a><br />
<a href="installpackage.php" class="content-text">10. 软件安装</a><br />
<a href="repositories.php" class="content-text">11. 软件源</a><br />
<a href="windows.php" class="content-text">12. 与Windows世界兼容</a><br />
<div class="content-title">设置</div>
<a href="codecs.php" class="content-text">13. 多媒体编解码器</a><br />
<a href="browserplugins.php" class="content-text">14. 浏览器插件</a><br />
<a href="3d.php" class="content-text">15. 显卡驱动</a><br />
<a href="wlan.php" class="content-text">16. 无线网</a><br />
<a href="develop.php" class="content-text">17. 开发环境</a><br />
<a href="obs.php" class="content-text">18. 软件打包服务OBS</a><br />
<a href="srvlamp.php" class="content-text">19. LAMP和LNMP</a><br />
<a href="srvother.php" class="content-text">20. 其他常见服务软件</a><br />
<div class="content-title">附录</div>
<a href="help.php" class="content-text">A: 帮助和文档</a><br />
<a href="games.php" class="content-text">B: 游戏</a><br />
<a href="under.php" class="content-text">C. 深入了解</a><br />
<a href="tweaks.php" class="content-text">D. 提示和解决方法</a><br />
<a href="history.php" class="content-text">E. 历史和背景</a><br />
<a href="contribute.php" class="content-text">F: 重在参与</a><br />
<a href="license.php" class="content-text">GNU自由文档许可证</a>
<!--
<hr align="center" width="99%" />
<center><script type="text/javascript" src="http://www.livewebstats.dk/counter.php?id=1959&mark="></script></center><br />
<br /><br />
<div align="center" class="content-title">openSUSE 12.1 coming soon:</div><br />
<center><a href="http://en.opensuse.org/Portal:12.1"><img src="http://counter.opensuse.org/12.1/small" border="0" alt="countdown" /></a></center><br />
-->
</div>
<div class="heading1">附录A:帮助和文档</div>
本站指南只是对一些基本问题的初步介绍,可能有时候您还需要额外的帮助。当然您可以从朋友那面对面和现场获取帮助,但并不是经常可以这样。所以幸好有很多地方,您可以从openSUSE用户在线获取帮助——选择哪种方法取决于您的个人喜好。
<br /><br />
<div class="tip">
<table>
<tbody>
<tr>
<td><img src="images/pics/tip.png" alt="tip" /></td>
<td>
当您在线获取帮助时,总是要给出详细的问题描述,并且提供相关的信息,比如 openSUSE 版本、桌面环境、相关硬件组成等——否则不可能有效地帮助到您。
</td>
</tr>
</tbody>
</table>
</div><br />
<div class="heading2">A.1 搜索Web页面</div>
通过使用喜好的网页搜索引擎简单搜索一下,在大多数情况下,您很容易就能找到您问题的答案。<br /><br />
<div class="heading2">A.2 论坛</div>
您可以从这些论坛寻求帮助(建议用 Firefox 浏览器打开网页链接):
<br />
<a href="http://forum.suse.org.cn/" target="_blank"><b>https://forum.suse.org.cn/(全新的中文社区)</b></a>
<br />
<a href="http://forums.opensuse.org" target="_blank">http://forums.opensuse.org</a>
<br />
关于KDE工作空间和KDE应用程序的问题,您也许想尝试KDE官方论坛:
<br />
<a href="http://forum.kde.org/" target="_blank">http://forum.kde.org/</a><br /><br />
LibreOffice 办公套件使用交流论坛:<br />
<a href="http://libreofficeforum.org/" target="_blank">http://libreofficeforum.org/</a><br /><br />
openSUSE官方中文站:<br />
<a href="http://zh.opensuse.org/" target="_blank">
http://zh.opensuse.org/
</a><br />
国内其他站点:<br />
<a href="https://linux.cn/" target="_blank">
https://linux.cn/ (Linux.中国 开源社区)
</a><br>
<a href="http://linux.ubuntu.org.cn/" target="_blank">
http://linux.ubuntu.org.cn/ (Linux网站导航)
</a>
<br /><br />
<div class="heading2">A.3 IRC(互联网中继聊天)</div>
您可以使用 IRC(Internet Relay Chat,互联网中继聊天) 获取实时帮助。IRC客户端软件Konversation已经默认安装了,并且预先配置好连接到 Freenode IRC 网络的 <a href="irc://irc.opensuse.org/opensuse" class="button" title="join #suse on freenode">#suse</a> 频道。
<br />
<center><a href="images/screenshots/konversation.png" rel="thumbnail"><img src="images/screenshots/konversationb.png" alt="konversation" class="pic" /></a></center><br />
如果您是 IRC 新手,在加入前您或许应该阅读这些规则:
<br />
<a href="http://opensuse-community.org/IRC_rules" target="_blank">http://opensuse-community.org/IRC_rules</a><br /><br />
除了英语,IRC 频道还存在许多其他语言的支持。参看这里的列表:
<br />
<a href="http://en.opensuse.org/openSUSE:IRC_list" target="_blank">http://en.opensuse.org/openSUSE:IRC_list</a>
<br /><br />
<b>openSUSE中文用户组地址:</b><br />
<a href="https://connect.opensuse.org/pg/groups/13328/opensuse-/" target="_blank">
https://connect.opensuse.org/pg/groups/13328/opensuse-/
</a><br />
如果您在安装和使用过程中有疑问或者困难也可以随时通过 IRC 频道参与即时讨论和交流。
<br />
<a href="http://webchat.freenode.net" target="_blank">
http://webchat.freenode.net
</a> #opensuse-cn<br />
在国内,还可以使用QQ或YY搜索openSUSE的群和频道。去QQ群或YY频道寻求帮助。
<br /><br />
<div class="heading2">A.4 邮件列表</div>
您可以从邮件列表获取帮助,请看:
<br />
<a href="http://en.opensuse.org/openSUSE:Mailing_lists" target="_blank">http://en.opensuse.org/openSUSE:Mailing_lists</a><br /><br />
<div class="heading2">A.5 文档</div>
阅读手册总是个好主意。您可以从这找到 PDF、EPUB和 HTML 格式的 openSUSE 官方手册:
<br />
<a href="http://doc.opensuse.org/" target="_blank">
http://doc.opensuse.org/</a>
<br /><br />
很多应用程序自带手册,一般可以按 <i>F1</i> 键查看它。通常软件包带了文档,一般被安装在目录 <i>/usr/share/doc/</i> 里。
<br /><br />
您可以从这个维基站点找到很多文档和 howto 指南:
<a href="http://en.opensuse.org/Portal:Documentation" target="_blank">http://en.opensuse.org/Portal:Documentation</a><br /><br />
<div class="heading2">A.6 其他资源</div>
openSUSE 的维基、论坛、邮件列表等有一个统一搜索页面,在这:
<br />
<a href="http://search.opensuse.org" target="_blank">http://search.opensuse.org</a><br /><br />
当寻求在线支持时,共享文本(如命令行输出)或截图显示您的问题会很有用。
openSUSE pastebin 会使这很容易:
<br />
<a href="http://susepaste.org/" target="_blank">http://susepaste.org/</a> (文本)<br />
<a href="http://img.susepaste.org/" target="_blank">http://img.susepaste.org/</a> (图片)<br /><br />
<div class="heading2">A.7 Linux用户协会(LUG)</div>
很可能有个 LUG(Linux User Groups,Linux用户协会)在您附近,
有邮件列表或论坛及可能的会议,您可以从其获取面对面的帮助并且见见“真实生活”中的其他 GNU/Linux 用户。
<br /><br />
<div class="heading2">A.8 硬件</div>
GNU/Linux 支持绝大多数硬件,但不是全部。
市场上非常新的组件或销量很小的组件大部分有导致问题的倾向。这里是一些跟踪各种硬件类型支持状况的数据库。在您购买组件前,建议您研究下该硬件是否被 GNU/Linux 支持。
<br /><br />
<div class="tip">
<table>
<tbody>
<tr>
<td><img src="images/pics/tip.png" alt="tip" /></td>
<td>
不要期望这些数据库是 100% 完整的或是最新的——并且要记住贡献您自己的新发现。
</td>
</tr>
</tbody>
</table>
</div><br />
<ul>
<li><a href="http://en.opensuse.org/Portal:Hardware" target="_blank">http://en.opensuse.org/Portal:Hardware</a>(官方硬件支持列表)</li>
<li><a href="http://www.linux-laptop.net/" target="_blank">http://www.linux-laptop.net/</a> (笔记本电脑)</li>
<li><a href="http://www.linlap.com/" target="_blank">http://www.linlap.com/</a> (笔记本电脑)</li>
<li><a href="http://thinkwiki.org/wiki/ThinkWiki">http://thinkwiki.org/wiki/ThinkWiki</a> (IBM/联想 Thinkpad)</li>
<li><a href="http://bugtrack.alsa-project.org/main/index.php/Matrix:Main" target="_blank">http://bugtrack.alsa-project.org/main/index.php/Matrix:Main</a> (声卡)</li>
<li><a href="http://www.linuxfoundation.org/collaborate/workgroups/openprinting/database/databaseintro" target="_blank">http://www.linuxfoundation.org/collaborate/workgroups/openprinting/database/databaseintro</a> (打印机)</li>
<li><a href="http://www.sane-project.org/sane-supported-devices.html" target="_blank">http://www.sane-project.org/sane-supported-devices.html</a> (扫描仪)</li>
<li><a href="http://wireless.kernel.org/en/users/Devices" target="_blank">http://wireless.kernel.org/en/users/Devices</a> (无线设备)</li>
<li><a href="http://linux-wless.passys.nl/" target="_blank">http://linux-wless.passys.nl/</a> (无线网卡)</li>
<li><a href="http://linuxtv.org/" target="_blank">http://linuxtv.org/</a> (TV 电视卡)</li>
<li><a href="http://www.linux-usb.org/" target="_blank">http://www.linux-usb.org/</a> (USB 设备)</li>
<li><a href="http://www.linux1394.org/hcl.php" target="_blank">http://www.linux1394.org/hcl.php</a> (FireWire,1394火线)</li>
<li><a href="http://mxhaard.free.fr/spca5xx.html" target="_blank">http://mxhaard.free.fr/spca5xx.html</a> (摄像头、数码相机、摄像机等)</li>
<li><a href="http://www.ideasonboard.org/uvc/#devices" target="_blank">http://www.ideasonboard.org/uvc/#devices</a> (摄像头、数码相机、摄像机等)</li>
<li><a href="http://h-node.org/" target="_blank">
http://h-node.org/</a> (支持自由软件的常见硬件)</li>
</ul>
<div class="heading2">A.9 综合的和深层次的知识</div>
如果您确实想严肃认真地学习 GNU/Linux 深层次知识,建议读些书。
技术书店里有 GNU/Linux 图书,您也可能在本地图书馆里找到感兴趣的东西。
您也可以访问这些网站获取免费的电子书:
<!--
正确的:Technical book stores are loaded with GNU/Linux literature ...
原文 litterature ,多了一个t。
-->
<br />
<a href="http://tldp.org/" target="_blank">http://tldp.org/</a><br />
<a href="http://en.flossmanuals.net" target="_blank">http://en.flossmanuals.net</a><br />
<a href="http://www.freetechbooks.com/" target="_blank">http://www.freetechbooks.com/</a><br /><br />
<table style="text-align: left; width: 100%;" border="0" cellpadding="2" cellspacing="2">
<tbody>
<tr>
<td style="width: 50%;"><div style="text-align: center;"><a href="srvother.php"><img class="pic" style="width: 32px; height: 32px;" alt="prev" src="images/pics/prev.png" /></a></div></td>
<td style="width: 50%;"><div style="text-align: center;"><a href="games.php"><img class="pic" style="width: 32px; height: 32px;" alt="next" src="images/pics/next.png" /></a></div></td>
</tr>
</tbody>
</table>
<!-- stats start -->
<!--
<hr align="center" width="99%" />
<center><script type="text/javascript" src="http://www.livewebstats.dk/counter.php?id=1959&mark="></script></center><br />
-->
<!-- stats slut -->
<!-- sponsor start -->
<!--
<div style="text-align: center;">Hosting sponseret af:<br />
<a href="http://www.enavn.dk/"><img style="border: 0px" alt="liga" src="images/pics/enavn.gif" /></a></div><br />
-->
<!-- sponsor slut -->
<!-- <div class="lille" align="center">Send feedback to <a href="mailto:admin@opensuse-guide.org">admin [at] opensuse-guide.org</a></div> -->
<div class="small" align="center">
本文档翻译自 <a href="http://opensuse-guide.org/" target="_blank">http://opensuse-guide.org/</a> 不当之处,还望指正<br />
使用e-mail发送您的英文评论给 admin [at] opensuse-guide.org <br />
或发送意见和建议给中文译者:Libitum (hello[at]libitum.org);
Winland (winland0704[at]126.com)
</div>
</div>
</body>
</html>