Update README_zh.md
This commit is contained in:
parent
2de3667b61
commit
af18e5ea1a
33
README_zh.md
33
README_zh.md
|
|
@ -840,14 +840,35 @@ fbterm
|
|||
安装 RealVNC
|
||||
|
||||
```
|
||||
dpkg --add-architecture armhf ; apt update
|
||||
cd ~ ; wget https://www.realvnc.com/download/file/vnc.files/VNC-Server-6.6.0-Linux-ARM.deb
|
||||
apt install ./VNC-Server-6.6.0-Linux-ARM.deb
|
||||
rm -rf ./VNC-Server-6.6.0-Linux-ARM.deb
|
||||
dpkg --remove-architecture armhf ; apt update
|
||||
systemctl enable vncserver-x11-serviced.service ; systemctl start vncserver-x11-serviced.service
|
||||
sudo \
|
||||
sed '/deb http:\/\/mirrors.tuna.tsinghua.edu.cn\/debian\/ sid main non-free contrib/d' \
|
||||
/etc/apt/sources.list ; \
|
||||
apt clean all ; \
|
||||
echo 'deb http://mirrors.tuna.tsinghua.edu.cn/debian/ sid main non-free contrib' \
|
||||
>>/etc/apt/sources.list ; \
|
||||
dpkg --add-architecture armhf ; apt update \
|
||||
cd ~ ; wget https://www.realvnc.com/download/file/vnc.files/VNC-Server-6.6.0-Linux-ARM.deb \
|
||||
apt install ./VNC-Server-6.6.0-Linux-ARM.deb \
|
||||
rm -rf ./VNC-Server-6.6.0-Linux-ARM.deb \
|
||||
dpkg --remove-architecture armhf ; apt update \
|
||||
systemctl enable vncserver-x11-serviced.service ; \
|
||||
systemctl start vncserver-x11-serviced.service ; \
|
||||
sudo \
|
||||
sed '/deb http:\/\/mirrors.tuna.tsinghua.edu.cn\/debian\/ sid main non-free contrib/d' \
|
||||
/etc/apt/sources.list ; \
|
||||
apt clean all ; apt update
|
||||
```
|
||||
|
||||
**注意:**
|
||||
|
||||
```
|
||||
sudo \
|
||||
sed '/deb http:\/\/mirrors.tuna.tsinghua.edu.cn\/debian\/ sid main non-free contrib/d' \
|
||||
/etc/apt/sources.list ; \
|
||||
```
|
||||
|
||||
**在上面安装RealVNC过程中的这条命令千万别漏掉!!!**
|
||||
|
||||
点击 [此处](https://www.realvnc.com/en/connect/download/viewer/) 前往下载RealVNC的客户端。
|
||||
|
||||
安装并运行客户端,直接输入IP地址即可,不需要填写端口,用户名和密码是你系统的登录用户和密码。
|
||||
|
|
|
|||
Loading…
Reference in New Issue