Validate, format and Beautify JSON string using Python
As per official JSON website, JSON is a light-weight data interchange format. It is easy for humans to read and write. […]
As per official JSON website, JSON is a light-weight data interchange format. It is easy for humans to read and write. […]
CPU Utilization and how to monitor high CPU usage in Linux What is CPU Utilization? CPU utilization refers to a computer’s usage […]
Introduction Awk Command in Unix: Awk Command in Unix is a programming language which allows easy manipulation of structured data and the […]
Functions in shell script: The best way to learn shell scripting is to fall in love with the command line.Functions in shell […]
Sed command in unix: Sed command which is used for text manipulation, which is a very important step in our bash scripting […]
In this series, we are going to learn Linux Shell Scripting. Shell scripting is a very important skill that Unix/Linux administrators can […]