Tag Archive

Well, this feels weird!

Published on 2010/12/21 By Konstantinos Polychronis

Well, this feels weird!

FacebookGoogle BookmarksTwitterFriendFeedGoogle GmailBlogger PostGoogle ReaderHotmailWordPressShare

ps magic

Published on 2010/11/12 By Konstantinos Polychronis

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

FacebookGoogle BookmarksTwitterFriendFeedGoogle GmailBlogger PostGoogle ReaderHotmailWordPressShare

playing with grep, svn status and xargs

Published on 2010/10/28 By Konstantinos Polychronis

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)

FacebookGoogle BookmarksTwitterFriendFeedGoogle GmailBlogger PostGoogle ReaderHotmailWordPressShare

Monitoring with munin

Published on 2010/07/05 By Konstantinos Polychronis

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 [...]

FacebookGoogle BookmarksTwitterFriendFeedGoogle GmailBlogger PostGoogle ReaderHotmailWordPressShare