From 845dfa44bc269837e884e75e738ae011348a13b0 Mon Sep 17 00:00:00 2001 From: rand777 Date: Fri, 21 Mar 2025 05:28:34 +0800 Subject: [PATCH] docs: improve docs --- .../{Clash-Core/1.Windows.md => Clash-Core.md} | 43 ++++++++++++------- .../1.必学工具/Magic/Clash-Core/Android.md | 9 ---- .../1.必学工具/Magic/Clash-Core/MacOS.md | 9 ---- .../1.必学工具/Magic/Clash-Core/OpenWrt.md | 18 -------- .../1.必学工具/Magic/Clash-Core/README.md | 12 ------ .../1.必学工具/Magic/Clash-Core/linux.md | 9 ---- .../Magic/{Onion-Network.md => Tor-Network.md} | 2 +- .../CS-DIY/1.必学工具/Magic/docker加速.md | 11 ++++- .../Magic/自己动手/Cloudflare/README.md | 10 ----- .../1.必学工具/Magic/自己动手/README.md | 11 +++-- .../Magic/自己动手/{Cloudflare => }/X-UI&XRay.md | 0 .../Overleaf LaTeX协作平台/维护与开发手册.md | 2 + .../公共服务/代码托管/Github PGuideDev.md | 10 ++++- docs/notes/公共服务/代码托管/Gitlab企业版.md | 8 ++++ .../公共服务/代码托管/PGuide Gitea企业版.md | 2 +- .../公共服务/重医校级开源软件镜像站/README.md | 6 ++- 16 files changed, 68 insertions(+), 94 deletions(-) rename docs/notes/CS-DIY/1.必学工具/Magic/{Clash-Core/1.Windows.md => Clash-Core.md} (72%) delete mode 100644 docs/notes/CS-DIY/1.必学工具/Magic/Clash-Core/Android.md delete mode 100644 docs/notes/CS-DIY/1.必学工具/Magic/Clash-Core/MacOS.md delete mode 100644 docs/notes/CS-DIY/1.必学工具/Magic/Clash-Core/OpenWrt.md delete mode 100644 docs/notes/CS-DIY/1.必学工具/Magic/Clash-Core/README.md delete mode 100644 docs/notes/CS-DIY/1.必学工具/Magic/Clash-Core/linux.md rename docs/notes/CS-DIY/1.必学工具/Magic/{Onion-Network.md => Tor-Network.md} (95%) delete mode 100644 docs/notes/CS-DIY/1.必学工具/Magic/自己动手/Cloudflare/README.md rename docs/notes/CS-DIY/1.必学工具/Magic/自己动手/{Cloudflare => }/X-UI&XRay.md (100%) diff --git a/docs/notes/CS-DIY/1.必学工具/Magic/Clash-Core/1.Windows.md b/docs/notes/CS-DIY/1.必学工具/Magic/Clash-Core.md similarity index 72% rename from docs/notes/CS-DIY/1.必学工具/Magic/Clash-Core/1.Windows.md rename to docs/notes/CS-DIY/1.必学工具/Magic/Clash-Core.md index 6ac7c5e..e75e8f8 100644 --- a/docs/notes/CS-DIY/1.必学工具/Magic/Clash-Core/1.Windows.md +++ b/docs/notes/CS-DIY/1.必学工具/Magic/Clash-Core.md @@ -1,10 +1,16 @@ --- -title: Windows -createTime: 2025/03/03 23:44:48 -permalink: /csdiy/tools-must/magic/clash-core/windows/ -icon: devicon:windows11 +title: Clash-Core +createTime: 2025/03/21 04:28:07 +permalink: /csdiy/tools-must/magic/clash-core/ +icon: arcticons:clash --- +这篇文档出现出现在此处纯属二进制的随意组合,与本组织无关。 + +## Clash Wiki + +Clash 百科 + ## Clash Verge :::details Github无法访问? @@ -23,7 +29,7 @@ icon: devicon:windows11 :::steps 1. 下载Clash Verge -首先前往下载最新Release的Clash Verge + 首先前往下载最新Release的Clash Verge @@ -31,16 +37,18 @@ icon: devicon:windows11 ![2025-03-08_00-55-10.png](/src/2025-03-08_00-55-10.png) -下载.exe文件 +### Windows + +根据自己的操作系统系统选择对应类型的文件,windows下载.exe文件 ![202-03-08_00-56-17.png](/src/2025-03-08_00-56-17.png) 2. 安装 -![2025-03-08_01-07-06.png](/src/2025-03-08_01-07-06.png) -默认安装即可,位置可以自定义 + ![2025-03-08_01-07-06.png](/src/2025-03-08_01-07-06.png) + 默认安装即可,位置可以自定义 3. 设置Clash Verge -![2025-03-08_01-14-00.png](/src/2025-03-08_01-14-00.png) + ![2025-03-08_01-14-00.png](/src/2025-03-08_01-14-00.png) :::info 含义 - TUN(虚拟网卡):Clash Verge会创建一个虚拟网卡,所有的流量都会通过这个虚拟网卡进行转发,这样就可以实现全局代理。
- 系统代理:开启后,Clash Verge会自动设置系统代理,这样所有的流量都会通过Clash Verge进行转发。
@@ -49,7 +57,7 @@ icon: devicon:windows11 - 局域网连接:开启后,应用层流量在局域网内通过Clash Verge进行转发。
- IPV6:开启后,Clash Verge会自动设置IPV6代理。
- 统一延迟:开启后,Clash Verge会统一延迟,这样可以避免一些网站检测到你使用了代理。 - ::: + ::: 4. 导入订阅 @@ -62,14 +70,17 @@ icon: devicon:windows11 点击代理,点击wifi图标测速,选择延迟最低的节点即可 ![2025-03-08_01-22-23.png](/src/2025-03-08_01-22-23.png) - -### 卸载Clash Verge + +#### 卸载Clash Verge Win + S 搜素Clash Verge,右键卸载即可 -## Clash for Windows - -:::tip 此处待写 - +### MacOS +:::tip +待完善 ::: +### OpenWRT +:::tip +待完善 +::: \ No newline at end of file diff --git a/docs/notes/CS-DIY/1.必学工具/Magic/Clash-Core/Android.md b/docs/notes/CS-DIY/1.必学工具/Magic/Clash-Core/Android.md deleted file mode 100644 index c32f617..0000000 --- a/docs/notes/CS-DIY/1.必学工具/Magic/Clash-Core/Android.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Android -createTime: 2025/03/03 23:50:24 -permalink: /csdiy/tools-must/magic/clash-core/android/ -icon: logos:android-icon ---- -:::tip -待完善 -::: \ No newline at end of file diff --git a/docs/notes/CS-DIY/1.必学工具/Magic/Clash-Core/MacOS.md b/docs/notes/CS-DIY/1.必学工具/Magic/Clash-Core/MacOS.md deleted file mode 100644 index 4e55067..0000000 --- a/docs/notes/CS-DIY/1.必学工具/Magic/Clash-Core/MacOS.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: MacOS -createTime: 2025/03/03 23:50:55 -permalink: /csdiy/tools-must/magic/clash-core/macos/ -icon: wpf:macos ---- -:::tip -待完善 -::: \ No newline at end of file diff --git a/docs/notes/CS-DIY/1.必学工具/Magic/Clash-Core/OpenWrt.md b/docs/notes/CS-DIY/1.必学工具/Magic/Clash-Core/OpenWrt.md deleted file mode 100644 index 799b5b4..0000000 --- a/docs/notes/CS-DIY/1.必学工具/Magic/Clash-Core/OpenWrt.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: OpenWrt -createTime: 2025/03/04 17:20:52 -permalink: /csdiy/magic/clash-core/openwrt/ -icon: simple-icons:openwrt ---- - -OpenClash for better routing - -## OpenWrt - -The OpenWrt Project is a Linux operating system targeting embedded devices. Instead of trying to create a single, static firmware, OpenWrt provides a fully writable filesystem with package management. This frees you from the application selection and configuration provided by the vendor and allows you to customize the device through the use of packages to suit any application. For developers, OpenWrt is the framework to build an application without having to build a complete firmware around it; for users this means the ability for full customization, to use the device in ways never envisioned. - - - -:::tip -待完善 -::: \ No newline at end of file diff --git a/docs/notes/CS-DIY/1.必学工具/Magic/Clash-Core/README.md b/docs/notes/CS-DIY/1.必学工具/Magic/Clash-Core/README.md deleted file mode 100644 index af2e3b1..0000000 --- a/docs/notes/CS-DIY/1.必学工具/Magic/Clash-Core/README.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: Clash Core -createTime: 2025/03/03 23:44:21 -permalink: /csdiy/tools-must/magic/clash-core/ -icon: arcticons:clash ---- - -这篇文档出现出现在此处纯属二进制的随意组合,与本组织无关。 - -## Clash Wiki - -Clash 百科 \ No newline at end of file diff --git a/docs/notes/CS-DIY/1.必学工具/Magic/Clash-Core/linux.md b/docs/notes/CS-DIY/1.必学工具/Magic/Clash-Core/linux.md deleted file mode 100644 index ef00929..0000000 --- a/docs/notes/CS-DIY/1.必学工具/Magic/Clash-Core/linux.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Linux -createTime: 2025/03/03 23:49:44 -permalink: /csdiy/tools-must/magic/clash-core/linuxs/ -icon: devicon:linux ---- -:::tip -待完善 -::: \ No newline at end of file diff --git a/docs/notes/CS-DIY/1.必学工具/Magic/Onion-Network.md b/docs/notes/CS-DIY/1.必学工具/Magic/Tor-Network.md similarity index 95% rename from docs/notes/CS-DIY/1.必学工具/Magic/Onion-Network.md rename to docs/notes/CS-DIY/1.必学工具/Magic/Tor-Network.md index 72ef5c6..10a8ee0 100644 --- a/docs/notes/CS-DIY/1.必学工具/Magic/Onion-Network.md +++ b/docs/notes/CS-DIY/1.必学工具/Magic/Tor-Network.md @@ -1,5 +1,5 @@ --- -title: Onion-Network +title: Tor-Network createTime: 2025/03/03 23:47:10 permalink: /csdiy/tools-must/magic/onion-network/ icon: token:onion diff --git a/docs/notes/CS-DIY/1.必学工具/Magic/docker加速.md b/docs/notes/CS-DIY/1.必学工具/Magic/docker加速.md index 011d87e..95e85ef 100644 --- a/docs/notes/CS-DIY/1.必学工具/Magic/docker加速.md +++ b/docs/notes/CS-DIY/1.必学工具/Magic/docker加速.md @@ -5,7 +5,14 @@ permalink: /csdiy/tools-must/magic/docker-speed/ icon: lineicons:docker --- +:::info 相关知识 +- 计算机必学工具[:[catppuccin:docker-compose]:docker](/csdiy/tools-must/docker/) +- daemon守护进程 + +::: + 在国内使用 Docker 的朋友们,可能都遇到过配置镜像源来加速镜像拉取的操作。然而,最近几个月发现许多曾经常用的国内镜像站(包括各种云服务商和高校镜像站)已经无法使用。 -可用镜像及配置 \ No newline at end of file +国内可用Docker镜像源汇总 + +为了自动化收集可用docker镜像源,并且确保容器镜像安全,rand777发起一个新项目 `async-my-docker` \ No newline at end of file diff --git a/docs/notes/CS-DIY/1.必学工具/Magic/自己动手/Cloudflare/README.md b/docs/notes/CS-DIY/1.必学工具/Magic/自己动手/Cloudflare/README.md deleted file mode 100644 index fd49e84..0000000 --- a/docs/notes/CS-DIY/1.必学工具/Magic/自己动手/Cloudflare/README.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: CloudFlare -createTime: 2025/03/04 00:03:32 -permalink: /csdiy/tools-must/magic/hand-yourself/cloudflare/ -icon: skill-icons:cloudflare-light ---- - -## CloudFlare -使用 Cloudflare Workers 自建节点科学上网 diff --git a/docs/notes/CS-DIY/1.必学工具/Magic/自己动手/README.md b/docs/notes/CS-DIY/1.必学工具/Magic/自己动手/README.md index 519e227..fd49e84 100644 --- a/docs/notes/CS-DIY/1.必学工具/Magic/自己动手/README.md +++ b/docs/notes/CS-DIY/1.必学工具/Magic/自己动手/README.md @@ -1,7 +1,10 @@ --- -title: README -createTime: 2025/03/03 23:54:55 -permalink: /csdiy/tools-must/magic/hand-yourself/ -icon: mdi:spanner-outline +title: CloudFlare +createTime: 2025/03/04 00:03:32 +permalink: /csdiy/tools-must/magic/hand-yourself/cloudflare/ +icon: skill-icons:cloudflare-light --- +## CloudFlare +使用 Cloudflare Workers 自建节点科学上网 diff --git a/docs/notes/CS-DIY/1.必学工具/Magic/自己动手/Cloudflare/X-UI&XRay.md b/docs/notes/CS-DIY/1.必学工具/Magic/自己动手/X-UI&XRay.md similarity index 100% rename from docs/notes/CS-DIY/1.必学工具/Magic/自己动手/Cloudflare/X-UI&XRay.md rename to docs/notes/CS-DIY/1.必学工具/Magic/自己动手/X-UI&XRay.md diff --git a/docs/notes/公共服务/Overleaf LaTeX协作平台/维护与开发手册.md b/docs/notes/公共服务/Overleaf LaTeX协作平台/维护与开发手册.md index e3ecb37..c029ed2 100644 --- a/docs/notes/公共服务/Overleaf LaTeX协作平台/维护与开发手册.md +++ b/docs/notes/公共服务/Overleaf LaTeX协作平台/维护与开发手册.md @@ -7,6 +7,8 @@ icon: fluent:window-dev-edit-20-regular > 本文是面向Overleaf LaTeX协作平台的维护与开发手册,管理员和有志于自行运营Overleaf的开发者可以参考本文。 + + ## 导入Overleaf Tookit ### git克隆Overleaf Tookit (CE) diff --git a/docs/notes/公共服务/代码托管/Github PGuideDev.md b/docs/notes/公共服务/代码托管/Github PGuideDev.md index fa70970..6b08df7 100644 --- a/docs/notes/公共服务/代码托管/Github PGuideDev.md +++ b/docs/notes/公共服务/代码托管/Github PGuideDev.md @@ -4,6 +4,11 @@ createTime: 2025/03/17 06:59:40 permalink: /public-service/code-manage/github-pguide-dev/ icon: mdi:github --- +:::tip 相关知识 +计算机必学工具之一[:[skill-icons:git]:git](/csdiy/tools-must/git/) + +Github Docs +::: @@ -14,8 +19,9 @@ icon: mdi:github ## 开源项目 - - + + + \ No newline at end of file diff --git a/docs/notes/公共服务/代码托管/Gitlab企业版.md b/docs/notes/公共服务/代码托管/Gitlab企业版.md index 11abaaf..54766b9 100644 --- a/docs/notes/公共服务/代码托管/Gitlab企业版.md +++ b/docs/notes/公共服务/代码托管/Gitlab企业版.md @@ -14,11 +14,19 @@ icon: devicon:gitlab ## Gitlab CQMU +:::tip 相关知识 +计算机必学工具之一[:[skill-icons:git]:git](/csdiy/tools-must/git/) +::: + gitlab是一个类似于github的代码托管平台,极狐中国代理了gitlab,允许企业私有部署,查看gitlab文档: +### 注册账号 + + + ### 提出issue 以 [:[/icon/mirror.svg]:CQMU Mirror](/public-service/cqmu-mirror/)为例: diff --git a/docs/notes/公共服务/代码托管/PGuide Gitea企业版.md b/docs/notes/公共服务/代码托管/PGuide Gitea企业版.md index 477c4bc..8885878 100644 --- a/docs/notes/公共服务/代码托管/PGuide Gitea企业版.md +++ b/docs/notes/公共服务/代码托管/PGuide Gitea企业版.md @@ -5,6 +5,6 @@ permalink: /public-service/code-manage/pguide-gitea-ee/ icon: material-icon-theme:folder-gitea --- -Gitlab EE不好使的时候可以用这个。 +Gitlab EE不好使或访问github实在有困难的时候可以用这个。 PGuide Gitea \ No newline at end of file diff --git a/docs/notes/公共服务/重医校级开源软件镜像站/README.md b/docs/notes/公共服务/重医校级开源软件镜像站/README.md index bcad0cf..9c80c80 100644 --- a/docs/notes/公共服务/重医校级开源软件镜像站/README.md +++ b/docs/notes/公共服务/重医校级开源软件镜像站/README.md @@ -11,7 +11,7 @@ icon: /icon/mirror.svg ## 使用方式 -前往镜像站地址[https://mirrors.cqmu.edu.cn](https://mirrors.cqmu.edu.cn) +前往[:[/icon/mirror.svg]:镜像站首页](https://mirrors.cqmu.edu.cn) 阅读 CQMU Mirror Wiki即可 @@ -21,6 +21,10 @@ icon: /icon/mirror.svg 前往:[devicon:gitlab]:gitlab主页[提出issue](/public-service/code-manage/gitlab-ee/#提出issue),格式如下: +> 标题填写 `New Mirror Request` + +> 描述内容如下 +> > 镜像名: > > 版本号: