Home PC Games Linux Windows Database Network Programming Server Mobile  
           
  Home \ Linux \ CentOS 5.11 Open VNC access     - CoreCLR compiled in Linux CentOS (Linux)

- How to Install Cantata MPD 1.3.3 for Ubuntu and Derived Version Users (Linux)

- [SHELL] MySQL primary recovery solution from + Keepalived online (Server)

- Five kinds of IO Model under Linux (Programming)

- Oracle 12C modify spfile path (Database)

- Optimized to minimize the installation of CentOS 5.8 (Linux)

- Java open source monitoring platform Zorka basic use (Linux)

- Linux process scheduling opportunity (Programming)

- findmnt- Looking mounted file system (Linux)

- Zabbix installation under Linux (Server)

- To install PostgreSQL 9.4 (Database)

- You may not know the Linux command-line network monitoring tool (Linux)

- Ubuntu users Steam controller does not work solutions (Linux)

- Docker commonly used commands Description (Linux)

- ORA-600 [kcbz_check_objd_typ] Error Handling (Database)

- Spring next ActiveMQ combat (Programming)

- CentOS Linux firewall configuration and Close (Linux)

- Linux system security configuration (Linux)

- Use chattr and lsattr command to manage linux files and directory attributes (Linux)

- Linux System Tutorial: Ubuntu on the desktop is disabled by default keyring to unlock tips (Linux)

 
         
  CentOS 5.11 Open VNC access
     
  Add Date : 2018-11-21      
         
         
         
  Because in some cases, need to use the Linux desktop environment, such as the Oracle installation and configuration requires a graphical interface.
By default, we have installed installed the Gnome desktop environment
yum -y install vncserver

Configuring vncserver, in / etc / sysconfig / vncserver new
VNCSERVERS = "1: root"
VNCSERVERARGS [1] = "- geometry 1024x768 -alwaysshared -depth 24"

Configuring VNC connection password
vncpasswd

VNC initialization settings
vncserver
Then configure
vim .vnc / xstartup
#twm & # Comment this
gnome-session & # add this

By default, twm is a very small graphic interface is completely in line with our operational requirements
Then start the service

service vncserver start; chkconfig vncserver on
     
         
         
         
  More:      
 
- Fundamentals of the Java virtual machine memory management principles (Programming)
- SpringMVC the use of interceptors (Programming)
- Use Docker / LXC quickly launch a desktop system (Linux)
- SUSE Linux firewall configuration notes (Linux)
- Using 30 seconds to write a detailed analysis of garbage removal system (Linux)
- Relationship between Linux permissions with the command (Linux)
- The relationship between UNIX and Linux (Linux)
- Web database security tips (Linux)
- C ++ sequence containers basics summary (Programming)
- Online booking shocking information leakage risk, you dare book the tickets online? (Linux)
- To solve the Mac in question invalid BASH under configuration environment variable (Linux)
- Detailed steps - GAMIT solver (Linux)
- Linux, Chrome browser font settings beautification (Linux)
- MySQL multi-master-slave synchronization (Database)
- Go constructed using an interpreted language (Programming)
- Find details block device with Linux blkid command (Linux)
- To install and deploy Java applications under CentOS 6.5 (Linux)
- Install Gnome Flashback Classic Desktop on Ubuntu 14.10 / Mint 7 (Linux)
- Oracle TDE transparent data encryption (Database)
- GAMIT baseline solution using batch were counted (Linux)
     
           
     
  CopyRight 2002-2022 newfreesoft.com, All Rights Reserved.