Posts

Showing posts with the label how install and configure vnc server on oracle linux 6

Installation and Configuration of VNC Server on Oracle Linux 6.5

Image
Installation and Configuration of VNC Server on Oracle Linux 6.5/ Red Hat/CentOS VNC stands for Virtual Network Computing, It is use for remote desktop session. VNC use remote frame buffer protocol. To take remote session of Oracle Linux 6.5 graphically by use of VNC remote desktop tool you need to install VNC server on Oracle Linux 6.5 and install VNC viewer on personal computer. Download the VNC Server rpm package from official website of Oracle. The VNC Server rpm package is highlight in below image. Create a directory "software" by use of mkdir command and use ls command to check the directory "software" is create or not. mkdir software ls Copy the VNC Server package to the directory "Software" by use of WinSCP software. To install the VNC Server on Oracle Linux 6.5 type the below command. rpm –ivh vnc-server-4.1.2-14.el5_6.6.x86_64.rpm –force After install the VNC Server, Configure the VNC Server file "vncservers" that available in directory...