Home »
Posts tagged centos (Page 4)
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
February 3, 2015 Admin
Apache
3 Comments
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
January 16, 2015 Admin
Docker
2 Comments
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
September 24, 2014 Admin
Postfix
No Comment
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
September 4, 2014 Admin
Apache
No Comment
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
August 25, 2014 Admin
Apache
No Comment