Why
When the deploying and managing TC servers (including Oracle servers) in Linux environment, we need the use of desktop env to Laun Ch TEM (including DBCA) to manage them.I recommend TigerVNC to connect these Linux servers from your client.What
TigerVNC is a high-performance, platform-neutral implementation of VNC (Virtual Network Computing), a Client
May be a preconceived idea, many people think that the Linux system shape is not practical, in fact, this is wrong, usually the server does not use the graphical interface, the graphical interface is really useless, but if the Linux server is used to do graphics processing, analysis, So it is conceivable that the graphical interface is the necessary graphical interface in Linux, there are 2 types, respectively, Gonme and x-windows,2 graphical interface to see the use of personal habits who choos
Detailed process for installing the VNC (tigervnc) service in CentOS 6.5
1. vnc Server Construction Process
1. Check whether tigervnc is installed.
[Root @ localhost ~] # Rpm-qa | grep tigervnc
Tigervnc-1.1.0-5.el6_4.1.x86_64
Tigervnc-server-1.1.0-5.el6_4.1.x86_64
2. Edit th
Tigervnc's easy-to-use tutorials (Remote Desktop Connection for CentOS)1. Environment and software preparation(1) CentOS 6.5[email protected] ~]$ Yum install Tigervnc(2) Under Windows 7Tigervnc-1.2.0.exe, download in http://sourceforge.net/projects/tigervnc/2. Start Vncserver (server side)Vncserver:nHere n is sessionnumber, does not specify the default is 1, it can be 2, 3, and so on. The first time you are
Once liked to use RealVNC Server to achieve linux/windows remote control, because RealVNC for the charge of commercial software, supporting file transfer, performance optimization is also done well. But RealVNC has added a lot of proprietary stuff to protocol compatibility from version 5.0, and the client can only be RealVNC's own client. While open-source VNC software such as
Pcanywhere/teamviewer/rdp/ultravnc/tigervnc/realvnc/xmanager1, typical application scenariosLinux systems such as General Centos/rhel are not configured to install desktop, but sometimes need to be installed to configure someFor specific app applications, you must have desktop[eg to install Oracle on CentOS, unless you makeUse silent installation, X11 desktop is necessary]For these scenarios, we typically install the Desktop Desktop component of the s
Tigervnc Configuration1. Confirm that SSH is running2. Install tigervnc ServerYum install tigervnc-Server
InstalledYum info tigervnc-ServerYou can view the installed status
3. Configure the display resolution, product, and userEdit/etc/sysconfig/vncserversAdd two lines according to the last two lines commented out.
Vnc
Use of VNC Teaching1, Target: The client connects to the server side, keeps the desktop update synchronized, and does not allow the client to control the servers.2, using the tool:(Linux platform) server side: Tigervnc-server, vino(Platform unrestricted) client: VNCVIEWER,REALVNC, etc.Installation of the 3,linux platfo
)
However, we can still see that the VNC service has started one:
[[Email protected] ~] $ Vncserver-list
Tigervnc Server sessions:
X Display # process ID
: 1 50440
[[Email protected] ~] $
Disable the VNC service first.
Vncserver-kill: 1
Then install a package:
Yum install libxfont
After the installation is complete, start VNC again. The successful startup process is as follows:
[[Email protected] ~] $ Vncserver
Xauth: (stdin): 1: Bad display n
/vncservers file before starting the method. Simply add a configuration and then start.[[email protected]5201351echo'vncservers= "1:root"' >>/etc/ sysconfig/vncservers[[email protected]5201351 ~]#/etc/init.d/vncserver start // If the startup fails, you can start the build first with the method first, because the configuration directory is missing. For both of these methods can be started, and the first boot will require a password, then if the vncservers login password forgotten, what to do?W
CentOS Linux:1. Packages to be installed: tigervnc and tigervnc-server2. Configure the display resolution, desktop, and User:Edit/etc/sysconfig/vncserversAdd two lines according to the last two lines commented out. The code is as follows:Copy code VNCSERVERS = "2: myname" # Here myname is the user accountVNCSERVERARGS [2] = "-geometry 1024 × 768-nolisten tcp" PS: remove-localhost. 3
Software Introduction
The TIGERVNC is an advanced VNC remote access implementation, based on the fourth generation VNC, containing a JPEG compression accelerator. Supports x.org and X server.
TIGERVNC is an excellent remote control application. It allows you to view the desktop of a remote workstation, such as a home computer. You can use the mouse and keyboard to control the screen of your home computer
1. Yum Install–y tigervnc-server2. Turn off SELinuxView status: Sestatus;Temporary closure: Setenforce 0Permanently closed: Vi/etc/sysconfig/selinux, modified to: selinux=disabledAfter modification, reboot3. Open the VNC SERVER in the firewall4, the switch needs to Telnet users, set VNCPASSWD, this password is remote login password, can be inconsistent with the local password.Su nctestvncpasswd5. Start VncserverCd/usr/bin//DirectoryVncserver//StartSev
TigerVNC screen size Handling Integer Overflow Vulnerability
Release date:Updated on:
Affected Systems:TigerVNCDescription:Bugtraq id: 70391
TigerVNC is an advanced VNC implementation.
TigerVNC has the integer overflow vulnerability in implementation. After successful exploitation, remote attackers can cause heap corruption or execute arbitrary code in the co
Yesterday in my CentOS7 test machine installed a VNC server configuration, reference to a lot of information on the Internet, but there are some shortcomings, especially in the configuration of the root account remote VNC connection configuration file, there is little reference to remind Pidfile configuration to remove/home, caused me to configure the time has been error, tossing a day, and finally in a reference document error analysis to get inspired, finally completed the configuration, first
CentOS 6.8 has the default installation of VNC located on port 5900:System, preferences, Remote DesktopTick the [share] option, uncheck the [Security] option, and then add port 5900 to the firewall.Basic can be used, using the VNC viewer directly enter the service IP address can be connected to theBut always appear click to double click, copy and paste files that cannot share the clipboard,It's also full of troubles!!!!And then he TigerVNC the install
Centos7 tigervnc installation experience
1. If tigervnc is installed for the first time, skip the precautions;
2, if you have installed before, pay attention to the points: view the/tmp/. X11-unix directory, delete the X [1-9] File, note that X0 can not be deleted;
Installation steps:
1,Yum install tigervnc-server;
2. Create a userUseradd 000; if an existing user
Install in centos[Root @ localhost ~] $ Rpm-q tigervnc-serverTigervnc-1.0.90-0.17.20110314svn4359.el6.i686Tigervnc-server-1.0.90-0.17.20110314svn4359.el6.i686InstallYum install-y tigervnc-serverClient downloadTigervnc-1.2.0.exe, at http://sourceforge.net/projects/tigervnc/downloadStart vncserver (server)Vncserver: nHere, n is sessionnumber. If the default value i
Tags: centos vnc tigervnc remote connection to Linux remotesThe Centos installation is complete, but the desktop is managed remotely via windows:Of course we can connect the command line through the SecureCRT tool, but I want to connect to their remote Desktop via windows:First of all, we guarantee that desktop environments such as Windows X are installed successfully:Yum groupinstall-y "desktop" "Desktop Platform" "Desktop PlatformDevelopment "Fonts"
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.