@@ -48,12 +48,13 @@ See the [LICENSE][] file for the specific language governing permissions and lim
48
48
<li><a href="#git">Git</a></li>
49
49
<li><a href="#go">Go</a></li>
50
50
<li><a href="#javascript">Javascript</a></li>
51
- <li><a href="#k8s">K8s </a></li>
51
+ <li><a href="#k8s">K8S </a></li>
52
52
<li><a href="#linux">Linux</a></li>
53
53
<li><a href="#mac">Mac</a></li>
54
54
<li><a href="#nodejs">Nodejs</a></li>
55
55
<li><a href="#%E8%BF%90%E7%BB%B4">运维</a></li>
56
56
<li><a href="#%E5%85%B6%E4%BB%96">其他</a></li>
57
+ <li><a href="#%E5%93%B2%E5%AD%A6">哲学</a></li>
57
58
<li><a href="#racket">Racket</a></li>
58
59
<li><a href="#redis">Redis</a></li>
59
60
<li><a href="#ruby">Ruby</a></li>
@@ -174,6 +175,7 @@ See the [LICENSE][] file for the specific language governing permissions and lim
174
175
- [ Git Diff] ( git/diff.md )
175
176
- [ Git 学习资料] ( git/git-books.md )
176
177
- [ git ssh 代理] ( git/git-ssh-proxy.md )
178
+ - [ git 小技巧] ( git/git-tricks.md )
177
179
- [ git credentials] ( git/gitcredentials.md )
178
180
- [ 忽略 Git submodule] ( git/ignore-git-submodule.md )
179
181
- [ --ours vs --theirs] ( git/ours-vs-theirs.md )
@@ -196,7 +198,7 @@ See the [LICENSE][] file for the specific language governing permissions and lim
196
198
- [ 使用 Promise 的技巧] ( javascript/trick-of-promise.md )
197
199
- [ JS 编程技巧] ( javascript/tricks-of-js.md )
198
200
199
- ## K8s
201
+ ## K8S
200
202
201
203
- [ Helm] ( k8s/helm.md )
202
204
- [ K8S CSI 开发] ( k8s/k8s-csi.md )
@@ -211,6 +213,7 @@ See the [LICENSE][] file for the specific language governing permissions and lim
211
213
- [ Alfred 找不到文件] ( linux/alfred-cannot-find-files.md )
212
214
- [ ansible 部署到 centos7 时,不能找到 service] ( linux/ansible-deploy-fault-with-centos7-and-service.md )
213
215
- [ bash error exit] ( linux/bash-error-exit.md )
216
+ - [ bash history] ( linux/bash-history.md )
214
217
- [ bash 开启 vi 模式] ( linux/bash-in-vi-mode.md )
215
218
- [ 学习 Bash] ( linux/bash-learning.md )
216
219
- [ Bash 的坑] ( linux/bash-pitfalls.md )
@@ -238,7 +241,7 @@ See the [LICENSE][] file for the specific language governing permissions and lim
238
241
- [ IO、select、epoll] ( linux/io-select-epoll.md )
239
242
- [ iproute2 与 ifconfig 命令] ( linux/iproute2-vs-ifconfig.md )
240
243
- [ 学习 iptables] ( linux/iptables.md )
241
- - [ sudo bash -c 'su - root' ] ( linux/login-use-root.md )
244
+ - [ 切换到 root 用户 ] ( linux/login-use-root.md )
242
245
- [ lsof 与 fuser] ( linux/lsof-and-fuser.md )
243
246
- [ 命令行中的乱码] ( linux/messy-codes-in-console.md )
244
247
- [ 创建临时文件的命令] ( linux/mktemp.md )
@@ -324,6 +327,10 @@ See the [LICENSE][] file for the specific language governing permissions and lim
324
327
- [ UTF-8 vs UTF-16] ( others/utf-8-vs-utf-16.md )
325
328
- [ zookeeper 健康检查] ( others/zookeeper-health-check.md )
326
329
330
+ ## 哲学
331
+
332
+ - [ Toulmin Model] ( philosophy/toulmin-model.md )
333
+
327
334
## Racket
328
335
329
336
- [ 学习 Racket] ( racket/racket-learning.md )
0 commit comments