MikroTik 3G/4G Modem Setup
Readers, today we will configure 3G Modem in MikroTik router. Firstly, setup your mobile network APN on LTE profile. We need to create a PPP-Client interface. Go to "Advanced Mode" for PPP Client configuration. Now, config your modem. Modem init [...]
The Complete Guide – MySQL Cluster on CentOS 7
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 [...]
The Complete Guide – Media Server FFMPEG
Prepare CentOS 7 first Install cPanel, and finish configuration Create a cPanel account (media.yourdomain.com) with username "media" Move the user (media) to Wheel group in WHM > Home > Security Center > Manage Wheel Group Users Allow compiler access for [...]
Linux CentOS 7 – Firewall Made Easy
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 [...]
Prepare a Contabo Server – CentOS 7
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 [...]