Copy file from one server to another using scp on linux
If you have to copy any files from one server to another, you normally copy the same using FTP or wget. But some time wget function is disabled on server…
If you have to copy any files from one server to another, you normally copy the same using FTP or wget. But some time wget function is disabled on server…
How to use “grep” command in linux or macos to find text inside all files in a folder and including subdirectories Command for the same is grep -rl "string to…
By default apache write the access log and error log in the single file. Later it grow in sizes over days and then when you have to debug you find…