Technology Archive

10 May 2015

How to install Jenkins on CentOS/RHEL

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
5 May 2015

Update FFmpeg packages on CentOS/RHEL

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
3 May 2015

Compile FFmpeg on CentOS/RHEL 5/6/7

This guide is in view of an insignificant establishment of the most recent CentOS discharge, and will provide a local, non-framework establishment of FFmpeg with support for a few outside encoding libraries. Get the Dependencies: Get the
2 May 2015

How to Install Tomcat 8 on CentOS/RHEL 5/6/7

Apache Tomcat is an opensource webserver result of Apache Foundation like Apache HTTP server. It is accustomed to conveying Java Servlet and JSP applications. To convey any application in Tomcat we can essentially make a war record
1 May 2015

Yu Yuphoria Launch Revealed

Micromax subsidiary Yu Televentures has proclaimed that the successor to the Yu Yureka smartphone, the Yu Yuphoria, are going to be launching on might 12th May 2015. The company took to Twitter to verify the Asian country
30 Apr 2015

Install FFmpeg on Centos/RHEL 5/6/7

FFmpeg is a gathering of libraries and tools to process interactive media substance, for example, sound, feature, subtitles and related metadata. FFmpeg is a quick feature and sound converter that can likewise snatch from a live sound/feature
30 Apr 2015

Configure ATrpms on CentOS/RHEL

ATRPMS is a 3’rd party rpm repository providing up to date packages for Red Hat based systems. This repository can be used in several ways, either you browse through the directories searching for the bits you need,
29 Apr 2015

Install Solr 5.2.1 on CentOS/RHEL 5/6/7

Apache Solr is a fast search platform from the open source Apache Lucene project. Where Lucene is a powerful search engine framework, Solr includes an http-wrapper around Lucene so it’s ready-to-use out of the box. Features include
27 Apr 2015

Convert HTML to PDF and Image on CentOS 5/6/7

wkhtmltopdf and also wkhtmltoimage are usually get series tools for you to give HTML directly into PDF and also different picture codecs. wkhtmltopdf can put a number of physical objects in to the output file. A item
26 Apr 2015

Basic Examples of ElasticSearch Uses

Following examples of ElasticSearch will help to add, get and search data in ElasticSearch. Creating Bucket: curl -XPUT http://localhost:9200/mybucket Output: {"acknowledged":true} Adding Data to ElasticSearch: Use following commands to add some data in ElasticSearch. Command 1: curl