@@ -39,7 +39,7 @@ ADoyle 的碎片化知识笔记。https://til.adoyle.me
39
39
40
40
## 版权声明
41
41
42
- Copyright 2016-
2024 ADoyle (
[email protected] ). Some Rights Reserved.
42
+ Copyright 2016-
2025 ADoyle (
[email protected] ). Some Rights Reserved.
43
43
The project is licensed under the ** BSD 3-clause License** .
44
44
45
45
Read the [ LICENSE] ( ./LICENSE ) file for the specific language governing permissions and limitations under the License.
@@ -245,6 +245,7 @@ Read the [NOTICE](./NOTICE) file distributed with this work for additional infor
245
245
- [ ` <script async> ` 与 ` <script defer> ` ] ( front-end/async-defer-script-dom.md )
246
246
- [ 圆角的玩法] ( front-end/border-radius-tricks.md )
247
247
- [ Chrome 浏览器 DNS 解析] ( front-end/chrome-dns-resolver.md )
248
+ - [ Chrome Stalled 请求] ( front-end/chrome-stalled-requests.md )
248
249
- [ Safari 浏览器的类继承 Bug] ( front-end/class-extend-bug-in-safari.md )
249
250
- [ 代码分离] ( front-end/code-split.md )
250
251
- [ 颜色对比度] ( front-end/color-contrast.md )
@@ -295,6 +296,7 @@ Read the [NOTICE](./NOTICE) file distributed with this work for additional infor
295
296
## Git
296
297
297
298
- [ 用 shell 脚本查询 git commit hash] ( git/a-shell-script-to-get-current-commit-hash.md )
299
+ - [ Connection closed by UNKNOWN port 65535] ( git/connection-closed-by-unknown-port-65535.md )
298
300
- [ Git Diff] ( git/diff.md )
299
301
- [ Git 学习资料] ( git/git-books.md )
300
302
- [ git ssh 代理] ( git/git-ssh-proxy.md )
@@ -555,6 +557,7 @@ Read the [NOTICE](./NOTICE) file distributed with this work for additional infor
555
557
- [ 用别的用户运行命令] ( linux/run-command-with-different-user.md )
556
558
- [ runit] ( linux/runit.md )
557
559
- [ SATA 热拔插] ( linux/sata-hotplug.md )
560
+ - [ scp: Connection closed] ( linux/scp-failure.md )
558
561
- [ 程序的退出码 (Exit Code)] ( linux/script-exit-code.md )
559
562
- [ sed] ( linux/sed.md )
560
563
- [ 在 alpine 中找不到 setup-apkcache 等 setup-* 命令] ( linux/setup-scripts-in-alpine.md )
@@ -767,20 +770,27 @@ Read the [NOTICE](./NOTICE) file distributed with this work for additional infor
767
770
- [ adguard home] ( others/adguard-home.md )
768
771
- [ 在梅林固件路由器里安装 AdGuard Home] ( others/adguardhome-in-asuswrt-merlin-device.md )
769
772
- [ Alfred Workflow debug 技巧] ( others/alfred-workflow-debug.md )
773
+ - [ aliyun cli] ( others/aliyun-cli.md )
770
774
- [ 永久链接] ( others/archive-webpage.md )
771
775
- [ 在 Alpine docker 容器里启动 aria2] ( others/aria2-in-alpine-docker.md )
772
776
- [ aria2] ( others/aria2.md )
773
777
- [ ASCII 与 ANSI] ( others/ascii-and-ansi.md )
774
778
- [ 梅林固件 asuswrt-merlin] ( others/asuswrt-merlin.md )
775
779
- [ 脱字符 (caret)] ( others/caret.md )
776
780
- [ Chrome 小技巧] ( others/chrome-tricks.md )
781
+ - [ cloudflare 缓存] ( others/cloudflare-cache.md )
782
+ - [ 托管域名到 Cloudflare] ( others/cloudflare-hosting.md )
783
+ - [ cloudflare proxy] ( others/cloudflare-proxy.md )
784
+ - [ 一个复杂的小 bug: cd 补全问题] ( others/complex-and-small-bug-with-cd.md )
777
785
- [ 复制粘贴好过手写] ( others/copy-paste-better-than-handwriting.md )
786
+ - [ curl 快速失败] ( others/curl-fail-fast.md )
778
787
- [ Mac 文件系统的剪切快捷键] ( others/cut-in-mac-file-system.md )
779
788
- [ 数据恢复工具] ( others/data-recovery-tool.md )
780
789
- [ YAML 中的 Date 类型陷阱] ( others/date-trap-in-yaml.md )
781
790
- [ MacOS 彻底删除搜狗输入法] ( others/delete-sogou-input-in-macos.md )
782
791
- [ dropbear] ( others/dropbear.md )
783
792
- [ Duplicati] ( others/duplicati.md )
793
+ - [ editorconfig] ( others/editorconfig.md )
784
794
- [ 在浏览器里启动 DoH] ( others/enable-doh-in-browser.md )
785
795
- [ 文件命名,下划线还是中划线?] ( others/file-naming-with-underscores-and-dashes.md )
786
796
- [ fonts.googleapis.com 不可访问] ( others/fonts.googleapis.com-is-inaccessible.md )
@@ -811,6 +821,7 @@ Read the [NOTICE](./NOTICE) file distributed with this work for additional infor
811
821
- [ 原码, 反码, 补码] ( others/one_complement-and-two_complement.md )
812
822
- [ 如何打开超大文件] ( others/open-huge-file-with-editor.md )
813
823
- [ Ubnt EdgeRouter X (er-x) 刷 OpenWRT] ( others/openwrt-with-ubnt-edgerouter-x.md )
824
+ - [ POST /cdn-cgi/rum] ( others/post-request-cdn-cgi-rum.md )
814
825
- [ Protocol Buffers] ( others/protocal-buffers.md )
815
826
- [ 在美区 app store 充值] ( others/recharge-app-store-in-US.md )
816
827
- [ 正则表达式的小技巧] ( others/regexp-tricks.md )
@@ -828,6 +839,7 @@ Read the [NOTICE](./NOTICE) file distributed with this work for additional infor
828
839
- [ 时间回跳问题] ( others/time-backward-issue.md )
829
840
- [ Dockerfile 里使用 tini] ( others/tini-in-dockerfile.md )
830
841
- [ tmux 环境变量] ( others/tmux-environment-variable.md )
842
+ - [ umami.is 网站被反广告规则屏蔽] ( others/umami-is-blocked.md )
831
843
- [ usbipd 与 Windows WSL] ( others/usbipd-windows-wsl.md )
832
844
- [ UTF-8 vs UTF-16] ( others/utf-8-vs-utf-16.md )
833
845
- [ Vagrant DNS] ( others/vagrant-dns.md )
@@ -892,6 +904,7 @@ Read the [NOTICE](./NOTICE) file distributed with this work for additional infor
892
904
## 安全攻防
893
905
894
906
- [ 不要在生产环境绑定 0.0.0.0] ( security/do-not-bind-0.0.0.0.md )
907
+ - [ hashcat] ( security/hashcat.md )
895
908
- [ Kali Linux] ( security/kali.md )
896
909
- [ Reverse Shell] ( security/reverse-shell.md )
897
910
@@ -915,7 +928,7 @@ Read the [NOTICE](./NOTICE) file distributed with this work for additional infor
915
928
- [ Shell 操作文件描述符] ( shell/file-descriptor.md )
916
929
- [ 刷新命令的路径缓存] ( shell/flush-cache-of-command-path.md )
917
930
- [ 在 console 里滚屏翻页] ( shell/page-up-down-in-console.md )
918
- - [ ` printf '%s\n' $@ ` 为何可以打印多行? ] ( shell/printf-array.md )
931
+ - [ printf 打印多行 ] ( shell/printf-array.md )
919
932
- [ Readline] ( shell/readline.md )
920
933
- [ 学习 Shell] ( shell/shell-learning.md )
921
934
- [ Bash 的 subshell 与子进程] ( shell/subshell-and-child-process.md )
0 commit comments