Total upload and download on any interface.

2011-06-05 1 min read bash Fedora
Something that I have been searching for a long time, finally some look inside the <a class=“zem_slink” title=“Procfs” rel=“wikipedia” href=“http://en.wikipedia.org/wiki/Procfs" _mce_href=“http://en.wikipedia.org/wiki/Procfs">/proc got me what I wanted. Hope this will save someone’s day. So far, the only option I could think of was to run conky which becomes a little heave on some of the very old laptops I have to use sometimes 🙁 1 <td> <div class="text codecolorer"> &nbsp;cat /proc/net/dev|grep eth2|awk '{print $2/1024/1024"&nbsp; "$10/1024/1024}' </div> </td> </tr> Related articles CPUSPEED Slowing you down? Continue reading

CR Post to Ping.fm not working – resolved.

2011-06-02 1 min read Wordpress
Last couple of months I was having a tough time getting the plugins in my wordpress to work with the ping.fm service. This is the only service that I rely on to post my blogs. So, basically I was left with no mechanism to publish my new posts 🙁 Now thanks to this post I am able to use the plugin again and thus update my status at multiple places again. Continue reading

using wordpress CLI to post to wordpress

2011-03-24 1 min read bash Wordpress
There is a very nice post here: How to post content to a WordPress blog from the command line I tried this in Fedora 14 and here is the way to get this working in Fedora 1 2 3 4 5 <td> <div class="text codecolorer"> su -<br /> <br /> cpan<br /> <br /> install WordPress::CLI WordPress::Post </div> </td> </tr> Now, once the above completes make sure that the path /usr/local/bin is in you path. Continue reading

Performance issues resolved with my blog.

2010-10-01 1 min read Uncategorized
For last 2-3 weeks there were quite a lot of performance issues with my website. I was looking at the same but could not get enough time to have all of them resolved together. Finally I have spent time on my web hosting and wordpress installation to resolve these issues. I have taken this opportunity to optimize the blog also. Now the page loading time should be much lesser and you should not be seeing any issues with respect to the site performance or un-availability. Continue reading