<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Operating Systems on Amit Agarwal Linux Blog</title>
    <link>/tags/operating-systems/</link>
    <description>Recent content in Operating Systems on Amit Agarwal Linux Blog</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <lastBuildDate>Sun, 09 Feb 2014 00:49:09 +0000</lastBuildDate>
    
	<atom:link href="/tags/operating-systems/index.xml" rel="self" type="application/rss+xml" />
    
    
    <item>
      <title>nautilis fork ( File manager ) with tree view in sidebar.</title>
      <link>/2014/02/09/nautilis-fork-file-manager-tree-view-sidebar/</link>
      <pubDate>Sun, 09 Feb 2014 00:49:09 +0000</pubDate>
      
      <guid>/2014/02/09/nautilis-fork-file-manager-tree-view-sidebar/</guid>
      <description>&lt;p&gt;Was searching for this for sometime now, finally found it.&lt;/p&gt;
&lt;pre class=&#34;brush: bash; gutter: true; first-line: 1&#34;&gt;sudo yum install nemo
sudo yum list nemo*&lt;/pre&gt;
&lt;p&gt;First just install nemo. Configure nemo not to interfere with default desktop and also make it default handler. So, here are the settings that would do it.&lt;/p&gt;
&lt;pre class=&#34;brush: bash; gutter: true; first-line: 1&#34;&gt;gconftool-2 --set  /desktop/gnome/applications/component_viewer/exec --type &#39;string&#39; &#39;nemo &#34;%s&#34;&#39;
gconftool-2 --set  /desktop/gnome/url-handlers/trash/command --type &#39;string&#39; &#39;nemo &#34;%s&#34;&#39;
gsettings set org.nemo.desktop show-desktop-icons false&lt;/pre&gt;
&lt;p&gt;Now, if you need more functionality in &lt;a class=&#34;zem_slink&#34; title=&#34;File manager&#34; href=&#34;http://en.wikipedia.org/wiki/File_manager&#34; target=&#34;_blank&#34; rel=&#34;wikipedia&#34;&gt;file manager&lt;/a&gt; then check the list of nemo packages from the output of second command of yum. It has plugins like file preview and so on. Install and enjoy.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>bash debug – log all executed commands</title>
      <link>/2014/02/03/bash-debug-log-executed-commands/</link>
      <pubDate>Mon, 03 Feb 2014 00:43:25 +0000</pubDate>
      
      <guid>/2014/02/03/bash-debug-log-executed-commands/</guid>
      <description>&lt;figure style=&#34;width: 350px&#34; class=&#34;wp-caption alignright&#34;&gt;&lt;a href=&#34;http://commons.wikipedia.org/wiki/File:Bash_demo.png&#34; target=&#34;_blank&#34;&gt;&lt;img class=&#34;zemanta-img-inserted zemanta-img-configured&#34; title=&#34;Screenshot of a Bash 3.1 session demonstrating...&#34; alt=&#34;Screenshot of a Bash 3.1 session demonstrating...&#34; src=&#34;http://upload.wikimedia.org/wikipedia/commons/thumb/8/84/Bash_demo.png/350px-Bash_demo.png&#34; width=&#34;350&#34; height=&#34;377&#34; /&gt;&lt;/a&gt;&lt;figcaption class=&#34;wp-caption-text&#34;&gt;Screenshot of a Bash 3.1 session demonstrating its particularities. Shows exporting a variable, alias, type, Bash&amp;#8217;s kill, environment variables PS1, BASH_VERSION and SHELLOPTS, redirecting standard output and standard error and history expansion. A POSIX session is launched from a normal session. Finally, the POSIX session kills itself (since just &amp;#8220;exit&amp;#8221; would be too boring). (Photo credit: Wikipedia)&lt;/figcaption&gt;&lt;/figure&gt;
&lt;p&gt;Whenever I am writing a script in perl or &lt;a class=&#34;zem_slink&#34; title=&#34;Bash (Unix shell)&#34; href=&#34;http://www.gnu.org/software/bash/&#34; target=&#34;_blank&#34; rel=&#34;homepage&#34;&gt;bash&lt;/a&gt;, I always wish that there&lt;br&gt;
was some way to have all the commands logged or output to screen. I know&lt;br&gt;
there is “set -x” option to have debugging enabled, but sometimes that&lt;br&gt;
seems to be too much information and I dont really need all that. So, here&lt;br&gt;
is something I found recently for bash to log all the executed commands.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>findmnt – find all the mounts and their source</title>
      <link>/2013/09/16/findmnt-find-mounts-source/</link>
      <pubDate>Mon, 16 Sep 2013 01:17:43 +0000</pubDate>
      
      <guid>/2013/09/16/findmnt-find-mounts-source/</guid>
      <description>&lt;p&gt;If you are looking for the source of a mount and the various options used in the mount, then the quickest way to get that is ::&lt;/p&gt;
&lt;pre&gt;findmnt&lt;/pre&gt;
&lt;p&gt;By default, with no parameters, it lists all the mounts in a tree like view and all the options used to mount the path. It also lists the source of the mount.&lt;/p&gt;
&lt;p&gt;By default again, it uses some capabilities of the terminal to show the tree which you can disable with the option “-a”.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Find directory/file with inode number</title>
      <link>/2013/09/10/findmnt-find-mounts-source-2/</link>
      <pubDate>Tue, 10 Sep 2013 00:57:57 +0000</pubDate>
      
      <guid>/2013/09/10/findmnt-find-mounts-source-2/</guid>
      <description>&lt;p&gt;Couple of days back, I was getting the following &lt;a class=&#34;zem_slink&#34; title=&#34;Error (baseball)&#34; href=&#34;http://en.wikipedia.org/wiki/Error_%28baseball%29&#34; target=&#34;_blank&#34; rel=&#34;wikipedia&#34;&gt;error&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Directory &lt;a class=&#34;zem_slink&#34; title=&#34;Inode&#34; href=&#34;http://en.wikipedia.org/wiki/Inode&#34; target=&#34;_blank&#34; rel=&#34;wikipedia&#34;&gt;inode&lt;/a&gt; 2362521 has an unallocated block #245823.  Allocate?&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;And this continued for hours together and I was in a hurry. Did not really care about the error and all I wanted was to get rid of the error but for that I needed to get to the file/directory with &lt;a class=&#34;zem_slink&#34; title=&#34;Inode&#34; href=&#34;http://en.wikipedia.org/wiki/Inode&#34; target=&#34;_blank&#34; rel=&#34;wikipedia&#34;&gt;inode number&lt;/a&gt;  mentioned in the error and finally “find” command came to rescue:&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>pkgwat -search packages for Fedora.</title>
      <link>/2013/08/23/pkgwat-search-packages-fedora/</link>
      <pubDate>Fri, 23 Aug 2013 00:52:44 +0000</pubDate>
      
      <guid>/2013/08/23/pkgwat-search-packages-fedora/</guid>
      <description>&lt;p&gt;pkgwat is a nice utility to search the fedora packages websearch.&lt;/p&gt;
&lt;pre class=&#34;brush: text; gutter: true; first-line: 1&#34;&gt;Description : Pronounced &#34;package WAT&#34;, pkgwat is a fast CLI tool for querying
: the fedora packages webapp.
: https://apps.fedoraproject.org/packages/
:
: You can make its search even better by helping us tag packages.
: https://apps.fedoraproject.org/tagger&lt;/pre&gt;
&lt;p&gt;And to search for  a package, you can use ::&lt;/p&gt;
&lt;pre class=&#34;brush: bash; gutter: true; first-line: 1; highlight: [2]&#34;&gt;pkgwat search 
pkgwat -h # get help on package.&lt;/pre&gt;
&lt;h6 class=&#34;zemanta-related-title&#34; style=&#34;font-size: 1em;&#34;&gt;
  Related articles
&lt;/h6&gt;
&lt;ul class=&#34;zemanta-article-ul zemanta-article-ul-image&#34; style=&#34;margin: 0; padding: 0; overflow: hidden;&#34;&gt;
  &lt;li class=&#34;zemanta-article-ul-li-image zemanta-article-ul-li&#34; style=&#34;padding: 0; background: none; list-style: none; display: block; float: left; vertical-align: top; text-align: left; width: 84px; font-size: 11px; margin: 2px 10px 10px 2px;&#34;&gt;
    &lt;a style=&#34;box-shadow: 0px 0px 4px #999; padding: 2px; display: block; border-radius: 2px; text-decoration: none;&#34; href=&#34;https://pypi.python.org/pypi/pkgwat.cli/0.8&#34; target=&#34;_blank&#34;&gt;&lt;img style=&#34;padding: 0; margin: 0; border: 0; display: block; width: 80px; max-width: 100%;&#34; alt=&#34;&#34; src=&#34;https://i1.wp.com/i.zemanta.com/noimg_86_80_80.jpg?w=688&#34; data-recalc-dims=&#34;1&#34; /&gt;&lt;/a&gt;&lt;a style=&#34;display: block; overflow: hidden; text-decoration: none; line-height: 12pt; height: 80px; padding: 5px 2px 0 2px;&#34; href=&#34;https://pypi.python.org/pypi/pkgwat.cli/0.8&#34; target=&#34;_blank&#34;&gt;pkgwat.cli 0.8&lt;/a&gt;
  &lt;/li&gt;
  &lt;li class=&#34;zemanta-article-ul-li-image zemanta-article-ul-li&#34; style=&#34;padding: 0; background: none; list-style: none; display: block; float: left; vertical-align: top; text-align: left; width: 84px; font-size: 11px; margin: 2px 10px 10px 2px;&#34;&gt;
    &lt;a style=&#34;box-shadow: 0px 0px 4px #999; padding: 2px; display: block; border-radius: 2px; text-decoration: none;&#34; href=&#34;http://negativo17.org/enabling-cisco-webex-in-fedora-19-x86_64-and-i686/&#34; target=&#34;_blank&#34;&gt;&lt;img style=&#34;padding: 0; margin: 0; border: 0; display: block; width: 80px; max-width: 100%;&#34; alt=&#34;&#34; src=&#34;https://i2.wp.com/i.zemanta.com/192227824_80_80.jpg?w=688&#34; data-recalc-dims=&#34;1&#34; /&gt;&lt;/a&gt;&lt;a style=&#34;display: block; overflow: hidden; text-decoration: none; line-height: 12pt; height: 80px; padding: 5px 2px 0 2px;&#34; href=&#34;http://negativo17.org/enabling-cisco-webex-in-fedora-19-x86_64-and-i686/&#34; target=&#34;_blank&#34;&gt;Enabling Cisco WebEx in Fedora 19&lt;/a&gt;
  &lt;/li&gt;
  &lt;li class=&#34;zemanta-article-ul-li-image zemanta-article-ul-li&#34; style=&#34;padding: 0; background: none; list-style: none; display: block; float: left; vertical-align: top; text-align: left; width: 84px; font-size: 11px; margin: 2px 10px 10px 2px;&#34;&gt;
    &lt;a style=&#34;box-shadow: 0px 0px 4px #999; padding: 2px; display: block; border-radius: 2px; text-decoration: none;&#34; href=&#34;http://www.echevemaster.org/en/2013/08/fedora-release-party-f19-venezuela/&#34; target=&#34;_blank&#34;&gt;&lt;img style=&#34;padding: 0; margin: 0; border: 0; display: block; width: 80px; max-width: 100%;&#34; alt=&#34;&#34; src=&#34;https://i0.wp.com/i.zemanta.com/190906086_80_80.jpg?w=688&#34; data-recalc-dims=&#34;1&#34; /&gt;&lt;/a&gt;&lt;a style=&#34;display: block; overflow: hidden; text-decoration: none; line-height: 12pt; height: 80px; padding: 5px 2px 0 2px;&#34; href=&#34;http://www.echevemaster.org/en/2013/08/fedora-release-party-f19-venezuela/&#34; target=&#34;_blank&#34;&gt;Fedora Release Party F19, Venezuela&lt;/a&gt;
  &lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt; &lt;/p&gt;</description>
    </item>
    
    <item>
      <title>power save mode for battery in Fedora 19.</title>
      <link>/2013/08/20/power-save-mode-battery-fedora-19/</link>
      <pubDate>Tue, 20 Aug 2013 00:41:21 +0000</pubDate>
      
      <guid>/2013/08/20/power-save-mode-battery-fedora-19/</guid>
      <description>&lt;p&gt;I was getting really bad battery life on my &lt;a class=&#34;zem_slink&#34; title=&#34;Fedora (operating system)&#34; href=&#34;http://www.fedoraproject.org/&#34; target=&#34;_blank&#34; rel=&#34;homepage&#34;&gt;Fedora&lt;/a&gt; 19 system, and did not find much on how to tune it. Finally I found something that just does not need much configuration but works pretty well. So, here is what you need to do:&lt;/p&gt;
&lt;pre class=&#34;brush: bash; gutter: true; first-line: 1&#34;&gt;sudo yum install tuned tuned-adm&lt;/pre&gt;
&lt;p&gt;The second package, tuned-adm installs additional themes for power saving. It is optional and not mandatory. Once you have installed these, you can do the following:&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>conky transparent window on Fedora with Gnome.</title>
      <link>/2013/07/22/conky-transparent-window-fedora-gnome/</link>
      <pubDate>Mon, 22 Jul 2013 01:43:45 +0000</pubDate>
      
      <guid>/2013/07/22/conky-transparent-window-fedora-gnome/</guid>
      <description>&lt;p&gt;On &lt;a class=&#34;zem_slink&#34; title=&#34;Fedora (operating system)&#34; href=&#34;http://www.fedoraproject.org/&#34; target=&#34;_blank&#34; rel=&#34;homepage&#34;&gt;Fedora&lt;/a&gt; with &lt;a class=&#34;zem_slink&#34; title=&#34;GNOME Shell&#34; href=&#34;http://live.gnome.org/GnomeShell&#34; target=&#34;_blank&#34; rel=&#34;homepage&#34;&gt;Gnome-shell&lt;/a&gt; 3, its been long time that I was not able to get transparent window. So, finally I thought to spend some time to try to fix that. Finally got that fixed with all the configurations below in the conkyrc.  Here the default color is set to  &lt;a class=&#34;zem_slink&#34; title=&#34;X11 color names&#34; href=&#34;http://en.wikipedia.org/wiki/X11_color_names&#34; target=&#34;_blank&#34; rel=&#34;wikipedia&#34;&gt;LightSkyBlue&lt;/a&gt; but feel free to change that.&lt;/p&gt;
&lt;p&gt;I hope this helps fedora community who is struggling to get transparent window. And here is the code :&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Fedora – Ramdisk creation</title>
      <link>/2013/05/10/fedora-ramdisk-creation/</link>
      <pubDate>Fri, 10 May 2013 00:40:07 +0000</pubDate>
      
      <guid>/2013/05/10/fedora-ramdisk-creation/</guid>
      <description>&lt;p&gt;In Fedora, ramdisks are not created by default as is the case with &lt;a class=&#34;zem_slink&#34; title=&#34;Red Hat Enterprise Linux&#34; href=&#34;http://www.redhat.com/rhel&#34; target=&#34;_blank&#34; rel=&#34;homepage&#34;&gt;RHEL&lt;/a&gt;. So, if you need to get Ramdisks on Fedora, then you can do this:&lt;/p&gt;
&lt;pre class=&#34;brush: bash; gutter: true; first-line: 1&#34;&gt;sudo yum install MAKEDEV&lt;/pre&gt;
&lt;p&gt;This will create some default Ramdisk’s in the “/dev” directory. Now, if you need to change anything then feel free to go to “&lt;strong&gt;/etc/makedev.d&lt;/strong&gt;” and feel free to change these files.&lt;/p&gt;
&lt;figure style=&#34;width: 269px&#34; class=&#34;wp-caption alignright&#34;&gt;&lt;a href=&#34;http://en.wikipedia.org/wiki/File:Fedora_Project_logo.png&#34; target=&#34;_blank&#34;&gt;&lt;img class=&#34;zemanta-img-inserted zemanta-img-configured&#34; title=&#34;The Fedora Project logo&#34; alt=&#34;The Fedora Project logo&#34; src=&#34;http://upload.wikimedia.org/wikipedia/en/9/94/Fedora_Project_logo.png&#34; width=&#34;269&#34; height=&#34;116&#34; /&gt;&lt;/a&gt;&lt;figcaption class=&#34;wp-caption-text&#34;&gt;The Fedora Project logo (Photo credit: Wikipedia)&lt;/figcaption&gt;&lt;/figure&gt;
&lt;h6 class=&#34;zemanta-related-title&#34; style=&#34;font-size: 1em;&#34;&gt;
  Related articles
&lt;/h6&gt;
&lt;ul class=&#34;zemanta-article-ul zemanta-article-ul-image&#34; style=&#34;margin: 0; padding: 0; overflow: hidden;&#34;&gt;
  &lt;li class=&#34;zemanta-article-ul-li-image zemanta-article-ul-li&#34; style=&#34;padding: 0; background: none; list-style: none; display: block; float: left; vertical-align: top; text-align: left; width: 84px; font-size: 11px; margin: 2px 10px 10px 2px;&#34;&gt;
    &lt;a style=&#34;box-shadow: 0px 0px 4px #999; padding: 2px; display: block; border-radius: 2px; text-decoration: none;&#34; href=&#34;https://fedoraproject.org/w/index.php?title=User:Ktdreyer/Gitorious&amp;diff=334505&amp;oldid=324244&#34; target=&#34;_blank&#34;&gt;&lt;img style=&#34;padding: 0; margin: 0; border: 0; display: block; width: 80px; max-width: 100%;&#34; alt=&#34;&#34; src=&#34;https://i1.wp.com/i.zemanta.com/noimg_72_80_80.jpg?w=688&#34; data-recalc-dims=&#34;1&#34; /&gt;&lt;/a&gt;&lt;a style=&#34;display: block; overflow: hidden; text-decoration: none; line-height: 12pt; height: 80px; padding: 5px 2px 0 2px;&#34; href=&#34;https://fedoraproject.org/w/index.php?title=User:Ktdreyer/Gitorious&amp;diff=334505&amp;oldid=324244&#34; target=&#34;_blank&#34;&gt;User:Ktdreyer/Gitorious&lt;/a&gt;
  &lt;/li&gt;
  &lt;li class=&#34;zemanta-article-ul-li-image zemanta-article-ul-li&#34; style=&#34;padding: 0; background: none; list-style: none; display: block; float: left; vertical-align: top; text-align: left; width: 84px; font-size: 11px; margin: 2px 10px 10px 2px;&#34;&gt;
    &lt;a style=&#34;box-shadow: 0px 0px 4px #999; padding: 2px; display: block; border-radius: 2px; text-decoration: none;&#34; href=&#34;http://www.ryanlerch.org/blog/development-builds-of-inkscape-for-fedora/&#34; target=&#34;_blank&#34;&gt;&lt;img style=&#34;padding: 0; margin: 0; border: 0; display: block; width: 80px; max-width: 100%;&#34; alt=&#34;&#34; src=&#34;https://i2.wp.com/i.zemanta.com/noimg_101_80_80.jpg?w=688&#34; data-recalc-dims=&#34;1&#34; /&gt;&lt;/a&gt;&lt;a style=&#34;display: block; overflow: hidden; text-decoration: none; line-height: 12pt; height: 80px; padding: 5px 2px 0 2px;&#34; href=&#34;http://www.ryanlerch.org/blog/development-builds-of-inkscape-for-fedora/&#34; target=&#34;_blank&#34;&gt;Development Builds of Inkscape for fedora&lt;/a&gt;
  &lt;/li&gt;
  &lt;li class=&#34;zemanta-article-ul-li-image zemanta-article-ul-li&#34; style=&#34;padding: 0; background: none; list-style: none; display: block; float: left; vertical-align: top; text-align: left; width: 84px; font-size: 11px; margin: 2px 10px 10px 2px;&#34;&gt;
    &lt;a style=&#34;box-shadow: 0px 0px 4px #999; padding: 2px; display: block; border-radius: 2px; text-decoration: none;&#34; href=&#34;http://www.happyassassin.net/2013/04/22/fedora-19-graphics-test-week-kicks-off-tomorrow/&#34; target=&#34;_blank&#34;&gt;&lt;img style=&#34;padding: 0; margin: 0; border: 0; display: block; width: 80px; max-width: 100%;&#34; alt=&#34;&#34; src=&#34;https://i1.wp.com/i.zemanta.com/162355430_80_80.jpg?w=688&#34; data-recalc-dims=&#34;1&#34; /&gt;&lt;/a&gt;&lt;a style=&#34;display: block; overflow: hidden; text-decoration: none; line-height: 12pt; height: 80px; padding: 5px 2px 0 2px;&#34; href=&#34;http://www.happyassassin.net/2013/04/22/fedora-19-graphics-test-week-kicks-off-tomorrow/&#34; target=&#34;_blank&#34;&gt;Fedora 19 Graphics Test Week kicks off tomorrow!&lt;/a&gt;
  &lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt; &lt;/p&gt;</description>
    </item>
    
    <item>
      <title>duff – find duplicate files.</title>
      <link>/2013/03/19/duff-find-duplicate-files/</link>
      <pubDate>Tue, 19 Mar 2013 11:44:38 +0000</pubDate>
      
      <guid>/2013/03/19/duff-find-duplicate-files/</guid>
      <description>&lt;p&gt;duff – description:&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Description : Duff is a &lt;a class=&#34;zem_slink&#34; title=&#34;Console application&#34; href=&#34;http://en.wikipedia.org/wiki/Console_application&#34; target=&#34;_blank&#34; rel=&#34;wikipedia&#34;&gt;command-line utility&lt;/a&gt; for quickly finding d&lt;/p&gt;
&lt;figure style=&#34;width: 216px&#34; class=&#34;wp-caption alignright&#34;&gt;&lt;a href=&#34;http://www.flickr.com/photos/36938765@N04/3402661324&#34; target=&#34;_blank&#34;&gt;&lt;img class=&#34;zemanta-img-inserted zemanta-img-configured&#34; title=&#34;AURA Console&#34; alt=&#34;AURA Console&#34; src=&#34;https://i2.wp.com/farm4.static.flickr.com/3664/3402661324_c0cfc8fe54_m.jpg?resize=216%2C132&#34; width=&#34;216&#34; height=&#34;132&#34; data-recalc-dims=&#34;1&#34; /&gt;&lt;/a&gt;&lt;figcaption class=&#34;wp-caption-text&#34;&gt;AURA Console (Photo credit: jameswatts.solfenix)&lt;/figcaption&gt;&lt;/figure&gt;
&lt;p&gt;uplicates in a&lt;br&gt;
given set of files&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;and now time to execute :&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;pre class=&#34;brush: bash; gutter: true; first-line: 1&#34;&gt;find . -type f -print0|duff -e0|&lt;a class=&#34;zem_slink&#34; title=&#34;Xargs&#34; href=&#34;http://en.wikipedia.org/wiki/Xargs&#34; target=&#34;_blank&#34; rel=&#34;wikipedia&#34;&gt;xargs&lt;/a&gt; -0&lt;/pre&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;This will print a list of duplicate files. If you directly want to delete them then you can use them in a rm command directly like ::&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>lightweight pdf viewer – zathura.</title>
      <link>/2013/01/28/lightweight-pdf-viewer-zathura/</link>
      <pubDate>Mon, 28 Jan 2013 00:11:32 +0000</pubDate>
      
      <guid>/2013/01/28/lightweight-pdf-viewer-zathura/</guid>
      <description>&lt;p&gt;&lt;a class=&#34;zem_slink&#34; title=&#34;Zathura&#34; href=&#34;http://www.rottentomatoes.com/m/zathura&#34; target=&#34;_blank&#34; rel=&#34;rottentomatoes&#34;&gt;Zathura&lt;/a&gt; is a lightweight viewer for pdf which works on &lt;a class=&#34;zem_slink&#34; title=&#34;Plug-in (computing)&#34; href=&#34;http://en.wikipedia.org/wiki/Plug-in_%28computing%29&#34; target=&#34;_blank&#34; rel=&#34;wikipedia&#34;&gt;plugins&lt;/a&gt;. Here is shor description :&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Zathura is a highly configurable and functional PDF viewer based on the &lt;a class=&#34;zem_slink&#34; title=&#34;Poppler (software)&#34; href=&#34;http://poppler.freedesktop.org/&#34; target=&#34;_blank&#34; rel=&#34;homepage&#34;&gt;Poppler&lt;/a&gt;&lt;br&gt;
