March 21, 2018September 20, 2021Scripting 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. […]
March 1, 2018September 20, 2021Scripting CPU Utilization and how to monitor high CPU usage in Linux CPU Utilization and how to monitor high CPU usage in Linux What is CPU Utilization? CPU utilization refers to a computer’s usage […]
February 27, 2018September 20, 2021Scripting Awk Command in Unix Introduction Awk Command in Unix: Awk Command in Unix is a programming language which allows easy manipulation of structured data and the […]
February 26, 2018September 20, 2021Scripting Functions in shell script Functions in shell script: The best way to learn shell scripting is to fall in love with the command line.Functions in shell […]
February 22, 2018September 20, 2021Scripting sed command Sed command in unix: Sed command which is used for text manipulation, which is a very important step in our bash scripting […]
February 21, 2018September 20, 2021Scripting Shell Scripting from Scratch In this series, we are going to learn Linux Shell Scripting. Shell scripting is a very important skill that Unix/Linux administrators can […]