30 May 2015

How to install Apache Ant on CentOS

Apache Ant is an open-source tool for robotizing Java project build process. Like how the make utility forms an executable from source code and libraries utilizing a Makefile, Apache Ant build a Java project from its source
27 May 2015

How to Configure Apache Web Server Load and Page Statistics

We’re in this article together with another content within the Apache HTTP web server that may produce a Process Managers existence much simpler to address heap associated with Apache web server using mod_status module. What’s mod_status? The
27 May 2015

What is Bash Scripting

Typically shells are interactive. It means shell accept command from you (through keyboard) and execute them. Anyhow, on the off chance that you use command one by one (arrangement of “n” number of commands), you can store
26 May 2015

Script to take backup of code in Bash

One of the easiest ways to backup a system is using a shell script. Case in point, script can be used to configure which directories to backup, and pass those directories as contentions to the tar utility,
23 May 2015

How to Install LAMP on CentOS/RHEL 7

This guide provides step-by-step instructions for installing a full-featured LAMP stack on a CentOS 7 system. Note: The CentOS 7 Project has elected to replace the init service management daemon with the newer, systemd daemon for this
22 May 2015

How to Install and configure MySQL 5.6 on CentOS

Oracle today declared the general accessibility of MySQL 5.6, the world’s most prevalent open-source database. Optimizer enhancements for all-around query execution. InnoDB enhancements for higher value-based throughput. New NoSQL-style memcached APIs. Partitioning changes for questioning and overseeing
21 May 2015

Some usefull command for GIT

GitHub is an online Git storehouse facilitating administration, which offers the version control like SVN and source code administration (SCM) usefulness of Git and additionally including its own components. Here are helpful commands which will give you
19 May 2015

How to Upgrade PHP version 5.4 to 5.6 on CentOS/RHEL 6/7

The PHP Development Team reports the quick accessibility of PHP 5.6.0. This new version accompanies new features, some backward incompatible changes and many enhancements. Main features include in PHP 5.6.0 : Constant scalar expressions. Exponentiation utilizing the
16 May 2015

How to Upgrade PHP version 5.4 to 5.5 on CentOS/RHEL 5/6/7

PHP 5.5.0 has been released. The PHP improvement group is proud to report the immediate accessibility of PHP 5.5.0. This release includes countless of new features and bug fixes. Features include in PHP 5.5.0 : Included generators
15 May 2015

How to Install PHP Composer in CentOS/RHEL

Composer is an tool for dependency management in PHP. It permits you to declare the subordinate libraries your task needs and it will install them in your project for you. The issue that Composer solve is this: