First download the Linux version of the VNC file.: http://www.realvnc.com/download/vnc/such as: vnc-5.0.2-linux-x86-rpm.tar.gz (in fact, after extracting, there will be the server and the View RPM installation package)#tar-ZXVF vnc-5.0.2-linux-x86-rpm.tar.gz#rpm-IVH vnc-serv
1. Simulate kill the VNC service that is already started1) Start the Desktop 1 service[[email protected] ~]# vncserver:1new ' testdb:1 (root) ' Desktop is testdb:1starting applications specified in/root/.vnc/ Xstartuplog file Is/root/.vnc/testdb:1.log2) manually kill the VNC service process that has started[[emailprote
Set up vnc in linux-Linux Enterprise Application-Linux server application information. The following is a detailed description. VNC is still the best remote control software in LINUX. But it is not too close to Chinese users. For example, in LINUX, Chinese Input cannot be output by Hot Key. Although there are a few deficiencies, it still cannot block its position in the LINUX system. Let's take a look at it
To telnet to the Raspberry Pi GUI via vnc, the Raspberry Pi must have a VNC Server service installed on one side, and a few simple configurations are required to make the operation more convenient, as detailed steps below.1. Installing the VNC server component--tightvncserversudo Install Tightvncserver2. Set up a VNC p
Ubuntu VNC configuration and Ubuntu VNC ConfigurationBy configuring the SERVER as a vnc server, other hosts can log on to the SERVER graphically.It is easy to configure the vnc server in ubuntu as follows:Server:1. First install the VNC service program:Shell code
$ Sudo ap
Readvnc software Download: http://down.51cto.com/data/22709371. Install the VMC service with Yum.# yum Install tigervnc-server-y2. Edit the VNC service configuration file.Vi/etc/sysconfig/vncserversMy computer has two user root and Roott.A User configuration:vncservers= "1:root" vncserverargs[1]= "-geometry 1024x768-alwaysshared"Two user configurations:vncservers= "1:root 2:roott" vncserverargs[1]= "-geometry 1024x768-alwaysshared" vncserverargs[2]= "
In addition to the Ssh,linux platform, you can access remote machines in a graphical way, the most popular of which is VNC
VNC connections, however, are not secure and are easily intercepted and monitored, so a safer way to use vnc,ssh security through an SSH tunnel is guaranteed.
Very simple, use SSH to do port forwarding
Terminal mode
$ ssh-l 5900:localho
Linux is often used as a server operating system, if it is a desktop system usually remotely manage the Linux server, many times through VNC remote management, this time will be installed on the client VNC client software, VNC Viewer | RealVNC software is more used in VNC software.Installation:Linux distribution due to
Centos7 and centos6.x have a big difference.
In order to install Remote Desktop for a server, a lot of detours have gone. Write this blog, purely for the record, later if you encounter the same problem, can be traced back.
1, assuming that your system does not have any VNC software installed, then first install VNC
Yum-y Install Tigervnc-server Tigervnc
2, CENTOS7 before the system, if the installation
Simple vnc-server settings [centos6], vnc-servercentos6Install the desktop environment
Yum groupinstall DesktopInstall vnc
Yum install tigervnc-serverCreate a user and set the vnc Password
Useradd acasu-acavncpasswdStart vnc
Su-acavncserver
There is a.
VNC Transplant ProcessThe system used UbuntuTransplant Good Package http://download.csdn.net/detail/guoqianqian5812/8948849Ported Arm Library http://download.csdn.net/detail/guoqianqian5812/8948885First, the preparatory work1, download the vnc Source Package, here is the transplant VNC-4_1_3-UNIXSRChttp://www.realvnc.com/download/open/4.0/2. Cross compiler:ARM-LI
Network remote control technology refers to a computer (the main control side) to be controlled by another computer (the controlled side), and when the host side in the control side, as the user in person sitting in front of the end of the operation, can be executed by the host side of the application, and the use of the controlled end of the system resourcesHttp://www.realvnc.com/index.html"Introduction to VNC"Network remote control technology refers
Http://www.ategpu.com/2009/06/04/redhat-as-5-vncserver%E5%8F%8Avncviewer%E7%9A%84%E8%AF%A6%E7%BB%86%E9%85%8D%E7%BD% AE .html
Configure VNC
# Vi/etc/sysconfig/vncservers
Find the vncservers = "1: myusername" string, remove the comment, and change myusername to your logon username. Save and exit.
Find the vi. VNC/xstatup File
Leave unset session_manager
Exec/etc/X11/xinit/xinitrc (remove comments)
VNC Transplant Process
Using the system Ubuntu
Porting a good package download address http://download.csdn.net/detail/guoqianqian5812/8948849
Porting the ARM library download address http://download.csdn.net/detail/guoqianqian5812/8948885
First, preparatory work
1, download VNC source package, here is the transplant is VNC-4_1_3-UNIXSRC
Download Address http
Tags: pos sequence kill com Ali rest image Src LinFirst step: Run the command yum install tigervnc-server-ySecond Step: Install TelnetThird step: Run Vncserver, create desktopVncserver-kill:1 Delete the number of the desktop 1Server Test Port 5901Testing under WindowsThe telnet command does not exist when the client tests port 5901 on the connection serverFirewall command operation: Firewall-cmd--zone=public--add-port=80/tcp--permanentRestart Firewall: systemctl restart Firewalld.serviceThe clie
VNC OverviewVNC (Virtual network Computing) is an abbreviation for a computer that is virtualized. VNC is an excellent remote control tool software developed by the prestigious European Research Laboratory at T. VNC is a free, open source software based on UNIX and Linux operating systems that is powerful, efficient and practical, with performance comparable to a
Network remote control technology refers to a computer (master) to control another computer (controlled), and when the master is on the control end, just as users sit in front of the controlled terminal, they can execute the controlled application and use the system resources of the controlled terminal.VNC (Virtual Network Computing)Is a set of software developed by att lab that can manipulate remote computers. It adopts the GPL Authorization Clause and anyone can obtain the software for free. T
Operating System: CentOS6.3
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 (such as Xmanager), but sometimes it is necessary to project the entire remote Linux desktop to a local computer. In this case, you can still install and configure Xmanager.
This article describes
VNC introduction:Although VNC still lacks the ability to call Chinese Input by Hot Key in Linux, it still cannot block its position in Linux. Let's take a look at its charm. First of all, it's very casual to copy and paste it. Copy the local machine and paste it directly in the remote machine. Very convenient.Network remote control technology refers to a computer (master) to control another computer (contro
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.