Visualizing system performance data

2010-06-25 1 min read Linux

<a href="http://blog.amit-agarwal.co.in/category/linux/">Bookmark this category

<font SIZE="6"><a HREF="http://feedproxy.google.com/~r/Command-line-fu/~3/jjk4Htw9rvo/visualizing-system-performance-data">Visualizing system performance data

$ vmstat 2 10 | awk 'NR > 2 {print NR, $13}' | gnuplot -e “set terminal png;set output 'v.png';plot '-' u 1:2 t 'cpu' w linespoints;" draw `vmstat ` data using gnuplot

  • <a HREF="http://www.commandlinefu.com/commands/view/3581/visualizing-system-performance-data">View this command to comment, vote or add to favourites
  • <a HREF="http://feeds2.feedburner.com/commands/by/Sunng">View all commands by <a HREF="http://feeds2.feedburner.com/commands/by/Sunng">Sunng

<a HREF="http://www.commandlinefu.com"><img SRC="http://blog.amit-agarwal.co.in/wp-content/uploads/2010/08/header-logo.jpg" ALIGN="bottom" ALT="commandlinefu.com"/>

by David Winterbottom (<a HREF="http://codeinthehole.com">codeinthehole.com)

Continue reading

How to Create Mystery in Your Photos

2010-06-25 1 min read Photo

<span style="font-size: x-large;"><a href="http://feedproxy.google.com/~r/photographyblog/~3/2MubCS6LvHE/">How to Create Mystery in Your Photos

Large format photographer David Ward explores how to create one of the essential ingredients of his photography – mystery.

<a href="http://www.photographyblog.com/articles/how_to_create_mystery_in_your_photos/">Read the article »

<img src="http://blog.amit-agarwal.com/wp-content/uploads/feeds.feedburner.com/~r/photographyblog/~4/2MubCS6LvHE" border="0" alt="" width="1" height="1" align="bottom" />

URL: <a href="http://feedproxy.google.com/~r/photographyblog/~3/2MubCS6LvHE/">http://feedproxy.google.com/~r/photographyblog/~3/2MubCS6LvHE/

Viewing archive without extracting.

2010-06-25 1 min read GNOME

I was looking for this option and searched the net to find quite some utilities to do this.

  1. gvfs-archive — Select the file in nautilus and select &#8221;Archive Mounter&#8221; .. simple isn&#8217;t it. Supposed to work but didn&#8217;t work for me.. Though that may be because I am on rawhide.
  2. <a href="http://www.onicos.com/staff/iz/release/mi-arcfs/">mi-arcfs is another kernel dependent module to achieve this.
  3. <a href="http://code.google.com/p/fuse-zip/">fuse-zip from google code is another nice option.

And a nice article on this this is <a href="http://osdir.com/ml/gnome.usability/2003-01/msg00092.html">here.
Technorati Tags: <a class="performancingtags" href="http://technorati.com/tag/gnome" rel="tag">gnome, <a class="performancingtags" href="http://technorati.com/tag/archive" rel="tag">archive, <a class="performancingtags" href="http://technorati.com/tag/mount" rel="tag">mount, <a class="performancingtags" href="http://technorati.com/tag/file%20system" rel="tag">file system, <a class="performancingtags" href="http://technorati.com/tag/fs" rel="tag">fs

Continue reading

Change the look and feel of Fedora with emrald, change to openbox, fvwm, emerald, metacity or openbox

2010-06-25 1 min read Fedora

I have been looking for this information for quite sometime now. Did not quite find this information in the net. Finally looked through some of the packages in the repository and found the one that I was looking for. There is a rpm called fusion-icon that has quite a lot of features. The description for the package goes like this:

The Compiz Fusion Icon is a simple panel applet for starting and controlling Compiz Fusion. Upon launch, it will attempt to start Compiz Fusion automatically. You may need to select a window decorator, if one does not appear.

Continue reading

wordpress Fedora 11 desktop client.

2010-06-25 1 min read Fedora

Another wordpress client on Fedora for wordpress. Simple and easy to configure and use. Here&#8217;s how it looks.

sudo yum install lekhonee

<a href="http://blog.amit-agarwal.co.in/wp-content/uploads/2010/08/screenshot-lekhonee.jpg"><img class="size-full wp-image-838" title="screenshot-lekhonee" src="http://blog.amit-agarwal.co.in/wp-content/uploads/2010/08/screenshot-lekhonee.jpg" alt="screenshot-lekhonee" width="785" height="604" />

Twiiter from Pidgin on Fedora 11 -Leonidas

2010-06-25 1 min read Fedora

If you are twitter fan but find it difficult to follow it on your web-browser then this is for you. Just install the plugin and get going to see the twitter messages in the pidgin window.

sudo yum install purple-microblog

After installation you can add your twitter account like all other accounts and start seeing your messages.

:))

Older posts Newer posts