You are familiar with the remote graphic interface control in windows.
In Linux, the use of VNC for graphical interface control is also very simple. VNC consists of two parts: one is the client application.Program(Vncviewer); the other is the server-side application (vncserver ).
Take RedHat Linux 8.0 Installation and Use as an Example
1. Install the vnc rpm package
1. install linux
1.1 If the installation on the GUI is in KDE or gnome, click the RPM package and the system will automatically start the installation. You will also be prompted to set the password and port.
1.2 installation under the command line.
Next, let's talk about the installation under the command line, which is actually very simple, just a command.
CD/mnt/f/VNC/
Rpm-IVH vnc-3.3.6-2.i386.rpm
2. Set the VNC server access password
Vncpasswd
3. Start VNC Server
Vncserver
4. The management environment set by the VNC Server on Linux is TWM.
Change it to the KDE. Modify $ home/. VNC/xstartup file. Change starttwm to startkde and restart the VNC server.
2. remote connection
Now you can control Linux on various platforms. The server (vncserver) also has a built-in Java Web interface, so that the user's operations on other computers through the server can be displayed through the browser (Java Applet must be supported, this operation process and display method are very intuitive and convenient.