rendering library and the &lt;a class=&#34;zem_slink&#34; title=&#34;GTK+&#34; href=&#34;http://www.gtk.org/&#34; target=&#34;_blank&#34; rel=&#34;homepage&#34;&gt;GTK+&lt;/a&gt; toolkit. The idea behind zathura is an&lt;br&gt;
application that provides a minimalist and space saving interface as well as&lt;br&gt;
an easy usage that mainly focuses on keyboard interaction.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;But the viewer will not work unless you install the plugins to display the correct plugin. So, if you want to use it for any real purposes then you will have to install the appropriate plugin as well, so here is what you need to do:&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Ubuntu – Really force remove a package.</title>
      <link>/2012/09/17/ubuntu-force-remove-package/</link>
      <pubDate>Mon, 17 Sep 2012 02:30:35 +0000</pubDate>
      
      <guid>/2012/09/17/ubuntu-force-remove-package/</guid>
      <description>&lt;p&gt;I was trying to remove a package on one of the &lt;a class=&#34;zem_slink&#34; title=&#34;Ubuntu (operating system)&#34; href=&#34;http://www.ubuntu.com&#34; rel=&#34;homepage&#34; target=&#34;_blank&#34;&gt;Ubuntu&lt;/a&gt; installations the other day and was not able to do so. I tried google and tried all the options mentioned in various forums like “-f”, purge, reinstall and few others but nothing helped. I kept getting some errors about some files being already deleted. I also tried “set -e” in the prompt but the only result I got was terminal also getting killed.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>using iTerm color schmes with gnome-terminal.</title>
      <link>/2012/08/29/iterm-color-schmes-gnome-terminal/</link>
      <pubDate>Wed, 29 Aug 2012 00:40:02 +0000</pubDate>
      
      <guid>/2012/08/29/iterm-color-schmes-gnome-terminal/</guid>
      <description>&lt;figure style=&#34;width: 219px&#34; class=&#34;wp-caption alignright&#34;&gt;&lt;a href=&#34;http://www.flickr.com/photos/35448539@N00/6365506963&#34; target=&#34;_blank&#34;&gt;&lt;img class=&#34;zemanta-img-inserted zemanta-img-configured&#34; title=&#34;the OS X Lion install key&#34; src=&#34;https://i2.wp.com/farm7.static.flickr.com/6096/6365506963_d61498e105_m.jpg?resize=219%2C240&#34; alt=&#34;the OS X Lion install key&#34; width=&#34;219&#34; height=&#34;240&#34; data-recalc-dims=&#34;1&#34; /&gt;&lt;/a&gt;&lt;figcaption class=&#34;wp-caption-text&#34;&gt;the OS X Lion install key (Photo credit: blakespot)&lt;/figcaption&gt;&lt;/figure&gt;
&lt;p&gt;Found this great page and thought of sharing this:&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://www.sharms.org/blog/2012/08/using-iterm-2-themes-with-gnome-terminal/&#34;&gt;http://www.sharms.org/blog/2012/08/using-iterm-2-themes-with-gnome-terminal/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;When using this, you will need to &lt;a class=&#34;zem_slink&#34; title=&#34;Install (Unix)&#34; href=&#34;http://en.wikipedia.org/wiki/Install_%28Unix%29&#34; rel=&#34;wikipedia&#34; target=&#34;_blank&#34;&gt;install&lt;/a&gt; :&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://github.com/caseyhoward/nokogiri-&#34;&gt;https://github.com/caseyhoward/nokogiri-&lt;/a&gt;&lt;a class=&#34;zem_slink&#34; title=&#34;Property list&#34; href=&#34;http://en.wikipedia.org/wiki/Property_list&#34; rel=&#34;wikipedia&#34; target=&#34;_blank&#34;&gt;plist&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;and when you install this, you will find that the &lt;a class=&#34;zem_slink&#34; title=&#34;Filesystem permissions&#34; href=&#34;http://en.wikipedia.org/wiki/Filesystem_permissions&#34; rel=&#34;wikipedia&#34; target=&#34;_blank&#34;&gt;permissions&lt;/a&gt; for the files are not appropriately set, so go to your &lt;a class=&#34;zem_slink&#34; title=&#34;RubyGems&#34; href=&#34;http://rubygems.org&#34; rel=&#34;homepage&#34; target=&#34;_blank&#34;&gt;ruby gems&lt;/a&gt; directory or the installation directory for nokogiri-plist and change the permissions.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>script for changing gnome-terminal color schemes.</title>
      <link>/2012/08/25/script-changing-gnome-terminal-color-schemes/</link>
      <pubDate>Sat, 25 Aug 2012 00:31:51 +0000</pubDate>
      
      <guid>/2012/08/25/script-changing-gnome-terminal-color-schemes/</guid>
      <description>&lt;figure style=&#34;width: 300px&#34; class=&#34;wp-caption alignright&#34;&gt;&lt;a href=&#34;http://commons.wikipedia.org/wiki/File:Gnomelogo.svg&#34; target=&#34;_blank&#34;&gt;&lt;img class=&#34;zemanta-img-inserted zemanta-img-configured&#34; title=&#34;This is the Gnome-Logo made with vectors. GNOM...&#34; src=&#34;http://upload.wikimedia.org/wikipedia/commons/thumb/6/68/Gnomelogo.svg/300px-Gnomelogo.svg.png&#34; alt=&#34;This is the Gnome-Logo made with vectors. GNOM...&#34; width=&#34;300&#34; height=&#34;364&#34; /&gt;&lt;/a&gt;&lt;figcaption class=&#34;wp-caption-text&#34;&gt;This is the Gnome-Logo made with vectors. GNOME and the foot logo are trademarks of the GNOME Foundation. Español: Éste es el logo de Gnome hecho con vectores. GNOME y el logo del pie son marcas registradas de la Fundación GNOME (Photo credit: Wikipedia)&lt;/figcaption&gt;&lt;/figure&gt;
&lt;p&gt;Earlier I had posted &lt;a href=&#34;http://blog.amit-agarwal.co.in/2012/08/21/gnome-terminal-color-schemes/&#34; target=&#34;_blank&#34;&gt;this&lt;/a&gt;. So, if you want to try all of these schemes, then you need not have to &lt;a class=&#34;zem_slink&#34; title=&#34;Cut, copy, and paste&#34; href=&#34;http://en.wikipedia.org/wiki/Cut%2C_copy%2C_and_paste&#34; rel=&#34;wikipedia&#34; target=&#34;_blank&#34;&gt;copy paste&lt;/a&gt; the schemes from the &lt;a class=&#34;zem_slink&#34; title=&#34;Web page&#34; href=&#34;http://en.wikipedia.org/wiki/Web_page&#34; rel=&#34;wikipedia&#34; target=&#34;_blank&#34;&gt;web page&lt;/a&gt;, you can try the below script.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>gnome-terminal color schemes.</title>
      <link>/2012/08/21/gnome-terminal-color-schemes/</link>
      <pubDate>Tue, 21 Aug 2012 01:23:17 +0000</pubDate>
      
      <guid>/2012/08/21/gnome-terminal-color-schemes/</guid>
      <description>&lt;figure style=&#34;width: 240px&#34; class=&#34;wp-caption alignright&#34;&gt;&lt;a href=&#34;http://www.flickr.com/photos/90525468@N00/84319781&#34; target=&#34;_blank&#34;&gt;&lt;img class=&#34;zemanta-img-inserted zemanta-img-configured&#34; title=&#34;Colours&#34; src=&#34;https://i2.wp.com/farm1.static.flickr.com/41/84319781_769e3cbfc2_m.jpg?resize=240%2C182&#34; alt=&#34;Colours&#34; width=&#34;240&#34; height=&#34;182&#34; data-recalc-dims=&#34;1&#34; /&gt;&lt;/a&gt;&lt;figcaption class=&#34;wp-caption-text&#34;&gt;Colours (Photo credit: CherrySoda!)&lt;/figcaption&gt;&lt;/figure&gt;
&lt;p&gt;I was looking for a way to set the terminal &lt;a class=&#34;zem_slink&#34; title=&#34;Color&#34; href=&#34;http://en.wikipedia.org/wiki/Color&#34; rel=&#34;wikipedia&#34; target=&#34;_blank&#34;&gt;colors&lt;/a&gt; for gnome. There is a &lt;a class=&#34;zem_slink&#34; title=&#34;Graphical user interface&#34; href=&#34;http://en.wikipedia.org/wiki/Graphical_user_interface&#34; rel=&#34;wikipedia&#34; target=&#34;_blank&#34;&gt;GUI&lt;/a&gt; way to change the same by going to the &lt;em&gt;Preferences-&amp;gt;Colors&lt;/em&gt;. And then you can change the colors that you see in the color pallete in the bottom of the &lt;a class=&#34;zem_slink&#34; title=&#34;Dialog box&#34; href=&#34;http://en.wikipedia.org/wiki/Dialog_box&#34; rel=&#34;wikipedia&#34; target=&#34;_blank&#34;&gt;dialog box&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;But I was looking at doing it faster and better, and finally I found this page.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>procinfo and procinfo-ng : Get system information from /proc.</title>
      <link>/2012/08/10/procinfo-procinfo-ng-system-information-proc/</link>
      <pubDate>Fri, 10 Aug 2012 06:45:37 +0000</pubDate>
      
      <guid>/2012/08/10/procinfo-procinfo-ng-system-information-proc/</guid>
      <description>&lt;figure style=&#34;width: 269px&#34; class=&#34;wp-caption alignright&#34;&gt;&lt;a href=&#34;http://en.wikipedia.org/wiki/File:Fedora_Project_logo.png&#34; target=&#34;_blank&#34;&gt;&lt;img class=&#34;zemanta-img-inserted zemanta-img-configured&#34; title=&#34;The Fedora Project logo&#34; src=&#34;http://upload.wikimedia.org/wikipedia/en/9/94/Fedora_Project_logo.png&#34; alt=&#34;The Fedora Project logo&#34; width=&#34;269&#34; height=&#34;116&#34; /&gt;&lt;/a&gt;&lt;figcaption class=&#34;wp-caption-text&#34;&gt;The Fedora Project logo (Photo credit: Wikipedia)&lt;/figcaption&gt;&lt;/figure&gt;
&lt;p&gt;Install procinfo or procinfo-ng. The procinfo contains three programs :&lt;/p&gt;
&lt;p&gt;/usr/bin/lsdev&lt;br&gt;
/usr/bin/procinfo&lt;br&gt;
/usr/bin/socklist&lt;/p&gt;
&lt;p&gt;and procinfo-ng contains ::&lt;/p&gt;
&lt;p&gt;/usr/bin/procinfo-ng&lt;/p&gt;
&lt;p&gt;The description for both of them is similar ::&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Name        : procinfo-ng&lt;br&gt;
Version     : 2.0.304&lt;br&gt;
Release     : 5.fc17&lt;br&gt;
Architecture: &lt;a class=&#34;zem_slink&#34; title=&#34;P6 (microarchitecture)&#34; href=&#34;http://en.wikipedia.org/wiki/P6_%28microarchitecture%29&#34; rel=&#34;wikipedia&#34; target=&#34;_blank&#34;&gt;i686&lt;/a&gt;&lt;br&gt;
Install Date: Tue 24 Jul 2012 05:45:10 &lt;a class=&#34;zem_slink&#34; title=&#34;Program management&#34; href=&#34;http://en.wikipedia.org/wiki/Program_management&#34; rel=&#34;wikipedia&#34; target=&#34;_blank&#34;&gt;PM&lt;/a&gt; IST&lt;br&gt;
Group       : Applications/System&lt;br&gt;
Size        : 140366&lt;br&gt;
License     : &lt;a class=&#34;zem_slink&#34; title=&#34;GNU General Public License&#34; href=&#34;http://en.wikipedia.org/wiki/GNU_General_Public_License&#34; rel=&#34;wikipedia&#34; target=&#34;_blank&#34;&gt;GPLv2&lt;/a&gt; and LGPLv2&lt;br&gt;
Signature   : RSA/SHA256, Mon 12 Mar 2012 09:56:55 PM IST, Key ID 50e94c991aca3465&lt;br&gt;
&lt;a class=&#34;zem_slink&#34; title=&#34;Source code&#34; href=&#34;http://en.wikipedia.org/wiki/Source_code&#34; rel=&#34;wikipedia&#34; target=&#34;_blank&#34;&gt;Source&lt;/a&gt; &lt;a class=&#34;zem_slink&#34; title=&#34;RPM (magazine)&#34; href=&#34;http://www.collectionscanada.gc.ca/rpm/index-e.html&#34; rel=&#34;homepage&#34; target=&#34;_blank&#34;&gt;RPM&lt;/a&gt;  : procinfo-ng-2.0.304-5.fc17.src.rpm&lt;br&gt;
Build Date  : Wed 29 Feb 2012 02:30:54 AM IST&lt;br&gt;
Build Host  : x86-06.phx2.fedoraproject.org&lt;br&gt;
Relocations : (not relocatable)&lt;br&gt;
Packager    : &lt;a class=&#34;zem_slink&#34; title=&#34;Fedora Project&#34; href=&#34;http://fedoraproject.org&#34; rel=&#34;homepage&#34; target=&#34;_blank&#34;&gt;Fedora Project&lt;/a&gt;&lt;br&gt;
Vendor      : Fedora Project&lt;br&gt;
&lt;a class=&#34;zem_slink&#34; title=&#34;Uniform Resource Locator&#34; href=&#34;http://en.wikipedia.org/wiki/Uniform_Resource_Locator&#34; rel=&#34;wikipedia&#34; target=&#34;_blank&#34;&gt;URL&lt;/a&gt;         : &lt;a href=&#34;http://sourceforge.net/projects/procinfo-ng/&#34;&gt;http://sourceforge.net/projects/procinfo-ng/&lt;/a&gt;&lt;br&gt;
Summary     : Console-based system monitoring utility&lt;br&gt;
Description :&lt;br&gt;
Procinfo-NG is a &lt;a class=&#34;zem_slink&#34; title=&#34;Rewrite (programming)&#34; href=&#34;http://en.wikipedia.org/wiki/Rewrite_%28programming%29&#34; rel=&#34;wikipedia&#34; target=&#34;_blank&#34;&gt;complete rewrite&lt;/a&gt; of the old system monitoring application&lt;br&gt;
procinfo.  The goal is to make more readable (and reusable) code and to&lt;br&gt;
restore broken functionality.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Music players on Linux – the poor mans random song player.</title>
      <link>/2012/07/20/music-players-linux-poor-mans-random-song-player/</link>
      <pubDate>Fri, 20 Jul 2012 06:06:43 +0000</pubDate>
      
      <guid>/2012/07/20/music-players-linux-poor-mans-random-song-player/</guid>
      <description>&lt;p&gt;If you have more applications running on your system then your system can handle them then you know what I mean when I say that the Music Players take a lot of &lt;a class=&#34;zem_slink&#34; title=&#34;Central processing unit&#34; href=&#34;http://en.wikipedia.org/wiki/Central_processing_unit&#34; rel=&#34;wikipedia&#34; target=&#34;_blank&#34;&gt;CPU&lt;/a&gt;. Otherwise harmless, but when you are doing too many things, then lot of times you would feel that probably stopping the Music player might help. But then &lt;a class=&#34;zem_slink&#34; title=&#34;Linux&#34; href=&#34;http://en.wikipedia.org/wiki/Linux&#34; rel=&#34;wikipedia&#34; target=&#34;_blank&#34;&gt;Linux&lt;/a&gt; is all about alternatives. So, there is a &lt;a class=&#34;zem_slink&#34; title=&#34;Command-line interface&#34; href=&#34;http://en.wikipedia.org/wiki/Command-line_interface&#34; rel=&#34;wikipedia&#34; target=&#34;_blank&#34;&gt;command line&lt;/a&gt; player called &lt;a class=&#34;zem_slink&#34; title=&#34;Mpg123&#34; href=&#34;http://mpg123.org/&#34; rel=&#34;homepage&#34; target=&#34;_blank&#34;&gt;mpg123&lt;/a&gt;, which does not use so much CPU. But what about &lt;a class=&#34;zem_slink&#34; title=&#34;Playlist&#34; href=&#34;http://en.wikipedia.org/wiki/Playlist&#34; rel=&#34;wikipedia&#34; target=&#34;_blank&#34;&gt;playlist&lt;/a&gt; 🙂&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>unable to browse windows network with samba4</title>
      <link>/2012/05/27/unable-browse-windows-network-samba4/</link>
      <pubDate>Sun, 27 May 2012 15:40:58 +0000</pubDate>
      
      <guid>/2012/05/27/unable-browse-windows-network-samba4/</guid>
      <description>&lt;p&gt;I use &lt;a class=&#34;zem_slink&#34; title=&#34;Fedora (operating system)&#34; href=&#34;http://www.fedoraproject.org/&#34; rel=&#34;homepage&#34; target=&#34;_blank&#34;&gt;Fedora&lt;/a&gt; 17 on my work laptop and thus need to connect to windows share sometimes. After I upgraded to Fedora 17 some time, I was unable to browse the windows network. I would get all kind of errors and warnings and tried everything that I knew about Samba to fix the issue. Tried searching through all the forums to figure out what was wrong but nothing helped. And suddenly today I resolved it and guess how:&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Upgrade to Fedora 17 from 16.</title>
      <link>/2012/05/15/upgrade-fedora-17-16/</link>
      <pubDate>Tue, 15 May 2012 15:31:50 +0000</pubDate>
      
      <guid>/2012/05/15/upgrade-fedora-17-16/</guid>
      <description>&lt;p&gt;As usual time in couple of days to &lt;a class=&#34;zem_slink&#34; title=&#34;Upgrade&#34; href=&#34;http://en.wikipedia.org/wiki/Upgrade&#34; rel=&#34;wikipedia&#34; target=&#34;_blank&#34;&gt;upgrade&lt;/a&gt; to &lt;a class=&#34;zem_slink&#34; title=&#34;Fedora (operating system)&#34; href=&#34;http://www.fedoraproject.org/&#34; rel=&#34;homepage&#34; target=&#34;_blank&#34;&gt;Fedora&lt;/a&gt; 17. &lt;a href=&#34;http://fedoraproject.org/wiki/Releases/17/Schedule&#34;&gt;Release schedule&lt;/a&gt; is for 05/22 and so its just around the corner. So, if you are looking at upgrading using &lt;a class=&#34;zem_slink&#34; title=&#34;Yellowdog Updater, Modified&#34; href=&#34;http://yum.baseurl.org/&#34; rel=&#34;homepage&#34; target=&#34;_blank&#34;&gt;yum&lt;/a&gt;, then make sure that you visit this &lt;a href=&#34;http://fedoraproject.org/wiki/Upgrading_Fedora_using_yum#Fedora_16_-.3E_Fedora_17&#34;&gt;page&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;There are some changes in latest version that will not allow you to upgrade without executing few commands manually and that page lists them. And if you are too brave and just want the steps and the command then here it is:&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>uptimed – keep track of your system uptime.</title>
      <link>/2012/04/02/uptimed-track-system-uptime/</link>
      <pubDate>Mon, 02 Apr 2012 07:34:34 +0000</pubDate>
      
      <guid>/2012/04/02/uptimed-track-system-uptime/</guid>
      <description>&lt;blockquote&gt;
&lt;p&gt;Uptimed is an up time record daemon keeping track of the highest&lt;br&gt;
up times the system ever had.&lt;/p&gt;
&lt;p&gt;Uptimed has the ability to inform you of records and milestones&lt;br&gt;
though syslog and e-mail, and comes with a console front end to&lt;br&gt;
parse the records, which can also easily be used to show your&lt;br&gt;
records on your &lt;a class=&#34;zem_slink&#34; title=&#34;Web page&#34; href=&#34;http://en.wikipedia.org/wiki/Web_page&#34; rel=&#34;wikipedia&#34; target=&#34;_blank&#34;&gt;Web page&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;a class=&#34;zem_slink&#34; title=&#34;Installation (computer programs)&#34; href=&#34;http://en.wikipedia.org/wiki/Installation_%28computer_programs%29&#34; rel=&#34;wikipedia&#34; target=&#34;_blank&#34;&gt;Installation&lt;/a&gt; :&lt;/p&gt;
&lt;pre class=&#34;brush: bash; gutter: true; first-line: 1&#34;&gt;sudo yum install uptimed&lt;/pre&gt;
&lt;p&gt;Once installed, you will have to first create the boot id with this command:&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>bash prompts — some good links</title>
      <link>/2012/03/08/bash-prompts-good-links/</link>
      <pubDate>Thu, 08 Mar 2012 12:09:08 +0000</pubDate>
      
      <guid>/2012/03/08/bash-prompts-good-links/</guid>
      <description>&lt;p&gt;Here are some pretty good links on the subject. Since there are already so many blog posts, does not make sense to add one more 🙂&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://tldp.org/HOWTO/Bash-Prompt-HOWTO/c816.html&#34;&gt;http://tldp.org/HOWTO/Bash-Prompt-HOWTO/c816.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://www.gilesorr.com/bashprompt/prompts/&#34;&gt;http://www.gilesorr.com/bashprompt/prompts/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://bbs.archlinux.org/viewtopic.php?id=84386&#34;&gt;https://bbs.archlinux.org/viewtopic.php?id=84386&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Bash themes – &lt;a href=&#34;http://onlamp.com/onlamp/2006/02/02/bash_themes.html&#34;&gt;http://onlamp.com/onlamp/2006/02/02/bash_themes.html&lt;/a&gt;&lt;/p&gt;
&lt;h6 class=&#34;zemanta-related-title&#34; style=&#34;font-size: 1em;&#34;&gt;
  Related articles
&lt;/h6&gt;
&lt;ul class=&#34;zemanta-article-ul&#34;&gt;
  &lt;li class=&#34;zemanta-article-ul-li&#34;&gt;
    &lt;a href=&#34;http://stackoverflow.com/questions/9037620/set-prompts-for-bash-osx&#34; target=&#34;_blank&#34;&gt;set prompts for bash Osx?&lt;/a&gt; (stackoverflow.com)
  &lt;/li&gt;
  &lt;li class=&#34;zemanta-article-ul-li&#34;&gt;
    &lt;a href=&#34;http://stackoverflow.com/questions/9041656/difference-between-bash-shell-and-bash-terminal&#34; target=&#34;_blank&#34;&gt;Difference between Bash shell and Bash terminal?&lt;/a&gt; (stackoverflow.com)
  &lt;/li&gt;
  &lt;li class=&#34;zemanta-article-ul-li&#34;&gt;
    &lt;a href=&#34;http://www.popsugar.com/Jessica-Chastain-Pictures-THR-Oscars-Party-21902093&#34; target=&#34;_blank&#34;&gt;The Hollywood Reporter Rounds Up Jessica Chastian and Owen Wilson For a Pre-Oscars Bash&lt;/a&gt; (popsugar.com)
  &lt;/li&gt;
