Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

8 steps for realvnc linux,realvnc linux configuration

2025-01-16 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/01 Report--

This article mainly introduces the eight steps of realvnc linux,realvnc linux configuration, with a certain reference value, interested friends can refer to, I hope you can learn a lot after reading this article, the following let the editor take you to know about it.

Virtual Network Computing (VNC) is a software for remote desktop control. The keyboard input and mouse operation of the client are transmitted to the remote server through the network to control the operation of the server. The graphical interface of the server will be displayed to the user by the client through the network transmission. It makes you feel like you are directly operating the local computer, except that all programs and commands are executed on the server side.

The VNC function in the IIS7 server management tool can be said to be very good to use. It can open links in batch.

Of course, since its VNC tools are so useful, its other functions must not be too bad. IIS7 server bulk management tools benefits: batch management, synchronization operations, expiration reminders, data security and periodic execution. Applicable systems: Windows and liunx operating systems. Vnc and Ftp batch operations are supported. The automatic update of the program will not make you suffer from the update, which saves you a lot of trouble. After all, the current software updates need to be re-downloaded and installed, which is very troublesome.

Graphical interface of IIS7 server management tools

1. Remote Linux must be graphically installed #

Yum groupinstall-y 'Desktop'' X Window System' # xclock attempts to visualize

2. Install tigervnc-server#

Yum install-y tigervnc-server

3. Set the vnc login password #

[root @ zabbix ~] # vncserver

You will require a password to access your desktops.

Password: Password must be at least 6 characters-try again Password: Password must be at least 6 characters-try again # 123456 Password: Verify:

New 'zabbix:1 (root)' desktop is zabbix:1

Creating default startup script / root/.vnc/xstartup Starting applications specified in / root/.vnc/xstartup Log file is / root/.vnc/zabbix:1.log

4. Modify the startup parameter configuration #

Vim / root/.vnc/xstartup

#! / bin/sh#Uncomment the following two lines for normal desktop:#unset SESSION_MANAGER#exec / etc/X11/xinit/xinitrc [- x / etc/vnc/xstartup] & & exec / etc/vnc/xstartup [- r $HOME/.Xresources] & & xrdb $HOME/.Xresourcesxsetroot-solid greyvncconfig-iconic & xterm-geometry 80x24+10+10-ls-title "$VNCDESKTOP Desktop" & # twm & gnome-session & # gnome

Note: release twm and add desktop environment. If kde, fill in kde-session &, gnome &

5. Start vncserver#

Vncserver: 1 # start

Vncserver-kill: 1 # shutdown

Note: Port number and desktop number of the VNC service

VNC uses the TCP port starting from 5900

Desktop number is "1"-port number is 5901

Desktop number is "2"-port number is 5902

Desktop number is "3"-port number is 5903

Start multiple vncserver

Vncserver: 2

Vncserver: 3

6. Client vnc-viewer#

IP: Port (abbreviated to 1 corresponds to the window above)

VNC-viewer: http://files.cnblogs.com/files/xiaochina/vncviewer.zip

7. Switching users can still call up graphics #

172.24.0.120:2

123123

Xeyes

Xhost + # other users can also call graphics remotely (under root users)

Su-weblogic

Xeyes # Test graphical

8. Black screen solution #

Error prompt:

Starting VNC server: no displays configured

Solution:

Vim / etc/sysconfig/vncservers

VNCSERVERS= "1:root"

VNCSERVERARGS [1] = "- geometry 1360x768-alwaysshared"

Thank you for reading this article carefully. I hope the article "8 steps of realvnc linux,realvnc linux configuration" shared by the editor will be helpful to you. At the same time, I also hope you will support us and pay attention to the industry information channel. More related knowledge is waiting for you to learn!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report