By default, RabbitMQ packages are included in Ubuntu and Debian Linux distributions. The problem is, they are horribly outdated. You are far better off downloading the package online and installing it yourse...
Monday, May 30, 2016
Saturday, May 21, 2016
PHP 5.6 on CentOS/RHEL 7.2 and 6.7 via Yum
PHP 5.6.21 has been released on PHP.net on 28th April 2016, and is also available for CentOS/RHEL 6.7 and 7.2 at Webtatic via Yum.
Update 2015-08-22 – Webtatic now has released PHP 7 RC1 for CentOS/RHEL 6 and 7
PHP 5.6 adds new features such a...
Wednesday, May 18, 2016
Monday, May 9, 2016
How to Install MongoDB on CentOS 7
MongoDB is a NoSQL database intended for storing large amounts of data in document-oriented storage with dynamic schemas. NoSQL refers to a database with a data model other than the tabular format used in relational databases such as MySQL, PostgreSQL, and Microsoft SQL. MongoDB features include: full index support, replication,...