window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-132386743-1');

VestaCP – SMTP Error (550) – Invalid HELO name

By |2019-10-01T06:16:20-05:00October 1st, 2019|Categories: Email & Messaging, Web Servers & Applications|Tags: , , |

Your mail client may notice you the following: SMTP Error (550): Failed to set sender "someone@example.com" (Access denied - Invalid HELO name (See RFC2821 4.1.3)). And the message sending is failed ! right ? Here is the solution. You should add smtp helo name in the configuration. $config['smtp_helo_host'] = 'localhost'; Find the file config.inc.php from your [...]

PHP Upgrade on VestaCP (CentOS) – Easy Method

By |2019-09-28T05:49:42-05:00September 28th, 2019|Categories: Web Servers & Applications|Tags: , , , |

CentOS installation comes with PHP 5.4 which should upgrade to run websites. To install a newer version of PHP, follow the easy instruction listed below: yum install http://rpms.remirepo.net/enterprise/remi-release-7.rpm yum install yum-utils For PHP 5.6 yum-config-manager --enable remi-php56 For PHP 7.3 yum-config-manager --enable remi-php73 Now upgrade php yum -y upgrade php* Check the php version php -v [...]

How to Completely Remove CSF Firewall – CentOS 7 with cPanel/WHM

By |2019-03-21T11:55:01-05:00March 21st, 2019|Categories: Firewall, Linux System|Tags: , , , , , |

You may already know that how to uninstall CSF. I am giving the uninstall command again here. cd /etc/csf sh uninstall.sh But, what the problem after uninstall is the lfd down email alert ! You will receive regular email alert about the service lfd down. Because csf is not completely removed yet. So, manually remove the [...]

Show Disk Usage – Linux

By |2019-03-03T12:16:07-06:00March 3rd, 2019|Categories: Linux System|Tags: , , , , , , , , , , |

A simple command can shows us the current disk usage in Linux terminal. Command: du -s <path> Example: du -s /etc du -s /usr du -s /var du -s /home Note: The usage will shows as Kilobytes In cPanel/WHM platform, most of the disk-usage is in /home

CentOS 5 – How to setup update

By |2019-01-22T09:08:25-06:00January 22nd, 2019|Categories: Linux System, Web Servers & Applications|Tags: , , , , , , |

Using PuTTy login to your CentOS as root. Then apply the command as listed below. nano /etc/yum.repos.d/CentOS-Base.repo As you may know that CentOS version 5 will no longer supported. The CentOS 5 version is already deprecated from Linux platform. But if you still needed to stay on CentOS 5 version, you sure can. And you have [...]

Simple uses of nano editor – Easy Linux

By |2019-01-18T15:26:11-06:00January 18th, 2019|Categories: Linux System|Tags: , , , |

NANO is a simple editor in Linux field. I personally like nano most because of it's easy to use. If you're newbie on Linux platform, please Read Linux To Do First.   Installing Nano: To install nano on CentOS: yum update yum -y install nano   To install nano on Ubuntu: sudo apt-get update sudo apt-get [...]

Linux Server in Graphical Mode – Ubuntu

By |2019-01-18T07:14:16-06:00January 18th, 2019|Categories: Computer Tech Support, Linux System|Tags: , , , |

Here is how to enable graphical interface to your Ubuntu 16.04  server (remote server). If you want to setup GUI on CentOS please click here. Let's get a Ubuntu dedicated server or VPS from 1 and 1 IONOS or, if you have one already, please proceed to send command via PuTTy. To get a graphical mode [...]

Linux Server in Graphical Mode – CentOS

By |2019-01-18T07:09:52-06:00January 18th, 2019|Categories: Computer Tech Support, Linux System|Tags: , , , |

Here is how to enable graphical interface to your CentOS-7 server (remote server). If you want to setup GUI on Ubuntu please click here. Let's get a CentOS dedicated server or VPS from 1 and 1 IONOS or, if you have one already, please proceed to send command via PuTTy. To get a graphical mode on [...]

Linux to do first

By |2019-01-16T15:02:22-06:00January 16th, 2019|Categories: Computer Tech Support, Linux System|Tags: , , , |

So, you have got a Linux server with CentOS/Ubuntu  (minimal) newly installed. Make sure the firewall port 22 is open. To configure or administer your server you need to install some basic software by using a terminal software. Download PuTTy terminal software first to your computer, to connect and send command to your remote  server. Run [...]

What “FeatOut” means ?

The word “feat” is a noun that means something difficult needing a lot of skill, strength, courage, etc. to achieve it.

The word “out” means revealed or made public.

At FeatOut.com we are a team of expert who sharing the great knowledge online.

Are you an expert ?

FeatOut.com is a knowledge sharing place for expert only.

We have more than 1450 categories to post on. Only valuable content for readers will be posted here.

If you have something unique knowledge to share online,  you can contact us.

Powered by Advertisements

Although, we share great knowledge online for free but we bear the cost of this website keep running.

In order to keep our site live, we earn revenue by publishing advertisement.

If you want to post premium ads for your business please contact us.

Go to Top