Home » Posts tagged centos (Page 4)

Install Hadoop (single node) on CentOS/Rhel

Apache Hadoop is absolutely free and open-source software module for remote-access data processing of huge Data sets across clusters. In other word, Hadoop is a set of rule (frameworks) that permit storing huge amounts of data (large data or Big Data), and processing it in a much more...
Continue reading

Docker installation and configuration

Docker is an open source platform for system admins and developers to create, ship, and run apportioned applications. Docker permits you to execute applications inside containers, it provide OS (Operating System) level virtualization on Linux. Docker is developed to process your applications faster. It basically use system resource...
Continue reading

configure postfix mail server with cyrus-imap and sasl authentication

This article will describe you step by step installation and configuration postfix mail server with cyrus-imap and sasl authentication. Postfix as MTA (mail transfer agent) SASL (Simple Authentication and Security Layer)for Authentication Cyrus-IMAP Package installation #yum install postfix system-switch-mail cyrus-imapd cyrus-plain cyrus-md5 cyrus-utils #rpm -qa cyrus* cyrus-sasl-lib-2.1.23-13.el6_3.1.x86_64 cyrus-sasl-plain-2.1.23-13.el6_3.1.x86_64...
Continue reading

Install ModSecurity on Apache Ubuntu Server.

Mod_security is an apache module it works as a web application layer firewall that helps to protect your website from various attacks. Mod_Security is used to block commonly known exploits by use of regular expressions and rule sets. Through this article you can install ModSecurity on Apache Ubuntu...
Continue reading

How to monitor a website in real-time with apachetop

Apachetop is a very helpful application/tool that allows to administrator/webmaster to monitor Apache traffic in real time. Apachetop provide the output that how many requests per second are generating, which files have been opened and how many times. It bassically veiw domain’s log files in same time and...
Continue reading

Categorized Tag Cloud