Install Let’s Encrypt SSL on Hostname in cPanel/WHM Server

If Let’s Encrypt SSL not installed install Let’s Encrypt Auto SSL Provider. Run the following command to install Let’s Encrypt provider. /scripts/install_lets_encrypt_autossl_provider To replace Self Signed Certificates with Valid Let’s Encrypt Certificates. /usr/local/cpanel/bin/checkallsslcerts

Imunify Installation

How to install Imunify, a free malware scanner. Login server with root privileges Run the commands: #wget https://repo.imunify360.cloudlinux.com/defence360/imav-deploy.sh #bash imav-deploy.sh If you have an IP-based license for ImunifyAV+, use IPL as license key: #wget https://repo.imunify360.cloudlinux.com/defence360/imav-deploy.sh…

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…