16 May 2015
How to Upgrade PHP version 5.4 to 5.5 on CentOS/RHEL 5/6/7
By Anuket Jain On 16 May 2015 In Linux
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
By Anuket Jain On 15 May 2015 In Linux
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:
14 May 2015
How to Install cPanel/WHM in RHEL/CentOS 5/6
By Anuket Jain On 14 May 2015 In Linux
cPanel is a Linux based web hosting control panel that gives a graphical interface and automation tools intended to improve the procedure of hosting a web site. cPanel additionally has order line and API-based access that permits
13 May 2015
How to configure ZendGuard in CentOS/RHEL
By Anuket Jain On 13 May 2015 In Linux
Running Zend Guard on your PHP scripts will help encode your scripts to prevent reverse engineering and unauthorized edits to your code, it will likewise shield your code from unapproved utilization, and you can run Zend Guard
12 May 2015
How to Install IonCube Loader on CentOS/RHEL 6/7
By Anuket Jain On 12 May 2015 In Linux
IonCube is a PHP module extension that loads execution of encoded files and speeds up webpages that are being displayed. Shortly, you may see a script encoded with IonCube and as per its developer says, you must
10 May 2015
How to install Jenkins on CentOS/RHEL
By Anuket Jain On 10 May 2015 In Linux
Jenkins gives consistent integration services to programming improvement. It is a server-based framework running in a servlet holder, for example, Apache Tomcat. It supports SCM devices including AccuRev, CVS, Subversion, Git, Mercurial, Perforce, Clearcase and RTC, and
8 May 2015
Some more command to use s3 Bucket on CentOS/RHEL
By Anuket Jain On 8 May 2015 In AWS Tools
With the help of this tutorial you can use s3 bucket using command Synchronize a directory tree to S3 Sometime we make some changes in files so except copy all the or copy file individually, we can
6 May 2015
How to configure s3 bucket on CentOS/RHEL 5/6/7
By Anuket Jain On 6 May 2015 In AWS Tools
s3cmd is a command line utility used to transfer your information (photographs, features, archives and so on.), you first make a bucket in one of the AWS Amazon. S3cmd is composed in Python. It’s an open source
5 May 2015
How to generate and check AWS Security Credentials
By Anuket Jain On 5 May 2015 In AWS Tools
When you connect with AWS, you utilize AWS security certifications to confirm who you are and whether you have consent to get to the assets that you are asking. As such, security qualifications are utilized to verify
5 May 2015
Update FFmpeg packages on CentOS/RHEL
By Anuket Jain On 5 May 2015 In Linux
Development of FFmpeg is active and an occasional update can give you new features and bug fixes. First, remove the old files and then update the dependencies: # rm -rf ~/ffmpeg_build ~/bin/{ffmpeg,ffprobe,ffserver,vsyasm,x264,yasm,ytasm} # yum install autoconf automake