by Satish Kumar | Jun 30, 2019 | Debian
The Debian 8 Operating system comes with PHP version 7.0, and you can install like any other application package using the apt package manager. Today, in this article, we will learn to install PHP 7.2 on Debian 8 machine. Prerequisites To perform practical stuff of...
by Satish Kumar | Jun 29, 2019 | Ubuntu
VirtualBox is an Open Source tool, known as a cross-platform virtualization application or software. It used to run multiple operating systems or virtual machines simultaneously on a single hardware. In this VirtualBox installation tutorial, we will explain the...
by Satish Kumar | Jun 27, 2019 | Ubuntu
MariaDB is a multi-thread, open-source relational database management system, a perfect replacement of MySQL database system. MariaDB maintained and developed by the MariaDB Foundation, including some of the MySQL developers. Ubuntu new release is coming...
by Satish Kumar | Jun 26, 2019 | Ubuntu
The Node.js is the very well-known JavaScript runtime environment used to JavaScript code server-side execution. It is an Open-source, cross-platform supported environment. It allows you to run the JavaScript code as a standalone application in your machine. It is...
by Satish Kumar | Jun 24, 2019 | CentOS
The CouchDB is an open-source database system, managed by the Apache Software Foundation. It is fault-tolerant, and schema-free NoSQL database management system. CouchDB store data in document or files with JSON data structure. Each document contains fields and...