MySQL show processlist
To see currently running MySQL processes, login to MySQL server, run in MySQL command prompt, run the command show processlist;
WordPress Plugins
Backup and Restore CDN Debug Malware Cleaning Back to WordPress
MySQL Backup
MySQL Backup Backup Services MySQL Backup Tricks MySQL Restore Errors MySQL Backup Errors Back to MySQL
MySQL backup all databases
To backup all databases on a MySQL server, run This will create sql backup file for each database in your
How to install ImunifyAV+
ImunifyAV+ is an anti-malware software for Cpanel/Plesk servers. This is paid version of ImunifyAV. To install ImunifyAV+, run If you
How To Add an Additional IP Address in cPanel Server
Cpanel servers allow you to add multiple IP addresses. Additional IP addresses are useful for running name servers, hosting sites
Flask Python framework
Flask is a Python framework. You can find more info at the official website. https://flask.palletsprojects.com/ How to start a Flask
How to redirect a domain with html extension in Nginx
A WordPress website needs to migrate to a different domain, on a new domain site use static HTML pages. On
CPanel SSL Renew on password protected site
We have a site where we host demo websites that we do for our customers. We don’t want search engines
podman
Podman is a daemonless, open source, Linux native tool designed to make it easy to find, run, build, share and
Find expiry date for SSL certificate using openssl
To find the expiry date of an SSL certificate using openssl command, run openssl x509 -noout -dates -in /path/to/domain.crt Example
acme.sh list all SSL certificates
acme.sh is an open source bash script that makes it easy to issue free SSL certificates using LetsEcrypt and ZeroSSL.