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
Category: Linux
Composer is not recognized as an internal or external command
Composer is not recognized as an internal or external command operable program or batch file error can occur due to two reasons, Composer is not installed properly or the Composer executable file is not found in the environment variables as
Read More Composer is not recognized as an internal or external command
Nodemon App Crashed – Waiting For File Changes Before Starting
Nodemon is a utility that monitors for changes in your source code and automatically restarts the Node.js application when changes are detected. The message “nodemon app crashed – waiting for file changes before starting” typically appears when you are using
Read More Nodemon App Crashed – Waiting For File Changes Before Starting
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 20.04|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 20.04|22.04
Remove All Files in Directory in Linux Ubuntu
In Linux Ubuntu, removing all files from a directory is a common task that can be accomplished using various command-line utilities. In this tutorial will show you some methods to safely remove all files from a directory in linux ubuntu
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
How to Install Docker on Ubuntu 20.0|22.04
Docker is a open-source platform that uses OS-level virtualization to deliver software in packages called containers. Container is a unit of software that packages up code and all its dependencies so the application runs quickly and reliably from one computing
Install PHP 8.1 in Ubuntu 20.04 | 22.04
Install PHP 8.1 with extensions in ubuntu. In this tutorial, you will learn how to install php 8.1 with it’s extensions in ubuntu 20.04 & 22.04 apache using the terminal or command line. Prerequisites If you want to install PHP
How to Install MongoDB in Ubuntu 20.04/22.04
To install and configure mongodb ubuntu. In this tutorial guide, you will learn how to install and configure MongoDB 4.4, 5.0 in Ubuntu 20.04/22.04 using terminal How to Install and Configure MongoDB 4.4, 5.0 on Ubuntu 20.0/22.04 Terminal Steps to