&lt;/ul&gt;
&lt;div class=&#34;zemanta-pixie&#34; style=&#34;margin-top: 10px; height: 15px;&#34;&gt;
  &lt;a class=&#34;zemanta-pixie-a&#34; title=&#34;Enhanced by Zemanta&#34; href=&#34;http://www.zemanta.com/&#34;&gt;&lt;img class=&#34;zemanta-pixie-img&#34; style=&#34;float: right;&#34; src=&#34;https://i1.wp.com/img.zemanta.com/zemified_e.png?w=688&#34; alt=&#34;Enhanced by Zemanta&#34; data-recalc-dims=&#34;1&#34; /&gt;&lt;/a&gt;
&lt;/div&gt;</description>
    </item>
    
    <item>
      <title>15 Linux Bash History Expansion Examples You Should Know</title>
      <link>/2012/03/02/15-linux-bash-history-expansion-examples/</link>
      <pubDate>Fri, 02 Mar 2012 11:41:20 +0000</pubDate>
      
      <guid>/2012/03/02/15-linux-bash-history-expansion-examples/</guid>
      <description>&lt;figure style=&#34;width: 300px&#34; class=&#34;wp-caption alignright&#34;&gt;&lt;a href=&#34;http://commons.wikipedia.org/wiki/File:Bash_screenshot.png&#34; target=&#34;_blank&#34;&gt;&lt;img class=&#34;zemanta-img-inserted zemanta-img-configured&#34; title=&#34;Screenshot of a sample Bash session, taken on ...&#34; src=&#34;http://upload.wikimedia.org/wikipedia/commons/thumb/e/e7/Bash_screenshot.png/300px-Bash_screenshot.png&#34; alt=&#34;Screenshot of a sample Bash session, taken on ...&#34; width=&#34;300&#34; height=&#34;408&#34; /&gt;&lt;/a&gt;&lt;figcaption class=&#34;wp-caption-text&#34;&gt;Image via Wikipedia&lt;/figcaption&gt;&lt;/figure&gt;
&lt;p&gt;Here is a nice &lt;a href=&#34;http://www.thegeekstuff.com/2011/08/bash-history-expansion/&#34; target=&#34;_blank&#34;&gt;link&lt;/a&gt; on BASH History Expansion. There are lot of examples in this page and some of them might be quite useful. But here are my list of favourites:&lt;/p&gt;
&lt;pre class=&#34;brush: bash; gutter: true; first-line: 1&#34;&gt;!!&lt;/pre&gt;
&lt;p&gt;This is probably the most used one by me. This will repeat the last command. And this works even in conjunction with other commands like&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Check out all the colors on you X window system.</title>
      <link>/2012/02/24/check-colors-window-system/</link>
      <pubDate>Fri, 24 Feb 2012 05:12:52 +0000</pubDate>
      
      <guid>/2012/02/24/check-colors-window-system/</guid>
      <description>&lt;p&gt;If you ever wondered what combination of some colors would look like but did not really feel like setting them in your &lt;a class=&#34;zem_slink&#34; title=&#34;Xterm&#34; href=&#34;http://invisible-island.net/xterm/&#34; rel=&#34;homepage&#34;&gt;xterm&lt;/a&gt; just to check them out. Or if you wanted to know about all the colors on you &lt;a class=&#34;zem_slink&#34; title=&#34;X Window System&#34; href=&#34;http://en.wikipedia.org/wiki/X_Window_System&#34; rel=&#34;wikipedia&#34;&gt;X window system&lt;/a&gt; then you can install this utility called xcolorsel.&lt;/p&gt;
&lt;figure id=&#34;attachment_3159&#34; aria-describedby=&#34;caption-attachment-3159&#34; style=&#34;width: 300px&#34; class=&#34;wp-caption aligncenter&#34;&gt;[&lt;img class=&#34;size-medium wp-image-3159&#34; title=&#34;xcolorsel&#34; src=&#34;https://i1.wp.com/blog.amit-agarwal.com/wp-content/uploads/2012/02/xcolorsel-300x198.png?resize=300%2C198&#34; alt=&#34;xcolorsel&#34; width=&#34;300&#34; height=&#34;198&#34; srcset=&#34;https://i1.wp.com/blog.amit-agarwal.co.in/wp-content/uploads/2012/02/xcolorsel.png?resize=300%2C198 300w, https://i1.wp.com/blog.amit-agarwal.co.in/wp-content/uploads/2012/02/xcolorsel.png?resize=150%2C99 150w, https://i1.wp.com/blog.amit-agarwal.co.in/wp-content/uploads/2012/02/xcolorsel.png?w=737 737w&#34; sizes=&#34;(max-width: 300px) 100vw, 300px&#34; data-recalc-dims=&#34;1&#34; /&gt;][1]&lt;figcaption id=&#34;caption-attachment-3159&#34; class=&#34;wp-caption-text&#34;&gt;xcolorsel&lt;/figcaption&gt;&lt;/figure&gt;
&lt;p&gt;You will need to setup the &lt;a href=&#34;http://blog.amit-agarwal.com/2012/01/18/interesting-repository-fedora/&#34; title=&#34;Interesting repository for Fedora.&#34;&gt;rpm-shere&lt;/a&gt; repo for this.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Set gnome-shell to start in fallback mode without GUI.</title>
      <link>/2012/01/26/set-gnome-shell-start-fallback-mode-gui/</link>
      <pubDate>Thu, 26 Jan 2012 13:05:25 +0000</pubDate>
      
      <guid>/2012/01/26/set-gnome-shell-start-fallback-mode-gui/</guid>
      <description>&lt;p&gt;If you run into issues with &lt;a class=&#34;zem_slink&#34; title=&#34;GNOME Shell&#34; href=&#34;http://live.gnome.org/GnomeShell&#34; rel=&#34;homepage&#34;&gt;gnome-shell&lt;/a&gt; then gnome-shell should allow you to disable all the plugins and get the gnome-shell. But since gnome-shell is still evolving, you might run into issue where the shell does not come up. What to do in that case. You can set the shell to start in fallback mode, where there are more chances that it will come up.&lt;/p&gt;
&lt;p&gt;Alas, but you don’t have a shell or desktop session to do that. Simple, start the gnome-shell and before it is killed, do this:&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Rekursive Grep on Solaris or AIX Systems without GNU egrep -r funcionality</title>
      <link>/2011/12/16/rekursive-grep-solaris-aix-systems-gnu-egrep-r-funcionality/</link>
      <pubDate>Fri, 16 Dec 2011 03:00:27 +0000</pubDate>
      
      <guid>/2011/12/16/rekursive-grep-solaris-aix-systems-gnu-egrep-r-funcionality/</guid>
      <description>&lt;p&gt;If you work regularly on a &lt;a class=&#34;zem_slink&#34; title=&#34;Solaris (operating system)&#34; href=&#34;http://oracle.com/solaris&#34; rel=&#34;homepage&#34;&gt;Solaris&lt;/a&gt; or systems which do not have the “-r” (recursive &lt;a class=&#34;zem_slink&#34; title=&#34;Grep&#34; href=&#34;http://en.wikipedia.org/wiki/Grep&#34; rel=&#34;wikipedia&#34;&gt;grep&lt;/a&gt;) for grep, then you know what a lifesaver this command can be.&lt;/p&gt;
&lt;p&gt;Here is one from &lt;a class=&#34;zem_slink&#34; title=&#34;Command-line interface&#34; href=&#34;http://en.wikipedia.org/wiki/Command-line_interface&#34; rel=&#34;wikipedia&#34;&gt;command line&lt;/a&gt; fu:&lt;/p&gt;
&lt;pre class=&#34;brush: bash; gutter: true; first-line: 1&#34;&gt;find . -type f -exec awk &#39;/linux/ { printf &#34;%s %s: %s\n&#34;, FILENAME, NR, $0; }&#39; {} \;&lt;/pre&gt;
&lt;p&gt;The benefit of using awk here is that you can print the line number also 🙂&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Consistent ethernet device names in Verne</title>
      <link>/2011/12/13/consistent-ethernet-device-names-verne/</link>
      <pubDate>Tue, 13 Dec 2011 02:50:54 +0000</pubDate>
      
      <guid>/2011/12/13/consistent-ethernet-device-names-verne/</guid>
      <description>&lt;figure style=&#34;width: 300px&#34; class=&#34;wp-caption alignright&#34;&gt;[&lt;img class=&#34;zemanta-img-inserted zemanta-img-configured&#34; title=&#34;Català: Aquest es el logo de Gnome fet amb vec...&#34; src=&#34;http://upload.wikimedia.org/wikipedia/commons/thumb/6/68/Gnomelogo.svg/300px-Gnomelogo.svg.png&#34; alt=&#34;Català: Aquest es el logo de Gnome fet amb vec...&#34; width=&#34;300&#34; height=&#34;364&#34; /&gt;][1]&lt;figcaption class=&#34;wp-caption-text&#34;&gt;Image via Wikipedia&lt;/figcaption&gt;&lt;/figure&gt;
&lt;p&gt;&lt;a class=&#34;zem_slink&#34; title=&#34;Fedora (operating system)&#34; href=&#34;http://www.fedoraproject.org/&#34; rel=&#34;homepage&#34;&gt;Fedora&lt;/a&gt; now supports consistent device names across the network with bios device names for the ethernet devices. If you upgraded your earlier version of Fedora then you may need to go to &lt;a class=&#34;zem_slink&#34; title=&#34;Superuser&#34; href=&#34;http://en.wikipedia.org/wiki/Superuser&#34; rel=&#34;wikipedia&#34;&gt;root access&lt;/a&gt; to get this working.&lt;/p&gt;
&lt;p&gt;Here is what you need to do:&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Linux hardware details.</title>
      <link>/2011/11/28/linux-hardware-details/</link>
      <pubDate>Mon, 28 Nov 2011 11:20:25 +0000</pubDate>
      
      <guid>/2011/11/28/linux-hardware-details/</guid>
      <description>&lt;p&gt;Here is one of the scripts that I found on the net while searching for something … Note the &lt;a class=&#34;zem_slink&#34; title=&#34;Uniform Resource Locator&#34; href=&#34;http://en.wikipedia.org/wiki/Uniform_Resource_Locator&#34; rel=&#34;wikipedia&#34;&gt;URL&lt;/a&gt; for the script in the Description.&lt;/p&gt;
&lt;pre class=&#34;brush: bash; gutter: true; first-line: 1&#34;&gt;#!/bin/bash -
#===============================================================================
#
#          FILE:  linux_hw.sh
#
#         USAGE:  ./linux_hw.sh
#
#   DESCRIPTION:  http://www.howtogeek.com/howto/solaris/get-the-processor-type-on-solaris/
#
#       OPTIONS:  ---
#  REQUIREMENTS:  ---
#          BUGS:  ---
#         NOTES:  ---
#        AUTHOR: &lt;a class=&#34;zem_slink&#34; title=&#34;Amit Agarwal&#34; href=&#34;http://www.labnol.org/about/&#34; rel=&#34;homepage&#34;&gt;Amit Agarwal&lt;/a&gt; (aka), amit.agarwal@roamware.com
#       COMPANY: Roamware India Pvt Ltd
#       CREATED: 09/13/2011 03:57:34 PM IST
# Last modified: Sun Oct 30, 2011  04:59PM
#      REVISION:  ---
#===============================================================================

