- 首先注册
warp-cli registration new <team name>此时命令行回显一个链接。在本地浏览器打开该链接,正常完成验证,验证完后F12,切换到网络,点击页面上的打开warp的按钮,获得该按钮对应的URL
- 将URL的Key注册进warp
warp-cli registration token <url>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> |