MySQL backup all databases
To backup all databases on a MySQL server, run This will create sql backup file for each database in your MySQL server…
To backup all databases on a MySQL server, run This will create sql backup file for each database in your MySQL server…
ImunifyAV+ is an anti-malware software for Cpanel/Plesk servers. This is paid version of ImunifyAV. To install ImunifyAV+, run If you have a…
Cpanel servers allow you to add multiple IP addresses. Additional IP addresses are useful for running name servers, hosting sites on different…
Flask is a Python framework. You can find more info at the official website. https://flask.palletsprojects.com/ How to start a Flask application? To…
A WordPress website needs to migrate to a different domain, on a new domain site use static HTML pages. On the source…
We have a site where we host demo websites that we do for our customers. We don’t want search engines to index…
Podman is a daemonless, open source, Linux native tool designed to make it easy to find, run, build, share and deploy applications…
To find the expiry date of an SSL certificate using openssl command, run openssl x509 -noout -dates -in /path/to/domain.crt Example root@ok:~# openssl…
acme.sh is an open source bash script that makes it easy to issue free SSL certificates using LetsEcrypt and ZeroSSL. To list…
When uploading a file on a PHP Application running under an Nginx web server, I get the following error 2021/08/14 12:32:04 [crit]…
To see all charsets available on your MySQL installation, run the command select * from information_schema.character_sets; maxlen column specifies how many bytes…
Magento uses cron jobs for numerous features to schedule activities. To enable the cron job in Magento 2, log in to the…