Ubuntu Server : How to Change the Resolvers ?

  On Ubuntu server if you try to edit the resolve.conf file for setting up the resolvers  and to make the changes Permanent you can not simply change the configurations in /etc/resolv.conf ….  As after every reboot the server will reset the resolvers. To make the changes permanent Try putting your change in/etc/resolvconf/resolv.conf.d/base as this file is […]

See More

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