摘要:
一、部署服务器 1:安装WireGuard apt install wireguard 2:生成配置文件 cd到/etc/wireguard #!/bin/bash # Convert IP address to integer ip_to_int() { local ip=$1 local a b 阅读全文
摘要:
保存为git-diff-copy.bat @echo off REM [Windows批处理]比对Git两个分支之间的差异,把有改动的文件复制到指定目录 setlocal enabledelayedexpansion REM 1:设置被复制的git项目文件夹(尾部要加"\") set copy_fr 阅读全文