system
Visualizing system performance data
2010/06/25
<a href="http://blog.amit-agarwal.co.in/category/linux/">Bookmark this category […] $ vmstat 2 10 | awk 'NR > 2 {print NR, $13}' | gnuplot -e “set terminal png;set …
Script to add all the partitions to the fstab.
2010/06/24
I wrote a simple script today to get all the partitions on all the disks and then create <a class="zem_slink freebase/en/fstab" title="Fstab" rel="wikipedia" …