Browsing category

Ubuntu

Install and Configure GlusterFS on Ubuntu 16.04 / Debian 8

In the technology world, it is always crucial to keep the data highly available to ensure it is accessible to the application/user. High availability is achieved here by distributing the data across the multiple volumes/nodes. Client machines/users can access the storage as like local storage. Whenever the user creates data on the Gluster storage, the […]

Install WordPress + Nginx, MariaDB, and HHVM in Ubuntu 16.04

HHVM is just-in-time compiler developed to run applications that are written in PHP and Hack language. HHVM is faster than traditional PHP engine and is used by Facebook to serve billions of web requests per day. This article describes the steps to install WordPress with Nginx, MariaDB, and HHVM on Ubuntu 16.04 Server. Below are […]

How To Install Apache Cassandra on Ubuntu 18.04 / Ubuntu 16.04 & Debian 9

Cassandra is (also known as Apache Cassandra) an open-source distributed database management system. It was developed to handle large amounts of data across commodity hardware or cloud infrastructure. Cassandra provides high availability with no single point of failure. Cassandra supports linear scalability by adding a new machine to it with no downtime or interruption to […]

HHVM Explained – Install HHVM on Ubuntu 16.04 / Debian 8

HHVM (HipHop Virtual Machine) is an open-source virtual machine designed for executing programs written in Hack and PHP.  HHVM is developed by Facebook, and it’s source codes are hosted on Github; released under the terms of PHP and Zend license. HHVM uses the principle of JIT (just-in-time) compilation which helps to achieve superior performance without […]

How To Install Node.js on CentOS 7 / RHEL 7

Node.js is an open-source, cross-platform JavaScript runtime environment for developing network tools and web applications. Many of Node.ja modules are written in JavaScript, which simplifies the development of applications using Node.js. Node.js nothing but a combination of the Runtime environment and JavaScript modules. Node.js interprets JavaScript using Google’s V8 JavaScript engine, and it was developed […]