Find Out The Top 10 Memory Consuming Process # ps -auxf | sort -nr -k 4 | head -10 Find Out top 10 CPU Consuming Process # ps -auxf | sort -nr -k 3 | head -10
svn status | grep ‘?’ | grep -v ‘.class’ | xargs svn add and this is why I love linux. (or unix since I’m currently developing on a macbook pro)
I am reposting a very interesting post I had at my old linux blog http://ventrix24.blogspot.com After reinstalling my whole system, I thought it would be nice to have a remote monitoring system. So I set up munin on my vps. (cacti was my alternative option) After a few days, I noticed something really strange at [...]