Change the WordPress site URL using MySQL command line

Solution: Use the command line to make short work of the task. $ mysqlmysql > use database_name;mysql > show tables; You will see something like this: +————+————+————+—————+—————+| Tables_in_database |+————+————+————+—————+—————+| wp_commentmeta || wp_comments || wp_links ||…

How to Install TeamViewer on Ubuntu 18.04

1.Open your terminal and download the latest TeamViewer .deb package $wget https://download.teamviewer.com/download/linux/teamviewer_amd64.deb 2.Install the TeamViewer .deb package by issuing the following command as a user with sudo privileges: $sudo apt install ./teamviewer_amd64.deb At the prompt…