HOW TO : for loop in bash
Quick post for my own reference down the road. the “for” loop comes in very handy, when you want to perform the same task on multiple...
Quick post for my own reference down the road. the “for” loop comes in very handy, when you want to perform the same task on multiple...
This HOW TO is more for my notes. We had a request at work, where we had to parse some log files and create a graph...
We run multiple applications in Jboss at my work and one of the applications used to take an inordinate time to come up. A typical application...
For my record…here’s a snippet of perl code that can be called as a sub function to unmount a partition in Linux. Â The magic is in...
There are a ton of scripts to find how many IP addresses  are configured on a system, but I could not find one, whic would show...
Nothing fancy.. but here is a simple perl script to open a file, search for specific content in the a line and replace it with some...