How to test PHP installation
To test a successful php installation. We can check the PHP version in your machine or test the entire PHP…
Technology, News , Entertainment and More stuff
To test a successful php installation. We can check the PHP version in your machine or test the entire PHP…
This is one of the most common problems that one might encounter these days. This can be due to hardware…
The command CD stands for change directory. CD can be used in many ways to navigate between multiple directories just…
How to use vim in Linux. Vim has two modes. Command mode and insert mode. In command mode we can…
“ls” means list contents of a directory. We have various options with ls that can be used together to view…
Suppose we have a web app running on a port. For example nodejs runs server on a port. For accepting…
There are terminal utilities like ‘diff’ and ‘vimdiff’ in Linux to visualise the differences in two files. But sometimes this…
Suppose you have a file seperated with a delimiter like tab or comma and you want to swap them manually…
Linux command line is very powerful. Let us see how can we use it as a calculator. Open a terminal…
Whenever you need to use scp to copy files, it asks for passwords. Same with rsync as it (by default)…