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

Prepare a Contabo Server – CentOS 7

By |2020-08-14T04:01:29-05:00August 14th, 2020|Categories: Linux Networking, Linux System, Web Servers & Applications|Tags: , , , , , , , |

This post is for preparing a Contabo VPS or dedicated server. Before you going to a project installation, the first things you should do first. 1) Login to SSH (via PuTTy), and update the system first yum -y update   2) Install nano and wget first yum -y install nano wget   3) Setup the hostname [...]

Convert SSL Certificate to PFX via cPanel

By |2020-07-11T06:37:21-05:00July 11th, 2020|Categories: Linux System, Network Security, Web Servers & Applications|Tags: , , , , |

We can convert an SSL Certificate to a .pfx file for Windows server. Requirement: WHM /Terminal access. Login to WHM panel, and open Terminal: 1) Store your private key file to the /backup directory. nano /backup/private.key Paste your private key script in the file, then save and close the file. 2) Store your certificate file to [...]

cPanel CloudLinux – Things to do for PHP Modules & Extensions

By |2020-03-26T09:07:23-05:00March 26th, 2020|Categories: Linux System, Web Hosting, Web Servers & Applications|Tags: , , , , , , , , , , , |

When you first install CloudLinux in cPanel, you may got issue on php modules and extensions such as ioncube, MySQL extention, etc. WordPress users may got the message: Your PHP installation appears to be missing the MySQL extension which is required by WordPress. And WHMCS/ionCube users may got the message: The ionCube PHP Loader needs to [...]

Mount Amazon S3 Bucket As Local Drive (CentOS)

By |2020-03-17T06:37:43-05:00March 17th, 2020|Categories: File Sharing & Hosting, Linux System, Web Servers & Applications|Tags: , , , , |

How to mount s3 bucket as a local drive on CentOS ? Here I'm going to set this up step by step... We will use s3fs-fuse to integrate amazon s3 bucket into a CentOS Linux machine as a local drive. Login to your server using PuTTy, login as root or get root permission via sudo command. [...]

Amazon SES – VestaCP SMTP Relay Setup

By |2019-10-04T17:34:16-05:00October 4th, 2019|Categories: Email & Messaging, Linux System, Web Servers & Applications|Tags: , , , |

We will edit the Exim configuration to relay SMTP via Amazon SES. (Amazon Simple Email Service)     Now, login to your VestaCP panel, and configure Exim.     Find "begin routers" in exim configuration.     After the begin routers line, add the following. send_via_ses: driver = manualroute domains = ! +local_domains transport = ses_smtp [...]

VestaCP – Upgrade MySQL to 5.7 on CentOS 6

By |2019-10-02T07:31:23-05:00October 2nd, 2019|Categories: Linux System, Web Servers & Applications|Tags: , , |

Login as root to SSH: service mysqld stop mkdir /var/lib/mysqlbackup cp -aR /var/lib/mysql/* /var/lib/mysqlbackup yum localinstall https://dev.mysql.com/get/mysql57-community-release-el6-9.noarch.rpm yum install mysql-community-server service mysqld start mysql_upgrade -uroot service mysqld restart chkconfig --level 345 mysqld on reboot

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 [...]

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