Update README.md
This commit is contained in:
parent
c4c2d8e252
commit
4084e6cf6c
33
README.md
33
README.md
|
|
@ -912,14 +912,35 @@ fbterm
|
||||||
Install RealVNC
|
Install RealVNC
|
||||||
|
|
||||||
```
|
```
|
||||||
dpkg --add-architecture armhf ; apt update
|
sudo \
|
||||||
cd ~/ ; wget https://www.realvnc.com/download/file/vnc.files/VNC-Server-6.6.0-Linux-ARM.deb
|
sed -i '/deb http:\/\/mirrors.tuna.tsinghua.edu.cn\/debian\/ sid main non-free contrib/d' \
|
||||||
apt install ./VNC-Server-6.6.0-Linux-ARM.deb
|
/etc/apt/sources.list ; \
|
||||||
rm -rf ./VNC-Server-6.6.0-Linux-ARM.deb
|
apt clean all ; \
|
||||||
dpkg --remove-architecture armhf ; apt update
|
echo 'deb http://mirrors.tuna.tsinghua.edu.cn/debian/ sid main non-free contrib' \
|
||||||
systemctl enable vncserver-x11-serviced.service ; systemctl start vncserver-x11-serviced.service
|
>>/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 -i '/deb http:\/\/mirrors.tuna.tsinghua.edu.cn\/debian\/ sid main non-free contrib/d' \
|
||||||
|
/etc/apt/sources.list ; \
|
||||||
|
apt clean all ; apt update
|
||||||
```
|
```
|
||||||
|
|
||||||
|
**Attention please!!**
|
||||||
|
|
||||||
|
```
|
||||||
|
sudo \
|
||||||
|
sed -i '/deb http:\/\/mirrors.tuna.tsinghua.edu.cn\/debian\/ sid main non-free contrib/d' \
|
||||||
|
/etc/apt/sources.list ; \
|
||||||
|
```
|
||||||
|
|
||||||
|
**Don't miss this command in the process of installing RealVNC on it above!!!**
|
||||||
|
|
||||||
Click [here](https://www.realvnc.com/en/connect/download/viewer/) to download RealVNC client
|
Click [here](https://www.realvnc.com/en/connect/download/viewer/) to download RealVNC client
|
||||||
|
|
||||||
Install and run the client, enter the IP address directly, do not need to fill in the port, username, and password is your system's login user and password.
|
Install and run the client, enter the IP address directly, do not need to fill in the port, username, and password is your system's login user and password.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue