Home PC Games Linux Windows Database Network Programming Server Mobile  
           
  Home \ Server \ CentOS 6.5 installation VNCServer implement graphical access     - Android realize RippleEffect water (Programming)

- CentOS 6.6 command-line automatic completion (Linux)

- to install the deployment of LVS under CentOS 7.0 (Server)

- 2016, the new Node project Precautions (Programming)

- Using monitoring tool dsniff (Linux)

- Five useful commands to manage file types and system time in linux (Linux)

- Bash added to the Vi mode indicator (Linux)

- CentOS 6.4 dial-up Raiders (Linux)

- React Native (Programming)

- 11G ASM disk group does not automatically handle MOUNT (Database)

- About AWR More Description (Database)

- Good wireless network security information spread in the air (Linux)

- Oracle to use full-text indexing (Database)

- Oracle utilized undo data recovery operations (Database)

- Fedora 20 Installation and Configuration (Linux)

- How do you prevent other users from accessing your home directory in Linux (Linux)

- Android custom title bar (Programming)

- Bash common several configuration files (Linux)

- Spark local development environment to build (Server)

- Oracle Listener can not start (TNS-12555, TNS-12560, TNS-00525) (Database)

 
         
  CentOS 6.5 installation VNCServer implement graphical access
     
  Add Date : 2018-11-21      
         
         
         
  CentOS 6.5 installation VNCServer implement graphical access
A. Installing gnome graphical desktop
#yum groupinstall -y "X Window System"
#yum groupinstall -y "Desktop"
#yum groupinstall -y "Chinese Support"
II. Installing and configuring vncserver (vnc is an excellent remote control software)
1. Install vncserver
#yum install -y tigervnc-server
2. Configure vncserver
1). Configured to boot from the start
#chkconfig --level 345 vncserver on
2) Configuration vnc password
#vncserver
You will require a password to access your desktop.
Password:
Verify:
3) configured to use the gnome desktop
Modify the file xstratup, delete the last twm & plus gnome-session &.
vim /root/.vnc/xstartup
4) After the configuration vncserver start listening port and environmental parameters
Modify / etc / sysconfig / vncservers file add the following
VNCSERVERS = "1: root"
# Desktop Number: 590 * user listening port
VNCSERVERARGS [1] = "- geometry 1200x800"
5) Restart vncserver service
#service vncserver restart
III. Allow root access graphical interface and a new generation of machine-id
#sed -i 's /.*!= root. * / # & /' /etc/pam.d/gdm
# Dbus-uuidgen> / var / lib / dbus / machine-id
Front row of the first sentence of the sed command means that a match /.*!= root. * / Plus a #
The second sentence means that by dbus-uuidgen generated uuid output file to machine-id
IV. Close selinux and NetworkManager service
1. Check selinux service and close (confirmation value inside SELINUX field is disabled, if it is not changed to disabled)
#vim / etc / selinux / config
2. Turn off the NetworkManager service
#chkconfig --del NetworkManager
     
         
         
         
  More:      
 
- CentOS install SystemTap-2.6 (Linux)
- Linux Getting Started tutorial: Experience Xen Virtual Machine chapter (Linux)
- How to use nmap command in Linux (Linux)
- Ubuntu system cp: omitting directory problem (Linux)
- Linux disk quota-related instruction (Linux)
- Distributed transaction management Spring declarative transactions (Programming)
- File compression and packaging commands under Linux (Linux)
- Oracle 11G R2 DataGuard structures (Database)
- ARM Linux system call (Linux)
- Linux System Getting Started Learning: Join cron job in Linux (Linux)
- xCAT line installation on CentOS 6.X (Linux)
- Golang environment configuration recommendations (Linux)
- Install NetBeans IDE 8.0 on Ubuntu, Linux Mint, Elementary OS, and Debian (Linux)
- Git uses a standard process (Linux)
- 10046 trace only open for a particular SQL statement (Database)
- CentOS 6.4 (64bit) install Python 2.7.5 (Linux)
- Oracle Linux 6.4 (BOND) dual NIC teaming combat - Annotated (Linux)
- Understanding and Memcached MongoDB arbitration node, Zookeeper, Redis Recovery Programme Thoughts (Database)
- How to install open source ITIL portal iTOP on CentOS 7 (Server)
- To install the Git and Github under Ubuntu (Linux)
     
           
     
  CopyRight 2002-2022 newfreesoft.com, All Rights Reserved.