@@ -34,11 +34,15 @@ https://adoyle.me/Today-I-Learned/
34
34
35
35
## 版权声明
36
36
37
- Copyright (c) 2016-2023 ADoyle (
[email protected] ). The project is licensed under the
** BSD 3-clause License
** .
37
+ Copyright 2016-2023 ADoyle (
[email protected] ). Some Rights Reserved.
38
+ The project is licensed under the ** BSD 3-clause License** .
38
39
39
- See the [ LICENSE] [ ] file for the specific language governing permissions and limitations under the License.
40
+ Read the [ LICENSE] [ ] file for the specific language governing permissions and limitations under the License.
41
+
42
+ Read the [ NOTICE] [ ] file distributed with this work for additional information regarding copyright ownership.
40
43
41
44
[ LICENSE ] : ./LICENSE
45
+ [ NOTICE ] : ./NOTICE
42
46
43
47
44
48
## TOC
@@ -141,7 +145,7 @@ See the [LICENSE][] file for the specific language governing permissions and lim
141
145
142
146
## Docker
143
147
144
- - [ Alpine 镜像 ] ( docker/alpine.md )
148
+ - [ Alpine Linux ] ( docker/alpine.md )
145
149
- [ ContainerD OverlayFS] ( docker/containerd-overlayfs.md )
146
150
- [ Containerd] ( docker/containerd.md )
147
151
- [ 容器里的 Core Dump] ( docker/core-dump-in-container.md )
@@ -330,6 +334,7 @@ See the [LICENSE][] file for the specific language governing permissions and lim
330
334
- [ 用户增加用户组] ( linux/add-group-to-user.md )
331
335
- [ ag 和 rg] ( linux/ag-and-rg.md )
332
336
- [ Alfred 找不到文件] ( linux/alfred-cannot-find-files.md )
337
+ - [ Alpine Linux] ( linux/alpine.md )
333
338
- [ anon_inode] ( linux/anon_inode.md )
334
339
- [ ansible 部署到 centos7 时,不能找到 service] ( linux/ansible-deploy-fault-with-centos7-and-service.md )
335
340
- [ apt] ( linux/apt.md )
@@ -346,6 +351,7 @@ See the [LICENSE][] file for the specific language governing permissions and lim
346
351
- [ btrfs] ( linux/btrfs.md )
347
352
- [ 内存的 buffer 和 cache] ( linux/buffer-and-cache-in-memory.md )
348
353
- [ 在容器中构建 Package] ( linux/build-package-in-container.md )
354
+ - [ Busybox] ( linux/busybox.md )
349
355
- [ CFS (Completely Fair Scheduler)] ( linux/cfs.md )
350
356
- [ 更改默认 shell] ( linux/change-default-shell.md )
351
357
- [ clamav] ( linux/clamav.md )
@@ -396,6 +402,7 @@ See the [LICENSE][] file for the specific language governing permissions and lim
396
402
- [ IO、select、epoll] ( linux/io-select-epoll.md )
397
403
- [ iproute2 与 ifconfig 命令] ( linux/iproute2-vs-ifconfig.md )
398
404
- [ iptables 与 nftables] ( linux/iptables.md )
405
+ - [ kconfig] ( linux/kconfig.md )
399
406
- [ Linux 内核模块] ( linux/kernel-module.md )
400
407
- [ Linux 内核] ( linux/kernel.md )
401
408
- [ kswapd0] ( linux/kswapd0.md )
@@ -409,18 +416,21 @@ See the [LICENSE][] file for the specific language governing permissions and lim
409
416
- [ 命令行中的乱码] ( linux/messy-codes-in-console.md )
410
417
- [ 创建临时文件的命令] ( linux/mktemp.md )
411
418
- [ mount] ( linux/mount.md )
419
+ - [ musl libc] ( linux/musl-libc.md )
412
420
- [ Netfilter] ( linux/netfilter.md )
413
421
- [ netns] ( linux/netns.md )
414
422
- [ netstat 与 ss] ( linux/netstat-and-ss.md )
415
423
- [ 网络接口配置 (ifcfg)] ( linux/network-interface-configuration.md )
416
424
- [ 硬盘空间占满问题] ( linux/no-space-left-on-device.md )
417
425
- [ nsenter] ( linux/nsenter.md )
418
426
- [ NTP 时间同步] ( linux/ntp.md )
427
+ - [ OpenRC] ( linux/openrc.md )
419
428
- [ OverlayFS] ( linux/overylay-fs.md )
420
429
- [ PAM] ( linux/pam.md )
421
430
- [ perf 命令] ( linux/perf.md )
422
431
- [ 不需要 root 权限执行 ping] ( linux/ping-without-sudo.md )
423
432
- [ 管道重定向] ( linux/pipe-redirect.md )
433
+ - [ PostmarketOS] ( linux/postmarketos.md )
424
434
- [ /proc/interrupts] ( linux/proc-interrupts.md )
425
435
- [ 进程内存] ( linux/process-memory.md )
426
436
- [ 命令行中提示用户 Yes/No] ( linux/read-prompt.md )
@@ -585,6 +595,7 @@ See the [LICENSE][] file for the specific language governing permissions and lim
585
595
- [ Jekyll] ( others/jekyll.md )
586
596
- [ Jinja2] ( others/jinja2.md )
587
597
- [ Language Server Protocol] ( others/language-server-protocol.md )
598
+ - [ Makefile] ( others/makefile.md )
588
599
- [ 箴言] ( others/maxim.md )
589
600
- [ 元语法 (Metasyntax)] ( others/metasyntax.md )
590
601
- [ 乱码问题] ( others/mojibake.md )
@@ -645,6 +656,7 @@ See the [LICENSE][] file for the specific language governing permissions and lim
645
656
646
657
## Ruby
647
658
659
+ - [ Ruby 代理镜像] ( ruby/proxy.md )
648
660
- [ 使用 scientist 科学重构代码] ( ruby/using-scientist-for-refactoring.md )
649
661
650
662
## 安全攻防
0 commit comments