• Home
  • Ubuntu 20.04
    • Upgrade Ubuntu
    • Install Java
    • Install Node.js
    • Install Docker
    • Install LAMP Stack
  • Tutorials
    • AWS
    • Shell Scripting
    • Docker
    • Git
    • MongoDB
  • Funny Tools
  • FeedBack
  • Submit Article
  • About Us
TecAdmin
Menu
  • Home
  • Ubuntu 20.04
    • Upgrade Ubuntu
    • Install Java
    • Install Node.js
    • Install Docker
    • Install LAMP Stack
  • Tutorials
    • AWS
    • Shell Scripting
    • Docker
    • Git
    • MongoDB
  • Funny Tools
  • FeedBack
  • Submit Article
  • About Us

Tag: Ubuntu 20.04

26 June 2020

How to Install Ionic Framework on Ubuntu 20.04

Written by Rahul
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...
Read More about How to Install Ionic Framework on Ubuntu 20.04
19 June 2020

How to Install Docker on Ubuntu 20.04

Written by Rahul
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...
Read More about How to Install Docker on Ubuntu 20.04
17 June 2020

How To Install Nginx with PHP-FPM on Ubuntu 20.04

Written by Rahul
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...
Read More about How To Install Nginx with PHP-FPM on Ubuntu 20.04
29 May 2020

How to Add Swap Memory on Ubuntu 20.04

Written by Rahul
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...
Read More about How to Add Swap Memory on Ubuntu 20.04
27 May 2020

How to Install Tomcat 9 on Ubuntu 20.04

Written by Rahul
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...
Read More about How to Install Tomcat 9 on Ubuntu 20.04
19 May 2020

How to Install Apache Maven on Ubuntu 20.04

Written by Rahul
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...
Read More about How to Install Apache Maven on Ubuntu 20.04
14 May 2020

How to Install Parse Server with dashboard on Ubuntu 20.04

Written by Rahul
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...
Read More about How to Install Parse Server with dashboard on Ubuntu 20.04
08 May 2020

How to Install PHP on Ubuntu 20.04

Written by Rahul
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,...
Read More about How to Install PHP on Ubuntu 20.04
05 May 2020

How To Install VLC Media Player on Ubuntu 20.04

Written by Rahul
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...
Read More about How To Install VLC Media Player on Ubuntu 20.04
04 May 2020

How to Install Laravel on Ubuntu 20.04

Written by Rahul
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...
Read More about How to Install Laravel on Ubuntu 20.04
← Previous 1 2 3 4 Next →

Popular Posts

  • How To Install Python 3.9 on Debian 10
  • Download Ubuntu 20.04 LTS – DVD ISO Images
  • Linux Run Commands As Another User
  • How to Check PHP Version (Apache/Nginx/CLI)
  • How To Install and Configure GitLab on Ubuntu 20.04
  • How to Install PyCharm on Ubuntu 20.04
  • How to Check Ubuntu Version with Command or Script
  • How to Set all directories to 755 And all files to 644
© 2013-2021 Tecadmin.net. All Rights Reserved | Terms  | Privacy Policy