May 2023

How to Use multiple Awk Commands with Example?

Multiple Awk Commands – Introduction Awk Command is a powerful programming language and command-line tool primarily used for text processing and data manipulation. It provides a rich set of features for extracting and manipulating data from files, especially structured data like columns or fields. A powerful tool is Awk. Considering that it is a Turing-complete […]

How to Use multiple Awk Commands with Example? Read More »

How to create a server clustering software with Linux

Server clustering software – Introduction Server clustering software, also referred to as an availability cluster or HA cluster is a group of interconnected computer systems or servers that work together to ensure continuous operation and minimal downtime for critical applications and services. The primary goal of an HA cluster is to provide redundancy and fault

How to create a server clustering software with Linux Read More »

17 ‘ps’ Command to Monitor Linux Process with Examples

17 ‘ps’ Command to Monitor Linux Process with Examples

‘ps’ Command to Monitor Linux Process – Introduction ‘ps’ Command to Monitor Linux Process is an essential tool for system administrators and developers. The ‘ps’ command by default displays details about the processes that are active in the current shell session. This information can be useful for troubleshooting, optimizing performance, and identifying potential security issues.

17 ‘ps’ Command to Monitor Linux Process with Examples Read More »