Important SSH/CLI Commands for Magento 2
If you use the Magento 2 CMS, you must have struggled to locate the specific SSH/CLI command you needed to perform a task, such as flushing the cache, restarting the indexer, etc. I’ve created...
Your server protector
Administrative tools / Commands / Magento / Magento 2
by Mohammed Noufal · Published January 1, 2023
If you use the Magento 2 CMS, you must have struggled to locate the specific SSH/CLI command you needed to perform a task, such as flushing the cache, restarting the indexer, etc. I’ve created...
Administrative tools / Apache / Backend files / Commandline / Commands / Firewall / OS / Ubuntu / UFW / Webservers
by Mohammed Noufal · Published December 28, 2022
A free and open-source web server known as Apache HTTP Server transmits web content over the internet. The most frequently used web server worldwide is Apache HTTP. It offers a variety of potent features,...
The syntax for recursively changing the file permission using chmod command is: For eg, sudo chmod -R 755 test-directory The syntax using the find command to locate files/directories and then passing it on to...
Administrative tools / Commandline / Commands / Database / MySQL
by Mohammed Noufal · Published June 14, 2021
You can use any of the below commands to find the MySQL uptime mysqladmin version or mysqladmin version | grep -i uptime Example: mysqladmin ver or mysqladmin ver | grep -i uptime mysqladmin status...
Backend files / Commandline / Commands / Errors / internal server error
by Mohammed Noufal · Published June 7, 2021
Issue:- The site is showing 500 internal server error and found following error from the error log. Solution :- No doubt, this is clearly a permissions error. So, you will need to check the...
Administrative tools / Backend files / Commandline / Commands / disk space usage
by Mohammed Noufal · Published June 6, 2021
If you want to find the biggest directories under a partition (For eg, /home), you will need to run the following command. To display the biggest directories in the current working directory, you will...
Administrative tools / Commandline / Commands / MPMs / OS / prefork / Ubuntu
by Mohammed Noufal · Published May 29, 2021
Apache2 has support for prefork and worker modules. These are both Multi-Processing Modules (MPMs), but are quite different from each other. Prefork MPM uses multiple child processes with one thread each and each process...
Administrative tools / Commandline / Commands / CSR / SSL
by Mohammed Noufal · Published May 28, 2021
You can follow below steps to Generate a CSR from command-line Login to the server’s terminal via SSH >> Enter following command to generate a private key and CSR Note: Replace “server” with the...
Administrative tools / Commandline / Commands / PHP imagck + ImageMagick
by Mohammed Noufal · Published May 27, 2021
To install ImageMagick, you can run below command via Terminal as a root user for both ea-php and alt-php FYI :- These packages will be installed by default on cPanel 92 and later. For...
Commandline / Commands / Control panels / Cpanel/WHM / Exim / Mail servers / Spamming
by Mohammed Noufal · Published May 24, 2021
To get a sorted list of email sender and number of mails send by each one in Exim mail queue. You will get a result as like follows, To check the Spam Originating Script...
More
M | T | W | T | F | S | S |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 |
Email / IP blacklist / Security / Spamming
How to delist your IP from Major ISPs Spam blacklist
July 20, 2023
Administrative tools / Commandline / Wordpress / WP-CLI
How to Reset a WordPress Admin Password Using WP-CLI
January 3, 2023