This tutorial will demonstrate how to execute multiple curl requests in parallel, at the same time. We will use xargs command of linux or UNIX like operating system. What does xargs command do in Linux? xargs is a great command that reads streams of data from standard input, then generates and executes command lines; meaning it can take a command’s ... Read More »
Home > Linux
Linux
Useful Linux Commands
Check the battery’s status via the terminal Time the machine has been running Display disk usage information Display information about the CPU List network interfaces Display information about your kernel release Display System Hardware information Reboot the system Shutdown the system at a specific time Start/Stop/Restart a service Checking a service status Enabling/Disabling a service to run at boot time ... Read More »
How to kill Linux process by port
Below is the command which will kill all the processes which are using a particular port. For example, say we want to kill the process which is using port 9091 in our Linux server. Read More »