├── .gitignore ├── 996_and_evaluation.txt ├── AI ├── 2025-11-26-23-23-22.png ├── ai工具.md ├── amp.md ├── claude code.md ├── claude skills.md ├── claude.md ├── claude_rules │ └── python.md ├── codex.md ├── cursor.md ├── gemini.md ├── gemini_vs_claude.png ├── mcp.md ├── mcp_filesystem.md ├── mcp_filesystem.svg ├── ollama.md ├── page assist.md ├── roo code.md ├── telegram bot.md ├── windsurf.md ├── zed-ai.md └── 编程工具.md ├── CLAUDE.md ├── README.md ├── SUMMARY.md ├── apple ├── apple-software-compare.md ├── apple-spotlight.md ├── ios_multiple_accounts.md ├── macos-software.md ├── macos技巧.md ├── macos软件推荐20250812.md ├── mole.md ├── orbstack.md ├── 在苹果芯片上的mac使用 ComfyUI 运行 Flux.md ├── 新 mac 装些什么必备软件 - 第一期.md └── 新 mac 装些什么必备软件 - 第二期.md ├── assets ├── 0627.svg ├── cover copy.svg ├── cover.svg ├── gradient-blur-diagonal.svg ├── gradient-blur-grid.svg ├── gradient-blur-v1.svg ├── gradient-blur-v2.svg ├── gradient-blur-v3.svg ├── gradient-blur-v4.svg ├── header-hexagon.svg ├── hexagon_gradient_header.svg └── test.md ├── macos_port_use.md ├── macos_sudo_using_touchid.md ├── meta └── youtuber.md ├── misc ├── markdown技巧.md └── 看书.md ├── net_utils ├── easytier.md ├── prompt.txt ├── tailscale_funnel.md ├── tailscale_funnel.svg └── test.svg ├── orcale_iptables.txt ├── programming ├── 2025-11-12-00-02-00.png ├── Screenshot 2025-03-13 at 00.06.42.png ├── cherry_studio.css ├── design.md ├── pnpm.md ├── vscode.md └── zed_editor.md ├── python.md ├── python ├── logo-letter.svg ├── python-logo-generic.svg ├── python_remote_debugging.md ├── ruff.md ├── ruff.png ├── ruff.txt ├── uv.md ├── uv.svg └── uv_sub.txt ├── python_with_typing.md ├── science ├── apple_tv.md ├── apple_tv.svg ├── availability │ ├── bestsub.svg │ ├── config.yaml │ ├── rename.yaml │ └── 测速.md ├── egern.md ├── homeproxy.md ├── homeproxy.sbv ├── karing.md ├── loon.md ├── loon.svg ├── macmini │ ├── Pasted image 20241223162243.png │ └── macmini做软路由.md ├── mihomo-party │ ├── mihomo party.md │ └── some_rule_clash.yaml ├── readme.md ├── science-for-android.md ├── shadowrocket │ ├── iphone 用scripttable小组件显示网上国网、联通余量 - 使用小火箭(shadowrocket).md │ ├── shadowrocket.md │ ├── shadowrocket.srt │ └── us.list ├── sing-box │ ├── 1.12.0-beta.26-tailscale │ │ ├── singbox-tailscale.json │ │ ├── tailscale.md │ │ └── tailscale.svg │ ├── docker-sing-box.md │ ├── gui for singbox.md │ ├── immortalwrt.md │ ├── merge.py │ ├── nftables-ip46.conf │ ├── quic and dns.md │ ├── readme.md │ ├── sing-box-client.txt │ ├── sing-box-config.json │ ├── sing-box-config.md │ ├── sing-box-faq.md │ ├── sing-box-for-docker-pull.md │ ├── sing-box-for-docker-pull.svg │ ├── sing-box-for-docker-pull.txt │ ├── sing-box-nodes.json │ ├── sing-box-wiregurad.md │ ├── sing-box-wiregurad.svg │ ├── sing-box-wiregurad_ios.json │ ├── sing-box-wiregurad_server.json │ ├── sing-box服务端模式.md │ ├── singbox-1.12.0.md │ ├── singbox-tailscale.json │ ├── singbox-tailscale.md │ ├── 直接在immortalwrt中运行sing-box.md │ ├── 直接通过 sub store订阅和模板生成sing-box配置.md │ └── 网页中生成sing-box配置.md ├── stash.md ├── sub-store.md ├── sub-store │ └── sub-store-check.md ├── surge.md ├── surge.svg ├── surge_2.md ├── surge_detail.svg ├── surge_template.conf ├── wireguard │ └── 用 wiregurad 搭配小火箭 实现访问家中局域网同时科学上网.md ├── 代理工具对比.svg ├── 工具对比.md └── 链式代理.md ├── software ├── Pasted image 20241223165218.png ├── chrome插件-2期.md ├── chrome插件.md ├── linux.md ├── nebua │ └── nebula.md ├── neovim.md ├── nvim │ ├── .DS_Store │ ├── init.lua │ └── lua │ │ ├── .DS_Store │ │ └── plugins │ │ └── test.lua ├── obsidian.md ├── outline │ ├── install outline.md │ ├── nginx-cerbot │ │ ├── docker-compose.yml │ │ ├── nginx-certbot.env │ │ └── user_conf.d │ │ │ └── outline.conf │ └── outline-server │ │ ├── docker-compose.yml │ │ ├── docker.env │ │ └── nginx │ │ └── default.conf ├── windows │ ├── clipboard.py │ └── 好用的软件.md ├── 剪映.md ├── 文件传输的三种办法.md ├── 文件传输的三种办法.svg ├── 文件传输的三种办法.txt └── 油猴脚本.md ├── tampermonkey ├── font_changer.js └── xiaohongshu.js ├── telegram ├── cursor.md └── drive_alway_your_engineers.md └── webdav.md /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wynemo/tech-notes/HEAD/.gitignore -------------------------------------------------------------------------------- /996_and_evaluation.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wynemo/tech-notes/HEAD/996_and_evaluation.txt -------------------------------------------------------------------------------- /AI/2025-11-26-23-23-22.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wynemo/tech-notes/HEAD/AI/2025-11-26-23-23-22.png -------------------------------------------------------------------------------- /AI/ai工具.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wynemo/tech-notes/HEAD/AI/ai工具.md -------------------------------------------------------------------------------- /AI/amp.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wynemo/tech-notes/HEAD/AI/amp.md -------------------------------------------------------------------------------- /AI/claude code.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wynemo/tech-notes/HEAD/AI/claude code.md -------------------------------------------------------------------------------- /AI/claude skills.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wynemo/tech-notes/HEAD/AI/claude skills.md -------------------------------------------------------------------------------- /AI/claude.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wynemo/tech-notes/HEAD/AI/claude.md -------------------------------------------------------------------------------- /AI/claude_rules/python.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wynemo/tech-notes/HEAD/AI/claude_rules/python.md -------------------------------------------------------------------------------- /AI/codex.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wynemo/tech-notes/HEAD/AI/codex.md -------------------------------------------------------------------------------- /AI/cursor.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wynemo/tech-notes/HEAD/AI/cursor.md -------------------------------------------------------------------------------- /AI/gemini.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wynemo/tech-notes/HEAD/AI/gemini.md -------------------------------------------------------------------------------- /AI/gemini_vs_claude.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wynemo/tech-notes/HEAD/AI/gemini_vs_claude.png -------------------------------------------------------------------------------- /AI/mcp.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wynemo/tech-notes/HEAD/AI/mcp.md -------------------------------------------------------------------------------- /AI/mcp_filesystem.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wynemo/tech-notes/HEAD/AI/mcp_filesystem.md -------------------------------------------------------------------------------- /AI/mcp_filesystem.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wynemo/tech-notes/HEAD/AI/mcp_filesystem.svg -------------------------------------------------------------------------------- /AI/ollama.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wynemo/tech-notes/HEAD/AI/ollama.md -------------------------------------------------------------------------------- /AI/page assist.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wynemo/tech-notes/HEAD/AI/page assist.md -------------------------------------------------------------------------------- /AI/roo code.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wynemo/tech-notes/HEAD/AI/roo code.md -------------------------------------------------------------------------------- /AI/telegram bot.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wynemo/tech-notes/HEAD/AI/telegram bot.md -------------------------------------------------------------------------------- /AI/windsurf.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wynemo/tech-notes/HEAD/AI/windsurf.md -------------------------------------------------------------------------------- /AI/zed-ai.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wynemo/tech-notes/HEAD/AI/zed-ai.md -------------------------------------------------------------------------------- /AI/编程工具.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wynemo/tech-notes/HEAD/AI/编程工具.md -------------------------------------------------------------------------------- /CLAUDE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wynemo/tech-notes/HEAD/CLAUDE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wynemo/tech-notes/HEAD/README.md -------------------------------------------------------------------------------- /SUMMARY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wynemo/tech-notes/HEAD/SUMMARY.md -------------------------------------------------------------------------------- /apple/apple-software-compare.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wynemo/tech-notes/HEAD/apple/apple-software-compare.md -------------------------------------------------------------------------------- /apple/apple-spotlight.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wynemo/tech-notes/HEAD/apple/apple-spotlight.md -------------------------------------------------------------------------------- /apple/ios_multiple_accounts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wynemo/tech-notes/HEAD/apple/ios_multiple_accounts.md -------------------------------------------------------------------------------- /apple/macos-software.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wynemo/tech-notes/HEAD/apple/macos-software.md -------------------------------------------------------------------------------- /apple/macos技巧.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wynemo/tech-notes/HEAD/apple/macos技巧.md -------------------------------------------------------------------------------- /apple/macos软件推荐20250812.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wynemo/tech-notes/HEAD/apple/macos软件推荐20250812.md -------------------------------------------------------------------------------- /apple/mole.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wynemo/tech-notes/HEAD/apple/mole.md -------------------------------------------------------------------------------- /apple/orbstack.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wynemo/tech-notes/HEAD/apple/orbstack.md -------------------------------------------------------------------------------- /apple/在苹果芯片上的mac使用 ComfyUI 运行 Flux.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wynemo/tech-notes/HEAD/apple/在苹果芯片上的mac使用 ComfyUI 运行 Flux.md -------------------------------------------------------------------------------- /apple/新 mac 装些什么必备软件 - 第一期.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wynemo/tech-notes/HEAD/apple/新 mac 装些什么必备软件 - 第一期.md -------------------------------------------------------------------------------- /apple/新 mac 装些什么必备软件 - 第二期.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wynemo/tech-notes/HEAD/apple/新 mac 装些什么必备软件 - 第二期.md -------------------------------------------------------------------------------- /assets/0627.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wynemo/tech-notes/HEAD/assets/0627.svg -------------------------------------------------------------------------------- /assets/cover copy.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wynemo/tech-notes/HEAD/assets/cover copy.svg -------------------------------------------------------------------------------- /assets/cover.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wynemo/tech-notes/HEAD/assets/cover.svg -------------------------------------------------------------------------------- /assets/gradient-blur-diagonal.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wynemo/tech-notes/HEAD/assets/gradient-blur-diagonal.svg -------------------------------------------------------------------------------- /assets/gradient-blur-grid.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wynemo/tech-notes/HEAD/assets/gradient-blur-grid.svg -------------------------------------------------------------------------------- /assets/gradient-blur-v1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wynemo/tech-notes/HEAD/assets/gradient-blur-v1.svg -------------------------------------------------------------------------------- /assets/gradient-blur-v2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wynemo/tech-notes/HEAD/assets/gradient-blur-v2.svg -------------------------------------------------------------------------------- /assets/gradient-blur-v3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wynemo/tech-notes/HEAD/assets/gradient-blur-v3.svg -------------------------------------------------------------------------------- /assets/gradient-blur-v4.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wynemo/tech-notes/HEAD/assets/gradient-blur-v4.svg -------------------------------------------------------------------------------- /assets/header-hexagon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wynemo/tech-notes/HEAD/assets/header-hexagon.svg -------------------------------------------------------------------------------- /assets/hexagon_gradient_header.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wynemo/tech-notes/HEAD/assets/hexagon_gradient_header.svg -------------------------------------------------------------------------------- /assets/test.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wynemo/tech-notes/HEAD/assets/test.md -------------------------------------------------------------------------------- /macos_port_use.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wynemo/tech-notes/HEAD/macos_port_use.md -------------------------------------------------------------------------------- /macos_sudo_using_touchid.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wynemo/tech-notes/HEAD/macos_sudo_using_touchid.md -------------------------------------------------------------------------------- /meta/youtuber.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wynemo/tech-notes/HEAD/meta/youtuber.md -------------------------------------------------------------------------------- /misc/markdown技巧.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wynemo/tech-notes/HEAD/misc/markdown技巧.md -------------------------------------------------------------------------------- /misc/看书.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wynemo/tech-notes/HEAD/misc/看书.md -------------------------------------------------------------------------------- /net_utils/easytier.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wynemo/tech-notes/HEAD/net_utils/easytier.md -------------------------------------------------------------------------------- /net_utils/prompt.txt: -------------------------------------------------------------------------------- 1 | 弄一个背景为网格的,黑底,白线,白色的线但不要显得太白 2 | 这样对比度没那么大 deepseek v3 -------------------------------------------------------------------------------- /net_utils/tailscale_funnel.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wynemo/tech-notes/HEAD/net_utils/tailscale_funnel.md -------------------------------------------------------------------------------- /net_utils/tailscale_funnel.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wynemo/tech-notes/HEAD/net_utils/tailscale_funnel.svg -------------------------------------------------------------------------------- /net_utils/test.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wynemo/tech-notes/HEAD/net_utils/test.svg -------------------------------------------------------------------------------- /orcale_iptables.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wynemo/tech-notes/HEAD/orcale_iptables.txt -------------------------------------------------------------------------------- /programming/2025-11-12-00-02-00.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wynemo/tech-notes/HEAD/programming/2025-11-12-00-02-00.png -------------------------------------------------------------------------------- /programming/Screenshot 2025-03-13 at 00.06.42.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wynemo/tech-notes/HEAD/programming/Screenshot 2025-03-13 at 00.06.42.png -------------------------------------------------------------------------------- /programming/cherry_studio.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wynemo/tech-notes/HEAD/programming/cherry_studio.css -------------------------------------------------------------------------------- /programming/design.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wynemo/tech-notes/HEAD/programming/design.md -------------------------------------------------------------------------------- /programming/pnpm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wynemo/tech-notes/HEAD/programming/pnpm.md -------------------------------------------------------------------------------- /programming/vscode.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wynemo/tech-notes/HEAD/programming/vscode.md -------------------------------------------------------------------------------- /programming/zed_editor.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wynemo/tech-notes/HEAD/programming/zed_editor.md -------------------------------------------------------------------------------- /python.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wynemo/tech-notes/HEAD/python.md -------------------------------------------------------------------------------- /python/logo-letter.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wynemo/tech-notes/HEAD/python/logo-letter.svg -------------------------------------------------------------------------------- /python/python-logo-generic.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wynemo/tech-notes/HEAD/python/python-logo-generic.svg -------------------------------------------------------------------------------- /python/python_remote_debugging.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wynemo/tech-notes/HEAD/python/python_remote_debugging.md -------------------------------------------------------------------------------- /python/ruff.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wynemo/tech-notes/HEAD/python/ruff.md -------------------------------------------------------------------------------- /python/ruff.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wynemo/tech-notes/HEAD/python/ruff.png -------------------------------------------------------------------------------- /python/ruff.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wynemo/tech-notes/HEAD/python/ruff.txt -------------------------------------------------------------------------------- /python/uv.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wynemo/tech-notes/HEAD/python/uv.md -------------------------------------------------------------------------------- /python/uv.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wynemo/tech-notes/HEAD/python/uv.svg -------------------------------------------------------------------------------- /python/uv_sub.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wynemo/tech-notes/HEAD/python/uv_sub.txt -------------------------------------------------------------------------------- /python_with_typing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wynemo/tech-notes/HEAD/python_with_typing.md -------------------------------------------------------------------------------- /science/apple_tv.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wynemo/tech-notes/HEAD/science/apple_tv.md -------------------------------------------------------------------------------- /science/apple_tv.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wynemo/tech-notes/HEAD/science/apple_tv.svg -------------------------------------------------------------------------------- /science/availability/bestsub.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wynemo/tech-notes/HEAD/science/availability/bestsub.svg -------------------------------------------------------------------------------- /science/availability/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wynemo/tech-notes/HEAD/science/availability/config.yaml -------------------------------------------------------------------------------- /science/availability/rename.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wynemo/tech-notes/HEAD/science/availability/rename.yaml -------------------------------------------------------------------------------- /science/availability/测速.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wynemo/tech-notes/HEAD/science/availability/测速.md -------------------------------------------------------------------------------- /science/egern.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wynemo/tech-notes/HEAD/science/egern.md -------------------------------------------------------------------------------- /science/homeproxy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wynemo/tech-notes/HEAD/science/homeproxy.md -------------------------------------------------------------------------------- /science/homeproxy.sbv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wynemo/tech-notes/HEAD/science/homeproxy.sbv -------------------------------------------------------------------------------- /science/karing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wynemo/tech-notes/HEAD/science/karing.md -------------------------------------------------------------------------------- /science/loon.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wynemo/tech-notes/HEAD/science/loon.md -------------------------------------------------------------------------------- /science/loon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wynemo/tech-notes/HEAD/science/loon.svg -------------------------------------------------------------------------------- /science/macmini/Pasted image 20241223162243.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wynemo/tech-notes/HEAD/science/macmini/Pasted image 20241223162243.png -------------------------------------------------------------------------------- /science/macmini/macmini做软路由.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wynemo/tech-notes/HEAD/science/macmini/macmini做软路由.md -------------------------------------------------------------------------------- /science/mihomo-party/mihomo party.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wynemo/tech-notes/HEAD/science/mihomo-party/mihomo party.md -------------------------------------------------------------------------------- /science/mihomo-party/some_rule_clash.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wynemo/tech-notes/HEAD/science/mihomo-party/some_rule_clash.yaml -------------------------------------------------------------------------------- /science/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wynemo/tech-notes/HEAD/science/readme.md -------------------------------------------------------------------------------- /science/science-for-android.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wynemo/tech-notes/HEAD/science/science-for-android.md -------------------------------------------------------------------------------- /science/shadowrocket/iphone 用scripttable小组件显示网上国网、联通余量 - 使用小火箭(shadowrocket).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wynemo/tech-notes/HEAD/science/shadowrocket/iphone 用scripttable小组件显示网上国网、联通余量 - 使用小火箭(shadowrocket).md -------------------------------------------------------------------------------- /science/shadowrocket/shadowrocket.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wynemo/tech-notes/HEAD/science/shadowrocket/shadowrocket.md -------------------------------------------------------------------------------- /science/shadowrocket/shadowrocket.srt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wynemo/tech-notes/HEAD/science/shadowrocket/shadowrocket.srt -------------------------------------------------------------------------------- /science/shadowrocket/us.list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wynemo/tech-notes/HEAD/science/shadowrocket/us.list -------------------------------------------------------------------------------- /science/sing-box/1.12.0-beta.26-tailscale/singbox-tailscale.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wynemo/tech-notes/HEAD/science/sing-box/1.12.0-beta.26-tailscale/singbox-tailscale.json -------------------------------------------------------------------------------- /science/sing-box/1.12.0-beta.26-tailscale/tailscale.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wynemo/tech-notes/HEAD/science/sing-box/1.12.0-beta.26-tailscale/tailscale.md -------------------------------------------------------------------------------- /science/sing-box/1.12.0-beta.26-tailscale/tailscale.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wynemo/tech-notes/HEAD/science/sing-box/1.12.0-beta.26-tailscale/tailscale.svg -------------------------------------------------------------------------------- /science/sing-box/docker-sing-box.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wynemo/tech-notes/HEAD/science/sing-box/docker-sing-box.md -------------------------------------------------------------------------------- /science/sing-box/gui for singbox.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wynemo/tech-notes/HEAD/science/sing-box/gui for singbox.md -------------------------------------------------------------------------------- /science/sing-box/immortalwrt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wynemo/tech-notes/HEAD/science/sing-box/immortalwrt.md -------------------------------------------------------------------------------- /science/sing-box/merge.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wynemo/tech-notes/HEAD/science/sing-box/merge.py -------------------------------------------------------------------------------- /science/sing-box/nftables-ip46.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wynemo/tech-notes/HEAD/science/sing-box/nftables-ip46.conf -------------------------------------------------------------------------------- /science/sing-box/quic and dns.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wynemo/tech-notes/HEAD/science/sing-box/quic and dns.md -------------------------------------------------------------------------------- /science/sing-box/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wynemo/tech-notes/HEAD/science/sing-box/readme.md -------------------------------------------------------------------------------- /science/sing-box/sing-box-client.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wynemo/tech-notes/HEAD/science/sing-box/sing-box-client.txt -------------------------------------------------------------------------------- /science/sing-box/sing-box-config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wynemo/tech-notes/HEAD/science/sing-box/sing-box-config.json -------------------------------------------------------------------------------- /science/sing-box/sing-box-config.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wynemo/tech-notes/HEAD/science/sing-box/sing-box-config.md -------------------------------------------------------------------------------- /science/sing-box/sing-box-faq.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wynemo/tech-notes/HEAD/science/sing-box/sing-box-faq.md -------------------------------------------------------------------------------- /science/sing-box/sing-box-for-docker-pull.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wynemo/tech-notes/HEAD/science/sing-box/sing-box-for-docker-pull.md -------------------------------------------------------------------------------- /science/sing-box/sing-box-for-docker-pull.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wynemo/tech-notes/HEAD/science/sing-box/sing-box-for-docker-pull.svg -------------------------------------------------------------------------------- /science/sing-box/sing-box-for-docker-pull.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wynemo/tech-notes/HEAD/science/sing-box/sing-box-for-docker-pull.txt -------------------------------------------------------------------------------- /science/sing-box/sing-box-nodes.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wynemo/tech-notes/HEAD/science/sing-box/sing-box-nodes.json -------------------------------------------------------------------------------- /science/sing-box/sing-box-wiregurad.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wynemo/tech-notes/HEAD/science/sing-box/sing-box-wiregurad.md -------------------------------------------------------------------------------- /science/sing-box/sing-box-wiregurad.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wynemo/tech-notes/HEAD/science/sing-box/sing-box-wiregurad.svg -------------------------------------------------------------------------------- /science/sing-box/sing-box-wiregurad_ios.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wynemo/tech-notes/HEAD/science/sing-box/sing-box-wiregurad_ios.json -------------------------------------------------------------------------------- /science/sing-box/sing-box-wiregurad_server.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wynemo/tech-notes/HEAD/science/sing-box/sing-box-wiregurad_server.json -------------------------------------------------------------------------------- /science/sing-box/sing-box服务端模式.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wynemo/tech-notes/HEAD/science/sing-box/sing-box服务端模式.md -------------------------------------------------------------------------------- /science/sing-box/singbox-1.12.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wynemo/tech-notes/HEAD/science/sing-box/singbox-1.12.0.md -------------------------------------------------------------------------------- /science/sing-box/singbox-tailscale.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wynemo/tech-notes/HEAD/science/sing-box/singbox-tailscale.json -------------------------------------------------------------------------------- /science/sing-box/singbox-tailscale.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wynemo/tech-notes/HEAD/science/sing-box/singbox-tailscale.md -------------------------------------------------------------------------------- /science/sing-box/直接在immortalwrt中运行sing-box.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wynemo/tech-notes/HEAD/science/sing-box/直接在immortalwrt中运行sing-box.md -------------------------------------------------------------------------------- /science/sing-box/直接通过 sub store订阅和模板生成sing-box配置.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wynemo/tech-notes/HEAD/science/sing-box/直接通过 sub store订阅和模板生成sing-box配置.md -------------------------------------------------------------------------------- /science/sing-box/网页中生成sing-box配置.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wynemo/tech-notes/HEAD/science/sing-box/网页中生成sing-box配置.md -------------------------------------------------------------------------------- /science/stash.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wynemo/tech-notes/HEAD/science/stash.md -------------------------------------------------------------------------------- /science/sub-store.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wynemo/tech-notes/HEAD/science/sub-store.md -------------------------------------------------------------------------------- /science/sub-store/sub-store-check.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wynemo/tech-notes/HEAD/science/sub-store/sub-store-check.md -------------------------------------------------------------------------------- /science/surge.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wynemo/tech-notes/HEAD/science/surge.md -------------------------------------------------------------------------------- /science/surge.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wynemo/tech-notes/HEAD/science/surge.svg -------------------------------------------------------------------------------- /science/surge_2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wynemo/tech-notes/HEAD/science/surge_2.md -------------------------------------------------------------------------------- /science/surge_detail.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wynemo/tech-notes/HEAD/science/surge_detail.svg -------------------------------------------------------------------------------- /science/surge_template.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wynemo/tech-notes/HEAD/science/surge_template.conf -------------------------------------------------------------------------------- /science/wireguard/用 wiregurad 搭配小火箭 实现访问家中局域网同时科学上网.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wynemo/tech-notes/HEAD/science/wireguard/用 wiregurad 搭配小火箭 实现访问家中局域网同时科学上网.md -------------------------------------------------------------------------------- /science/代理工具对比.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wynemo/tech-notes/HEAD/science/代理工具对比.svg -------------------------------------------------------------------------------- /science/工具对比.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wynemo/tech-notes/HEAD/science/工具对比.md -------------------------------------------------------------------------------- /science/链式代理.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wynemo/tech-notes/HEAD/science/链式代理.md -------------------------------------------------------------------------------- /software/Pasted image 20241223165218.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wynemo/tech-notes/HEAD/software/Pasted image 20241223165218.png -------------------------------------------------------------------------------- /software/chrome插件-2期.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wynemo/tech-notes/HEAD/software/chrome插件-2期.md -------------------------------------------------------------------------------- /software/chrome插件.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wynemo/tech-notes/HEAD/software/chrome插件.md -------------------------------------------------------------------------------- /software/linux.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wynemo/tech-notes/HEAD/software/linux.md -------------------------------------------------------------------------------- /software/nebua/nebula.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wynemo/tech-notes/HEAD/software/nebua/nebula.md -------------------------------------------------------------------------------- /software/neovim.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wynemo/tech-notes/HEAD/software/neovim.md -------------------------------------------------------------------------------- /software/nvim/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wynemo/tech-notes/HEAD/software/nvim/.DS_Store -------------------------------------------------------------------------------- /software/nvim/init.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wynemo/tech-notes/HEAD/software/nvim/init.lua -------------------------------------------------------------------------------- /software/nvim/lua/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wynemo/tech-notes/HEAD/software/nvim/lua/.DS_Store -------------------------------------------------------------------------------- /software/nvim/lua/plugins/test.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wynemo/tech-notes/HEAD/software/nvim/lua/plugins/test.lua -------------------------------------------------------------------------------- /software/obsidian.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wynemo/tech-notes/HEAD/software/obsidian.md -------------------------------------------------------------------------------- /software/outline/install outline.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wynemo/tech-notes/HEAD/software/outline/install outline.md -------------------------------------------------------------------------------- /software/outline/nginx-cerbot/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wynemo/tech-notes/HEAD/software/outline/nginx-cerbot/docker-compose.yml -------------------------------------------------------------------------------- /software/outline/nginx-cerbot/nginx-certbot.env: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wynemo/tech-notes/HEAD/software/outline/nginx-cerbot/nginx-certbot.env -------------------------------------------------------------------------------- /software/outline/nginx-cerbot/user_conf.d/outline.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wynemo/tech-notes/HEAD/software/outline/nginx-cerbot/user_conf.d/outline.conf -------------------------------------------------------------------------------- /software/outline/outline-server/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wynemo/tech-notes/HEAD/software/outline/outline-server/docker-compose.yml -------------------------------------------------------------------------------- /software/outline/outline-server/docker.env: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wynemo/tech-notes/HEAD/software/outline/outline-server/docker.env -------------------------------------------------------------------------------- /software/outline/outline-server/nginx/default.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wynemo/tech-notes/HEAD/software/outline/outline-server/nginx/default.conf -------------------------------------------------------------------------------- /software/windows/clipboard.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wynemo/tech-notes/HEAD/software/windows/clipboard.py -------------------------------------------------------------------------------- /software/windows/好用的软件.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wynemo/tech-notes/HEAD/software/windows/好用的软件.md -------------------------------------------------------------------------------- /software/剪映.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wynemo/tech-notes/HEAD/software/剪映.md -------------------------------------------------------------------------------- /software/文件传输的三种办法.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wynemo/tech-notes/HEAD/software/文件传输的三种办法.md -------------------------------------------------------------------------------- /software/文件传输的三种办法.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wynemo/tech-notes/HEAD/software/文件传输的三种办法.svg -------------------------------------------------------------------------------- /software/文件传输的三种办法.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wynemo/tech-notes/HEAD/software/文件传输的三种办法.txt -------------------------------------------------------------------------------- /software/油猴脚本.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wynemo/tech-notes/HEAD/software/油猴脚本.md -------------------------------------------------------------------------------- /tampermonkey/font_changer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wynemo/tech-notes/HEAD/tampermonkey/font_changer.js -------------------------------------------------------------------------------- /tampermonkey/xiaohongshu.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wynemo/tech-notes/HEAD/tampermonkey/xiaohongshu.js -------------------------------------------------------------------------------- /telegram/cursor.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wynemo/tech-notes/HEAD/telegram/cursor.md -------------------------------------------------------------------------------- /telegram/drive_alway_your_engineers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wynemo/tech-notes/HEAD/telegram/drive_alway_your_engineers.md -------------------------------------------------------------------------------- /webdav.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wynemo/tech-notes/HEAD/webdav.md --------------------------------------------------------------------------------