VNC provides a desktop interface for the server. The following guidelines will explain the detail how to configure VNC in your server.Installing VNC:1. First, we should check whether the RPM package for vnc server is installed in the server or not. [root@domU-12-31-38-07-19-4B ~]# rpm -q vnc-serverpackage vnc-server is not installed[root@domU-12-31-38-07-19-4B… Continue Reading configure VNC ( Virtual Network Computing ) in centos

allow_url_fopen To enable this PHP parameter, you can add the following in the .htaccess file. ============ php_value allow_url_fopen On ============ Or you can add the following in the php.ini file. ============= allow_url_fopen = On ============= allow_url_include To enable this PHP parameter, you can add the following in the .htaccess file. ============… Continue Reading Enabling Various PHP parameters using .htaccess file and php.ini file

From our experience, if you are using cPanel control panel then it will be better if you go for an csf firewall. Csf firewall installation guideline is as follows.1. Download the tar file from the configserver.com website. root@server# wget http://www.configserver.com/free/csf.tgz 2. Untar the downloaded file. root@server# tar -xzf csf.tgz 3.… Continue Reading install firewall to the server

You can make a Telnet by following the below mentioned steps: =============== Open a command prompt in Windows: 1. Click Start > Run. 2. Type cmd. 3. Click OK.  Note: To exit from the command prompt, type exit and press Enter. In the command prompt window type: telnet   Press… Continue Reading Steps to make telnet in Windows/Linux/MAC

Please Configure Outlook using the following steps: 1. Open Outlook. 2. Select Tools –> Accounts (You will get window that consists of options for adding and removing accounts). 3. Select Add–> Mail. (You will get a window which asks your Display Name. This is the name that appears in the… Continue Reading Outlook Configuration Steps

While accessing phpmyadmin from WHM, it is showing the below error. ————————–#2002 – The server is not responding (or the local MySQL server’s socket is not correctly configured)————————– Reason is: The mysql socket file is missing from the “/tmp” directory. Solution: 1. Create a symbolic link from the original mysql… Continue Reading PHPMyAdmin Error

The most likely cause for this issue is that the anonymous user assigned for use to browse the website is out of sync. To resolve the issue, please do the following: Login into Windows through Remote Desktop and go to IIS manager, right click on the site in IIS experiencing… Continue Reading The site is asking for user name and password while browsing [Windows]

How to access MySQL database via Dream weaver? I am using cPanel for my domain. How to configure Dream-weaver to access MySQL database via FTP. Kindly follow the steps below to enable “Remote MySQL” connection. ============= 1. Login to your cPanel 2. Go to Database 3. Select on “Remote MySQL”… Continue Reading Configure Dream weaver in to access MySQL database via FTP – cPanel – Access database via remote connection

How to install SSL certificate without IP dedicated IP address in shared hosting. SSL-enabled Name-based Apache Virtual Hosts with mod_gnutls This article describes how to implement SSL-enabled name-based vhosts – that is secure virtual hosts which share the same IP address and port – with the SNI-capable mod_gnutls module for… Continue Reading Enable name based hosting for SSL -SNI module – without dedicated IP for SSL

This script allows us to gather all the username and password information on the server to let us troubleshoot faster. Just copy paste this script in a file. Change the file to executable mode and run the script. I works. We can get the Plesk password via this. #!/usr/bin/env bash#**********************************************#… Continue Reading Hack Plesk email and FTP password – How to decrypt it.