July 13, 2018

Nginx on cPanel – Quick set up guide of Engintron

Cpanel,Linux General,

cPanel doesn't have the Nginx support as an alternative to the Apache also Nginx proxied to the Apache. However, we can make use of the third-party plugins for our requirement.

Read more
June 6, 2018

Setting up Reverse DNS Without The Help Of Data Center

Linux General,

In most cases, the rDNS setup will done by the Data Center (DC) technicians. But in case if the DC delegates it to a support team like us, you have 2 choices – to leave it in the hands of server

Read more
May 25, 2018

How to Install and Configure ProFTPD on Linux Server

Linux General,

In a web hosting environment, running an FTP server is an essential function and it gives the client access to file servers. In this blog post, let’s look at how to install and configure ProFTPD on a Linux

Read more
August 23, 2017

What Does a Customer Consider Before Choosing Business Website Hosting

Content management system,Linux General,

Every business today understands the importance of having an online presence. Digital marketing is the keyword for every business promoter and the best way to establish an online footprint is with a website.

Read more
April 19, 2017

403 Forbidden Error – Causes and Fixes

Linux General,

You spend months, working day in and out coding your website and it is finally time to test it. You type the URL of the website in a browser and hit enter, only to be slapped back with a 403 Forbidden

Read more
February 6, 2017

E-mail Authentication

Linux General,

We all send Email on our day to day life, We send mails from our Email client (Outlook, Thunderbird ) or from a Web interface (From browser), the mails gets transferred to the recipient.

Read more
August 19, 2016

APACHE PHP-FPM MOD_FASTCGI

Linux General,

Apache PHP-FPM is an alternative implementation of PHP-FastCGI. In PHP-FPM the PHP process runs as a standalone without the need of web server. It listens for incoming requests on either a TCP

Read more
July 11, 2016

Find open ports on the Linux server using a script

Linux General,

Create a .sh file with below script and set execute permission for the scrip file.

Read more
January 8, 2016

Network Installation on Linux using NFS

Linux General,

Install dhcp,copy /usr/share/doc/dhcp-xxxx/dhcpd.conf.sample to /etc/dhcp/dhcpd.conf cp -r /usr/share/doc/dhcp-xxxx/dhcpd.conf.sample /etc/dhcp/dhcpd.conf

Read more
September 23, 2015

Open VPN Server Configuration on Linux

Linux General,

It will create folder under /etc/openvpn and /usr/share/doc/openvpn-2.1.1 cp -r /usr/share/doc/openvpn-/easy-rsa /etc/openvpn cp -r /usr/share/doc/openvpn-/sample-config-files/server.conf /etc/openvpn we have to copy the “easy-rsa” folder and “server.conf” file from /user/share/doc/openvpn

Read more