Category : Linux

Linux

Aug 24, 2016

tgugnani

Once you have installed XAMPP, You have your system ready necessary development programs like PHP, MySQL etc. But you cannot yet run those commands from you command line, Because your terminal does no...
Read Article
The reason this occurs is because bash actually expands the asterisk to every matching file, producing a very long command line. Solution find Path/to/source-folder/ -name '*.*' -exec mv {} Path/...
Read Article
Install AWS Command line Tool if you haven't already pip install awscli To have this command running, you must have Python installed in your system. Command to bulk upload a folder into a S3...
Read Article

Linux

Jul 16, 2015

tgugnani

You need to run these commands as root to show other users' processes, for example: sudo lsof -i ':80' If you want to close any particular process you can kill the process by executing below comma...
Read Article