PHPMyAdmin is a free tool written in PHP and is used to manage mySQL databases over the web. Ever sine I started with PHP development I have been accustomed to using PHPMyAdmin to manage my databases. …
Category: Ubuntu
Here is a detailed tutorial on How to Install WordPress on Ubuntu 20.04. Although there are different ways to get started with the WordPress setup. In this tutorial, we will be taking the simplest possible approach …
Here is a quick guide on how to install git on ubuntu 20.04 If you don’t have git installed on your ubuntu machine you’ll get this error on running any git command from the terminal Command …
Here is the detailed tutorial on How to Install Laravel on your Ubuntu Machine running the version 20.04 of Ubuntu. Although there are different ways to get started with the Laravel that includes using XAMPP, using …
Here is a quick guide on how to install and get started with Composer on Ubuntu. # TL;DR version Run the following commands in your ubuntu terminal php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');" php -r "if (hash_file('sha384', 'composer-setup.php') …
# TL;DR version Here is the short version of setting up PHP version 7.3 on your Ubuntu Machine (I am currently on v 20.04) sudo add-apt-repository ppa:ondrej/php sudo apt-get update sudo apt-get install -y php7.3 # …
# TL;DR version Press Shift + PrtSc button together, It will change your cursor to a + symbol, click and drag the mouse / track-pad over the desired region of screenshot and release. The screenshot will …