@@ -7,8 +7,8 @@ https://til.adoyle.me
7
7
8
8
## 提醒
9
9
10
- 在网页端,搜索英文建议用最上方的搜索框 ,体验比较好。
11
- 搜索框不支持中文,搜中文信息建议用浏览器自带的搜索功能 。
10
+ 1 . 在网页端,建议搜索英文用最上方的搜索框 ,体验比较好。搜索框不支持中文。建议搜中文用浏览器自带的搜索功能 。
11
+ 2 . 文章不保证正确,请自己判断对错。如果你有不同意见,欢迎到 [ Discussions ] ( https://github.com/adoyle-h/Today-I-Learned/discussions ) 提出意见 。
12
12
13
13
## 内容约定
14
14
@@ -177,6 +177,7 @@ Read the [NOTICE](./NOTICE) file distributed with this work for additional infor
177
177
- [ 查找 Overlay ID 与哪个容器相关] ( docker/find-which-container-includes-overlay.md )
178
178
- [ 修正 alpine 镜像的时区问题] ( docker/fix-timezone-in-alpine-image.md )
179
179
- [ 修正 Docker for mac 时区问题] ( docker/fix-timezone-in-docker-for-mac.md )
180
+ - [ host.docker.internal] ( docker/host-docker-internal.md )
180
181
- [ Docker for Mac 中磁盘文件占用过大] ( docker/large-disk-space-usage-in-docker-for-mac.md )
181
182
- [ docker macvlan] ( docker/macvlan.md )
182
183
- [ 构建多架构镜像] ( docker/multi-arch-build.md )
@@ -289,6 +290,7 @@ Read the [NOTICE](./NOTICE) file distributed with this work for additional infor
289
290
- [ 忽略 Git submodule] ( git/ignore-git-submodule.md )
290
291
- [ --ours vs --theirs] ( git/ours-vs-theirs.md )
291
292
- [ git proxy] ( git/proxy.md )
293
+ - [ 指定分支与另一个远端仓库绑定] ( git/push-branch-for-another-remote.md )
292
294
- [ git shallow clone] ( git/shallow-clone.md )
293
295
- [ Git sign-off] ( git/sign-off.md )
294
296
@@ -333,6 +335,7 @@ Read the [NOTICE](./NOTICE) file distributed with this work for additional infor
333
335
- [ EMMC] ( hardware/emmc.md )
334
336
- [ 固件 (Firmware)] ( hardware/firmware.md )
335
337
- [ Home Assistant] ( hardware/home-assistant.md )
338
+ - [ ET X08 鼠标] ( hardware/mouse-et-x08.md )
336
339
- [ 网件 R6900 刷梅林固件] ( hardware/netgear-R6900-asuswrt-merlin.md )
337
340
- [ 网络交换机] ( hardware/network-switch.md )
338
341
- [ 无线电波 (Radio Waves)] ( hardware/radio-waves.md )
@@ -411,6 +414,7 @@ Read the [NOTICE](./NOTICE) file distributed with this work for additional infor
411
414
- [ 用户线程,内核线程,CPU 超线程技术] ( linux/about-multi-thread.md )
412
415
- [ 用户增加用户组] ( linux/add-group-to-user.md )
413
416
- [ adduser 与 useradd] ( linux/adduser-and-useradd.md )
417
+ - [ 硬盘电源管理] ( linux/advanced-power-management.md )
414
418
- [ ag 和 rg] ( linux/ag-and-rg.md )
415
419
- [ Alfred 找不到文件] ( linux/alfred-cannot-find-files.md )
416
420
- [ alpine 的 /sbin/init] ( linux/alpine-sbin-init.md )
@@ -525,6 +529,7 @@ Read the [NOTICE](./NOTICE) file distributed with this work for additional infor
525
529
- [ 进程亲和性 (Processor Affinity)] ( linux/processor-affinity.md )
526
530
- [ 命令行中提示用户 Yes/No] ( linux/read-prompt.md )
527
531
- [ rm 命令] ( linux/rm.md )
532
+ - [ 旋转终端屏幕] ( linux/rotate-console-screen.md )
528
533
- [ rsync 与 scp] ( linux/rsync-and-scp.md )
529
534
- [ rsyslog] ( linux/rsyslog.md )
530
535
- [ 用别的用户运行命令] ( linux/run-command-with-different-user.md )
@@ -541,6 +546,7 @@ Read the [NOTICE](./NOTICE) file distributed with this work for additional infor
541
546
- [ strace] ( linux/strace.md )
542
547
- [ sudo and su] ( linux/sudo-and-su.md )
543
548
- [ sudoer] ( linux/sudoer.md )
549
+ - [ sysctl] ( linux/sysctl.md )
544
550
- [ syslinux] ( linux/syslinux.md )
545
551
- [ Linux 系统调用] ( linux/system-call.md )
546
552
- [ tailf] ( linux/tailf.md )
@@ -576,8 +582,10 @@ Read the [NOTICE](./NOTICE) file distributed with this work for additional infor
576
582
577
583
### Systemd
578
584
579
- - [ systemd 网络启动流程] ( linux/systemd/network.md )
585
+ - [ systemd-mount] ( linux/systemd/mount.md )
586
+ - [ systemd-network] ( linux/systemd/network.md )
580
587
- [ networking.service] ( linux/systemd/networking-service.md )
588
+ - [ systemd-path] ( linux/systemd/path.md )
581
589
- [ systemd-resolved] ( linux/systemd/resolved.md )
582
590
- [ systemd] ( linux/systemd/systemd.md )
583
591
- [ systemd-timesyncd] ( linux/systemd/timesyncd.md )
@@ -602,6 +610,7 @@ Read the [NOTICE](./NOTICE) file distributed with this work for additional infor
602
610
603
611
## Mac
604
612
613
+ - [ MacOS 通过命令行修改 IP 地址] ( mac/change-ip-address-via-cmd.md )
605
614
- [ Mac 的 DNS 问题] ( mac/dns-troubles-in-mac.md )
606
615
- [ 多网卡在 Mac 系统的问题] ( mac/double-network-card-problems-in-mac.md )
607
616
- [ Mac 下按住键盘不能输出重复的字符] ( mac/hold-down-key-cannot-keep-print-character.md )
@@ -746,6 +755,7 @@ Read the [NOTICE](./NOTICE) file distributed with this work for additional infor
746
755
- [ Chrome 小技巧] ( others/chrome-tricks.md )
747
756
- [ 复制粘贴好过手写] ( others/copy-paste-better-than-handwriting.md )
748
757
- [ Mac 文件系统的剪切快捷键] ( others/cut-in-mac-file-system.md )
758
+ - [ 数据恢复工具] ( others/data-recovery-tool.md )
749
759
- [ YAML 中的 Date 类型陷阱] ( others/date-trap-in-yaml.md )
750
760
- [ MacOS 彻底删除搜狗输入法] ( others/delete-sogou-input-in-macos.md )
751
761
- [ dropbear] ( others/dropbear.md )
@@ -762,6 +772,7 @@ Read the [NOTICE](./NOTICE) file distributed with this work for additional infor
762
772
- [ Hyper.js 中文问题] ( others/hyper-js-chinese-problems.md )
763
773
- [ 无法在 Tmux 显示图片] ( others/imgcat-not-work-in-tmux.md )
764
774
- [ Jekyll] ( others/jekyll.md )
775
+ - [ jellyfin 中文字体] ( others/jellyfin-chinese-font.md )
765
776
- [ Jinja2] ( others/jinja2.md )
766
777
- [ Language Server Protocol] ( others/language-server-protocol.md )
767
778
- [ Makefile] ( others/makefile.md )
@@ -780,6 +791,7 @@ Read the [NOTICE](./NOTICE) file distributed with this work for additional infor
780
791
- [ Markdown 里写反引号] ( others/reverse-quote-in-markdown.md )
781
792
- [ rsync] ( others/rsync.md )
782
793
- [ Semver] ( others/semver.md )
794
+ - [ SSL 证书校验失败] ( others/ssl-cert-verify-failed.md )
783
795
- [ SSL 证书] ( others/ssl-cert.md )
784
796
- [ 停止词 (Stop Words)] ( others/stop-words.md )
785
797
- [ mac 里的 tmux 内无法用 sublime 打开文件] ( others/subl-in-tmux-on-mac.md )
0 commit comments