The below tutorial does following steps 1. Create a database backup 2. Zip the backup 3. Receive email notification concerning backup results 4. Create a backup schedule 5. Delete old backups 1. Install PostFix MailUtils To …
Category: Ubuntu
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. …
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 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 …