How To Find Where Nginx Is Installed And Locate The Nginx.conf File Which Nginx Is Actually Using

In this article I will tell you where Nginx server is installed and how to find out it’s configuration file after installation. It is very useful when you jump into an existing Nginx server and just want to find and modify it’s configuration files.

How To Find Where Nginx Is Installed And Locate The Nginx.conf File Which Nginx Is Actually Using Read More »

How To Check PHP Version And PHP Install Path On Linux And Windows

After you install PHP or LAMP on a Linux server ( or XAMP on a Windows Server ), if you want to run command php in a terminal to execute a .php script file, you should first find the PHP install path and add the php executable file path in system environment variable PATH‘s value.

How To Check PHP Version And PHP Install Path On Linux And Windows Read More »

How To Protect Your WordPress Login Url From Brute Force Attacks Without A Plugin

WordPress admin site login URL is /wp-login.php by default. It is known by all bots, hackers, and other spam software which can take brute force attacks on your website. If you find there are so many records ( ie: 54.179.53.96 – – [29/Nov/2020:00:20:53 -0700] “POST /wp-login.php HTTP/1.1” 200 ) in your website access log, it

How To Protect Your WordPress Login Url From Brute Force Attacks Without A Plugin Read More »

How To Change Ubuntu Administrator And Root User Password

There are two important user account in ubuntu linux, one is administrator the other is root. We usually use administrator user account to remote login to ubuntu linux server ( $ ssh [email protected] ) then change to root user account to do root user tasks. But if your ubuntu linux server is created by a

How To Change Ubuntu Administrator And Root User Password Read More »

How To Check CPU Usage And Server Load In WHM To Fix Website Performance Issue

My website host provider uses WHM ( Web Host Manager ) to manage multiple websites that are CPanel-based. WHM is a very good tool to monitor website performance, you can use it to check CPU, ram, and disk space usage percentage, it can also monitor and manage server processes. It is an all-in-one platform for

How To Check CPU Usage And Server Load In WHM To Fix Website Performance Issue Read More »

How To Import Filtered Excel Rows From One Excel File To Another Dynamically

This article will tell you how to import filtered excel rows from one excel file into a new excel workbook. And when the source excel rows data is changed, the data in new excel workbook will also be changed dynamically by refresh the connection. There are two method to achieve this, i will introduce them

How To Import Filtered Excel Rows From One Excel File To Another Dynamically Read More »