Vishwajit Kale

AWK Linux command

why awk? awk is small, fast, and simple, unlike, say, perl. awk also has a clean comprehensible C-like input language,…

10 years ago

Server Monitoring Scripts and commands

Script to delete a line from a file if it have a particular pattern sed -i "/"pattern"/d" filename find /home/…

10 years ago

Script to automatically start Nginx

You can use the following script to auto restart the nginx on the server. The following script check the status and…

10 years ago