by Satish Kumar | Jan 23, 2020 | 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 | Jan 21, 2020 | Ubuntu
Today in this tutorial will get to know how to install and configure Git on Ubuntu 19.04. Nowadays, Git is the most famous version control system, as it supports distributed architecture and functionalities, we called it distributed version control system. It used by...
by Satish Kumar | Jan 20, 2020 | Debian
Nginx Server Block is use to configure and run more than one website or web application on a single server/system. The Nginx Server Block helps us configure web document root (web directory to store website files), use different SSL certificates for each site, and...
by Satish Kumar | Jan 18, 2020 | 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 | Jan 16, 2020 | Ubuntu
The Ubuntu 19.04 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 Ubuntu 19.04 machine. Prerequisites To perform practical...