In the Ubuntu graphics environment, VNC can be used for remote management. If there is no graphical interface, only the character interface needs to be installed in the GUI before installing the Vncserver service, specifically as follows:1, install the Gonme core package in turn, this step can be omitted if the graphics package is installed when the system is loaded. [e-mail protected]:~ #apt-get install x-window-system-core[email protected]:~ #apt-ge
Linux can be controlled by using SSH remote connection, or the following command can be executed on the host for projection.
[Root @ localhost ~] # Export DISPLAY = ipaddress: 0
[Root @ localhost ~] # Xhost + this command requires that the ipaddress machine is equipped with X Server (for example, Xmanager), but sometimes the entire remote Linux desktop needs to be projected to the local device. In this case, you can still install and configure Xmanage
Install VNC server and ubuntuvnc in Ubuntu
Although we can use ssh to log on to the Ubuntu server in most cases, sometimes our program needs to run in the graphical interface. In this case, we need to use the vnc server software. Installing the
1. Check whether vnc-server has been installed in the query system for execution:
Rpm-qa | grep vncFor example:vnc-server-Vnc-server has been installed.2. Configure the vnc-server user
VNC: Virtual Network Computing is short for Virtual Network computers. VNC is an excellent remote control tool software developed by the famous ATT European research laboratory. VNC is a free open source software based on UNIX and Linux operating systems. It has powerful remote control capabilities and is efficient and practical.1. Install
Main reference documents:
Chinese: http://wiki.centos.org/zh/HowTos/VNC-Server
English: Http://wiki.centos.org/HowTos/VNC-Server
Description is very normative and comprehensive.
Record the knowledge points/points in the installation process:
1.linux is a kernel, you need to install a window administrator to get a
a brief introduction to VNCVNC is a free open source software based on Linux operating system, powerful and efficient remote control, and its performance can be comparable with any remote control software in Windows and MAC. In Linux, VNC consists of the following four commands: VNCSERVER,VNCVIEWER,VNCPASSWD, and Vncconnect. In most cases, users only need two of these commands: Vncserver and VncviewerVNC is basically made up of two parts: the client a
1. Installing VNC server[[email protected]~]# Yum Install tigervnc-server-y 2. Setting up VNC server boot up [[email protected]~]# chkconfig Vncserver on 3. Modify the Vncserver configuration file [[email protected]~]# Vi/etc/sysconfig/vncservers Add the following after the
VNC (VirtualNetworkComputing) Virtual Network Computing tool is essentially a remote display system. The administrator can not only view the desktop environment on the local machine where the program runs, in addition, you can view the running status of remote machines anywhere on the Internet, and it has cross-platform features. In Linux, Virtual Network Computing (VNC) Virtual Network Computing tool is es
The operating system centos6.5, on top of which VNC server is installed, can log on remotely using VNC client on Windows. 1. Installation Yum Install tigervnc-server.x86_642. Set the passwordvncpasswd xxx3. Perform vim/etc/sysconfig/vncservers settingsRemove the following two lines of comments:vncservers="1:root" 1: Root (Desktop number: User), configure the bo
From: http://nuclear-imaging.info/site_content/2011/05/11/vnc-server-setup-for-ubuntu-11-04-natty-narwhal/
For the first time I was able to get VNC to work with Ubuntu with Gnome session instead of a xterm on gray background. the steps involved were exactly the same as I was following earlier, with one exception: the setup of xstartup IN ~ /.
VNC-SERVER installation and configuration under Linux (RHEL6 \ CentOS6 \ OLE6) 1. Install and start tigervnc-server # rpm-ivhtigervnc-1.1.0-16.el6.x86_64.rpmwarning: tigervnc-1.1.0-16.el6.x86_64.rpm: HeaderV3RSA/SHA256Signature, key
VNC-SERVER installation and configuration
VNC-SERVER installation and configuration in Linux (RHEL6 \ CENTOS6 \ OLE6)
VNC-SERVER installation and configuration in Linux (RHEL6 \ CentOS6 \ OLE6)
1. Install and start tigervnc-server# Rpm-ivh tigervnc-1.1.0-16.el6.x86_64.rpmWarning: tigervnc-1.1.0-16.el6.x86_64.rpm: He
By default, the VNC server package has been installed in centos 5.3. You only need to select and start the package in the service list. By editing a file ~ Home/. VNC/xstartup to start your window manager. Use startkde to start Kde, and use gnome-session to start gnome.
1. Start the VNC
Although we can use SSH to log on to the Ubuntu server in most cases, sometimes our program needs to run in the graphical interface. In this case, we need to use the VNC server software. Installing the VNC Server in Ubuntu is simple. You only need to perform the following st
Installation:
The code is as follows:
Yum Install Tigervnc-server
Configuration:
(1) Copy the configuration file:
The code is as follows:
~]# CP /lib/systemd/system/vncserver@.service
/etc/systemd/system/vncserver@.service[/code]
(2) Edit configuration file: [code] Execstart=/sbin/runuser-l user-c "/usr/bin/vncserver%i-geometry 1280x1024 Pidfile=/home/user/.vnc/%h%i.pid Replaces user w
Deploy VNC Server in CentOS6
VNC (Virtual Network Computer) is short for Virtual Network Computer. VNC is a free open-source software based on UNIX and Linux operating systems. It has powerful remote control capabilities and is highly efficient and practical. Its performance can be comparable to any remote control soft
VNC Server configuration method in Redhat 6.0 about how to configure VNC Server in Linux, there are many tutorials or articles on the internet, however, the application cannot completely solve our problem in our environment, so here I will configure the VNC
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.