How to install MongoDB on CentOS 7 linux

MongoDB is a NoSQL database engine with full flexible index support and rich queries and here we want to show how to install MongoDB on CentOS 7 linux. It is an opensource database engine that stores data as Key-Value in Json format. Some big companies including Adobe, Facebook, Google, eBay, and Coinbase use MongoDB in […]

How to install AMP on CentOS 7 linux

In this article we have decided to talk about how to install AMP on CentOS 7 linux. AMP is synonym for Apache, Mysql or Mariadb and PHP. lots of applications and CMSs like WordPress and Joomla heavily rely on AMP for their operations.

How to install Fail2Ban on CentOS 7 Linux

In our new tutorial, we want to demonstrate how to install Fail2Ban on CentOS 7 Linux. Most linux servers by default listen on port 22 for ssh protocol connection. so this port heavily being targeted by attackers. Fail2Ban recognizes these unwanted login attempts and block attackers IP address by using firewalld or iptables