Indian Standard Time
Disable a few cores when you want to save power.
2012/12/28
If you have a lot of CPU power and working on battery. If you do not need that much of power and would like to rather save some battery power by disabling some cpus then you can use the below script. …
Array of all possible colors in bash script
2012/05/07
Sometime back, we had looked at using colors in bash script and here is a way to create a array of all the colors. #!/bin/bash - …
colors in bash scripts
2012/04/30
I have been trying to understand the color codes for bash for a pretty long time, but somehow never got time to understand this clearly. So this time around when I was writing a script to analyze some …