function linux_hw_CPU {
	&lt;a class=&#34;zem_slink&#34; title=&#34;Typesetting&#34; href=&#34;http://en.wikipedia.org/wiki/Typesetting&#34; rel=&#34;wikipedia&#34;&gt;typeset&lt;/a&gt; num=0
	typeset name=&#34;&#34;
	typeset cores=&#34;&#34;
	name=&#34;$( cat &lt;a class=&#34;zem_slink&#34; title=&#34;Procfs&#34; href=&#34;http://en.wikipedia.org/wiki/Procfs&#34; rel=&#34;wikipedia&#34;&gt;/proc/cpuinfo&lt;/a&gt; | awk -F: &#39;
/vendor_id/ { vendor=$2 }
/model name/ { model=$2 }
/cpu &lt;a class=&#34;zem_slink&#34; title=&#34;Hertz&#34; href=&#34;http://en.wikipedia.org/wiki/Hertz&#34; rel=&#34;wikipedia&#34;&gt;MHz&lt;/a&gt;/ {
if( model ~ &#34;Hz&#34; ) {speed=&#34;&#34;} else { speed=$2? MHz&#34; };
print vendor, model, speed; }
		&#39; | tail -1
	)&#34;

        num=$(if [ -r /proc/vmware/cpuinfo ]; then awk &#39;/pcpu/ { print NF-1 }&#39; /proc/vmware/cpuinfo; else cat /proc/cpuinfo | &lt;a class=&#34;zem_slink&#34; title=&#34;Grep&#34; href=&#34;http://en.wikipedia.org/wiki/Grep&#34; rel=&#34;wikipedia&#34;&gt;grep&lt;/a&gt; processor| wc -l; fi)

	# ESX: mas info sobre logical/cores/packages
	if [ -r /proc/vmware/sched/ncpus ]
	then
		cores=$( echo $( cat /proc/vmware/sched/ncpus ) )
	fi

	echo $num $( echo &#34;$name ($cores)&#34; | enclose )
}

function enclose {
	tr -s &#34; &#34; | sed -e &#34;s/^/\&#34;/; s/$/\&#34;/; s/\&#34;\ /\&#34;/; s/\ \&#34;/\&#34;/&#34;
}

function linux_hw_CPU {

	typeset num=0
	typeset name=&#34;&#34;
	typeset cores=&#34;&#34;

	name=&#34;$(
		cat /proc/cpuinfo | awk -F: &#39;
/vendor_id/ { vendor=$2 }
/model name/ { model=$2 }
/cpu MHz/ {
if( model ~ &#34;Hz&#34; ) {speed=&#34;&#34;} else { speed=$2&#34; MHz&#34; };
print vendor, model, speed; }
		&#39; | tail -1
	)&#34;

	num=$(
		if [ -r /proc/vmware/cpuinfo ]
		then
			awk &#39;/pcpu/ { print NF-1 }&#39; /proc/vmware/cpuinfo
		else
			cat /proc/cpuinfo | grep processor| wc -l
		fi

	)

	if grep -q &#34;physical id&#34; /proc/cpuinfo || grep &#34;siblings&#34; /proc/cpuinfo
	then
		chip_count=$( grep &#34;physical id&#34; /proc/cpuinfo | sort -u | wc -l )
		chip_core=$( grep &#34;siblings&#34; /proc/cpuinfo | tail -1 | cut -d: -f2 )
		cores=&#34;($chip_count chips x $chip_core cores)&#34;
	fi

	# Blades HP con
	if [ -x /sbin/hpasmcli ]
	then
		chip_name=$( /sbin/hpasmcli -s &#34;SHOW &lt;a class=&#34;zem_slink&#34; title=&#34;Server (computing)&#34; href=&#34;http://en.wikipedia.org/wiki/Server_%28computing%29&#34; rel=&#34;wikipedia&#34;&gt;SERVER&lt;/a&gt;&#34; | grep &#34;Name&#34; | head -1 | cut -d: -f2 )
		chip_speed=$( /sbin/hpasmcli -s &#34;SHOW SERVER&#34; | grep &#34;Speed&#34; | head -1 | cut -d: -f2 )
		chip_core=$( /sbin/hpasmcli -s &#34;SHOW SERVER&#34; | grep &#34;Core&#34; | head -1 | cut -d: -f2 )
	fi

	# ESX: mas info sobre logical/cores/packages
	if [ -r /proc/vmware/sched/ncpus ]
	then
		cores=&#34;($( echo $( cat /proc/vmware/sched/ncpus ) ))&#34;
	fi

	# &lt;a class=&#34;zem_slink&#34; title=&#34;Linux&#34; href=&#34;http://www.kernel.org/&#34; rel=&#34;homepage&#34;&gt;Linux&lt;/a&gt; &lt;a class=&#34;zem_slink&#34; title=&#34;Itanium&#34; href=&#34;http://en.wikipedia.org/wiki/Itanium&#34; rel=&#34;wikipedia&#34;&gt;Itanium&lt;/a&gt; IA64
	if grep -q -i itanium /proc/cpuinfo
	then
		name=&#34;$(
		grep &#34;vendor&#34; /proc/cpuinfo | cut -d: -f2- | tail -1 ) $(
		grep &#34;arch &#34; /proc/cpuinfo | cut -d: -f2- | tail -1 ) $(
		grep &#34;family&#34; /proc/cpuinfo | cut -d: -f2- | tail -1 ) $(
		grep &#34;cpu MHz&#34; /proc/cpuinfo | cut -d: -f2- | cut -d. -f1 | tail -1 ) Mhz&#34;

		chip_count=$( grep &#34;physical id&#34; /proc/cpuinfo | sort -u | wc -l )
		chip_core=$( grep &#34;siblings&#34; /proc/cpuinfo | tail -1 | cut -d: -f2 )
		cores=&#34;($chip_count chips x $chip_core cores)&#34;
	fi

	echo $num $( echo &#34;$name $cores&#34; | enclose )
}

linux_hw_CPU&lt;/pre&gt;
&lt;h6 class=&#34;zemanta-related-title&#34; style=&#34;font-size: 1em;&#34;&gt;
  Related articles
&lt;/h6&gt;
&lt;ul class=&#34;zemanta-article-ul&#34;&gt;
  &lt;li class=&#34;zemanta-article-ul-li&#34;&gt;
    &lt;a href=&#34;http://weijianhui16.wordpress.com/2011/09/06/linux%e6%9f%a5%e7%9c%8b%e7%a1%ac%e4%bb%b6%e4%bf%a1%e6%81%af/&#34;&gt;linux??????&lt;/a&gt; (weijianhui16.wordpress.com)
  &lt;/li&gt;
  &lt;li class=&#34;zemanta-article-ul-li&#34;&gt;
    &lt;a href=&#34;http://singztechmusings.wordpress.com/2011/06/15/how-to-check-the-uptime-of-a-process-or-an-application-running-in-linux-machine-using-shell-script/&#34;&gt;How to check the uptime of a process (or an application) running in Linux machine using shell script?&lt;/a&gt; (singztechmusings.wordpress.com)
  &lt;/li&gt;
  &lt;li class=&#34;zemanta-article-ul-li&#34;&gt;
    &lt;a href=&#34;http://javarevisited.wordpress.com/2011/06/15/good-examples-of-grep-command-in-unix-and-linux/&#34;&gt;Some examples of grep command in unix&lt;/a&gt; (javarevisited.wordpress.com)
  &lt;/li&gt;
&lt;/ul&gt;
&lt;div class=&#34;zemanta-pixie&#34; style=&#34;margin-top: 10px; height: 15px;&#34;&gt;
  &lt;a class=&#34;zemanta-pixie-a&#34; title=&#34;Enhanced by Zemanta&#34; href=&#34;http://www.zemanta.com/&#34;&gt;&lt;img class=&#34;zemanta-pixie-img&#34; style=&#34;float: right;&#34; src=&#34;https://i1.wp.com/img.zemanta.com/zemified_e.png?w=688&#34; alt=&#34;Enhanced by Zemanta&#34; data-recalc-dims=&#34;1&#34; /&gt;&lt;/a&gt;
&lt;/div&gt;</description>
    </item>
    
    <item>
      <title>using `!#$’ to referance backward-word</title>
      <link>/2011/11/03/referance-backward-word/</link>
      <pubDate>Thu, 03 Nov 2011 07:20:20 +0000</pubDate>
      
      <guid>/2011/11/03/referance-backward-word/</guid>
      <description>&lt;div class=&#34;zemanta-img&#34; style=&#34;margin: 1em; display: block;&#34;&gt;
  &lt;p&gt;
    &lt;figure style=&#34;width: 240px&#34; class=&#34;wp-caption alignright&#34;&gt;&lt;a href=&#34;http://www.flickr.com/photos/8945974@N08/5507068816&#34;&gt;&lt;img class=&#34;zemanta-img-configured&#34; title=&#34;Operating System Tablet Strategy&#34; src=&#34;https://i1.wp.com/blog.amit-agarwal.co.in/wp-content/uploads/zemanta//5507068816_ded55139d2_m.jpg?resize=240%2C124&#34; alt=&#34;Operating System Tablet Strategy&#34; width=&#34;240&#34; height=&#34;124&#34; data-recalc-dims=&#34;1&#34; /&gt;&lt;/a&gt;&lt;figcaption class=&#34;wp-caption-text&#34;&gt;Image by jeffalldridge via Flickr&lt;/figcaption&gt;&lt;/figure&gt;
  &lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Here is something that I found on the &lt;a href=&#34;http://www.commandlinefu.com/commands/view/9327/using-to-referance-backward-word&#34; target=&#34;_blank&#34;&gt;commandlinefu&lt;/a&gt;&lt;/p&gt;
&lt;pre class=&#34;brush: bash; gutter: true; first-line: 1&#34;&gt;cp /work/host/phone/ui/main.cpp !#$:s/host/target&lt;/pre&gt;
&lt;p&gt;Ah well…its very interesting and very useful.&lt;/p&gt;
&lt;p&gt;Some explanation:&lt;/p&gt;
&lt;p&gt;!# – means the current command (similar to !! being the last command)&lt;/p&gt;
&lt;p&gt;$ – represents the last parameter&lt;/p&gt;
&lt;p&gt;:s – is used for substitution.&lt;/p&gt;
&lt;h6 class=&#34;zemanta-related-title&#34; style=&#34;font-size: 1em;&#34;&gt;
  Related articles
&lt;/h6&gt;
&lt;ul class=&#34;zemanta-article-ul&#34;&gt;
  &lt;li class=&#34;zemanta-article-ul-li&#34;&gt;
    &lt;a href=&#34;http://www.makeuseof.com/tag/commandlinefu-amazing-collection-command-line-gems-linux-mac/&#34;&gt;CommandLineFu: Amazing Collection Of Command Line Gems [Linux &amp; Mac]&lt;/a&gt; (&lt;a class=&#34;zem_slink&#34; title=&#34;MakeUseOf&#34; href=&#34;http://www.makeuseof.com/dir/&#34; rel=&#34;homepage&#34;&gt;makeuseof.com&lt;/a&gt;)
  &lt;/li&gt;
  &lt;li class=&#34;zemanta-article-ul-li&#34;&gt;
    &lt;a href=&#34;http://ftalphaville.ft.com/blog/2011/10/28/715136/oh-the-iron-y/&#34;&gt;Oh, the Iron-y&lt;/a&gt; (ftalphaville.ft.com)
  &lt;/li&gt;
&lt;/ul&gt;
&lt;div class=&#34;zemanta-pixie&#34; style=&#34;margin-top: 10px; height: 15px;&#34;&gt;
  &lt;a class=&#34;zemanta-pixie-a&#34; title=&#34;Enhanced by Zemanta&#34; href=&#34;http://www.zemanta.com/&#34;&gt;&lt;img class=&#34;zemanta-pixie-img&#34; style=&#34;float: right;&#34; src=&#34;https://i1.wp.com/img.zemanta.com/zemified_e.png?w=688&#34; alt=&#34;Enhanced by Zemanta&#34; data-recalc-dims=&#34;1&#34; /&gt;&lt;/a&gt;
&lt;/div&gt;</description>
    </item>
    
    <item>
      <title>gnome-tweak-tool gets a fantastic new Font Selector window</title>
      <link>/2011/10/27/gnometweaktool-fantastic-font-selector-window/</link>
      <pubDate>Thu, 27 Oct 2011 12:47:11 +0000</pubDate>
      
      <guid>/2011/10/27/gnometweaktool-fantastic-font-selector-window/</guid>
      <description>&lt;p&gt;Here is the &lt;a class=&#34;zem_slink&#34; title=&#34;Quick Look&#34; href=&#34;http://www.apple.com/macosx/what-is-macosx/quick-look.html&#34; rel=&#34;homepage&#34;&gt;quick look&lt;/a&gt; at how the Font Selector looks like now. And its not just for the gnome-tweak-tool, its for all the places for font selection. I really loved it. So intuitive to use and amazingly good to look. This is what a good design and thinking can do. Kudos to Gnome team for coming up with this.&lt;/p&gt;
&lt;figure id=&#34;attachment_3077&#34; aria-describedby=&#34;caption-attachment-3077&#34; style=&#34;width: 300px&#34; class=&#34;wp-caption aligncenter&#34;&gt;[&lt;img class=&#34;size-medium wp-image-3077&#34; title=&#34;Font Selector for Verne&#34; src=&#34;https://i0.wp.com/blog.amit-agarwal.com/wp-content/uploads/2011/10/fontSelector-300x258.jpg?resize=300%2C258&#34; alt=&#34;Font Selector for Verne&#34; width=&#34;300&#34; height=&#34;258&#34; srcset=&#34;https://i2.wp.com/blog.amit-agarwal.co.in/wp-content/uploads/2011/10/fontSelector.jpg?resize=300%2C258 300w, https://i2.wp.com/blog.amit-agarwal.co.in/wp-content/uploads/2011/10/fontSelector.jpg?resize=150%2C129 150w, https://i2.wp.com/blog.amit-agarwal.co.in/wp-content/uploads/2011/10/fontSelector.jpg?w=556 556w&#34; sizes=&#34;(max-width: 300px) 100vw, 300px&#34; data-recalc-dims=&#34;1&#34; /&gt;][1]&lt;figcaption id=&#34;caption-attachment-3077&#34; class=&#34;wp-caption-text&#34;&gt;Font Selector for Verne&lt;/figcaption&gt;&lt;/figure&gt;
&lt;h6 class=&#34;zemanta-related-title&#34; style=&#34;font-size: 1em;&#34;&gt;
  Related articles
&lt;/h6&gt;
&lt;ul class=&#34;zemanta-article-ul&#34;&gt;
  &lt;li class=&#34;zemanta-article-ul-li&#34;&gt;
    &lt;a href=&#34;http://iliedumitrascu77.wordpress.com/2011/10/07/cum-instalam-interfata-gnome-3-in-linux-ubuntu-11-04/&#34;&gt;Cum instalam interfata Gnome 3 in Linux Ubuntu 11.04&lt;/a&gt; (iliedumitrascu77.wordpress.com)
  &lt;/li&gt;
  &lt;li class=&#34;zemanta-article-ul-li&#34;&gt;
    &lt;a href=&#34;http://maketecheasier.com/install-custom-gnome-shell-themes/2011/09/27&#34;&gt;How to Install Custom Gnome Shell Themes&lt;/a&gt; (maketecheasier.com)
  &lt;/li&gt;
  &lt;li class=&#34;zemanta-article-ul-li&#34;&gt;
    &lt;a href=&#34;http://www.omgubuntu.co.uk/2011/09/google-gnome-shell-theme/&#34;&gt;Stunning Google-Inspired GNOME Shell Theme&lt;/a&gt; (omgubuntu.co.uk)
  &lt;/li&gt;
&lt;/ul&gt;
&lt;div class=&#34;zemanta-pixie&#34; style=&#34;margin-top: 10px; height: 15px;&#34;&gt;
  &lt;a class=&#34;zemanta-pixie-a&#34; title=&#34;Enhanced by Zemanta&#34; href=&#34;http://www.zemanta.com/&#34;&gt;&lt;img class=&#34;zemanta-pixie-img&#34; style=&#34;float: right;&#34; src=&#34;https://i1.wp.com/img.zemanta.com/zemified_e.png?w=688&#34; alt=&#34;Enhanced by Zemanta&#34; data-recalc-dims=&#34;1&#34; /&gt;&lt;/a&gt;
&lt;/div&gt;</description>
    </item>
    
    <item>
      <title>Creating a chroot environment – the script.</title>
      <link>/2011/09/23/creating-chroot-environment-script/</link>
      <pubDate>Fri, 23 Sep 2011 09:47:48 +0000</pubDate>
      
      <guid>/2011/09/23/creating-chroot-environment-script/</guid>
      <description>&lt;p&gt;Here is the script, very simple and effective 🙂&lt;/p&gt;
&lt;pre class=&#34;brush: bash; gutter: true; first-line: 1&#34;&gt;#!/bin/bash -
#===============================================================================
#
#          FILE:  mkchroot.sh
#
#         USAGE:  ./mkchroot.sh
#
#   DESCRIPTION:  Make a  chroot environ and cd to it
#
#       OPTIONS:  ---
#  REQUIREMENTS:  ---
#          BUGS:  ---
#         NOTES:  ---
#        AUTHOR: Amit Agarwal (aka), 
#       CREATED: 09/03/2011 02:53:37 PM IST
# Last modified: Sat Sep 03, 2011  03:11PM
#      REVISION:  ---
#===============================================================================

 binaries=( bash2 ls cat vi vim sudo)
#===  FUNCTION  ================================================================
#          NAME:  copy_binary
#   DESCRIPTION:  copy binary to chroot
#    PARAMETERS:
#       RETURNS:
#===============================================================================

copy_binary ()
{
   cmd=`which $1`
   echo $cmd
   cp $cmd bin/
   ldd $cmd
   while read line
   do
      while read ld
      do
         if [[ -f $ld ]]
         then
            echo copy $ld
            cp $ld lib/
            if [[ -L $ld ]]
            then
               ld1=$( ls -l $ld |sed &#39;s/.*&amp;gt; //&#39;)
               echo &#34;  copy $ld1&#34;
               cp  /lib/$ld1 lib/
            fi
         fi
      done &amp;lt; &amp;lt;(echo $line|sed &#39;s/.*&amp;gt; //&#39;|sed &#39;s/ .*//&#39;)
   done &amp;lt; &amp;lt;(ldd $cmd)
}	# ----------  end of function copy_binary  ----------

#===  FUNCTION  ================================================================
#          NAME:  init
#   DESCRIPTION:  Do the required initialization
#    PARAMETERS:
#       RETURNS:
#===============================================================================
init()
{
   mkdir -p {root,home,dev,etc,lib,usr,bin}
   mkdir -p usr/bin
   mkdir -p libexec/openssh



   mknod -m 666 dev/null c 1 3

   cd etc
   cp /etc/ld.so.cache .
   cp -avr /etc/ld.so.cache.d/ .
   cp -avr /etc/ld.so.conf.d/ .
   cp /etc/ld.so.conf .
   cp /etc/nsswitch.conf .
   cp /etc/passwd .
   cp /etc/group .
   cp /etc/hosts .
   cp /etc/resolv.conf .
   cd -
}
cd $1
if [[ -f .status ]]
then
   cat .status
   echo &#34;Not running now&#34;
else
   init
   for i in ${binaries[*]}
   do
       copy_binary $i
       cp -avr /etc/${i}* etc/
   done
   ln bin/bash2 bin/bash
   echo &#34;complete&#34; &amp;gt; .status
fi
cp -avr ~/bin/automation root/automation
sudo chroot .

&lt;/pre&gt;
&lt;p&gt;.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Gnome 3 screenshot with conky dock</title>
      <link>/2011/08/18/gnome-3-screenshot-conky-dock/</link>
      <pubDate>Thu, 18 Aug 2011 17:06:20 +0000</pubDate>
      
      <guid>/2011/08/18/gnome-3-screenshot-conky-dock/</guid>
      <description>&lt;!--[ad#ad-2]--&gt;
&lt;p&gt;Just to give you a idea of how beautiful it looks, here’s a screenshot 🙂&lt;/p&gt;
&lt;figure id=&#34;attachment_3000&#34; aria-describedby=&#34;caption-attachment-3000&#34; style=&#34;width: 300px&#34; class=&#34;wp-caption aligncenter&#34;&gt;[&lt;img class=&#34;size-medium wp-image-3000&#34; title=&#34;gnome3-desktop&#34; src=&#34;https://i0.wp.com/blog.amit-agarwal.co.in/wp-content/uploads/2011/08/gnome3-desktop.jpg?resize=300%2C187&#34; alt=&#34;gnome3-desktop&#34; width=&#34;300&#34; height=&#34;187&#34; srcset=&#34;https://i0.wp.com/blog.amit-agarwal.co.in/wp-content/uploads/2011/08/gnome3-desktop.jpg?resize=300%2C187 300w, https://i0.wp.com/blog.amit-agarwal.co.in/wp-content/uploads/2011/08/gnome3-desktop.jpg?resize=150%2C93 150w, https://i0.wp.com/blog.amit-agarwal.co.in/wp-content/uploads/2011/08/gnome3-desktop.jpg?w=640 640w&#34; sizes=&#34;(max-width: 300px) 100vw, 300px&#34; data-recalc-dims=&#34;1&#34; /&gt;][1]&lt;figcaption id=&#34;caption-attachment-3000&#34; class=&#34;wp-caption-text&#34;&gt;gnome3-desktop&lt;/figcaption&gt;&lt;/figure&gt;
&lt;h6 class=&#34;zemanta-related-title&#34; style=&#34;font-size: 1em;&#34;&gt;
  Related articles
&lt;/h6&gt;
&lt;ul class=&#34;zemanta-article-ul&#34;&gt;
  &lt;li class=&#34;zemanta-article-ul-li&#34;&gt;
    &lt;a href=&#34;http://www.omgubuntu.co.uk/2011/06/this-stairway-to-heaven-ubuntu-desktop-is-gorgeous-and-simple-to-achieve/&#34;&gt;This &amp;#8216;Stairway to Heaven&amp;#8217; Ubuntu desktop is gorgeous and simple to achieve&lt;/a&gt; (omgubuntu.co.uk)
  &lt;/li&gt;
  &lt;li class=&#34;zemanta-article-ul-li&#34;&gt;
    &lt;a href=&#34;http://www.omgubuntu.co.uk/2011/08/how-to-minimal-narwhal-desktop/&#34;&gt;[How To] Make A Minimal-looking Narwhal Desktop&lt;/a&gt; (omgubuntu.co.uk)
  &lt;/li&gt;
  &lt;li class=&#34;zemanta-article-ul-li&#34;&gt;
    &lt;a href=&#34;http://www.casasugar.com/Gnomes-Home-13929843&#34;&gt;Gnome Sweet Gnome&lt;/a&gt; (casasugar.com)
  &lt;/li&gt;
&lt;/ul&gt;
&lt;div class=&#34;zemanta-pixie&#34; style=&#34;margin-top: 10px; height: 15px;&#34;&gt;
  &lt;a class=&#34;zemanta-pixie-a&#34; title=&#34;Enhanced by Zemanta&#34; href=&#34;http://www.zemanta.com/&#34;&gt;&lt;img class=&#34;zemanta-pixie-img&#34; style=&#34;float: right;&#34; src=&#34;https://i1.wp.com/img.zemanta.com/zemified_e.png?w=688&#34; alt=&#34;Enhanced by Zemanta&#34; data-recalc-dims=&#34;1&#34; /&gt;&lt;/a&gt;
&lt;/div&gt;</description>
    </item>
    
    <item>
      <title>Total upload and download on any interface.</title>
      <link>/2011/06/05/total-upload-download-interface/</link>
      <pubDate>Sun, 05 Jun 2011 01:29:21 +0000</pubDate>
      
      <guid>/2011/06/05/total-upload-download-interface/</guid>
      <description>&lt;!--[ad#ad-2]--&gt;
&lt;p&gt;Something that I have been searching for a long time, finally some look inside the &amp;lt;a class=&amp;ldquo;zem_slink&amp;rdquo; title=&amp;ldquo;Procfs&amp;rdquo; rel=&amp;ldquo;wikipedia&amp;rdquo; href=&amp;ldquo;&lt;a href=&#34;http://en.wikipedia.org/wiki/Procfs%22&#34;&gt;http://en.wikipedia.org/wiki/Procfs&amp;quot;&lt;/a&gt; _mce_href=&amp;ldquo;&lt;a href=&#34;http://en.wikipedia.org/wiki/Procfs%22%3E/proc&#34;&gt;http://en.wikipedia.org/wiki/Procfs&amp;quot;&amp;gt;/proc&lt;/a&gt;&lt;/a&gt; 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 🙁&lt;/p&gt;
&lt;div class=&#34;codecolorer-container text solarized-light&#34; style=&#34;overflow:auto;white-space:nowrap;width:550px;&#34;&gt;
  &lt;table cellspacing=&#34;0&#34; cellpadding=&#34;0&#34;&gt;
    &lt;tr&gt;
      &lt;td class=&#34;line-numbers&#34;&gt;
        &lt;div&gt;
          1&lt;br /&gt;
        &lt;/div&gt;
      &lt;/td&gt;
&lt;pre&gt;&lt;code&gt;  &amp;lt;td&amp;gt;
    &amp;lt;div class=&amp;quot;text codecolorer&amp;quot;&amp;gt;
      &amp;amp;nbsp;cat /proc/net/dev|grep eth2|awk &#39;{print $2/1024/1024&amp;quot;&amp;amp;nbsp; &amp;quot;$10/1024/1024}&#39;
    &amp;lt;/div&amp;gt;
  &amp;lt;/td&amp;gt;
&amp;lt;/tr&amp;gt;
&lt;/code&gt;&lt;/pre&gt;
  &lt;/table&gt;
&lt;/div&gt;&lt;h6 class=&#34;zemanta-related-title&#34; style=&#34;font-size: 1em;&#34; \_mce\_style=&#34;font-size: 1em;&#34;&gt;Related articles&lt;/h6&gt; 
&lt;ul class=&#34;zemanta-article-ul&#34;&gt;
  &lt;li class=&#34;zemanta-article-ul-li&#34;&gt;
    &lt;a href=&#34;http://jarneil.wordpress.com/2011/03/15/cpuspeed-slowing-you-down/&#34; _mce_href=&#34;http://jarneil.wordpress.com/2011/03/15/cpuspeed-slowing-you-down/&#34;&gt;CPUSPEED Slowing you down?&lt;/a&gt; (jarneil.wordpress.com)
  &lt;/li&gt;
  &lt;li class=&#34;zemanta-article-ul-li&#34;&gt;
    &lt;a href=&#34;http://lingpipe-blog.com/2011/05/26/interface-curmudgeons/&#34; _mce_href=&#34;http://lingpipe-blog.com/2011/05/26/interface-curmudgeons/&#34;&gt;Interface Curmudgeons versus Gestures&lt;/a&gt; (lingpipe-blog.com)
  &lt;/li&gt;
  &lt;li class=&#34;zemanta-article-ul-li&#34;&gt;
    &lt;a href=&#34;http://michaeldaranto.wordpress.com/2011/05/28/alias-in-bashrc/&#34; _mce_href=&#34;http://michaeldaranto.wordpress.com/2011/05/28/alias-in-bashrc/&#34;&gt;Alias in .bashrc&lt;/a&gt; (michaeldaranto.wordpress.com)
  &lt;/li&gt;
&lt;/ul&gt;&lt;div class=&#34;zemanta-pixie&#34; style=&#34;margin-top: 10px; height: 15px;&#34; \_mce\_style=&#34;margin-top: 10px; height: 15px;&#34;&gt;&lt;a class=&#34;zemanta-pixie-a&#34; title=&#34;Enhanced by Zemanta&#34; href=&#34;http://www.zemanta.com/&#34; \_mce\_href=&#34;http://www.zemanta.com/&#34;&gt;&lt;img class=&#34;zemanta-pixie-img&#34; style=&#34;border: medium none; float: right;&#34; \_mce\_style=&#34;border: medium none; float: right;&#34; src=&#34;https://i1.wp.com/img.zemanta.com/zemified\_e.png?w=688&#34; \_mce\_src=&#34;https://i1.wp.com/img.zemanta.com/zemified\_e.png?w=688&#34; alt=&#34;Enhanced by Zemanta&#34; data-recalc-dims=&#34;1&#34;/&gt;&lt;/a&gt;&lt;br \_mce\_bogus=&#34;1&#34;/&gt;&lt;/div&gt;</description>
    </item>
    
    <item>
      <title>Unix shell script for removing duplicate files</title>
      <link>/2011/05/16/unix-shell-script-removing-duplicate-files/</link>
      <pubDate>Mon, 16 May 2011 14:07:33 +0000</pubDate>
      
      <guid>/2011/05/16/unix-shell-script-removing-duplicate-files/</guid>
      <description>&lt;p&gt;The following &lt;a class=&#34;zem_slink&#34; title=&#34;Shell script&#34; href=&#34;http://en.wikipedia.org/wiki/Shell_script&#34; rel=&#34;wikipedia&#34;&gt;shell script&lt;/a&gt; finds duplicate (2 or more identical) files and outputs a new shell script containing &lt;a class=&#34;zem_slink&#34; title=&#34;Comment (computer programming)&#34; href=&#34;http://en.wikipedia.org/wiki/Comment_%28computer_programming%29&#34; rel=&#34;wikipedia&#34;&gt;commented-out&lt;/a&gt; rm statements for deleting them (&lt;a class=&#34;zem_slink&#34; title=&#34;Cut, copy, and paste&#34; href=&#34;http://en.wikipedia.org/wiki/Cut%2C_copy%2C_and_paste&#34; rel=&#34;wikipedia&#34;&gt;copy-paste&lt;/a&gt; from here):&lt;/p&gt;
&lt;p&gt;::: updated on 02 May 20121, seems like wordpress did not like it so well so reformatting the code :::::::&lt;/p&gt;
&lt;pre class=&#34;brush: bash; gutter: true; first-line: 1&#34;&gt;#!/bin/bash -
#===============================================================================
#
#          FILE:  a.sh
#
#         USAGE:  ./a.sh
#
#   DESCRIPTION:
#
#       OPTIONS:  ---
#  REQUIREMENTS:  ---
#          BUGS:  ---
#         NOTES:  ---
#        AUTHOR: Amit Agarwal (aka), amit.agarwal@roamware.com
#       COMPANY: blog.amit-agarwal.co.in
#       CREATED: 02/05/12 06:52:08 IST
# Last modified: Wed May 02, 2012  07:03AM
#      REVISION:  ---
#===============================================================================

OUTF=rem-duplicates.sh;
echo &#34;#!/bin/sh&#34; &amp;gt;$OUTF;
find &#34;$@&#34; -type f -exec md5sum {} \; 2&amp;gt;/dev/null | sort --key=1,32 | uniq -w 32 -d |cut -b 1-32 --complement |sed &#39;s/^/rm -f/&#39; &amp;gt;&amp;gt;$OUTF&lt;/pre&gt;
&lt;p&gt;Pretty good one line, I must say 🙂&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Results of Fedora 16 Release Name Voting</title>
      <link>/2011/04/20/results-fedora-16-release-voting/</link>
      <pubDate>Wed, 20 Apr 2011 02:17:48 +0000</pubDate>
      
      <guid>/2011/04/20/results-fedora-16-release-voting/</guid>
      <description>&lt;!--[ad#ad-2]--&gt;
&lt;p&gt;Fedora 16 is codenamed &lt;strong&gt;Verne&lt;/strong&gt;. Here are other details:&lt;/p&gt;
&lt;p&gt;The &lt;a class=&#34;zem_slink&#34; title=&#34;Voting&#34; rel=&#34;wikipedia&#34; href=&#34;http://en.wikipedia.org/wiki/Voting&#34;&gt;voting&lt;/a&gt; has concluded for the Fedora 16 release name, and the&lt;br&gt;
results are in!  Thank you to the Fedora community members who made&lt;br&gt;
name suggestions and participated in the voting.&lt;/p&gt;
&lt;p&gt;The Fedora 16 release name is: Verne&lt;/p&gt;
&lt;p&gt;Voting period:  Tuesday 2011-04-05 00:00:00 to Monday 2011-04-11 23:59:59&lt;br&gt;
Number of valid ballots cast:  421&lt;/p&gt;
&lt;p&gt;Using the &lt;a class=&#34;zem_slink&#34; title=&#34;Range voting&#34; rel=&#34;wikipedia&#34; href=&#34;http://en.wikipedia.org/wiki/Range_voting&#34;&gt;range voting&lt;/a&gt; method, each candidate could attain a maximum&lt;br&gt;
of (421*9) = 3789 votes.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Introducing /run – what is this directory doing in my root directory?</title>
      <link>/2011/04/14/introducing-run-what-is-this-directory-doing-in-my-root-directory/</link>
      <pubDate>Wed, 13 Apr 2011 22:01:25 +0000</pubDate>
      
      <guid>/2011/04/14/introducing-run-what-is-this-directory-doing-in-my-root-directory/</guid>
      <description>&lt;div class=&#34;zemanta-img&#34; style=&#34;margin: 1em; display: block;&#34;&gt;
  &lt;p&gt;
    &lt;figure style=&#34;width: 300px&#34; class=&#34;wp-caption alignright&#34;&gt;&lt;a href=&#34;http://commons.wikipedia.org/wiki/File:Efi_boot_process.svg&#34;&gt;&lt;img title=&#34;boot process with EFI on Intel Macs&#34; src=&#34;http://upload.wikimedia.org/wikipedia/commons/thumb/f/f4/Efi_boot_process.svg/300px-Efi_boot_process.svg.png&#34; alt=&#34;boot process with EFI on Intel Macs&#34; width=&#34;300&#34; height=&#34;424&#34; /&gt;&lt;/a&gt;&lt;figcaption class=&#34;wp-caption-text&#34;&gt;Image via Wikipedia&lt;/figcaption&gt;&lt;/figure&gt;
  &lt;/p&gt;
&lt;/div&gt;
&lt;!--[ad#ad-2]--&gt;
&lt;p&gt;&lt;a href=&#34;http://lwn.net/Articles/436012/&#34;&gt;http://lwn.net/Articles/436012/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;There is a suggestion to add /run directory that will be mounted as tmpfs. This directory will be mounted early in the boot process and can be used in various scenario’s. I hope this will improve few things in the linux world.&lt;/p&gt;
&lt;h6 class=&#34;zemanta-related-title&#34; style=&#34;font-size: 1em;&#34;&gt;
  Related articles
&lt;/h6&gt;
&lt;ul class=&#34;zemanta-article-ul&#34;&gt;
  &lt;li class=&#34;zemanta-article-ul-li&#34;&gt;
    &lt;a href=&#34;http://manivasagan.wordpress.com/2010/08/16/how-to-find-the-number-of-files-inside-the-directory-in-linux/&#34;&gt;How to find the number of files inside the directory in linux&lt;/a&gt; (manivasagan.wordpress.com)
  &lt;/li&gt;
  &lt;li class=&#34;zemanta-article-ul-li&#34;&gt;
    &lt;a href=&#34;http://wiki.answers.com/Q/How_do_you_reset_your_Ubuntu_password&#34;&gt;How do you reset your Ubuntu password&lt;/a&gt; (wiki.answers.com)
  &lt;/li&gt;
  &lt;li class=&#34;zemanta-article-ul-li&#34;&gt;
    &lt;a href=&#34;http://galigio.org/2011/03/21/finding-files-using-locate-on-linux/&#34;&gt;Finding Files using &amp;#8211; locate &amp;#8211; on Linux&lt;/a&gt; (galigio.org)
  &lt;/li&gt;
&lt;/ul&gt;
&lt;div class=&#34;zemanta-pixie&#34; style=&#34;margin-top: 10px; height: 15px;&#34;&gt;
  &lt;a class=&#34;zemanta-pixie-a&#34; title=&#34;Enhanced by Zemanta&#34; href=&#34;http://www.zemanta.com/&#34;&gt;&lt;img class=&#34;zemanta-pixie-img&#34; style=&#34;border: medium none; float: right;&#34; src=&#34;https://i1.wp.com/img.zemanta.com/zemified_e.png?w=688&#34; alt=&#34;Enhanced by Zemanta&#34; data-recalc-dims=&#34;1&#34; /&gt;&lt;/a&gt;&lt;span class=&#34;zem-script more-related pretty-attribution&#34;&gt;&lt;/span&gt;
&lt;/div&gt;</description>
    </item>
    
    <item>
      <title>sakura – Reaaly good terminal with very few dependencies.</title>
      <link>/2011/03/30/sakura-reaaly-good-terminal-with-very-few-dependencies/</link>
      <pubDate>Wed, 30 Mar 2011 17:43:35 +0000</pubDate>
      
      <guid>/2011/03/30/sakura-reaaly-good-terminal-with-very-few-dependencies/</guid>
      <description>&lt;!--[ad#ad-2]--&gt;
&lt;p&gt;I was searching for something in the &lt;a class=&#34;zem_slink&#34; title=&#34;Fedora (operating system)&#34; rel=&#34;homepage&#34; href=&#34;http://www.fedoraproject.org/&#34;&gt;Fedora&lt;/a&gt; repos and found a really good terminal, sakura. Its very much like &lt;a class=&#34;zem_slink&#34; title=&#34;GNOME Terminal&#34; rel=&#34;wikipedia&#34; href=&#34;http://en.wikipedia.org/wiki/GNOME_Terminal&#34;&gt;Gnome-terminal&lt;/a&gt;. I did not find much difference other than using less memory.&lt;/p&gt;
&lt;p&gt;To install:&lt;/p&gt;
&lt;div class=&#34;codecolorer-container text solarized-light&#34; style=&#34;overflow:auto;white-space:nowrap;width:550px;&#34;&gt;
  &lt;table cellspacing=&#34;0&#34; cellpadding=&#34;0&#34;&gt;
    &lt;tr&gt;
      &lt;td class=&#34;line-numbers&#34;&gt;
        &lt;div&gt;
          1&lt;br /&gt;
        &lt;/div&gt;
      &lt;/td&gt;
&lt;pre&gt;&lt;code&gt;  &amp;lt;td&amp;gt;
    &amp;lt;div class=&amp;quot;text codecolorer&amp;quot;&amp;gt;
      sudo yum install sakura
    &amp;lt;/div&amp;gt;
  &amp;lt;/td&amp;gt;
&amp;lt;/tr&amp;gt;
&lt;/code&gt;&lt;/pre&gt;
  &lt;/table&gt;
&lt;/div&gt;
&lt;p&gt;and the details of the package:&lt;/p&gt;
&lt;blockquote&gt;
&lt;dl&gt;
&lt;dt&gt;Name        : sakura&lt;/dt&gt;
&lt;dt&gt;&lt;a class=&#34;zem_slink&#34; title=&#34;Arch Linux&#34; rel=&#34;homepage&#34; href=&#34;http://www.archlinux.org/&#34;&gt;Arch&lt;/a&gt; : &lt;a class=&#34;zem_slink&#34; title=&#34;P6 (microarchitecture)&#34; rel=&#34;wikipedia&#34; href=&#34;http://en.wikipedia.org/wiki/P6_%28microarchitecture%29&#34;&gt;i686&lt;/a&gt;&lt;/dt&gt;
&lt;dt&gt;Version     : 2.3.8&lt;/dt&gt;
&lt;dt&gt;Release     : 1.fc14&lt;/dt&gt;
&lt;dt&gt;Size        : 137 k&lt;/dt&gt;
&lt;dt&gt;Repo        : installed&lt;/dt&gt;
&lt;dt&gt;From repo   : fedora&lt;/dt&gt;
&lt;dt&gt;Summary     : Terminal emulator based on &lt;a class=&#34;zem_slink&#34; title=&#34;GTK+&#34; rel=&#34;homepage&#34; href=&#34;http://www.gtk.org/&#34;&gt;GTK&lt;/a&gt; and VTE&lt;/dt&gt;
&lt;dt&gt;&lt;a class=&#34;zem_slink&#34; title=&#34;Uniform Resource Locator&#34; rel=&#34;wikipedia&#34; href=&#34;http://en.wikipedia.org/wiki/Uniform_Resource_Locator&#34;&gt;URL&lt;/a&gt; : &lt;a href=&#34;http://pleyades.net/david/sakura.php&#34;&gt;http://pleyades.net/david/sakura.php&lt;/a&gt;&lt;/dt&gt;
&lt;dt&gt;License     : &lt;a class=&#34;zem_slink&#34; title=&#34;GNU General Public License&#34; rel=&#34;wikipedia&#34; href=&#34;http://en.wikipedia.org/wiki/GNU_General_Public_License&#34;&gt;GPLv2&lt;/a&gt;&lt;/dt&gt;
&lt;dt&gt;Description : Sakura is a &lt;a class=&#34;zem_slink&#34; title=&#34;Terminal emulator&#34; rel=&#34;wikipedia&#34; href=&#34;http://en.wikipedia.org/wiki/Terminal_emulator&#34;&gt;terminal emulator&lt;/a&gt; based on GTK and VTE. It’s a terminal emulator&lt;/dt&gt;
&lt;dd&gt;with few dependencies, so you don’t need a full &lt;a class=&#34;zem_slink&#34; title=&#34;GNOME&#34; rel=&#34;homepage&#34; href=&#34;http://www.gnome.org/&#34;&gt;GNOME desktop&lt;/a&gt; installed to&lt;/dd&gt;
&lt;dd&gt;have a decent terminal emulator.&lt;/dd&gt;
&lt;/dl&gt;
&lt;/blockquote&gt;
&lt;h6 class=&#34;zemanta-related-title&#34; style=&#34;font-size: 1em;&#34;&gt;
  Related articles
&lt;/h6&gt;
&lt;ul class=&#34;zemanta-article-ul&#34;&gt;
  &lt;li class=&#34;zemanta-article-ul-li&#34;&gt;
    &lt;a href=&#34;http://www.prweb.com/releases/prweb2011/3/prweb8197821.htm&#34;&gt;Zephyr Announces Support for Internet Explorer 9&lt;/a&gt; (prweb.com)
  &lt;/li&gt;
  &lt;li class=&#34;zemanta-article-ul-li&#34;&gt;
    &lt;a href=&#34;http://www.adafruit.com/blog/2011/01/25/vintage-terminal-emulator/&#34;&gt;Vintage Terminal Emulator&lt;/a&gt; (adafruit.com)
  &lt;/li&gt;
  &lt;li class=&#34;zemanta-article-ul-li&#34;&gt;
    &lt;a href=&#34;http://www.ghacks.net/2011/02/25/gnome-terminal-tricks-and-tips/&#34;&gt;GNOME Terminal tricks and tips&lt;/a&gt; (ghacks.net)
  &lt;/li&gt;
&lt;/ul&gt;
&lt;div class=&#34;zemanta-pixie&#34; style=&#34;margin-top: 10px; height: 15px;&#34;&gt;
  &lt;a class=&#34;zemanta-pixie-a&#34; title=&#34;Enhanced by Zemanta&#34; href=&#34;http://www.zemanta.com/&#34;&gt;&lt;img class=&#34;zemanta-pixie-img&#34; style=&#34;border: medium none; float: right;&#34; src=&#34;https://i1.wp.com/img.zemanta.com/zemified_e.png?w=688&#34; alt=&#34;Enhanced by Zemanta&#34; data-recalc-dims=&#34;1&#34; /&gt;&lt;/a&gt;&lt;span class=&#34;zem-script more-related pretty-attribution&#34;&gt;&lt;/span&gt;
&lt;/div&gt;</description>
    </item>
    
    <item>
      <title>cd across parallel directories</title>
      <link>/2011/03/14/cd-across-parallel-directories/</link>
      <pubDate>Mon, 14 Mar 2011 15:37:55 +0000</pubDate>
      
      <guid>/2011/03/14/cd-across-parallel-directories/</guid>
      <description>&lt;div class=&#34;zemanta-img&#34; style=&#34;margin: 1em; display: block;&#34;&gt;
  &lt;p&gt;
    &lt;figure style=&#34;width: 300px&#34; class=&#34;wp-caption alignright&#34;&gt;&lt;a href=&#34;http://commons.wikipedia.org/wiki/File:Unix_history-simple.svg&#34;&gt;&lt;img title=&#34;A diagram showing the key Unix and Unix-like o...&#34; src=&#34;http://upload.wikimedia.org/wikipedia/commons/thumb/7/77/Unix_history-simple.svg/300px-Unix_history-simple.svg.png&#34; alt=&#34;A diagram showing the key Unix and Unix-like o...&#34; width=&#34;300&#34; height=&#34;189&#34; /&gt;&lt;/a&gt;&lt;figcaption class=&#34;wp-caption-text&#34;&gt;Image via Wikipedia&lt;/figcaption&gt;&lt;/figure&gt;
  &lt;/p&gt;
&lt;/div&gt;
&lt;!--[ad#ad-2]--&gt;
&lt;p&gt;Here is a simple and fast way to cd across parallel directory.&lt;/p&gt;
&lt;div class=&#34;codecolorer-container text solarized-light&#34; style=&#34;overflow:auto;white-space:nowrap;width:550px;&#34;&gt;
  &lt;table cellspacing=&#34;0&#34; cellpadding=&#34;0&#34;&gt;
    &lt;tr&gt;
      &lt;td class=&#34;line-numbers&#34;&gt;
        &lt;div&gt;
          1&lt;br /&gt;
        &lt;/div&gt;
      &lt;/td&gt;
&lt;pre&gt;&lt;code&gt;  &amp;lt;td&amp;gt;
    &amp;lt;div class=&amp;quot;text codecolorer&amp;quot;&amp;gt;
      cd ${PWD/test/actual}
    &amp;lt;/div&amp;gt;
  &amp;lt;/td&amp;gt;
&amp;lt;/tr&amp;gt;
&lt;/code&gt;&lt;/pre&gt;
  &lt;/table&gt;
&lt;/div&gt;
&lt;h6 class=&#34;zemanta-related-title&#34; style=&#34;font-size: 1em;&#34;&gt;
  Related articles
&lt;/h6&gt;
&lt;ul class=&#34;zemanta-article-ul&#34;&gt;
  &lt;li class=&#34;zemanta-article-ul-li&#34;&gt;
    &lt;a href=&#34;http://www.ghacks.net/2011/03/04/linux-command-line-tips-wget/&#34;&gt;Linux command line tips: wget&lt;/a&gt; (ghacks.net)
  &lt;/li&gt;
  &lt;li class=&#34;zemanta-article-ul-li&#34;&gt;
    &lt;a href=&#34;http://tjantunen.com/2011/03/12/article-directory-submissions/&#34;&gt;Article Directory Submissions&lt;/a&gt; (tjantunen.com)
  &lt;/li&gt;
  &lt;li class=&#34;zemanta-article-ul-li&#34;&gt;
    &lt;a href=&#34;http://cash-bandit.com/2011/03/11/article-directory-submissions/&#34;&gt;Article Directory Submissions&lt;/a&gt; (cash-bandit.com)
  &lt;/li&gt;
  &lt;li class=&#34;zemanta-article-ul-li&#34;&gt;
    &lt;a href=&#34;http://annupandey.wordpress.com/2011/01/30/create-a-repository-from-your-fedora-dvd/&#34;&gt;Create a repository from your fedora DVD&lt;/a&gt; (annupandey.wordpress.com)
  &lt;/li&gt;
&lt;/ul&gt;
&lt;div class=&#34;zemanta-pixie&#34; style=&#34;margin-top: 10px; height: 15px;&#34;&gt;
  &lt;a class=&#34;zemanta-pixie-a&#34; title=&#34;Enhanced by Zemanta&#34; href=&#34;http://www.zemanta.com/&#34;&gt;&lt;img class=&#34;zemanta-pixie-img&#34; style=&#34;border: medium none; float: right;&#34; src=&#34;https://i1.wp.com/img.zemanta.com/zemified_e.png?w=688&#34; alt=&#34;Enhanced by Zemanta&#34; data-recalc-dims=&#34;1&#34; /&gt;&lt;/a&gt;&lt;span class=&#34;zem-script more-related pretty-attribution&#34;&gt;&lt;/span&gt;
&lt;/div&gt;</description>
    </item>
    
    <item>
      <title>/bash debugger</title>
      <link>/2011/02/27/bash-debugger/</link>
      <pubDate>Sun, 27 Feb 2011 13:09:48 +0000</pubDate>
      
      <guid>/2011/02/27/bash-debugger/</guid>
      <description>&lt;!--[ad#ad-2]--&gt;
&lt;h3 id=&#34;span-stylefont-size-medium92-a-a-classzem_slink-titlebash-unix-shell-relhomepage-hrefhttptiswwwcaseeduphpchetbashbashtophtmlbasha-a-classzem_slink-titledebugger-relwikipedia-hrefhttpenwikipediaorgwikidebuggerdebuggeraspan&#34;&gt;&lt;strong&gt;&lt;span style=&#34;font-size: medium;&#34;&gt;9.2. A &lt;a class=&#34;zem_slink&#34; title=&#34;Bash (Unix shell)&#34; rel=&#34;homepage&#34; href=&#34;http://tiswww.case.edu/php/chet/bash/bashtop.html&#34;&gt;bash&lt;/a&gt; &lt;a class=&#34;zem_slink&#34; title=&#34;Debugger&#34; rel=&#34;wikipedia&#34; href=&#34;http://en.wikipedia.org/wiki/Debugger&#34;&gt;Debugger&lt;/a&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;In this section we’ll develop a very basic debugger for bash.&lt;a href=&#34;http://book.chinaunix.net/special/ebook/oreilly/Learning_bash_Shell/0596009658/bash3-CHP-9-SECT-2.html#bash3-CHP-9-FNOTE-10&#34;&gt;[10]&lt;/a&gt; Most debuggers have numerous sophisticated features that help a programmer in dissecting a program, but just about all of them include the ability to step through a running program, stop it at selected places, and examine the values of variables. These simple features are what we will concentrate on providing in our debugger. Specifically, we’ll provide the ability to:&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>vino – connect to running GNome session like RDP</title>
      <link>/2011/02/04/vino-connect-to-running-gnome-session-like-rdp/</link>
      <pubDate>Fri, 04 Feb 2011 00:31:48 +0000</pubDate>
      
      <guid>/2011/02/04/vino-connect-to-running-gnome-session-like-rdp/</guid>
      <description>&lt;!--[ad#ad-2]--&gt;
&lt;p&gt;One thing that all of us Linux users have probably missed is connecting to the running &lt;a class=&#34;zem_slink&#34; title=&#34;GNOME&#34; rel=&#34;homepage&#34; href=&#34;http://www.gnome.org/&#34;&gt;GNome&lt;/a&gt; &lt;a class=&#34;zem_slink&#34; title=&#34;Session management&#34; rel=&#34;wikipedia&#34; href=&#34;http://en.wikipedia.org/wiki/Session_management&#34;&gt;session&lt;/a&gt; to see what is going on in the running session. This can be quite handy in couple of situations:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;&lt;a class=&#34;zem_slink&#34; title=&#34;Debugging&#34; rel=&#34;wikipedia&#34; href=&#34;http://en.wikipedia.org/wiki/Debugging&#34;&gt;Debugging&lt;/a&gt; remote sessions – where you do not want a new session, instead want to connect to running session.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Maintaining running session from another &lt;a class=&#34;zem_slink&#34; title=&#34;Personal computer&#34; rel=&#34;wikipedia&#34; href=&#34;http://en.wikipedia.org/wiki/Personal_computer&#34;&gt;PC&lt;/a&gt;. If you are running some applications on some &lt;a class=&#34;zem_slink&#34; title=&#34;Linux&#34; rel=&#34;homepage&#34; href=&#34;http://www.kernel.org/&#34;&gt;Linux box&lt;/a&gt; and want to gracefully stop it using some commands other than kill -9 then it is best that you connect to the running session, if you are not using screen.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Ranking of the most frequently used commands</title>
      <link>/2011/02/01/ranking-frequently-commands/</link>
      <pubDate>Mon, 31 Jan 2011 22:54:43 +0000</pubDate>
      
      <guid>/2011/02/01/ranking-frequently-commands/</guid>
      <description>&lt;!--[ad#ad-2]--&gt;
&lt;p&gt;Lets take a quick look at how to get the most frequently used commands on you shell. So what we need to do is this:&lt;/p&gt;
&lt;div class=&#34;codecolorer-container text solarized-light&#34; style=&#34;overflow:auto;white-space:nowrap;width:550px;&#34;&gt;
  &lt;table cellspacing=&#34;0&#34; cellpadding=&#34;0&#34;&gt;
    &lt;tr&gt;
      &lt;td class=&#34;line-numbers&#34;&gt;
        &lt;div&gt;
          1&lt;br /&gt;
        &lt;/div&gt;
      &lt;/td&gt;
&lt;pre&gt;&lt;code&gt;  &amp;lt;td&amp;gt;
    &amp;lt;div class=&amp;quot;text codecolorer&amp;quot;&amp;gt;
      history | awk &#39;{print $2}&#39; | awk &#39;BEGIN {FS=&amp;quot;|&amp;quot;}{print $1}&#39; | sort | uniq -c | sort -n | tail | sort -nr
    &amp;lt;/div&amp;gt;
  &amp;lt;/td&amp;gt;
&amp;lt;/tr&amp;gt;
&lt;/code&gt;&lt;/pre&gt;
  &lt;/table&gt;
&lt;/div&gt;
&lt;p&gt;So, how did we arrive at this and will this always work? No it might not always work. A typical example is where HISTTIMEFORMAT variable is set. In that case, if you check history, you will see that after the number column we have &lt;a class=&#34;zem_slink&#34; title=&#34;Time and date&#34; rel=&#34;wikipedia&#34; href=&#34;http://en.wikipedia.org/wiki/Time_and_date&#34;&gt;time and date&lt;/a&gt; in the specified format, in which case, you will get wrong information from the above command. Anyways, forgetting these special cases, lets go to how we got this command:&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>shopt causes bash completion to stop working.</title>
      <link>/2011/01/25/shopt-bash-completion-stop-working/</link>
      <pubDate>Tue, 25 Jan 2011 02:35:15 +0000</pubDate>
      
      <guid>/2011/01/25/shopt-bash-completion-stop-working/</guid>
      <description>&lt;!--[ad#ad-2]--&gt;
&lt;p&gt;Couple of days, I added some scripts to my &lt;a class=&#34;zem_slink&#34; title=&#34;Bash (Unix shell)&#34; rel=&#34;homepage&#34; href=&#34;http://tiswww.case.edu/php/chet/bash/bashtop.html&#34;&gt;bash&lt;/a&gt; startup and suddenly realized that bash completions stopped working. This is tricky situation in bash to figure out what went wrong. So, I set my foot down to make sure that I find out the &lt;a class=&#34;zem_slink&#34; title=&#34;Culprit&#34; rel=&#34;wikipedia&#34; href=&#34;http://en.wikipedia.org/wiki/Culprit&#34;&gt;culprit&lt;/a&gt;. Thus I started with method of elimination. So, I started with nothing in .bashrc and kept adding my stuff in batches, until the said feature was broken. Once that happened I started removing the added ones, one by one, until my completion started working again.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Shell Scripting</title>
      <link>/2011/01/05/shell-scripting/</link>
      <pubDate>Wed, 05 Jan 2011 15:08:44 +0000</pubDate>
      
      <guid>/2011/01/05/shell-scripting/</guid>
      <description>&lt;!--[ad#ad-2]--&gt;
&lt;p&gt;Here are some links for bash programming that you may find useful.&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://tips-linux.net/en/content/pro-bash-programming&#34;&gt;http://tips-linux.net/en/content/pro-bash-programming&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://tips-linux.net/en/content/expert-shell-scripting&#34;&gt;http://tips-linux.net/en/content/expert-shell-scripting&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://tips-linux.net/en/content/beginning-linux-command-line&#34;&gt;http://tips-linux.net/en/content/beginning-linux-command-line&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://tips-linux.net/en/content/bash-pocket-reference&#34;&gt;http://tips-linux.net/en/content/bash-pocket-reference&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://tips-linux.net/en/content/linux-command-line-and-shell-scripting-bible&#34;&gt;http://tips-linux.net/en/content/linux-command-line-and-shell-scripting-bible&lt;/a&gt;&lt;/p&gt;
&lt;h6 class=&#34;zemanta-related-title&#34; style=&#34;font-size: 1em;&#34;&gt;
  Related articles
&lt;/h6&gt;
&lt;ul class=&#34;zemanta-article-ul&#34;&gt;
  &lt;li class=&#34;zemanta-article-ul-li&#34;&gt;
    &lt;a href=&#34;http://www.edugeek.net/forums/nix/63944-linux-learning-shell.html&#34;&gt;Linux &amp;#8211; Learning the Shell&lt;/a&gt; (edugeek.net)
  &lt;/li&gt;
  &lt;li class=&#34;zemanta-article-ul-li&#34;&gt;
    &lt;a href=&#34;http://maketecheasier.com/10-useful-tools-websites-tricks-to-master-linux-command/2010/11/09&#34;&gt;10 Useful Tools, Websites And Tricks to Help You Master Linux Command&lt;/a&gt; (maketecheasier.com)
  &lt;/li&gt;
  &lt;li class=&#34;zemanta-article-ul-li&#34;&gt;
    &lt;a href=&#34;http://blog.yjl.im/2010/12/lf-submitsh-bash-mplayer-lastfm.html&#34;&gt;lf-submit.sh &amp;#8211; Bash mplayer Last.fm scrobbler&lt;/a&gt; (yjl.im)
  &lt;/li&gt;
  &lt;li class=&#34;zemanta-article-ul-li&#34;&gt;
    &lt;a href=&#34;http://blog.interstellr.com/linux-command-line-tricks-you-need-to-know-io&#34;&gt;Linux command line tricks you need to know: IO redirection and piping&lt;/a&gt; (interstellr.com)
  &lt;/li&gt;
  &lt;li class=&#34;zemanta-article-ul-li&#34;&gt;
    &lt;a href=&#34;http://houcemhachicha.blogspot.com/2010/07/my-top-ten-shellbash-tricks.html&#34;&gt;imabonehead: Houcem HACHICHA&amp;#8217;s Blog: My top ten shell/bash tricks!&lt;/a&gt; (houcemhachicha.blogspot.com)
  &lt;/li&gt;
&lt;/ul&gt;
&lt;div class=&#34;zemanta-pixie&#34; style=&#34;margin-top: 10px; height: 15px;&#34;&gt;
  &lt;a class=&#34;zemanta-pixie-a&#34; title=&#34;Enhanced by Zemanta&#34; href=&#34;http://www.zemanta.com/&#34;&gt;&lt;img class=&#34;zemanta-pixie-img&#34; style=&#34;border: medium none; float: right;&#34; src=&#34;https://i1.wp.com/img.zemanta.com/zemified_e.png?w=688&#34; alt=&#34;Enhanced by Zemanta&#34; data-recalc-dims=&#34;1&#34; /&gt;&lt;/a&gt;&lt;span class=&#34;zem-script more-related pretty-attribution&#34;&gt;&lt;/span&gt;
&lt;/div&gt;</description>
    </item>
    
    <item>
      <title>Execute a command with a timeout</title>
      <link>/2010/12/29/execute-command-timeout/</link>
      <pubDate>Wed, 29 Dec 2010 15:03:18 +0000</pubDate>
      
      <guid>/2010/12/29/execute-command-timeout/</guid>
      <description>&lt;div class=&#34;zemanta-img&#34; style=&#34;margin: 1em; display: block;&#34;&gt;
  &lt;div&gt;
    &lt;dl class=&#34;wp-caption alignright&#34; style=&#34;width: 310px;&#34;&gt;
      &lt;dt class=&#34;wp-caption-dt&#34;&gt;
        &lt;a href=&#34;http://commons.wikipedia.org/wiki/File:Ubuntu_logo.svg&#34;&gt;&lt;img title=&#34;Official Ubuntu circle with wordmark. Replace ...&#34; src=&#34;http://upload.wikimedia.org/wikipedia/commons/thumb/9/9d/Ubuntu_logo.svg/300px-Ubuntu_logo.svg.png&#34; alt=&#34;Official Ubuntu circle with wordmark. Replace ...&#34; width=&#34;300&#34; height=&#34;70&#34; /&gt;&lt;/a&gt;
      &lt;/dt&gt;
&lt;pre&gt;&lt;code&gt;  &amp;lt;dd class=&amp;quot;wp-caption-dd zemanta-img-attribution&amp;quot; style=&amp;quot;font-size: 0.8em;&amp;quot;&amp;gt;
    Image via &amp;lt;a href=&amp;quot;http://commons.wikipedia.org/wiki/File:Ubuntu_logo.svg&amp;quot;&amp;gt;Wikipedia&amp;lt;/a&amp;gt;
  &amp;lt;/dd&amp;gt;
&amp;lt;/dl&amp;gt;
&lt;/code&gt;&lt;/pre&gt;
  &lt;/div&gt;
&lt;/div&gt;
&lt;!--[ad#ad-2]--&gt;
&lt;p&gt;Execute a command with a timeout&lt;/p&gt;
&lt;div class=&#34;codecolorer-container text solarized-light&#34; style=&#34;overflow:auto;white-space:nowrap;width:550px;&#34;&gt;
  &lt;table cellspacing=&#34;0&#34; cellpadding=&#34;0&#34;&gt;
    &lt;tr&gt;
      &lt;td class=&#34;line-numbers&#34;&gt;
        &lt;div&gt;
          1&lt;br /&gt;
        &lt;/div&gt;
      &lt;/td&gt;
&lt;pre&gt;&lt;code&gt;  &amp;lt;td&amp;gt;
    &amp;lt;div class=&amp;quot;text codecolorer&amp;quot;&amp;gt;
      &amp;amp;nbsp;timelimit -t100 somecommand
    &amp;lt;/div&amp;gt;
  &amp;lt;/td&amp;gt;
&amp;lt;/tr&amp;gt;
&lt;/code&gt;&lt;/pre&gt;
  &lt;/table&gt;
&lt;/div&gt;
&lt;p&gt;I found this in &lt;a class=&#34;zem_slink&#34; title=&#34;Ubuntu (operating system)&#34; rel=&#34;homepage&#34; href=&#34;http://www.ubuntu.com/&#34;&gt;Ubuntu&lt;/a&gt; repos, and consider it better than timeout.&lt;/p&gt;
&lt;p&gt;* View this command to comment, vote or add to favourites * View all commands by CodSpirit&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Empty a file</title>
      <link>/2010/12/26/empty-file/</link>
      <pubDate>Sun, 26 Dec 2010 14:56:13 +0000</pubDate>
      
      <guid>/2010/12/26/empty-file/</guid>
      <description>&lt;div class=&#34;zemanta-img&#34; style=&#34;margin: 1em; display: block;&#34;&gt;
  &lt;div&gt;
    &lt;dl class=&#34;wp-caption alignright&#34; style=&#34;width: 310px;&#34;&gt;
      &lt;dt class=&#34;wp-caption-dt&#34;&gt;
        &lt;a href=&#34;http://commons.wikipedia.org/wiki/File:Calculator.NET_Screenshot.png&#34;&gt;&lt;img title=&#34;Screenshot of Calculator.NET, a Free Open Sour...&#34; src=&#34;http://upload.wikimedia.org/wikipedia/commons/thumb/b/be/Calculator.NET_Screenshot.png/300px-Calculator.NET_Screenshot.png&#34; alt=&#34;Screenshot of Calculator.NET, a Free Open Sour...&#34; width=&#34;300&#34; height=&#34;188&#34; /&gt;&lt;/a&gt;
      &lt;/dt&gt;
&lt;pre&gt;&lt;code&gt;  &amp;lt;dd class=&amp;quot;wp-caption-dd zemanta-img-attribution&amp;quot; style=&amp;quot;font-size: 0.8em;&amp;quot;&amp;gt;
    Image via &amp;lt;a href=&amp;quot;http://commons.wikipedia.org/wiki/File:Calculator.NET_Screenshot.png&amp;quot;&amp;gt;Wikipedia&amp;lt;/a&amp;gt;
  &amp;lt;/dd&amp;gt;
&amp;lt;/dl&amp;gt;
&lt;/code&gt;&lt;/pre&gt;
  &lt;/div&gt;
&lt;/div&gt;
&lt;!--[ad#ad-2]--&gt;
&lt;p&gt;This one is for those who know the “touch” command. Hope all of us do not follow a  command just because it is on one of the popular site without trying to understand the command and the output.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Bash Script Beautifier</title>
      <link>/2010/12/23/bash-script-beautifier/</link>
      <pubDate>Thu, 23 Dec 2010 14:51:01 +0000</pubDate>
      
      <guid>/2010/12/23/bash-script-beautifier/</guid>
      <description>&lt;div class=&#34;zemanta-img&#34; style=&#34;margin: 1em; display: block;&#34;&gt;
  &lt;div&gt;
    &lt;dl class=&#34;wp-caption alignright&#34; style=&#34;width: 266px;&#34;&gt;
      &lt;dt class=&#34;wp-caption-dt&#34;&gt;
        &lt;a href=&#34;http://en.wikipedia.org/wiki/File:Bash-org.png&#34;&gt;&lt;img title=&#34;Bash (Unix shell)&#34; src=&#34;http://upload.wikimedia.org/wikipedia/en/4/41/Bash-org.png&#34; alt=&#34;Bash (Unix shell)&#34; width=&#34;256&#34; height=&#34;108&#34; /&gt;&lt;/a&gt;
      &lt;/dt&gt;
&lt;pre&gt;&lt;code&gt;  &amp;lt;dd class=&amp;quot;wp-caption-dd zemanta-img-attribution&amp;quot; style=&amp;quot;font-size: 0.8em;&amp;quot;&amp;gt;
    Image via &amp;lt;a href=&amp;quot;http://en.wikipedia.org/wiki/File:Bash-org.png&amp;quot;&amp;gt;Wikipedia&amp;lt;/a&amp;gt;
  &amp;lt;/dd&amp;gt;
&amp;lt;/dl&amp;gt;
&lt;/code&gt;&lt;/pre&gt;
  &lt;/div&gt;
&lt;/div&gt;
&lt;!--[ad#ad-2]--&gt;
&lt;p&gt;Today I was working on a bash script written by someone else. And the script was maintained since long and had actually become quite big and there was no indentation followed. So, you can understand how difficult it was to understand the script. So, I set my foot forth to first find a beautifier for the bash script before I fixed it and my search ended here.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Take a screenshot of the window the user clicks on and name the file the same as the window title</title>
      <link>/2010/12/19/screenshot-window-user-clicks-file-window-title/</link>
      <pubDate>Sun, 19 Dec 2010 14:45:06 +0000</pubDate>
      
      <guid>/2010/12/19/screenshot-window-user-clicks-file-window-title/</guid>
      <description>&lt;!--[ad#ad-2]--&gt;
&lt;p&gt;Take a screenshot of the window the user clicks on and name the file the same as the window title&lt;/p&gt;
&lt;div class=&#34;codecolorer-container text solarized-light&#34; style=&#34;overflow:auto;white-space:nowrap;width:550px;&#34;&gt;
  &lt;table cellspacing=&#34;0&#34; cellpadding=&#34;0&#34;&gt;
    &lt;tr&gt;
      &lt;td class=&#34;line-numbers&#34;&gt;
        &lt;div&gt;
          1&lt;br /&gt;
        &lt;/div&gt;
      &lt;/td&gt;
&lt;pre&gt;&lt;code&gt;  &amp;lt;td&amp;gt;
    &amp;lt;div class=&amp;quot;text codecolorer&amp;quot;&amp;gt;
      &amp;amp;nbsp;sleep 4; xwd &amp;gt;foo.xwd; mv foo.xwd &amp;quot;$(dd skip=100 if=foo.xwd bs=1 count=256 2&amp;gt;/dev/null | egrep -ao &#39;^[[:print:]]+&#39; | tr / :).xwd&amp;quot;
    &amp;lt;/div&amp;gt;
  &amp;lt;/td&amp;gt;
&amp;lt;/tr&amp;gt;
&lt;/code&gt;&lt;/pre&gt;
  &lt;/table&gt;
&lt;/div&gt;
&lt;p&gt;In general, this is actually not better than the “scrot -d4” command I’m listing it as an alternative to, so please don’t vote it down for that. I’m adding this command because xwd (X window dumper) comes with X11, so it is already installed on your machine, whereas scrot probably is not. I’ve found xwd handy on boxen that I don’t want to (or am not allowed to) install packages on.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>List all installed rpm packages and it’s size</title>
      <link>/2010/12/09/list-all-installed-rpm-packages-and-it%E2%80%99s-size/</link>
      <pubDate>Thu, 09 Dec 2010 03:12:44 +0000</pubDate>
      
      <guid>/2010/12/09/list-all-installed-rpm-packages-and-it%E2%80%99s-size/</guid>
      <description>&lt;!--[ad#ad-2]--&gt;
&lt;p&gt;If you are looking for a command to see the disk usage by each of the &lt;a class=&#34;zem_slink&#34; title=&#34;Revolutions per minute&#34; rel=&#34;wikipedia&#34; href=&#34;http://en.wikipedia.org/wiki/Revolutions_per_minute&#34;&gt;rpm&lt;/a&gt;‘s then you can use this command:&lt;/p&gt;
&lt;div class=&#34;codecolorer-container text solarized-light&#34; style=&#34;overflow:auto;white-space:nowrap;width:550px;&#34;&gt;
  &lt;table cellspacing=&#34;0&#34; cellpadding=&#34;0&#34;&gt;
    &lt;tr&gt;
      &lt;td class=&#34;line-numbers&#34;&gt;
        &lt;div&gt;
          1&lt;br /&gt;
        &lt;/div&gt;
      &lt;/td&gt;
&lt;pre&gt;&lt;code&gt;  &amp;lt;td&amp;gt;
    &amp;lt;div class=&amp;quot;text codecolorer&amp;quot;&amp;gt;
      &amp;amp;nbsp;rpm -q --queryformat &amp;quot;%10{SIZE}\t%{NAME}\n&amp;quot;
    &amp;lt;/div&amp;gt;
  &amp;lt;/td&amp;gt;
&amp;lt;/tr&amp;gt;
&lt;/code&gt;&lt;/pre&gt;
  &lt;/table&gt;
&lt;/div&gt;
&lt;p&gt;And if you use this command very regularly then you can create an alias like&lt;/p&gt;
&lt;div class=&#34;codecolorer-container text solarized-light&#34; style=&#34;overflow:auto;white-space:nowrap;width:550px;&#34;&gt;
  &lt;table cellspacing=&#34;0&#34; cellpadding=&#34;0&#34;&gt;
    &lt;tr&gt;
      &lt;td class=&#34;line-numbers&#34;&gt;
        &lt;div&gt;
          1&lt;br /&gt;
        &lt;/div&gt;
      &lt;/td&gt;
&lt;pre&gt;&lt;code&gt;  &amp;lt;td&amp;gt;
    &amp;lt;div class=&amp;quot;text codecolorer&amp;quot;&amp;gt;
      &amp;amp;nbsp;alias rpm_size=&#39;rpm -q --queryformat &amp;quot;%10{SIZE}\t%{NAME}\n&amp;quot; &#39;
    &amp;lt;/div&amp;gt;
  &amp;lt;/td&amp;gt;
&amp;lt;/tr&amp;gt;
&lt;/code&gt;&lt;/pre&gt;
  &lt;/table&gt;
&lt;/div&gt;
&lt;p&gt;and use it like&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Introduction to the Command Line (Second Edition) — Free Ebook Download</title>
      <link>/2010/10/06/introduction-command-line-edition-free-ebook-download/</link>
      <pubDate>Wed, 06 Oct 2010 15:21:46 +0000</pubDate>
      
      <guid>/2010/10/06/introduction-command-line-edition-free-ebook-download/</guid>
      <description>&lt;!--[ad#ad-2]--&gt;
&lt;p&gt;Pretty good book for beginners on command line whether you work on &lt;a class=&#34;zem_slink&#34; title=&#34;Ubuntu (operating system)&#34; rel=&#34;homepage&#34; href=&#34;http://www.ubuntu.com/&#34;&gt;Ubuntu&lt;/a&gt;, &lt;a class=&#34;zem_slink&#34; title=&#34;Fedora&#34; rel=&#34;homepage&#34; href=&#34;http://fedoraproject.org/&#34;&gt;Fedora&lt;/a&gt;, BSD or any other version.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;a href=&#34;http://www.lulu.com/product/ebook/introduction-to-the-command-line-%28second-edition%29/12665426&#34; target=&#34;_blank&#34;&gt;&lt;a href=&#34;http://www.lulu.com/product/ebook/introduction-to-the-command-line-%28second-edition%29/12665426&#34;&gt;http://www.lulu.com/product/ebook/introduction-to-the-command-line-%28second-edition%29/12665426&lt;/a&gt;&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h6 class=&#34;zemanta-related-title&#34; style=&#34;font-size: 1em;&#34;&gt;
  Related articles by Zemanta
&lt;/h6&gt;
&lt;ul class=&#34;zemanta-article-ul&#34;&gt;
  &lt;li class=&#34;zemanta-article-ul-li&#34;&gt;
    &lt;a href=&#34;http://www.ghacks.net/2010/09/30/install-libreoffice-on-fedora-and-ubuntu/&#34;&gt;Install LibreOffice on Fedora and Ubuntu&lt;/a&gt; (ghacks.net)
  &lt;/li&gt;
  &lt;li class=&#34;zemanta-article-ul-li&#34;&gt;
    &lt;a href=&#34;http://www.makeuseof.com/tag/learn-ubuntu-command-line-clicompanion/&#34;&gt;Learn To Use The Ubuntu Command Line With CLIcompanion&lt;/a&gt; (makeuseof.com)
  &lt;/li&gt;
  &lt;li class=&#34;zemanta-article-ul-li&#34;&gt;
    &lt;a href=&#34;http://crenk.com/how-to-install-gimp-in-ubuntu/&#34;&gt;How To Install GIMP in Ubuntu&lt;/a&gt; (crenk.com)
  &lt;/li&gt;
&lt;/ul&gt;
&lt;div class=&#34;zemanta-pixie&#34; style=&#34;margin-top: 10px; height: 15px;&#34;&gt;
  &lt;a class=&#34;zemanta-pixie-a&#34; title=&#34;Enhanced by Zemanta&#34; href=&#34;http://www.zemanta.com/&#34;&gt;&lt;img class=&#34;zemanta-pixie-img&#34; style=&#34;border: medium none; float: right;&#34; src=&#34;https://i1.wp.com/img.zemanta.com/zemified_e.png?w=688&#34; alt=&#34;Enhanced by Zemanta&#34; data-recalc-dims=&#34;1&#34; /&gt;&lt;/a&gt;&lt;span class=&#34;zem-script more-related pretty-attribution&#34;&gt;&lt;/span&gt;
&lt;/div&gt;</description>
    </item>
    
    <item>
      <title>F-Spot photo viewer – another tool with option to view the exif data.</title>
      <link>/2010/09/22/f-spot-photo-viewer-another-tool-with-option-to-view-the-exif-data/</link>
      <pubDate>Wed, 22 Sep 2010 15:45:51 +0000</pubDate>
      
      <guid>/2010/09/22/f-spot-photo-viewer-another-tool-with-option-to-view-the-exif-data/</guid>
      <description>&lt;!--[ad#ad-2]--&gt;
&lt;p&gt;Here is another tool worth looking at for &amp;lt;a class=&amp;quot;zem_slink&amp;quot; title=&amp;quot;Image viewer&amp;quot; rel=&amp;quot;wikipedia&amp;quot; href=&amp;quot;http://en.wikipedia.org/wiki/Image_viewer&amp;quot;&amp;gt;Image Viewer&lt;/a&gt;. Its called F-spot and the description for the same is as below :&lt;/p&gt;
&lt;blockquote&gt;
&lt;p style=\&#34;text-align: center;\&#34;&gt;&lt;a class=\&#34;zem_slink\&#34; title=\&#34;F-Spot\&#34; rel=\&#34;homepage\&#34; href=\&#34;http://f-spot.org/\&#34;&gt;F-Spot&lt;/a&gt; is an application designed to provide personal photo management  
to the &lt;a class=\&#34;zem_slink\&#34; title=\&#34;GNOME\&#34; rel=\&#34;homepage\&#34; href=\&#34;http://www.gnome.org/\&#34;&gt;GNOME desktop&lt;/a&gt;. Features include import, &lt;a class=\&#34;zem_slink\&#34; title=\&#34;Export\&#34; rel=\&#34;wikipedia\&#34; href=\&#34;http://en.wikipedia.org/wiki/Export\&#34;&gt;export&lt;/a&gt;, &lt;a class=\&#34;zem_slink\&#34; title=\&#34;Printing\&#34; rel=\&#34;wikipedia\&#34; href=\&#34;http://en.wikipedia.org/wiki/Printing\&#34;&gt;printing&lt;/a&gt; and advanced  
sorting and tagging of &lt;a class=\&#34;zem\_slink\&#34; title=\&#34;Digital image\&#34; rel=\&#34;wikipedia\&#34; href=\&#34;http://en.wikipedia.org/wiki/Digital\_image\&#34;&gt;digital images&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Handy one-liners for SED</title>
      <link>/2010/09/14/handy-oneliners-sed/</link>
      <pubDate>Tue, 14 Sep 2010 07:19:51 +0000</pubDate>
      
      <guid>/2010/09/14/handy-oneliners-sed/</guid>
      <description>&lt;div class=\&#34;zemanta-img\&#34; style=\&#34;margin: 1em; display: block;\&#34;&gt; 
&lt;div&gt;
  &lt;dl class=\&#34;wp-caption alignright\&#34; style=\&#34;width: 310px;\&#34;&gt; &lt;dt class=\&#34;wp-caption-dt\&#34;&gt;&lt;a href=\&#34;http://commons.wikipedia.org/wiki/File:Unix_history-simple.svg\&#34;&gt;&lt;img title=\&#34;A diagram showing the key Unix and Unix-like o...\&#34; src=\&#34;http://upload.wikimedia.org/wikipedia/commons/thumb/7/77/Unix_history-simple.svg/300px-Unix_history-simple.svg.png\&#34; alt=\&#34;A diagram showing the key Unix and Unix-like o...\&#34; width=\&#34;300\&#34; height=\&#34;193\&#34; /&gt;&lt;/a&gt;&lt;/dt&gt; &lt;dd class=\&#34;wp-caption-dd zemanta-img-attribution\&#34; style=\&#34;font-size: 0.8em;\&#34;&gt;Image via &lt;a href=\&#34;http://commons.wikipedia.org/wiki/File:Unix_history-simple.svg\&#34;&gt;Wikipedia&lt;/a&gt;&lt;/dd&gt; &lt;/dl&gt;
&lt;/div&gt;&lt;/div&gt; 
&lt;!--[ad#ad-2]--&gt;
&lt;p&gt;Here are some links to sed one liners, pretty useful if you want to use the power of sed.&lt;/p&gt;
&lt;p&gt;&amp;lt;a href=&amp;quot;http://www.freearchive.org/o/dd1ebea77f64bdef5982d50e868990202b0bf6f21b42e26ebb0ab1011d6ce546&amp;quot;&amp;gt;http://www.freearchive.org/o/dd1ebea77f64bdef5982d50e868990202b0bf6f21b42e26ebb0ab1011d6ce546&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;a href=&amp;quot;http://www.unixguide.net/unix/sedoneliner.shtml&amp;quot;&amp;gt;http://www.unixguide.net/unix/sedoneliner.shtml&lt;/a&gt;&lt;br&gt;
&amp;lt;a href=&amp;quot;http://sed.sourceforge.net/sed1line.txt&amp;quot;&amp;gt;http://sed.sourceforge.net/sed1line.txt&lt;/a&gt; &amp;lt;a href=&amp;quot;http://www.thegeekstuff.com/2010/06/bash-array-tutorial/&amp;quot;&amp;gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;a href=&amp;quot;http://www.thegeekstuff.com/2010/06/bash-array-tutorial/&amp;quot;&amp;gt;http://www.thegeekstuff.com/2010/06/bash-array-tutorial/&lt;/a&gt;&amp;lt;h6 class=&amp;quot;zemanta-related-title&amp;quot; style=&amp;quot;font-size: 1em;&amp;quot;&amp;gt;Related articles by Zemanta&lt;/h6&gt; &amp;lt;ul class=&amp;quot;zemanta-article-ul&amp;quot;&amp;gt; &amp;lt;li class=&amp;quot;zemanta-article-ul-li&amp;quot;&amp;gt;&amp;lt;a href=&amp;quot;http://www.ibm.com/developerworks/linux/library/l-sed1.html&amp;quot;&amp;gt;imabonehead: Common threads: Sed by example, Part 1&lt;/a&gt; (ibm.com)&lt;/li&gt; &amp;lt;li class=&amp;quot;zemanta-article-ul-li&amp;quot;&amp;gt;&amp;lt;a href=&amp;quot;http://www.thegeekstuff.com/2009/11/unix-sed-tutorial-append-insert-replace-and-count-file-lines/&amp;quot;&amp;gt;imabonehead: Unix Sed Tutorial: Append, Insert, Replace, and Count File Lines&lt;/a&gt; (thegeekstuff.com)&lt;/li&gt; &lt;/ul&gt; &amp;lt;div class=&amp;quot;zemanta-pixie&amp;quot; style=&amp;quot;margin-top: 10px; height: 15px;&amp;quot;&amp;gt;&amp;lt;a class=&amp;quot;zemanta-pixie-a&amp;quot; title=&amp;quot;Enhanced by Zemanta&amp;quot; href=&amp;quot;http://www.zemanta.com/&amp;quot;&amp;gt;&amp;lt;img class=&amp;quot;zemanta-pixie-img&amp;quot; style=&amp;quot;border: medium none; float: right;&amp;quot; src=&amp;quot;http://img.zemanta.com/zemified_e.png?x-id=be4d9a3b-c27c-46eb-8b76-2a1aa1900a4e&amp;quot; alt=&amp;quot;Enhanced by Zemanta&amp;quot; /&amp;gt;&lt;/a&gt;&amp;lt;span class=&amp;quot;zem-script more-related pretty-attribution&amp;quot;&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Using EOG and other image viewers to learn tricks of photography</title>
      <link>/2010/09/12/using-eog-and-other-image-viewers-to-learn-tricks-of-photography/</link>
      <pubDate>Sun, 12 Sep 2010 15:01:29 +0000</pubDate>
      
      <guid>/2010/09/12/using-eog-and-other-image-viewers-to-learn-tricks-of-photography/</guid>
      <description>&lt;!--[ad#ad-2]--&gt;
&lt;p&gt;&amp;lt;img class=&amp;quot;size-medium wp-image-2472&amp;quot; title=&amp;quot;Eye of Gnome Viewer with exif data&amp;quot; src=&amp;quot;http://blog.amit-agarwal.co.in/wp-content/uploads/2010/09/eog-300x218.jpg&amp;quot; alt=&amp;quot;Eye of Gnome Viewer with exif data&amp;quot; width=&amp;quot;300&amp;quot; height=&amp;quot;218&amp;quot; /&amp;gt;&lt;/p&gt;
&lt;p&gt;Today we will look at how a simple viewer like &amp;lt;a class=&amp;quot;zem_slink&amp;quot; title=&amp;quot;Eye of GNOME&amp;quot; rel=&amp;quot;homepage&amp;quot; href=&amp;quot;http://www.gnome.org/projects/eog/&amp;quot;&amp;gt;EOG&lt;/a&gt; of Gnome can help you learn some basic things about Photography.&lt;/p&gt;
&lt;p&gt;To begin with, we will open eog and then go to :&lt;/p&gt;
&lt;p&gt;Edit -&amp;gt; Preferences -&amp;gt; Plugins&lt;/p&gt;
&lt;p&gt;and enable&lt;/p&gt;
&lt;p&gt;&amp;lt;a class=&amp;quot;zem_slink&amp;quot; title=&amp;quot;Exchangeable image file format&amp;quot; rel=&amp;quot;wikipedia&amp;quot; href=&amp;quot;http://en.wikipedia.org/wiki/Exchangeable_image_file_format&amp;quot;&amp;gt;Exif&lt;/a&gt; Display&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Remove some path from the PATH variable temporarily.</title>
      <link>/2010/09/04/remove-path-path-variable-temporarily/</link>
      <pubDate>Sat, 04 Sep 2010 15:02:08 +0000</pubDate>
      
      <guid>/2010/09/04/remove-path-path-variable-temporarily/</guid>
      <description>&lt;!--[ad#ad-2]--&gt;
&lt;p&gt;How many times has it happened to you that you are working on some linux platform (like Fedora/Ubuntu/CentOS etc) and suddenly you see that you need to remove some path from the PATH variable so that a script is executed from some other path. It really difficult to do this if the path is too long and if you end up doing this couple of times. If that is the case, then the below script is for you 🙂&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Zabbix error\’d — just for fun</title>
      <link>/2010/08/28/zabbix-errord-fun/</link>
      <pubDate>Sat, 28 Aug 2010 18:27:49 +0000</pubDate>
      
      <guid>/2010/08/28/zabbix-errord-fun/</guid>
      <description>&lt;!--[ad#ad-2]--&gt;
&lt;p&gt;&amp;lt;img class=&amp;quot;size-medium wp-image-2432&amp;quot; title=&amp;quot;History-Zabbix Error&#39;d&amp;quot; src=&amp;quot;http://blog.amit-agarwal.co.in/wp-content/uploads/2010/08/History-Zabbix-300x151.jpg&amp;quot; alt=&amp;quot;History-Zabbix Error&#39;d&amp;quot; width=&amp;quot;300&amp;quot; height=&amp;quot;151&amp;quot; /&amp;gt;&lt;/p&gt;
&lt;p&gt;I was woking on Zabbix some days back and here&amp;amp;#8217;s a screenshot that I took from Zabbix running on &amp;lt;a class=&amp;quot;zem_slink&amp;quot; title=&amp;quot;Red Hat&amp;quot; rel=&amp;quot;homepage&amp;quot; href=&amp;quot;http://www.redhat.com&amp;quot;&amp;gt;Red Hat&lt;/a&gt; Enterprise &amp;lt;a class=&amp;quot;zem_slink&amp;quot; title=&amp;quot;Linux&amp;quot; rel=&amp;quot;homepage&amp;quot; href=&amp;quot;http://www.kernel.org/&amp;quot;&amp;gt;Linux&lt;/a&gt; 5. Pretty interesting to see that there is a graph with all the values on the &amp;lt;a class=&amp;quot;zem_slink&amp;quot; title=&amp;quot;Cartesian coordinate system&amp;quot; rel=&amp;quot;wikipedia&amp;quot; href=&amp;quot;http://en.wikipedia.org/wiki/Cartesian_coordinate_system&amp;quot;&amp;gt;Y-axis&lt;/a&gt; as 3.26GB and still there is a trend on the graph. How many times did you get such graph 🙂&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>gphotoframe Free digital photo frame for your desk.</title>
      <link>/2010/08/11/gphotoframe-free-digital-photo-frame-desk/</link>
      <pubDate>Wed, 11 Aug 2010 02:46:01 +0000</pubDate>
      
      <guid>/2010/08/11/gphotoframe-free-digital-photo-frame-desk/</guid>
      <description>&lt;!--adsense#ad#2--&gt;
&lt;p&gt;First install the gphotoframe application with the command :&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;sudo yum install gphotoframe&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;and if you want gnome-screensaver compatibility then install the package gphotoframe-gss also.&lt;/p&gt;
&lt;p&gt;Gnome Photo Frame is a photo frame gadget for the &amp;lt;a class=&amp;quot;zem_slink&amp;quot; title=&amp;quot;GNOME&amp;quot; rel=&amp;quot;homepage&amp;quot; href=&amp;quot;http://www.gnome.org/&amp;quot;&amp;gt;GNOME&lt;/a&gt; Desktop. Let&amp;amp;#8217;s see how this works.. run the command gphotoframe from a terminal:&lt;/p&gt;
&lt;p&gt;Here is what you will see :&lt;/p&gt;
&lt;p&gt;&amp;lt;a href=&amp;quot;http://blog.amit-agarwal.com/wp-content/uploads/2010/08/Screenshot-gphotoframe.png&amp;quot;&amp;gt;&amp;lt;img class=&amp;quot;size-medium wp-image-1880&amp;quot; title=&amp;quot;Screenshot-gphotoframe&amp;quot; src=&amp;quot;http://blog.amit-agarwal.com/wp-content/uploads/2010/08/Screenshot-gphotoframe-300x227.png&amp;quot; alt=&amp;quot;Screenshot-gphotoframe&amp;quot; width=&amp;quot;300&amp;quot; height=&amp;quot;227&amp;quot; /&amp;gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Don&amp;amp;#8217;t panic on seeing the blank/black page. You need to add the source first. So &amp;lt;a class=&amp;quot;zem_slink&amp;quot; title=&amp;quot;Mouse (computing)&amp;quot; rel=&amp;quot;wikipedia&amp;quot; href=&amp;quot;http://en.wikipedia.org/wiki/Mouse_%28computing%29&amp;quot;&amp;gt;right click&lt;/a&gt; on the window and go to preferences:&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Auto Key press fill forms through simulating key presses | Linux.com</title>
      <link>/2010/07/31/auto-key-press-fill-forms-simulating-key-presses-linuxcom/</link>
      <pubDate>Sat, 31 Jul 2010 03:16:33 +0000</pubDate>
      
      <guid>/2010/07/31/auto-key-press-fill-forms-simulating-key-presses-linuxcom/</guid>
      <description>&lt;!--[ad#ad-2]--&gt;
&lt;p&gt;This script can be used to repeatedly press &amp;lt;a class=&amp;quot;zem_slink&amp;quot; title=&amp;quot;Electronic keyboard&amp;quot; rel=&amp;quot;wikipedia&amp;quot; href=&amp;quot;http://en.wikipedia.org/wiki/Electronic_keyboard&amp;quot;&amp;gt;keys&lt;/a&gt; on the &amp;lt;a class=&amp;quot;zem_slink&amp;quot; title=&amp;quot;Keyboard (computing)&amp;quot; rel=&amp;quot;wikipedia&amp;quot; href=&amp;quot;http://en.wikipedia.org/wiki/Keyboard_%28computing%29&amp;quot;&amp;gt;keyboard&lt;/a&gt;, it was used to fill out 100 odd entries on a &amp;lt;a class=&amp;quot;zem_slink&amp;quot; title=&amp;quot;Web page&amp;quot; rel=&amp;quot;wikipedia&amp;quot; href=&amp;quot;http://en.wikipedia.org/wiki/Web_page&amp;quot;&amp;gt;web page&lt;/a&gt; while testing without having to physically enter the data.&lt;/p&gt;
&lt;p&gt;Save the code below some where like &amp;lt;a class=&amp;quot;zem_slink&amp;quot; title=&amp;quot;Filesystem Hierarchy Standard&amp;quot; rel=&amp;quot;wikipedia&amp;quot; href=&amp;quot;http://en.wikipedia.org/wiki/Filesystem_Hierarchy_Standard&amp;quot;&amp;gt;/usr/bin&lt;/a&gt;/ with what ever file name you like, set the file to be &amp;lt;a class=&amp;quot;zem_slink&amp;quot; title=&amp;quot;Executable&amp;quot; rel=&amp;quot;wikipedia&amp;quot; href=&amp;quot;http://en.wikipedia.org/wiki/Executable&amp;quot;&amp;gt;executable&lt;/a&gt; with &amp;lt;a class=&amp;quot;zem_slink&amp;quot; title=&amp;quot;Chmod&amp;quot; rel=&amp;quot;wikipedia&amp;quot; href=&amp;quot;http://en.wikipedia.org/wiki/Chmod&amp;quot;&amp;gt;chmod&lt;/a&gt; +x /usr/bin/keyrepeat&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Typing the current date automaticly in any application with a key binding.</title>
      <link>/2010/07/20/typing-the-current-date-automaticly-in-any-application-with-a-key-binding/</link>
      <pubDate>Tue, 20 Jul 2010 03:47:11 +0000</pubDate>
      
      <guid>/2010/07/20/typing-the-current-date-automaticly-in-any-application-with-a-key-binding/</guid>
      <description>&lt;!--[ad#ad-2]--&gt;
&lt;p&gt;&lt;tt&gt;$ xvkbd -xsendevent -text $(date +%Y%m%d)&lt;/tt&gt; I don&amp;amp;#8217;t want to waste time to all the time type the current date. I have set this snippet in my kde shortcuts with meta+l. All the &amp;lt;a class=&amp;quot;zem_slink freebase/en/window_manager&amp;quot; title=&amp;quot;Window manager&amp;quot; rel=&amp;quot;wikipedia&amp;quot; href=&amp;quot;http://en.wikipedia.org/wiki/Window_manager&amp;quot;&amp;gt;window managers&lt;/a&gt; have &amp;lt;a class=&amp;quot;zem_slink freebase/en/keyboard_shortcut&amp;quot; title=&amp;quot;Keyboard shortcut&amp;quot; rel=&amp;quot;wikipedia&amp;quot; href=&amp;quot;http://en.wikipedia.org/wiki/Keyboard_shortcut&amp;quot;&amp;gt;key-bindings&lt;/a&gt; AFAIK. That works in all softs, &amp;lt;a class=&amp;quot;zem_slink freebase/en/command_line_interface&amp;quot; title=&amp;quot;Command-line interface&amp;quot; rel=&amp;quot;wikipedia&amp;quot; href=&amp;quot;http://en.wikipedia.org/wiki/Command-line_interface&amp;quot;&amp;gt;CLI&lt;/a&gt; or &amp;lt;a class=&amp;quot;zem_slink freebase/en/graphical_user_interface&amp;quot; title=&amp;quot;Graphical user interface&amp;quot; rel=&amp;quot;wikipedia&amp;quot; href=&amp;quot;http://en.wikipedia.org/wiki/Graphical_user_interface&amp;quot;&amp;gt;GUI&lt;/a&gt;…&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>A Five-Way Linux Distribution Comparison In 2010</title>
      <link>/2010/07/14/a-five-way-linux-distribution-comparison-in-2010/</link>
      <pubDate>Wed, 14 Jul 2010 01:06:30 +0000</pubDate>
      
      <guid>/2010/07/14/a-five-way-linux-distribution-comparison-in-2010/</guid>
      <description>&lt;!--[ad#ad-2]--&gt;&lt;div class=\&#34;zemanta-img\&#34;&gt; 
&lt;div&gt;
  &lt;dl class=\&#34;wp-caption alignright\&#34;&gt; &lt;dt class=\&#34;wp-caption-dt\&#34;&gt;&lt;a href=\&#34;http://commons.wikipedia.org/wiki/File:Tux.png\&#34;&gt;&lt;img title=\&#34;Tux, as originally drawn by Larry Ewing\&#34; src=\&#34;http://blog.amit-agarwal.co.in/wp-content/uploads/2010/08/Tux.png\&#34; alt=\&#34;Tux, as originally drawn by Larry Ewing\&#34; /&gt;&lt;/a&gt;&lt;/dt&gt; &lt;dd class=\&#34;wp-caption-dd zemanta-img-attribution\&#34;&gt;Image via &lt;a href=\&#34;http://commons.wikipedia.org/wiki/File:Tux.png\&#34;&gt;Wikipedia&lt;/a&gt;&lt;/dd&gt; &lt;/dl&gt;
&lt;/div&gt;&lt;/div&gt; 
&lt;p&gt;&amp;lt;a href=&amp;quot;http://www.phoronix.com/scan.php?page=article&amp;amp;item=linux_2010_fiveway&amp;amp;num=1&amp;quot; target=&amp;quot;_blank&amp;quot;&amp;gt;A five way linux comparison&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;A very good comparison of the most common and famous distributions of &amp;lt;a class=&amp;quot;zem_slink freebase/guid/9202a8c04000641f8000000000dafbd5&amp;quot; title=&amp;quot;Linux&amp;quot; rel=&amp;quot;wikipedia&amp;quot; href=&amp;quot;http://en.wikipedia.org/wiki/Linux&amp;quot;&amp;gt;Linux&lt;/a&gt;. Very comprehensive and detailed. Love this guy.&amp;lt;h6 class=&amp;quot;zemanta-related-title&amp;quot;&amp;gt;Related articles by Zemanta&lt;/h6&gt; &amp;lt;ul class=&amp;quot;zemanta-article-ul&amp;quot;&amp;gt; &amp;lt;li class=&amp;quot;zemanta-article-ul-li&amp;quot;&amp;gt;&amp;lt;a href=&amp;quot;http://lifehacker.com/5585048/spotify-streaming-music-player-comes-to-linux&amp;quot;&amp;gt;Spotify Streaming Music Player Comes to Linux [Downloads]&lt;/a&gt; (lifehacker.com)&lt;/li&gt; &amp;lt;li class=&amp;quot;zemanta-article-ul-li&amp;quot;&amp;gt;&amp;lt;a href=&amp;quot;http://sathyasays.com/2010/07/13/spotify-for-linux/&amp;quot;&amp;gt;Spotify for Linux&lt;/a&gt; (sathyasays.com)&lt;/li&gt; &lt;/ul&gt; &amp;lt;div class=&amp;quot;zemanta-pixie&amp;quot;&amp;gt;&amp;lt;a class=&amp;quot;zemanta-pixie-a&amp;quot; title=&amp;quot;Enhanced by Zemanta&amp;quot; href=&amp;quot;http://www.zemanta.com/&amp;quot;&amp;gt;&amp;lt;img class=&amp;quot;zemanta-pixie-img&amp;quot; src=&amp;quot;http://blog.amit-agarwal.co.in/wp-content/uploads/2010/08/zemified_c16.gif&amp;quot; alt=&amp;quot;Enhanced by Zemanta&amp;quot; /&amp;gt;&lt;/a&gt;&amp;lt;span class=&amp;quot;zem-script more-related more-info pretty-attribution paragraph-reblog&amp;quot;&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Magic space on the current command line</title>
      <link>/2010/06/25/magic-space-on-the-current-command-line/</link>
      <pubDate>Fri, 25 Jun 2010 11:47:08 +0000</pubDate>
      
      <guid>/2010/06/25/magic-space-on-the-current-command-line/</guid>
      <description>&lt;!--[ad#ad-2]--&gt;
&lt;p&gt;# For how to set up magic space for Bash see:&lt;br&gt;
# – &lt;a href=&#34;http://www.ukuug.org/events/linux2003/papers/bash_tips/#slide15&#34;&gt;http://www.ukuug.org/events/linux2003/papers/bash_tips/#slide15&lt;/a&gt;&lt;br&gt;
# – &lt;a href=&#34;http://codesnippets.joyent.com/posts/show/1690&#34;&gt;http://codesnippets.joyent.com/posts/show/1690&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;man bash 2&amp;gt;/dev/null | less -p &amp;amp;#8217;magic-space&amp;amp;#8217;&lt;/p&gt;
&lt;p&gt;man bash 2&amp;gt;/dev/null | less -p &amp;amp;#8217;Event Designators&amp;amp;#8217;&lt;/p&gt;
&lt;p&gt;man bash 2&amp;gt;/dev/null | less -p &amp;amp;#8217;\!#&amp;amp;#8217; # &amp;amp;#8221;The entire &amp;lt;a class=&amp;quot;zem_slink&amp;quot; title=&amp;quot;Command-line interface&amp;quot; rel=&amp;quot;wikipedia&amp;quot; href=&amp;quot;http://en.wikipedia.org/wiki/Command-line_interface&amp;quot;&amp;gt;command line&lt;/a&gt; typed so far.&amp;amp;#8221;&lt;/p&gt;
&lt;p&gt;&amp;lt;a href=&amp;quot;http://snippets.dzone.com/posts/show/10265&amp;quot;&amp;gt;Read more :&lt;/a&gt;&amp;lt;h6 class=&amp;quot;zemanta-related-title&amp;quot; style=&amp;quot;font-size: 1em;&amp;quot;&amp;gt;Related articles by Zemanta&lt;/h6&gt; &amp;lt;ul class=&amp;quot;zemanta-article-ul&amp;quot;&amp;gt; &amp;lt;li class=&amp;quot;zemanta-article-ul-li&amp;quot;&amp;gt;&amp;lt;a href=&amp;quot;http://www.makeuseof.com/tag/trigger-wake-lan-mac-address/&amp;quot;&amp;gt;How To Trigger Wake On LAN Using The MAC Address&lt;/a&gt; (makeuseof.com)&lt;/li&gt; &amp;lt;li class=&amp;quot;zemanta-article-ul-li&amp;quot;&amp;gt;&amp;lt;a href=&amp;quot;http://smarterware.org/4271/projectview-lists-your-todo-txt-by-project&amp;quot;&amp;gt;Projectview Lists Your Todo.txt by Project&lt;/a&gt; (smarterware.org)&lt;/li&gt; &amp;lt;li class=&amp;quot;zemanta-article-ul-li&amp;quot;&amp;gt;&amp;lt;a href=&amp;quot;http://helpdeskgeek.com/linux-tips/shell-script-backup-directory-linux/&amp;quot;&amp;gt;Back Up a Directory in Linux using a Shell Script&lt;/a&gt; (helpdeskgeek.com)&lt;/li&gt; &lt;/ul&gt; &amp;lt;div class=&amp;quot;zemanta-pixie&amp;quot; style=&amp;quot;margin-top: 10px; height: 15px;&amp;quot;&amp;gt;&amp;lt;a class=&amp;quot;zemanta-pixie-a&amp;quot; title=&amp;quot;Reblog this post [with Zemanta]&amp;quot; href=&amp;quot;http://reblog.zemanta.com/zemified/038d79c3-59e6-41ad-a8ad-31d1af669509/&amp;quot;&amp;gt;&amp;lt;img class=&amp;quot;zemanta-pixie-img&amp;quot; style=&amp;quot;border: medium none; float: right;&amp;quot; src=&amp;quot;http://blog.amit-agarwal.co.in/wp-content/uploads/2010/08/reblog_e39.png&amp;quot; alt=&amp;quot;Reblog this post [with Zemanta]&amp;quot; /&amp;gt;&lt;/a&gt;&amp;lt;span class=&amp;quot;zem-script more-related pretty-attribution&amp;quot;&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>wmctrl – window control manager</title>
      <link>/2010/06/16/wmctrl-window-control-manager/</link>
      <pubDate>Wed, 16 Jun 2010 02:17:04 +0000</pubDate>
      
      <guid>/2010/06/16/wmctrl-window-control-manager/</guid>
      <description>&lt;div class=\&#34;zemanta-img\&#34;&gt; 
&lt;div&gt;
  &lt;dl class=\&#34;wp-caption alignright\&#34;&gt; &lt;dt class=\&#34;wp-caption-dt\&#34;&gt;&lt;a href=\&#34;http://commons.wikipedia.org/wiki/Image:Deer_Park_Globe.png\&#34;&gt;&lt;img title=\&#34;Blue globe artwork is distributed with Firefox...\&#34; src=\&#34;http://blog.amit-agarwal.co.in/wp-content/uploads/2010/08/Deer_Park_Globe.png\&#34; alt=\&#34;Blue globe artwork is distributed with Firefox...\&#34; /&gt;&lt;/a&gt;&lt;/dt&gt; &lt;dd class=\&#34;wp-caption-dd zemanta-img-attribution\&#34;&gt;Image via &lt;a href=\&#34;http://commons.wikipedia.org/wiki/Image:Deer_Park_Globe.png\&#34;&gt;Wikipedia&lt;/a&gt;&lt;/dd&gt; &lt;/dl&gt;
&lt;/div&gt;&lt;/div&gt; 
&lt;!--[ad#ad-2]--&gt;
&lt;p&gt;&lt;strong&gt;What is &amp;lt;a class=&amp;quot;zem_slink freebase/en/wmctrl&amp;quot; title=&amp;quot;Wmctrl&amp;quot; rel=&amp;quot;wikipedia&amp;quot; href=&amp;quot;http://en.wikipedia.org/wiki/Wmctrl&amp;quot;&amp;gt;wmctrl&lt;/a&gt;?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;wmctrl  is  a  command that can be used to interact with an X Window manager that is compatible with the EWMH/NetWM specification.  wmctrl can query the &amp;lt;a class=&amp;quot;zem_slink freebase/en/window_manager&amp;quot; title=&amp;quot;Window manager&amp;quot; rel=&amp;quot;wikipedia&amp;quot; href=&amp;quot;http://en.wikipedia.org/wiki/Window_manager&amp;quot;&amp;gt;window manager&lt;/a&gt; for information, and it can request that certain window management actions be taken.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>IRC on Linux de-mystified for new users only</title>
      <link>/2010/06/15/irc-linux-demystified-users/</link>
      <pubDate>Tue, 15 Jun 2010 14:20:17 +0000</pubDate>
      
      <guid>/2010/06/15/irc-linux-demystified-users/</guid>
      <description>&lt;!--[ad#ad-2]--&gt;
&lt;p&gt;The other day, I was trying to fix something in my firefox and found that the way to go was to login to IRC and go to the mozilla &amp;lt;a class=&amp;quot;zem_slink freebase/en/server&amp;quot; title=&amp;quot;Server (computing)&amp;quot; rel=&amp;quot;wikipedia&amp;quot; href=&amp;quot;http://en.wikipedia.org/wiki/Server_%28computing%29&amp;quot;&amp;gt;server&lt;/a&gt; and join #firefox.&lt;/p&gt;
&lt;p&gt;Though IRC is quite native to &amp;lt;a class=&amp;quot;zem_slink freebase/en/linux&amp;quot; title=&amp;quot;Linux&amp;quot; rel=&amp;quot;wikipedia&amp;quot; href=&amp;quot;http://en.wikipedia.org/wiki/Linux&amp;quot;&amp;gt;Linux&lt;/a&gt;, I did not know where to start. So, I noted down the list of steps that need to be done to get you started. (Note this may not be new to most of you).&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>let a cow tell you your fortune</title>
      <link>/2010/06/03/cow-fortune/</link>
      <pubDate>Thu, 03 Jun 2010 02:00:23 +0000</pubDate>
      
      <guid>/2010/06/03/cow-fortune/</guid>
      <description>&lt;div id=\&#34;usernote\&#34; class=\&#34;note\&#34;&gt;&lt;!--[ad#ad-2]--&gt;&lt;/div&gt; &lt;div class=\&#34;note\&#34;&gt;Here\&amp;#8217;s something that I saw on commandlinefu yesterday. That sent me thinking about some command to have the cow file picked randomly 🙂 So, here\&amp;#8217;s the original command from the commandlinefu:&lt;/div&gt; &lt;div id=\&#34;header\&#34;&gt;
&lt;p&gt;&lt;strong&gt;let a cow tell you your fortune&lt;/strong&gt;&lt;/div&gt;&lt;/p&gt;
&lt;div&gt;
  &lt;div class=&#34;codecolorer-container text solarized-light&#34; style=&#34;overflow:auto;white-space:nowrap;width:550px;&#34;&gt;
    &lt;table cellspacing=&#34;0&#34; cellpadding=&#34;0&#34;&gt;
      &lt;tr&gt;
        &lt;td class=&#34;line-numbers&#34;&gt;
          &lt;div&gt;
            1&lt;br /&gt;
          &lt;/div&gt;
        &lt;/td&gt;
&lt;pre&gt;&lt;code&gt;    &amp;lt;td&amp;gt;
      &amp;lt;div class=&amp;quot;text codecolorer&amp;quot;&amp;gt;
        $ fortune | &amp;lt;a class=&amp;quot;zem_slink freebase/en/cowsay&amp;quot; title=&amp;quot;Cowsay&amp;quot; rel=&amp;quot;homepage&amp;quot; href=&amp;quot;http://www.nog.net/%7Etony/warez/cowsay.shtml&amp;quot;&amp;gt;cowsay&amp;lt;/a&amp;gt; -f tux
      &amp;lt;/div&amp;gt;
    &amp;lt;/td&amp;gt;
  &amp;lt;/tr&amp;gt;
&amp;lt;/table&amp;gt;
&lt;/code&gt;&lt;/pre&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;p&gt;
      Let &lt;a class=\&#34;zem_slink freebase/en/tux\&#34; title=\&#34;Tux\&#34; rel=\&#34;wikipedia\&#34; href=\&#34;http://en.wikipedia.org/wiki/Tux\&#34;&gt;Tux&lt;/a&gt; bring the &lt;a class=\&#34;zem_slink freebase/en/fortune_cookie\&#34; title=\&#34;Fortune cookie\&#34; rel=\&#34;wikipedia\&#34; href=\&#34;http://en.wikipedia.org/wiki/Fortune_cookie\&#34;&gt;fortune cookie&lt;/a&gt;
    &lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Delete all files in a folder that don&#39;t match a certain file extension</title>
      <link>/2010/04/30/delete-files-folder-match-file-extension/</link>
      <pubDate>Fri, 30 Apr 2010 14:01:52 +0000</pubDate>
      
      <guid>/2010/04/30/delete-files-folder-match-file-extension/</guid>
      <description>&lt;!--[ad#ad-2]--&gt;
&lt;p&gt;&lt;tt&gt;$ rm !(&lt;em&gt;.foo|&lt;/em&gt;.bar|*.baz)&lt;/tt&gt;&lt;/p&gt;
&lt;p&gt;Deletes all files in a folder that are NOT *.foo, *.bar or *.baz files. Edit the pattern inside the brackets as you like.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&amp;lt;a href=&amp;quot;http://www.commandlinefu.com/commands/view/5351/delete-all-files-in-a-folder-that-dont-match-a-certain-file-extension&amp;quot;&amp;gt;View this command to comment, vote or add to favourites&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&amp;lt;a href=&amp;quot;http://feeds2.feedburner.com/commands/by/hutch&amp;quot;&amp;gt;View all commands by &lt;/a&gt;&lt;strong&gt;&amp;lt;a href=&amp;quot;http://feeds2.feedburner.com/commands/by/hutch&amp;quot;&amp;gt;hutch&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&amp;lt;a href=&amp;quot;http://www.commandlinefu.com&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;http://blog.amit-agarwal.co.in/wp-content/uploads/2010/08/header-logo.jpg&amp;quot; alt=&amp;quot;&amp;quot; align=&amp;quot;bottom&amp;quot; /&amp;gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;by David Winterbottom (&amp;lt;a href=&amp;quot;http://codeinthehole.com&amp;quot;&amp;gt;codeinthehole.com&lt;/a&gt;)&lt;/p&gt;
&lt;p&gt;&amp;lt;a href=&amp;quot;http://feedads.g.doubleclick.net/~a/kewaFMgsXI4A1vQfeLscg2Vcv8o/0/da&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;http://blog.amit-agarwal.com/wp-content/uploads/img.zemanta.com/~a/kewaFMgsXI4A1vQfeLscg2Vcv8o/0/di&amp;quot; alt=&amp;quot;&amp;quot; align=&amp;quot;bottom&amp;quot; /&amp;gt;&lt;/a&gt;&lt;br&gt;
&amp;lt;a href=&amp;quot;http://feedads.g.doubleclick.net/~a/kewaFMgsXI4A1vQfeLscg2Vcv8o/1/da&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;http://blog.amit-agarwal.com/wp-content/uploads/img.zemanta.com/~a/kewaFMgsXI4A1vQfeLscg2Vcv8o/1/di&amp;quot; alt=&amp;quot;&amp;quot; align=&amp;quot;bottom&amp;quot; /&amp;gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;img src=&amp;quot;http://blog.amit-agarwal.com/wp-content/uploads/img.zemanta.com/~r/Command-line-fu/~4/TCRb2ku_V1Y&amp;quot; alt=&amp;quot;&amp;quot; width=&amp;quot;1&amp;quot; height=&amp;quot;1&amp;quot; align=&amp;quot;bottom&amp;quot; /&amp;gt;&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Upgrade to Fedora 13 from your existing version using yum.</title>
      <link>/2010/04/21/upgrade-fedora-13-existing-version-yum/</link>
      <pubDate>Wed, 21 Apr 2010 15:47:06 +0000</pubDate>
      
      <guid>/2010/04/21/upgrade-fedora-13-existing-version-yum/</guid>
      <description>&lt;!--[ad#ad-2]--&gt;
&lt;p&gt;Well. this time it seems to be very simple :&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;yum –releasever=13 upgrade&lt;/strong&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;update 22/April/2010:&lt;br&gt;
The key file will not be there so there are two options for you in this case:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Install the following rpms from the downloaded rpms with &amp;amp;#8221;yum –nogpg localinstall&amp;amp;#8221;&lt;br&gt;
a) fedora-release&lt;br&gt;
b) fedora-release-notes&lt;/li&gt;
&lt;li&gt;Run the whole upgrade with –nogpg option.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Issue observed after the upgrade:&lt;br&gt;
The new kernel was not added in the grub menu and I had to manually add the below entry in the &amp;lt;a class=&amp;quot;zem_slink freebase/en/gnu_grub&amp;quot; title=&amp;quot;GNU GRUB&amp;quot; rel=&amp;quot;homepage&amp;quot; href=&amp;quot;http://www.gnu.org/software/grub/&amp;quot;&amp;gt;menu.lst&lt;/a&gt; file:&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Advanced Sed Substitution Examples</title>
      <link>/2010/04/11/advanced-sed-substitution-examples/</link>
      <pubDate>Sun, 11 Apr 2010 09:11:48 +0000</pubDate>
      
      <guid>/2010/04/11/advanced-sed-substitution-examples/</guid>
      <description>&lt;!--[ad#ad-2]--&gt;
&lt;p&gt;This article is part of the on-going Unix Sed Tips and Tricks series. In our previous sed articles we learned — sed printing, sed deletion, sed substitute , sed file write, and sed multiple commands. In this article, let us review some interesting workarounds with the “s” substitute command in sed with several practical examples. I. […]&lt;/p&gt;
&lt;p&gt;Read More: &amp;lt;a href=&amp;quot;http://www.thegeekstuff.com/2009/10/unix-sed-tutorial-advanced-sed-substitution-examples/&amp;quot;&amp;gt;Unix Sed Tutorial: Advanced Sed Substitution Examples&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;URL: &amp;lt;a href=&amp;quot;http://feedproxy.google.com/~r/TheGeekStuff/~3/uN-cE6UOvfA/&amp;quot;&amp;gt;http://feedproxy.google.com/~r/TheGeekStuff/~3/uN-cE6UOvfA/&lt;/a&gt;&amp;lt;h6 class=&amp;quot;zemanta-related-title&amp;quot; style=&amp;quot;font-size: 1em;&amp;quot;&amp;gt;Related articles by Zemanta&lt;/h6&gt; &amp;lt;ul class=&amp;quot;zemanta-article-ul&amp;quot;&amp;gt; &amp;lt;li class=&amp;quot;zemanta-article-ul-li&amp;quot;&amp;gt;&amp;lt;a href=&amp;quot;http://www.slumpedoverkeyboarddead.com/2009/08/06/vim-video-tutorial/&amp;quot;&amp;gt;VIM video tutorial&lt;/a&gt; (slumpedoverkeyboarddead.com)&lt;/li&gt; &amp;lt;li class=&amp;quot;zemanta-article-ul-li&amp;quot;&amp;gt;&amp;lt;a href=&amp;quot;http://www.slumpedoverkeyboarddead.com/2009/08/22/turn-vim-or-emacs-into-and-ide-with-exuberant-ctags/&amp;quot;&amp;gt;Turn Vim or Emacs Into and IDE With Exuberant-Ctags&lt;/a&gt; (slumpedoverkeyboarddead.com)&lt;/li&gt; &lt;/ul&gt; &amp;lt;div class=&amp;quot;zemanta-pixie&amp;quot; style=&amp;quot;margin-top: 10px; height: 15px;&amp;quot;&amp;gt;&amp;lt;a class=&amp;quot;zemanta-pixie-a&amp;quot; title=&amp;quot;Reblog this post [with Zemanta]&amp;quot; href=&amp;quot;http://reblog.zemanta.com/zemified/0d68ebaf-6fc5-419a-a31c-7d31bc55ab3f/&amp;quot;&amp;gt;&amp;lt;img class=&amp;quot;zemanta-pixie-img&amp;quot; style=&amp;quot;border: medium none; float: right;&amp;quot; src=&amp;quot;http://blog.amit-agarwal.co.in/wp-content/uploads/2010/08/reblog_e8.png&amp;quot; alt=&amp;quot;Reblog this post [with Zemanta]&amp;quot; /&amp;gt;&lt;/a&gt;&amp;lt;span class=&amp;quot;zem-script more-related pretty-attribution&amp;quot;&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>gnome-blog — Deskbar applet for blogging</title>
      <link>/2010/03/25/gnome-blog-deskbar-applet-for-blogging/</link>
      <pubDate>Thu, 25 Mar 2010 02:41:30 +0000</pubDate>
      
      <guid>/2010/03/25/gnome-blog-deskbar-applet-for-blogging/</guid>
      <description>&lt;div class=\&#34;zemanta-img\&#34;&gt; 
&lt;div&gt;
  &lt;dl class=\&#34;wp-caption alignright\&#34;&gt; &lt;dt class=\&#34;wp-caption-dt\&#34;&gt;&lt;a href=\&#34;http://www.daylife.com/image/0cRY5Iwfgg1P5?utm_source=zemanta&amp;utm_medium=p&amp;utm_content=0cRY5Iwfgg1P5&amp;utm_campaign=z1\&#34;&gt;&lt;img title=\&#34;SAN FRANCISCO - JUNE 08: Apple Senior Vice Pr...\&#34; src=\&#34;http://blog.amit-agarwal.co.in/wp-content/uploads/2010/08/150x103.jpg\&#34; alt=\&#34;SAN FRANCISCO - JUNE 08: Apple Senior Vice Pr...\&#34; /&gt;&lt;/a&gt;&lt;/dt&gt; &lt;dd class=\&#34;wp-caption-dd zemanta-img-attribution\&#34;&gt;Image by &lt;a href=\&#34;http://www.daylife.com/source/Getty_Images\&#34;&gt;Getty Images&lt;/a&gt; via &lt;a href=\&#34;http://www.daylife.com\&#34;&gt;Daylife&lt;/a&gt;&lt;/dd&gt; &lt;/dl&gt;
&lt;/div&gt;&lt;/div&gt; 
&lt;!--[ad#ad-2]--&gt;
&lt;p&gt;Chanced upon utility called gnome blog. A nifty nice deskbar applet that can be used to post your blogs quickly.&amp;lt;h6 class=&amp;quot;zemanta-related-title&amp;quot;&amp;gt;Related articles by Zemanta&lt;/h6&gt; &amp;lt;ul class=&amp;quot;zemanta-article-ul&amp;quot;&amp;gt; &amp;lt;li class=&amp;quot;zemanta-article-ul-li&amp;quot;&amp;gt;&amp;lt;a href=&amp;quot;http://www.omgubuntu.co.uk/2010/03/gnome-music-applet-dead-long-live.html&amp;quot;&amp;gt;GNOME Music Applet dead, long live PanFlute&lt;/a&gt; (omgubuntu.co.uk)&lt;/li&gt; &amp;lt;li class=&amp;quot;zemanta-article-ul-li&amp;quot;&amp;gt;&amp;lt;a href=&amp;quot;http://www.omgubuntu.co.uk/2010/03/docky-session-applet-video-shows-its.html&amp;quot;&amp;gt;Docky Session Applet Video shows it&amp;amp;#8217;s made of win&lt;/a&gt; (omgubuntu.co.uk)&lt;/li&gt; &amp;lt;li class=&amp;quot;zemanta-article-ul-li&amp;quot;&amp;gt;&amp;lt;a href=&amp;quot;http://www.ghacks.net/2009/12/23/manage-your-secure-shell-connections-from-the-gnome-panel/&amp;quot;&amp;gt;Manage your secure shell connections from the GNOME panel&lt;/a&gt; (ghacks.net)&lt;/li&gt; &amp;lt;li class=&amp;quot;zemanta-article-ul-li&amp;quot;&amp;gt;&amp;lt;a href=&amp;quot;http://www.ghacks.net/2010/03/02/connecting-to-a-microsoft-vpn-with-linux/&amp;quot;&amp;gt;Connecting to a Microsoft VPN with Linux&lt;/a&gt; (ghacks.net)&lt;/li&gt; &amp;lt;li class=&amp;quot;zemanta-article-ul-li&amp;quot;&amp;gt;&amp;lt;a href=&amp;quot;http://www.omgubuntu.co.uk/2010/03/gnome-media-player-adds-volume-control.html&amp;quot;&amp;gt;GNOME Media Player Adds Volume control; 2nd release in 2 days&lt;/a&gt; (omgubuntu.co.uk)&lt;/li&gt; &amp;lt;li class=&amp;quot;zemanta-article-ul-li&amp;quot;&amp;gt;&amp;lt;a href=&amp;quot;http://geek.co.il/wp/2009/11/27/my-desktop-in-a-gnome-shell&amp;quot;&amp;gt;My desktop in a GNOME shell&lt;/a&gt; (geek.co.il)&lt;/li&gt; &amp;lt;li class=&amp;quot;zemanta-article-ul-li&amp;quot;&amp;gt;&amp;lt;a href=&amp;quot;http://castrojo.wordpress.com/2010/03/25/become-a-friend-of-gnome/&amp;quot;&amp;gt;Jorge Castro: Become a Friend of GNOME&lt;/a&gt; (castrojo.wordpress.com)&lt;/li&gt; &lt;/ul&gt; &amp;lt;div class=&amp;quot;zemanta-pixie&amp;quot;&amp;gt;&amp;lt;a class=&amp;quot;zemanta-pixie-a&amp;quot; title=&amp;quot;Reblog this post [with Zemanta]&amp;quot; href=&amp;quot;http://reblog.zemanta.com/zemified/e1cc81d7-8946-4ce2-9d56-306b35747d8a/&amp;quot;&amp;gt;&amp;lt;img class=&amp;quot;zemanta-pixie-img&amp;quot; src=&amp;quot;http://blog.amit-agarwal.co.in/wp-content/uploads/2010/08/reblog_b100.png&amp;quot; alt=&amp;quot;Reblog this post [with Zemanta]&amp;quot; /&amp;gt;&lt;/a&gt;&amp;lt;span class=&amp;quot;zem-script more-related more-info pretty-attribution paragraph-reblog&amp;quot;&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>How to Install KDE in Windows]</title>
      <link>/2010/03/12/how-to-install-kde-in-windows/</link>
      <pubDate>Fri, 12 Mar 2010 13:24:32 +0000</pubDate>
      
      <guid>/2010/03/12/how-to-install-kde-in-windows/</guid>
      <description>&lt;div class=\&#34;zemanta-img\&#34;&gt; 
&lt;div&gt;
  &lt;dl class=\&#34;wp-caption alignright\&#34;&gt; &lt;dt class=\&#34;wp-caption-dt\&#34;&gt;&lt;a href=\&#34;http://www.crunchbase.com/product/windows\&#34;&gt;&lt;img title=\&#34;Image representing Windows as depicted in Crun...\&#34; src=\&#34;http://blog.amit-agarwal.co.in/wp-content/uploads/2010/08/21545v2-max-450x450.png\&#34; alt=\&#34;Image representing Windows as depicted in Crun...\&#34; /&gt;&lt;/a&gt;&lt;/dt&gt; &lt;dd class=\&#34;wp-caption-dd zemanta-img-attribution\&#34;&gt;Image via &lt;a href=\&#34;http://www.crunchbase.com\&#34;&gt;CrunchBase&lt;/a&gt;&lt;/dd&gt; &lt;/dl&gt;
&lt;/div&gt;&lt;/div&gt; 
&lt;!--[ad#ad-2]--&gt;
&lt;p&gt;For over a decade, &amp;lt;a class=&amp;quot;zem_slink freebase/guid/9202a8c04000641f8000000000021de6&amp;quot; title=&amp;quot;KDE&amp;quot; rel=&amp;quot;homepage&amp;quot; href=&amp;quot;http://www.kde.org/&amp;quot;&amp;gt;KDE&lt;/a&gt; has supplied Linux and &amp;lt;a class=&amp;quot;zem_slink freebase/guid/9202a8c04000641f800000000003e17c&amp;quot; title=&amp;quot;Unix&amp;quot; rel=&amp;quot;wikipedia&amp;quot; href=&amp;quot;http://en.wikipedia.org/wiki/Unix&amp;quot;&amp;gt;Unix&lt;/a&gt; users with a graphical &amp;lt;a class=&amp;quot;zem_slink freebase/guid/9202a8c04000641f800000000007eda2&amp;quot; title=&amp;quot;Desktop environment&amp;quot; rel=&amp;quot;wikipedia&amp;quot; href=&amp;quot;http://en.wikipedia.org/wiki/Desktop_environment&amp;quot;&amp;gt;desktop environment&lt;/a&gt; and a suite of useful &amp;lt;a class=&amp;quot;zem_slink freebase/guid/9202a8c04000641f8000000000254091&amp;quot; title=&amp;quot;Application software&amp;quot; rel=&amp;quot;wikipedia&amp;quot; href=&amp;quot;http://en.wikipedia.org/wiki/Application_software&amp;quot;&amp;gt;applications&lt;/a&gt;. It has become one of the most popular desktop environments and is the default on many &amp;lt;a class=&amp;quot;zem_slink freebase/guid/9202a8c04000641f8000000000024e02&amp;quot; title=&amp;quot;Linux distribution&amp;quot; rel=&amp;quot;wikipedia&amp;quot; href=&amp;quot;http://en.wikipedia.org/wiki/Linux_distribution&amp;quot;&amp;gt;Linux distributions&lt;/a&gt;. With the coming of KDE 4, developers promised native KDE applications running on &amp;lt;a class=&amp;quot;zem_slink freebase/guid/9202a8c04000641f8000000000025fe8&amp;quot; title=&amp;quot;Windows&amp;quot; rel=&amp;quot;homepage&amp;quot; href=&amp;quot;http://www.microsoft.com/WINDOWS&amp;quot;&amp;gt;Windows&lt;/a&gt;. While the current release is still not ready for production, as of KDE 4.3.3, it is coming closer and worth trying. What follows is a brief guide to getting KDE running on Windows.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Short Information about loaded kernel modules</title>
      <link>/2010/01/24/short-information-about-loaded-kernel-modules/</link>
      <pubDate>Sun, 24 Jan 2010 15:45:57 +0000</pubDate>
      
      <guid>/2010/01/24/short-information-about-loaded-kernel-modules/</guid>
      <description>&lt;!--[ad#ad-2]--&gt;
&lt;p&gt;There are couple of ways you can find the information on the &amp;lt;a class=&amp;quot;zem_slink&amp;quot; title=&amp;quot;Loadable kernel module&amp;quot; rel=&amp;quot;wikipedia&amp;quot; href=&amp;quot;http://en.wikipedia.org/wiki/Loadable_kernel_module&amp;quot;&amp;gt;loadable kernel modules&lt;/a&gt;. All these would always involve calling &amp;lt;a class=&amp;quot;zem_slink&amp;quot; title=&amp;quot;Lsmod&amp;quot; rel=&amp;quot;wikipedia&amp;quot; href=&amp;quot;http://en.wikipedia.org/wiki/Lsmod&amp;quot;&amp;gt;lsmod&lt;/a&gt; to get the loaded kernel modules and then calling modinfo to get the info on the loaded modules. I will show you with examples:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;$ lsmod&lt;br&gt;
Module                  Size  Used by&lt;br&gt;
cdc_acm                19616  0&lt;br&gt;
vfat                    8744  9&lt;br&gt;
fat                    41836  1 vfat&lt;/p&gt;</description>
    </item>
    
  </channel>
</rss>
