UserLAnd 手机安装linux
最后更新于:2022-04-02 03:44:26
[TOC]
> [github](https://github.com/CypherpunkArmory/UserLAnd)
## 远程链接
```
> sudo apt update
> sudo apt install net-tools
> ifconfig
查看 ip
> sudo apt install ssh-service
> sudo /etc/init.d/ssh start
```
远程链接
注意必须是 2022
```
ssh idcpj@192.168.x.x -p 2022
```
';