ndzlogo-1-1
0%
Loading ...

INDIA – HEADQUARTERS

INDIA

UNITED STATES

CANADA

Microsoft Office Outlook 2010

Outlook is a popular Email client that comes bundled with the office tools. Lets take a look about how to configure the emails in outlook. Select File menu Info then click Account Settings. The Account Settings window is displayed. The E-mail tab is opened by default...

Custom php.ini in fastCGI server.

While the PHP handler running in cPanel server is FastCGI, enabling custom php.ini for a user is being described here. If the PHP handler running in server is suPHP, then simply it is required to copy php.ini from its location to either in user’s home directory...

Cannot connect from ftpes in a cpanel/WHM server.

  To enabe TLS transation using ftp you need to enable the TLS encrypytion support in the server. To enable this you need to login to WHM and navigate to FTP server configuration in service configuration and enable TLS encryption support. WHM >> Service...

How to enable geoip in cpanel server

  Open up your SSH client (PuTTY) and log in to your VPS as root user. Then enter the following commands: # mkdir /usr/share/GeoIP # cd /usr/share/GeoIP # cd GeoIP To download and install the GeoIP database provided by MaxMind, enter the following commands: #...

Custom SSH port

Custom SSH port in Linux Server Changing the SSH port to a custom one will increase security. This can be performed by changing the default value assigned to the directive “Port” in the configuration file /etc/ssh/sshd_config Port 22666 Once the modification is...