- 首先注册
warp-cli registration new <team name>此时命令行回显一个链接。在本地浏览器打开该链接,正常完成验证,验证完后F12,切换到网络,点击页面上的打开warp的按钮,获得该按钮对应的URL
- 将URL的Key注册进warp
warp-cli registration token <url>| diff --git a/.gitmodules b/.gitmodules | |
| new file mode 100644 | |
| index 0000000..22548d7 | |
| --- /dev/null | |
| +++ b/.gitmodules | |
| @@ -0,0 +1,3 @@ | |
| +[submodule "evaluation/DTUeval-python"] | |
| + path = evaluation/DTUeval-python | |
| + url = https://gh-proxy.org/https://github.com/chenxiex/DTUeval-python.git | |
| diff --git a/evaluation/DTUeval-python b/evaluation/DTUeval-python |
| [ | |
| { | |
| "outboundTag": "direct", | |
| "domain": [ | |
| "geosite:kaggle" | |
| ], | |
| "enabled": true, | |
| "remarks": "kaggle" | |
| }, | |
| { |
| [ | |
| { | |
| "outboundTag": "proxy", | |
| "domain": [ | |
| "domain:githubcopilot.com", | |
| "domain:mobile.events.data.microsoft.com" | |
| ], | |
| "enabled": true, | |
| "remarks": "vscode copilot" | |
| } |
warp-cli registration new <team name>此时命令行回显一个链接。在本地浏览器打开该链接,正常完成验证,验证完后F12,切换到网络,点击页面上的打开warp的按钮,获得该按钮对应的URL
warp-cli registration token <url>| adb shell flash-archive.sh /sdcard/Download/system.zip | |
| adb reboot |
| # write to $PROFILE to persist | |
| $OutputEncoding = [Console]::InputEncoding = [Console]::OutputEncoding = New-Object System.Text.UTF8Encoding |
| # https://unix.stackexchange.com/questions/627187/ssh-into-gnome-boxes-os | |
| # Edit first line | |
| -<domain type='kvm'> | |
| <domain xmlns:qemu="http://libvirt.org/schemas/domain/qemu/1.0" type="kvm"> | |
| # Delete "interface" section | |
| -<interface> | |
| -... | |
| -</interface> |