hexo-rsync 如何使用1npm install hexo-deployer-rsync --save 然后配置_config.yml 123456789deploy: type: rsync host: <your-host-ip> user: root root: /var/www/blog port: 22 delete: true verbose: true ignore_e 2025-01-29
pdm meson使用 12345678mkdir my_project && cd my_project/pdm init -n --dist --backend pdm-backendecho 'def f(): return 4' > src/my_project/func.pyecho -e 'from my_project.func import f\n\nd 2025-01-29
使用zig作为rust的linker 背景glibc的动态链接库存在版本问题 ./hello: /lib64/libc.so.6: version GLIBC_2.28' not found (required by ./hello) ./hello: /lib64/libc.so.6: version GLIBC_2.33’ not found (required by ./hello 2025-01-29
订阅转换 部署后端docker run -d –restart=always –name sub -p 25500:25500 –add-host=”host.docker.internal:host-gateway” -e HTTPS_PROXY=http://host.docker.internal:7890 tindy2013/subconverter:late 2025-01-29
clash使用 linux软件安装mihomo的config要放在 $HOME/.config/mihomo 要下一个 mmdb 命名为Country.mmdb https://gitee.com/mirrors/Pingtunnel/blob/master/GeoLite2-Country.mmdb 123456789101112131415161718cat < EOF > / 2025-01-29