Posts

Showing posts from April, 2021

How to remove ?M=1 from blogger URL | Fixed

Image
How to remove ?M=1 from blogger URL Hello friends, You might have faced some issues in the URL of the blogger website if you have the website hosted on the blogger spot. This is a very simple post on how you can easily remove /?m=1 from the blogger website. Generally /?m=1 comes when you are using it on mobile. Below I have provided the script that you have to paste the code at just above the </body> tag section. Step1. Go to blogger Dashboard. Step2. Then at the left side select themes. Step3. Click on Customize down arrow and select Edit HTML Step4. Now find </body> tag in the HTML editor and just above paste the downloaded script. You have to wait 15 seconds. Download Click Here JavaScript needs to be enabled in order to be able to download. Step5. Now save and exit Step6. Check the URL on the mobile. Conclusion:- You have successfully removed /?m=1 from the blogger website. Let me know in the comment box if you are facing any difficulties.

How to Uninstall PHP, Apache and MySQL on Ubuntu 20.04 LTS

Image
How to Uninstall PHP, Apache and MySQL on Ubuntu 20.04 LTS This blog will help you how to uninstall or remove PHP, Apache and MySQL on Ubuntu LTS of any version. Step by step commands has been given in this blog. So if your are facing any issue I suggest you to please watch the video that is provided below. Also Read:- How To Install Linux, Apache, MySQL, PHP (LAMP) on Ubuntu First we remove PHP from Ubuntu. sudo apt-get remove –purge php* sudo apt-get purge php* sudo apt-get autoremove sudo apt-get autoclean sudo apt-get remove dbconfig-php sudo apt-get dist-upgrade Warning below command will do completely remove any package with a name that starts with php and anything related to it. sudo apt-get purge 'php*' So, DON'T PRESS " y " UNTIL YOU ENSURE that in the removing packages list there are no other packages (besides related to php packages), like: Suppose if you are removing php7.2 then use the below commands. sudo apt-get remove –purge php7.2* sudo apt-get pu

How to install MySQL 5.5 on Ubuntu 20.04 LTS | vetechno

Image
How to install MySQL 5.5 on Ubuntu 20.04 LTS | vetechno Introduction MySQL is an open-source database management system and free to use. It is commonly installed as part of the most popular LAMP (Linux, Apache, MySQL, PHP/Python/Perl) stack and LEMP (Linux, Nginx, MySQL, PHP) stack. It uses a relational database and SQL (Structured Query Language) to manage its data. It is the most common software stack that comes up with dynamic websites and web applications. This tutorial will help to install MySQL 5.5 in Ubuntu 20.04 LTS. In this tutorial what we are doing is that we are just installing MySQL 5.5 manually on Ubuntu desktop or server because Ubuntu has removed its APT repository for MySQL 5.5. and MySQL 5.6. And the same with the Personal Package Archives (PPAs) software repositories. So first we have to download the MySQL package from the official website. I have tested on Ubuntu 16.04, Ubuntu 18.04 LTS, and Ubuntu 20.04 LTS. With the same steps below you can also install MySQL 5.6