summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIru Cai <mytbk920423@gmail.com>2018-10-25 18:07:57 +0800
committerIru Cai <mytbk920423@gmail.com>2018-10-25 18:07:57 +0800
commit8fb891ac58c780399b3787ff80f063723c361c7d (patch)
tree0e029fcdf1506f4aa7b1d472f1dc0a9f65307ecb
parent10bcc51bbd868eec57dad55ddf489d673cce0b53 (diff)
downloadgnulinux-book-lcpu-201810.tar.xz
lcpu-201810: update the outlinelcpu-201810
-rw-r--r--lcpu-201810.rst34
1 files changed, 27 insertions, 7 deletions
diff --git a/lcpu-201810.rst b/lcpu-201810.rst
index 105b769..f443bcc 100644
--- a/lcpu-201810.rst
+++ b/lcpu-201810.rst
@@ -7,21 +7,34 @@ GNU/Linux 入门
1. 什么是 GNU/Linux —— Unix, GNU 和 Linux
2. 发行版简介:Manjaro 和 Linux Mint
-3. 系统管理指南
+3. 命令行基础:
+
+ 1. man, info
+ 2. ls, cd (shell builtin)
+ 3. cat, head, tail
+ 4. more (util-linux), less, most
+ 5. mkdir, mv, cp
+
+4. 系统管理指南
1. 用户和权限
2. 文件组织和文件系统
3. 包管理
-4. 安全上网和在线交流
+5. 安全上网和在线交流
1. 安全连接
2. 如何面对网络封锁
3. 开源社区常用通信方式:Email 和 IRC
4. 邦联式聊天协议:XMPP 和 Matrix
- 5. 讨论:如何提问,Code of Conduct
+ 5. 阅读和讨论
+
+ #. 如何提问
+ #. Code of Conduct
+ #. `A farewell to email <https://lwn.net/Articles/768483/>`__
+ #. `GNU Kind Communications Guidelines <https://www.gnu.org/philosophy/kind-communication.html>`__
-5. GNU/Linux 下的常用软件
+6. GNU/Linux 下的常用软件
#. 输入法:fcitx + rime/sunpinyin
#. 文档:markdown, TeX, LibreOffice
@@ -32,12 +45,19 @@ GNU/Linux 入门
#. 图形:GIMP, Krita, Inkscape, Dia
#. 游戏:SuperTux, SuperTuxKart, Hedgewars, mari0, puzzles
-6. Lineage OS 和 Android 常用软件
+7. LineageOS 和 Android 常用软件
-7. 硬件选购指南
+8. 硬件选购指南
1. coreboot 和 Libreboot
- 2. Lineage OS 设备
+ 2. LineageOS 设备
3. ath9k WLAN 设备
4. 打印机
5. 显卡
+
+
+补充内容:
+
+1. 虚拟机
+2. Unix 哲学,GUI v.s. CLI
+3. 构建软件