How to Check Project Size in Linux ?
In this tutorial we’re going to learn how to check installed project size on Linux, so just copy below command and run your terminals. Output:-
How to Restrict/Block IP Address using .htaccess File?
In this tutorial I’m going to learn how to block any IP Address using .htaccess file so follow this tutorial we ‘have demonstrated in very easy way….
How to check disk usage information in Linux?
In this tutorial im going to check how to check the disk usage information in linux using command. 1ste step :- Go to you directory which project…
Where is the actual data in a mysql db stored on a linux machine?
In this tutorial, we will discuss the standard practice of storing MySQL database files in Linux. By default, MySQL stores its data files in a specific directory,…
SQLSTATE[HY000] [1045] Access denied for user ‘root’@’localhost’ (using password: YES) (SQL: select * from information_schema.tables where table_schema
When I run this code in server it showing error Solution:- step 1 – go to this directory wz-tools-ms-renew/bootstrap/cache and delete config.php Next go to .env and…
Cloning failed using an ssh key for authentication, enter your GitHub credentials to access private repos
When I did composer update in Linux server in private repos so let’s start solve this bug. Next go to github and generate access token. 1st step…