How to install docker and docker compose in Ubuntu 20.04
Step 1 — Installing Docker The Docker installation package available in the official Ubuntu repository may not be the latest version. To ensure we get the latest version, we’ll install…
Laravel Supervisor Configuration
Supervisor used to monitor process in Linux operating system, and helps to automatically restart our queue:work process if it fails. Lets install Supervisor on Ubuntu, using the following command: Lets…
Update PHP from 7.2 to 7.4 on Ubuntu 20.04
We must stay with current stable release of any language specially if it is PHP.Lets learn how to upgrade from php 7.2 to php 7.4 Install PHP 7.4 Lets install…
How to Install Apache2, PHP, MySQL On Ubuntu 20.04
There are several ways to install and configure complete production server using Ubuntu I have figure out one of them which is easy to me. So I don’t want to…
Benefit of cycling
One of the best aerobic activity is Cycling. Our heart, blood vessels and lungs all get a workout by cycling. Deeper breathe take place when cycling, Improve our overall fitness…
Update phpmyadmin (existing installation) manually in Ubuntu
Install wget: Download the latest phpmyadmin version: Note: change the link with latest version of PMA. Let’s install unzip Remove all from phpmyadmin(old) directory: Unzip your downloaded zip file Let’s…
PhpMyadmin , mysql – ERROR 1698 (28000): Access denied for user ‘root’
To solve the issue the steps bellow helps me: Login to your mysql: sudo mysql -u root Use your linux root password first then mysql root password Change Password (if…
Uninstall or Remove phpmyadmin, apache2, PHP, MariaDB from Linux (Ubuntu) Server via terminal
If anything goes wrong with our installation of phpmyadmin or PHP or Apache2 or MariaDB and we want to remove anyone of them we could use bellow commands as needed.…
Install PhpMyAdmin
As we learned installation of Apache2 and PHP now final step is to install phpMyAdmin and configure. To do that, run the commands below FOR PHP7.2