@@ -71,6 +71,7 @@ See the [LICENSE][] file for the specific language governing permissions and lim
71
71
<li><a href="#%E8%BF%90%E7%BB%B4">运维</a></li>
72
72
<li><a href="#%E5%85%B6%E4%BB%96">其他</a></li>
73
73
<li><a href="#%E5%93%B2%E5%AD%A6">哲学</a></li>
74
+ <li><a href="#%E7%AE%B4%E8%A8%80%E5%BD%95">箴言录</a></li>
74
75
<li><a href="#python">Python</a></li>
75
76
<li><a href="#racket">Racket</a></li>
76
77
<li><a href="#redis">Redis</a></li>
@@ -305,6 +306,7 @@ See the [LICENSE][] file for the specific language governing permissions and lim
305
306
- [ 学习 Bash] ( linux/bash-learning.md )
306
307
- [ Bash 的坑] ( linux/bash-pitfalls.md )
307
308
- [ Bash 小技巧] ( linux/bash-tricks.md )
309
+ - [ 在容器中构建 Package] ( linux/build-package-in-container.md )
308
310
- [ CFS (Completely Fair Scheduler)] ( linux/cfs.md )
309
311
- [ 更改默认 shell] ( linux/change-default-shell.md )
310
312
- [ 命令格式标准] ( linux/command-arguments-syntax-standard.md )
@@ -316,7 +318,9 @@ See the [LICENSE][] file for the specific language governing permissions and lim
316
318
- [ CPU] ( linux/cpu.md )
317
319
- [ 判断文件编码] ( linux/detect-encoding-of-file.md )
318
320
- [ diff 与 patch] ( linux/diff-and-patch.md )
321
+ - [ shutdown, poweroff, halt 的不同] ( linux/differences-between-shutdown-poweroff-halt.md )
319
322
- [ 硬盘分区] ( linux/disk-partition.md )
323
+ - [ dnsmasq] ( linux/dnsmasq.md )
320
324
- [ du] ( linux/du.md )
321
325
- [ 编辑二进制文件] ( linux/edit-binary-file.md )
322
326
- [ 终端开启真彩色 (true color)] ( linux/enable-true-color-in-terminal.md )
@@ -367,6 +371,7 @@ See the [LICENSE][] file for the specific language governing permissions and lim
367
371
- [ strace] ( linux/strace.md )
368
372
- [ sudo and su] ( linux/sudo-and-su.md )
369
373
- [ Linux 系统调用] ( linux/system-call.md )
374
+ - [ systemd-resolved] ( linux/systemd-resolved.md )
370
375
- [ systemd] ( linux/systemd.md )
371
376
- [ tailf] ( linux/tailf.md )
372
377
- [ 基于内存的虚拟文件系统 tmpfs/ramfs/RamDisk] ( linux/temporary-fs-in-memory.md )
@@ -521,6 +526,13 @@ See the [LICENSE][] file for the specific language governing permissions and lim
521
526
522
527
- [ Toulmin Model] ( philosophy/toulmin-model.md )
523
528
529
+ ## 箴言录
530
+
531
+ - [ 箴言录 - 人生] ( proverbs/life.md )
532
+ - [ 箴言录 - 哲学] ( proverbs/philosophy.md )
533
+ - [ 箴言录 - 编程] ( proverbs/programming.md )
534
+ - [ 箴言录 - 学习] ( proverbs/study.md )
535
+
524
536
## Python
525
537
526
538
- [ python 环境配置] ( python/environment.md )
0 commit comments