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 MoreCategory: Hostripples Featured
Metadata file does not match checksum
While installing Plesk Or any other application On Linux CentOS server if you are getting following error : [Errno -1] Metadata file does not match checksum The error is with fastest mirror plugin, trying to look for some bad mirror as the source of choice.you can add the broken mirror to the exclude line […]
See MoreHow to change Shell on Linux Server !!!
Shell is command-line interpreter that provides a user interface on Linux operating system. These is where user can execute the commands on the server. You can check the Shell you are currently logged in with as follows echo $SHELL root@vps [~]# echo $SHELL /bin/bash If you wish to change the current login Shell of the […]
See More
You must be logged in to post a comment.