by Devin Yang
(This article was automatically translated.)

Published - 4 years ago ( Updated - 4 years ago )

Execute the following command
sudo apt update
sudo apt install realvnc-vnc-server realvnc-vnc-viewer
Run the settings again
sudo raspi-config

Select Interfacing Options, you can start.

Figure 2

Download RealVNC Client software
https://www.realvnc.com/download/viewer/



 

Tags: linux raspberry

Devin Yang

Feel free to ask me, if you don't get it.:)

No Comment

Post your comment

Login is required to leave comments

Similar Stories


linux

How to install the monitor tool htop on CentOS

Htop is a free (GPL) ncurses-based program monitor tool for Linux. It is similar to top, but allows you to scroll vertically and horizontally, so you can see the full command line running on the system, And you can view them as program trees, select multiple programs and operate them.

linux

How to check apache loaded and enabled which modules?

How to check apache loaded and enabled which modules?

linux

How rsync automatically allows ssh key fingerprints

When we use ssh to connect to the host for the first time, a fingerprint confirmation of the host key will be displayed. Sometimes use rsync for some automated scheduling, maybe the remote host has changed and needs to be automatically allowed, How to let ssh automatically allow fingerprints to connect without manually pressing yes in interactive mode?