If you want to install a specific version like PHP 8.1 in your Ubuntu system; In this tutorial, we will show you detail guide on how to install PHP 8.1 with its extensions in ubuntu 20.04 and 22.04 using terminal
Category: Ubuntu
Uninstall Composer on Ubuntu
Let’s say you want to uninstall or remove a composer. So, you can use sudo apt-get remove composer or sudo apt-get purge composer command to completely remove it from Ubuntu, In this tutorial, we will show you how to completely
Install Composer on Ubuntu 22.04|23.04
Composer is a PHP dependency manager tool that helps in installing or updating packages or libraries in the system., In this tutorial, we will show you how to install and use composer on Linux Ubuntu 22.04 or 23.04 using a
Nodemon App Crashed – Waiting For File Changes Before Starting
The message “nodemon app crashed – waiting for file changes before starting” typically appears when you are using Nodemon to run a Node.js application, and the application crashes for some reason: How to fix [nodemon] app crashed – waiting for
Read More Nodemon App Crashed – Waiting For File Changes Before Starting
Install Apache2 PHP MYSQL PHPMyAdmin ubuntu 20.04|18.04
There are some commands to install Apache 2, PHP, MySQL and PHPMyAdmin in Ubuntu 20.4, which you can do it very easily. In this tutorial, we will tell you how to install Lamp (Apache2 PHP MYSQL PHPMyadmin) on Ubuntu 18.04/20.04
Read More Install Apache2 PHP MYSQL PHPMyAdmin ubuntu 20.04|18.04
Set PHP Environment Variables Ubuntu
To set PHP environment variables in Ubuntu, you can configure your PHP application with specific settings, such as database credentials, debugging options, or any other configuration parameters. Environment variables make it easier to manage these settings without modifying your PHP
Start, Restart, Stop Apache2 Server in Ubuntu 22.04
Apache 2 is a popular web server software used to host websites and serve web content. It’s important to know how to start, restart, and stop Apache 2 when you’re managing a web server. So, In this tutorial, you will
Read More Start, Restart, Stop Apache2 Server in Ubuntu 22.04
Install Netbeans 11 on Ubuntu 18.04|20.04|22.04
In this tutorial, you will learn how to install and uninstall Netbeans on ubuntu 18.04|20.04|22.04 using terminal or command line. How to Install Netbeans In Ubuntu 18.04|20.04|22.04 Steps to install and uninstall Netbeans in ubuntu 18.04|20.04|22.04 using terminal or command
Uninstall MySQL in Ubuntu 22.04 | 20.04
If you have MySQL installed in your Linux Ubuntu Apache system and you want to remove MySQL from your linux ubuntu system due to any reason. Removing MySQL from your Ubuntu 22.04 system can be necessary when you want to
How to Reset Root User Password on Ubuntu 22.04
If you have forgotten the password of the root user or want to reset it for some reason, type the command sudo -i to become the root user and type the passwd command to reset the password at the command