CLASH规则配置
CLASH规则配置 有时候需要手动管理梯子,指定某个域名走某个节点 以clash为例,UI上对订阅-规则右键,可以方便地编辑规则和代理组(本质是编辑 YAML 文件) 对于CLAUDE等对IP要求严格的服务,可以专门建立一个规则组,放置美国节点 目前添加的规则包括: KEYWORD: “claude”, PROXY: “US” KEYWORD: “cdn”, PROXY:...
CLASH规则配置 有时候需要手动管理梯子,指定某个域名走某个节点 以clash为例,UI上对订阅-规则右键,可以方便地编辑规则和代理组(本质是编辑 YAML 文件) 对于CLAUDE等对IP要求严格的服务,可以专门建立一个规则组,放置美国节点 目前添加的规则包括: KEYWORD: “claude”, PROXY: “US” KEYWORD: “cdn”, PROXY:...
关闭VSCode format on save VS Code会在保存文件时,自动格式化代码,有时候为了减少代码变动,维持代码风格,不希望做某些格式化 以下是关闭import部分格式化的配置,可将其添加至User/SSH/WorkSpace的settings.json "[go]": { "editor.codeActionsOnSave": { ...
Go 插件调试 Go允许使用--buildmode=plugin在unix系统上编译插件,得到.so文件。 此时如果直接在VSCode中调用Delve调试插件,会报错:plugin.Open failed: plugin was built with a different version of package。 查阅VsCode-go的调试指南,发现local debug模式要求”T...
MySql image’s default character set is latin1, which would cause problems when storing Chinese characters. To run MySQL with character set utf8, you can mount a volume to the container and set the...
Clash operates as a proxy tool. There are many GUI wrapper over the core. But when remote developing a server via ssh, it would be useful to find an elegant method to run the proxy. Clash would o...
WSL设置网络代理 TUN模式。此方法引入虚拟网卡和DNS劫持,结合WSL的镜像网络模式使WSL通过虚拟网卡经代理软件访问网络。此方法可实现网络层的透明代理。 使用代理软件(clash)的虚拟网卡(TUN)模式,在宿主机的%USERPROFILE%/.wslconfig文件中添加以下内容: [wsl2] net...
0. Introduction to Estimate An estimator is a random variable. As such, its performance can only be completely described statistically or by its PDF. In the basic case of estimating a single ...