Practical Skills: SUSE Linux systems VNC Remote Control



LINUX GUI to use VNC for remote desktop control.

1, enable SUSE Remote Control

SUSE default installation of the VNC, open YaST, network services, remote management (remote administration), select the "Allow Remote Administration" option in the following firewall settings, choose "open firewall ports."Click Finish.

2, start the VNC service.

SSH login, the implementation of the vncserver command

Tip: You will require a password to access your desktops.

Set the remote access password.

Password: (enter password)

Verify: (enter again)

Tip: Would you like to enter a view-only password (y / n)? N (it can only be viewed enter a password, select No)

Tip information is as follows:

xauth: creating new authority file / root / .Xauthority

New 'X' desktop is linux-eyh7: 1 (Desktop number 1)

Creating default startup script / root / .vnc / xstartup

Starting applications specified in / root / .vnc / xstartup

Log file is / root/.vnc/linux-eyh7: 1.log

3, configuration xstartup startup script.

With the VI editor / root / .vnc / xstartup script

As follows:

#! / Bin / sh

xrdb $ HOME / .Xresources

xsetroot-solid grey

xterm-geometry 80x24 +10 +10-ls-title "$ VNCDESKTOP Desktop" &

twm &

The last line change

startgnome

DISPLAY =: 1 gnome-session

Is the start gnome graphical interface window.

Save, reboot vnc.

4, download windows vnc client software.

Run VNC viewer, enter the server's IP and desktop code:

Such as: 10.60.30.112:1

Then enter the VNC connection password can log into it.

5, through the browser control:

If the host is not installed vnc viewer, can also be controlled through a browser, a powerful right.For example, access address: http://10.60.30.112:5801 (where port number = desktop display number + 5800, the previous configuration, we suggest the desktop number is 1, so the port number is 5801), there will be login screen.Need the browser to open java applet.