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

cPanel on Ubuntu – Easy Installation Guide

By |2022-03-09T08:01:12-06:00March 9th, 2022|Categories: Email & Messaging, File Sharing & Hosting, Linux Networking, Linux System, Web Hosting, Web Servers & Applications|Tags: , , |

cPanel and WHM now support for Ubuntu Linux Here is the pre-installation check and installation guide. 1) Firstly, check your network if DHCP. cPanel on Ubuntu require STATIC only setup for network. ip r | grep default If DHCP found, configure your network as STATIC. 2) Set your server hostname (must be a FQDN). nano /etc/hosts [...]

Elastix 2.4.0 Install From Pendrive

By |2021-12-01T13:42:52-06:00December 1st, 2021|Categories: Linux System, VOIP, Web Servers & Applications|Tags: , , |

Firstly, create bootable pendrive by ISO, after creating boot installer, also copy the Elastix ISO file in the pendrive root space. Let's modify two files in pendrive root; 1) Pendrive root > isolinux > isolinux.cfg We need to change the drive path from cdrom to hard-drive Find these lines label linux kernel vmlinuz append ks=cdrom:/ks_default.cfg initrd=initrd.img [...]

Change Elastix Web Panel Port

By |2020-12-10T07:01:46-06:00December 10th, 2020|Categories: Linux Networking, Linux System, VOIP Telephones|Tags: , |

If needed, we can change the Elastix web access port. Install nano editor if not installed. yum -y install nano Open the SSL configuration file. nano /etc/httpd/conf.d/ssl.conf Find the line "Listen 443 https" Replace the line with Listen 56789 https Find the line "VirtualHost _default_:443" Replace the line with VirtualHost _default_:56789 Save and quit the file. [...]

Prepare Additional Disk – CentOS

By |2020-12-08T13:18:14-06:00December 8th, 2020|Categories: File Sharing & Hosting, Linux System, Web Servers & Applications|Tags: , , |

Here is how to prepare additional disk on Linux for more storages. Find the disk drives represented by /dev/sd* ls /dev/sd* Result looks like: /dev/sda /dev/sda1 /dev/sda2 /dev/sdb Additional hard disk is: /dev/sdb Create a new partition on the new disk. fdisk /dev/sdb Command (m for help): c DOS Compatibility flag is not set Command (m [...]

Anonymous FTP – FTP Server Setup Complete Guide

By |2020-12-08T12:56:57-06:00December 8th, 2020|Categories: Linux Networking, Linux System, Web Servers & Applications|Tags: , , , , , , |

Welcome to Linux FTP server setup tutorial. We are going to setup an anonymous FTP server. Linux (CentOS 6) powered FTP server which support anonymous users, no password needed to access FTP. yum -y update yum -y install nano wget Set the network in your local network DHCP. nano /etc/sysconfig/network-scripts/ifcfg-eth0 Now, install the FTP server. yum [...]

Proxmox VE 6 Redundancy Setup

By |2021-08-03T05:57:10-05:00November 15th, 2020|Categories: File Sharing & Hosting, Firewall, Linux Networking, Linux System, Network Security, Web Servers & Applications|Tags: , |

Just starting... will be continued... 3 Servers Cluster. Must have two physical disk on each cluster server/node. One disk is for cluster OS and second disk is for Ceph storage. Firewall: Web interface: 8006 VNC web console: 5900-5999 SPICE proxy: 3128 SSH: 22 COROSYNC multicast: 5404, 5405 udp Download Proxmox at https://www.proxmox.com/en/downloads/category/iso-images-pve Before install please make [...]

MikroTik RouterOS CHR on Ubuntu – Alibaba Cloud

By |2020-11-08T12:08:24-06:00November 8th, 2020|Categories: Linux Networking, Linux System, MikroTik Networking, Network Security, Networking, Web Servers & Applications|Tags: , , , , , , |

Whether you have "Elastic Compute Service (ECS)" or "Simple Application Server" instance, you can migrate/replace MikroTik CHR on your instance. 1) To do this, you first need to reinstall your OS to Ubuntu 16.04 2) Go to your Alibaba Cloud account panel, then navigate to the instance's Security settings. And edit the Firewall settings. Delete all [...]

The Complete Guide – MySQL Cluster on CentOS 7

By |2020-09-09T17:14:53-05:00September 3rd, 2020|Categories: File Sharing & Hosting, Linux System, Web Servers & Applications|Tags: , , , , , |

This guide will teach you how to setup and configure MySQL Cluster on CentOS 7 servers. We need 3 types of nodes to setup the complete cluster. They are management node, data node & SQL node. * Management node/server is used to manage other servers/nodes in the cluster, to add new node in the cluster, start/restart/delete [...]

Linux CentOS 7 – Firewall Made Easy

By |2020-08-14T03:21:46-05:00August 14th, 2020|Categories: Firewall, Linux Networking, Linux System, Network Security, Networking|Tags: , , , , , , , |

You should not work hard to manage firewall by iptables, from CentOS 7 the firewall management is very easy with firewalld command. Firewall Status First check to see the firewall status, if firewall is installed. systemctl is-active firewalld If already installed you will get the status, or else you will get an error result if not [...]

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