On your system, if you have installed multiple versions of PHP (eg PHP 7.2, 7.1 and 5.6). PHP 7.2 is running as default PHP for Apache and CLI. For any requirement, you need to use PHP 5.6. Then you don’t need to remove PHP 7.2. You can simply switch your PHP version to default...
Apache Solr is an opensource search platform written in Java. Solr provides full-text search, spell suggestions, custom document ordering and ranking, Snippet generation and highlighting. This tutorial will help you to install Apache Solr 7.5 on Debian 9 Stretch and Debian 8 Jessie. Install Apache Solr on CentOS, RedHat Step 1 – Prerequsities Apache...
Every operating system has a default time zone configured. Sometimes users are required to change the default timezone to some other timezone as per their requirements on Linux system. This tutorial will help to change the timezone on Debian 9/8 systems. Check Current Timezone Linux uses /etc/localtime file as current systems timezone. We can...
Nginx is another most popular web server than Apache HTTP Server. It is used by a large number of popular websites word wide. This web server is highly useful for heavy traffic websites. This tutorial will help you to install Nginx on Debian 8 Jessie using apt-get. 1. Prerequisites To install Nginx on Debian...
Nginx is another most popular web server than Apache HTTP Server. It is used by a large number of popular websites worldwide. This web server is highly useful for heavy traffic websites. This tutorial will help you to install Nginx on Debian 9 Stretch using apt-get. 1. Prerequisites To install Nginx on Debian 9,...
Grunt (The JavaScript Task Runner) is an automation tool to perform repetitive tasks like compilation, unit testing etc. Grunt has a long list of the plugin to perform tasks provided by its community. In this tutorial, you will learn how to install Grunt & Grunt-cli on Debian 9 Stretch and Debian 9 Jessie. 1....
VLC is a powerful media player available for Linux-based systems as well as for windows. It is a free and open source cross-platform multimedia player and framework that plays most types of multimedia files as well as DVD, Audio CD, VCD, and various streaming protocols. This tutorial helps you to install VLC 3 Media...
RabbitMQ is a lightweight application available for most of the popular operating systems. RabbitMQ supports multiple messaging protocols. RabbitMQ can be easily deployed in a distributed and federated configurations to meet high-scale, high-availability requirements. This tutorial will help you to install RabbitMQ on Debian 9 Stretch and Debian 8 Jessie systems. Step 1 –...
Erlang is a programming language used to build massively scalable soft real-time systems with requirements on high availability. Erlang runtime system has built-in support for concurrency, distribution and fault tolerance. This tutorial will help you to install Erlang on Debian 9 (Stretch) and Debian 8 (Jessie). Step 1 – Prerequsiteis Before starting the installation...
Bower is a famous JavaScript framework for hybrid mobile application development for seamless native-like experiences. This tutorial will help you to install Node.js, NPM, and Bower on a Debian system. Step 1 – Prerequsites Login to your Debian system using root or sudo privilege user and update the current packages to latest version. sudo...