How to Install VNC on Linux(CentOS ) Server ?

Check if the VNC server is already installed or not rpm -qa vnc-server If you get an output as “package vnc-server is not installed” you can begin with the installation. Install VNC server with the following Command yum install vnc-server Now check if VNC client is installed on the server use the command rpm -qa […]

See More
install java jdk

How to Install JAVA JDK on Linux or cPanel Server?

Most of the developers use Linux as their operating system. Java is a popular programming language developed by Oracle-Sun. The Java JDK is a development environment for building applications, applets, and components using the Java programming language from Oracle Technology Network. In order to install Java JDK on your Linux or cPanel server you can […]

See More