1 Check if Vnc-server is installed in the system[Email protected] ~]# Rpm-qa vnc-servervnc-server-4.1.2-14.el5_6.6This means that it has been installed, and if it is not installed, execute:[email protected] ~]# Yum install-y vnc-server2 Starting the
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
Environment:
root@node1:~# cat/etc/issue
Ubuntu 12.04 LTS \ \l
Requirements: Now you need to remotely connect Ubuntu's graphical interface, because there is a program that needs to be configured with a graphical interface.
By default, Ubuntu server is not a graphical interface, the use of Xmanager remote connection to Ubuntu, after the connection is completed, originally wanted to use Xmanager features, to achieve a graphical interface pop-up, but
1, currently commonly used vnc is tigervnc, in the server we only need to install tigervnc-server, that is, the vnc server: yuminstalltigervnc-server-y2, check whether tigervnc-server i
Raspberry Pie Initialization setting and installing VNCSSH up after the first thing is to update Debian:sudo apt-get update, after the upgrade is completed restart;
In the SSH terminal input sudo raspi-config, here need to open a few options: expand_rootfs– to extend the root partition to the entire SD card; change_pass– The default user name is pi, the password is raspberry; change_timezone– Change Time zone, select Asia–shanghai; Configure_keyboard, select 中文版 (US); change_locale– change the l
For a variety of online messy solutions, I summed up the steps:1) Yum InstallationYum-y Install VNC *vnc-server*2) Modify the Vncserver master configuration fileThis file will appear #vim/etc/sysconfig/vncservers//after installationCopy the last two lines and remove the line header comment, and then change tovncservers= "2:xxx"//Because the Linux system comes wit
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
The configuration of the VNC server is simple:# vncpasswdpassword:******verify:******# Cat. Vnc/xstartup #!/bin/sh# Uncomment the following the lines for normal Desktop:unset session_managerexec/etc/x11/xin it/xinitrc[-x/etc/vnc/xstartup] exec/etc/vnc/xstartup[-R $HOME/. Xr
This article illustrates the installation and use of VNC Remote Desktop program in CentOS. Share to everyone for your reference, specific as follows:
Here take CentOS 6.5 as an example
Installing the GNOME desktop environment
Yum Groupinstall "X Window System" "Desktop"
CentOS Install XFCE desktop environment, optional
Yum Groupinstall XFCE
Install Tigervnc
Yum Install Tigervnc-
1. Installing VNC server[email protected] ~]# yum Install tigervnc-server-y2. Setting up VNC server boot[email protected] ~]# chkconfig vncserver on3. Modify the Vncserver configuration file[email protected] ~]# vi/etc/sysconfig/vncserversAdd the following after the configur
Tags: software roo Server 4.0 root Bin upd installation terminal
Install the reason, because need to have the desktop operation, the server configures the VNC to be possible.
Already implemented on Ubuntu 14.04.
Install first-off softwaresudo apt-get updatesudo apt-get install ubuntu-desktop gnome-panel gnome-settings-daemon metacity nautilus gnome-termin
Simple vnc-server setting [centos6]Install 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.
Linux Rookie study notes, do not like to spray, only dedicated to rookie of their own, such as wrong, please Daniel pointed to me to correct.because the first time to learn Linux, it can be said to start from scratch. Setbacks and difficulties are unavoidable. may install vnc-server in the eyes of others, is a yum command can be solved. But maybe because I was a beginner, installed CentOS have problems, all
After installing Vncserver, the default configuration is only a very "plain" graphical interface (no grab, just a black-and-white window), to support Ubuntu desktop, and to support and copy and paste text before Windows, you need to modify the Xstartup configuration file as follows:[Email protected]:~/.vnc$ cat Xstartup#!/bin/sh# Uncomment the following-lines for normal desktop:# unset Session_manager# EXEC/ETC/X11/XINIT/XINITRC[-x/etc/
Install 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 hidden folder, log, PID, and xstartup Startup File under the user's home.Xstartup
#!/bin/sh[ -r /etc/sysconfig/i18
Automatic System LoginModifying a configuration filesudo vim/etc/gdm/custom.confAdd configuration[Daemon]automaticlogin=sparkautomaticloginenable=trueAutomatic opening of VNC Server on bootTurn on VNC Server Service auto-startsudo setup
Press the TAB key to select "System Services"
Find "Vncserver", press SPAC
Use VNC to connect to the LINUX server configuration-Linux Enterprise Application-Linux server application information. The following is a detailed description. 1. Copy the vnclinux program to a LINUX machine and unpack the vnclinux file:
# Tar-xvf vnclinux
Go to the decompressed directory to install:
#./Vncserver // for installation. Generate xstartup, pa
Article Title: how to configure a VNC connection to a Linux operating system server. Linux is a technology channel of the IT lab in China. Includes basic categories such as desktop applications, Linux system management, kernel research, embedded systems, and open source.
1. copy the vnclinux program to a LINUX machine and unpack the vnclinux file:
# Tar-xvf vnclinux
Go to the decompressed directory to in
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.