How to upgrade to Python 3.8 on Ubuntu 18.04 LTS

install-python-3.8

In this article, we will upgrade to python 3.8 and configure it as the default version of python. The current stable version of python released on 14 Oct. 2019. Many ubuntu users are facing problems during upgrading python to the latest version. Python 3.6.9 available as default when we install Ubuntu 18.04 LTS. Python 3.8 is not … Read more

CentOS Bootable USB on Linux

centos-bootable-usb-banner

In this tutorial, we learn how to make a bootable USB stick for CentOS on the Linux terminal. Whenever I tried to make a bootable USB for CentOS using a Tool, I faced issues during installation. Also on the CentOS Wiki Page, it suggested that dd command should be preferred for making bootable USB Stick … Read more

Install WordPress 5.2 On Ubuntu 18.04 with Nginx, Mysql 8 and PHP 7.3

wp-5-with-nginx-banner

Introduction : WordPress is the most widely used open-source CMS (content management system) software available on the internet. With WordPress, you can easily create a beautiful and highly customizable Blog, Website or a Web app. WordPress uses Mysql for database and PHP processing. Latest WordPress 5.2.3 is released on September 5, 2019. In this tutorial, … Read more

Fixed: DISABLE GNOME animation on Ubuntu

slow-gnome-animation-banner

When you install Ubuntu Desktop 18.04 or 17.10, you find that the Application Menu is slow to open and the GNOME animation is laggy. The old hardware or the performance of the hardware might be the reason for this. But I installed it on normal performing hardware and I face a similar issue on that. … Read more

How To Install PHP 7.3 on CentOS 8

php7.3-on-centos-8-banner

In this tutorial, we learn how to install the latest PHP 7.3 in CentOS 8. PHP 7.3.10 is the current stable release of PHP released on 26 Step 2019. CentOS 8 was released on 24 Sept 2019. By default CentOS 8 provides PHP version 7.2 in its official repository. You can read the new features and bug fixes … Read more

CentOS 8 installation with Screenshots

centos-8-installtion-banner.jpg

CentOS 8 was released on 24.09.2019 with lots of new features. In this tutorial, we learn CentOS 8 installation on VirtualBox or on a Physical machine. Also Read: How To Install MySQL 8 On Ubuntu 18.04 Step 1: Download CentOS 8 ISO Image You can easily get an ISO image of all released versions of … Read more

How To Install MySQL 8 On Ubuntu 18.04

mysql 8 in ubuntu

In this article, we learn how to install and initially configure MySql 8.0 Server on Ubuntu 18.04 LTS Server. Mysql is one of the most used and famous Relational Database Server available on the internet because It is very reliable and secure and also it’s easy to learn and operate it. MySql uses SQL “Structured … Read more

Install and Secure phpMyAdmin with Nginx on Ubuntu 18.04

phpMyAdmin-with-Nginx-on-Ubuntu-18.04-ftrd-img

In this tutorial, we learn how to Install and Secure phpMyAdmin with Nginx on Ubuntu 18.04. phpMyAdmin is the most used free graphical interface for Mysql and MariaDB operations. phpMyAdmin having a wide range of operations on MySQL and MariaDB. If you do not like the command-line interface then you should try is once. Prerequisites … Read more

How to Install Latest PHP 7.3 on Ubuntu 18.04

Install Latest PHP 7.3 on Ubuntu 18.04

In this tutorial, we will learn How to Install Latest PHP 7.3 on Ubuntu 18.04. The latest current stable release of PHP is 7.3 which was released on 1 August 2019. After one month of the release, Ubuntu default repositories still do not have the latest version of PHP. By default, Ubuntu 18.04 is having … Read more

How to upgrade to python 3.7 on Ubuntu 18.10

upgrade-to-python3.7-install-python

In this article, we upgrade to python 3.7 and configure it as the default version of python. I was just trying to upgrade my python and I find it a little bit hard to do. Python 3.6 is the default version that comes with Ubuntu But the latest version is Python 3.7.3. So let’s start, … Read more