Ionic framework is open source UI toolkit for building mobile and desktop applications using core web technologies like HTML, CSS, and JavaScript. Ionic is designed to work and display beautifully on all current mobile devices and platforms. This article will help you to install Ionic framework command line utility on your Ubuntu 20.04 LTS...
Docker is container-based application framework, which wraps a specific application with all its dependencies in a container. Docker containers can easily to ship to the remote location on start there without making entire application setup. The Docker official team provides PPA for installing Docker on Ubuntu 20.04 using PPA. You just need to configure...
The PHP FPM (FastCGI Process Manager) is used for deploying PHP based websites over Nginx web server. FPM is a process manager to manage the FastCGI SAPI (Server API) in PHP. This tutorial will help you to install and configure Nginx with PHP-FPM on Ubuntu 20.04 system. Prerequisites Shell access with sudo privileged account...
Swap is a location on harddisk is used as Memory by the operating system. When the operating systems detects that main memory is getting full and required more RAM to run applications properly it check for swap space and transfer files there. In general terms, swap is a part of the hard disk used...
The Apache Tomcat 9 is the latest version available for the installation. Tomcat is an open-source web server for the Java-based applications developed by the Apache Foundation. We use Tomcat for deploying Java Servlet and JSP applications. To know more about the Apache Tomcat visit apache official site http://tomcat.apache.org/. Prerequisites A running Ubuntu 20.04...
Apache Maven is a software project management and comprehension tool. Maven can manage a project’s build, reporting, and documentation from a central piece of information. This tutorial will help you to install and configure Apache Maven on Ubuntu 20.04 LTS systems. You may like: How to Install Gradle on Ubuntu 20.04 Prerequisites Apache Maven...
Parse Server is an open source application written on node.js programming language. The parse application is used as the Backend As A Service (BAAS) platform. Which helps developers to build their mobile application’s back-end. Parse dashboard is another application built on node.js by the parse developers. It is an front-end web interface for managing...
PHP 7.4 is the latest stable release available. Say thanks to Ondřej Surý for maintaining PPA of most the popular PHP versions on launchpad. If you want to install a specific or multiple version of PHP, then this article can be helpful for you. This article will help you to install PHP 7.4, 7.3,...
VLC media player is a free and open-source cross-platform media player available for most of modern operating systems. It is also useful as streaming media server. The VLC media player application is available under the snapcraft. This tutorial will help you to install VLC on Ubuntu 20.04 via snap tool. Prerequisites Before begin the...
Laravel is an open source PHP web framework, designed for the faster development of web application. It is based on Symfony framework, follows the model–view–controller architectural pattern. At the time of writing this tutorial, Laravel 8 is the latest stable version available. Laravel provides a rich command-line interface (CLI) known as Artisan. It provides...