Dynamic Add Section

How to install Node Js in Ubuntu

Following step you need to follow to install Node in your system
Step 1 : Refresh your local apt packages
Step 2 : Install Node js from repository
Step 3 : Install npm, most of the cases you need to install this. So recommended is install npm while you install node.
Step 4 : Installation finish and verify installation.
Click on Read More button to view details installation process.

Read more

How to upgrade PHP 7.4 on ubuntu using terminal ?

Upgrade latest version of PHP in your ubuntu 18.04. Using terminal we can upgrade this. Below is the step to guide you how to upgrade PHP version.
To upgrade we need to add ondrej/php which has PHP 7.4 package and other required PHP extensions. Once you successfully added ppa you can install new version of PHP. After that you can install your most commonly user php extension supported with new version of PHP. Then check your php version and enjoy the latest PHP.

Read more
Dynamic Add Section