<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Wikipedia on Amit Agarwal Linux Blog</title>
    <link>/tags/wikipedia/</link>
    <description>Recent content in Wikipedia on Amit Agarwal Linux Blog</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <lastBuildDate>Fri, 07 Apr 2017 07:07:25 +0000</lastBuildDate>
    
	<atom:link href="/tags/wikipedia/index.xml" rel="self" type="application/rss+xml" />
    
    
    <item>
      <title>Windows Vs Linux – One more time</title>
      <link>/2017/04/07/windows-linux-time/</link>
      <pubDate>Fri, 07 Apr 2017 07:07:25 +0000</pubDate>
      
      <guid>/2017/04/07/windows-linux-time/</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: 265px&#34; class=&#34;wp-caption alignright&#34;&gt;&lt;a href=&#34;https://i1.wp.com/commons.wikipedia.org/wiki/File:Tux.png&#34;&gt;&lt;img title=&#34;Tux, as originally drawn by Larry Ewing&#34; src=&#34;https://i1.wp.com/blog.amit-agarwal.co.in/wp-content/uploads/zemanta//Tux.png?resize=265%2C314&#34; alt=&#34;Tux, as originally drawn by Larry Ewing&#34; width=&#34;265&#34; height=&#34;314&#34; data-recalc-dims=&#34;1&#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;One of the most written and commented articles has to be &lt;a class=&#34;zem_slink&#34; title=&#34;Comparison of Windows and Linux&#34; href=&#34;http://en.wikipedia.org/wiki/Comparison_of_Windows_and_Linux&#34; rel=&#34;wikipedia&#34;&gt;Linux vs Windows&lt;/a&gt; (of course there are competitors like vim vs emacs) but none has been covered so much as Linux vs Windows. So, what am I going to write here which is not covered earlier in so many other posts. Well a little different perspective 🙂&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>find more information on ext2/3/4 filesystem</title>
      <link>/2013/09/20/find-information-ext234-filesystem/</link>
      <pubDate>Fri, 20 Sep 2013 00:45:11 +0000</pubDate>
      
      <guid>/2013/09/20/find-information-ext234-filesystem/</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:E2fsck-uninit.svg&#34; target=&#34;_blank&#34;&gt;&lt;img class=&#34;zemanta-img-inserted zemanta-img-configured&#34; title=&#34;English: Ext3 &amp; Ext4 file systems: fsck time v...&#34; alt=&#34;English: Ext3 &amp; Ext4 file systems: fsck time v...&#34; src=&#34;http://upload.wikimedia.org/wikipedia/commons/thumb/6/63/E2fsck-uninit.svg/300px-E2fsck-uninit.svg.png&#34; width=&#34;300&#34; height=&#34;223&#34; /&gt;&lt;/a&gt;&lt;figcaption class=&#34;wp-caption-text&#34;&gt;English: Ext3 &amp; Ext4 file systems: fsck time vs Inode Count (Photo credit: Wikipedia)&lt;/figcaption&gt;&lt;/figure&gt;
&lt;p&gt;In my previous post on &lt;a href=&#34;http://blog.amit-agarwal.co.in/2013/09/05/set-disk-params-safe/&#34; title=&#34;Set some disk params to be safe&#34;&gt;check filesystem regurlarly&lt;/a&gt;, I mentioned &lt;a class=&#34;zem_slink&#34; title=&#34;E2fsprogs&#34; href=&#34;http://e2fsprogs.sourceforge.net/&#34; target=&#34;_blank&#34; rel=&#34;homepage&#34;&gt;tune2fs&lt;/a&gt;. That tool give quite a lot of information. But just in case, you did not find what you are looking for in the output, then you can get much more information on these partitions with the dumpe2fs command.&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>Allow incoming/outgoing ports on iptables</title>
      <link>/2012/11/27/incomingoutgoing-ports-iptables/</link>
      <pubDate>Tue, 27 Nov 2012 00:22:23 +0000</pubDate>
      
      <guid>/2012/11/27/incomingoutgoing-ports-iptables/</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:Netfilter-packet-flow.svg&#34; target=&#34;_blank&#34;&gt;&lt;img class=&#34;zemanta-img-inserted zemanta-img-configured&#34; title=&#34;Schematic for the packet flow paths through Li...&#34; src=&#34;http://upload.wikimedia.org/wikipedia/commons/thumb/3/37/Netfilter-packet-flow.svg/300px-Netfilter-packet-flow.svg.png&#34; alt=&#34;Schematic for the packet flow paths through Li...&#34; width=&#34;300&#34; height=&#34;188&#34; /&gt;&lt;/a&gt;&lt;figcaption class=&#34;wp-caption-text&#34;&gt;Schematic for the packet flow paths through Linux networking and Xtables (Photo credit: Wikipedia)&lt;/figcaption&gt;&lt;/figure&gt;
&lt;p&gt;Last couple of years, I just used to disable &lt;a class=&#34;zem_slink&#34; title=&#34;Iptables&#34; href=&#34;http://www.netfilter.org/&#34; rel=&#34;homepage&#34; target=&#34;_blank&#34;&gt;iptables&lt;/a&gt; on my system, this time I decided not to disable it and keep it enabled.&lt;/p&gt;
&lt;p&gt;So far so good, now comes the tricky part, I have http server enabled on my system and since this is on &lt;a class=&#34;zem_slink&#34; title=&#34;Local area network&#34; href=&#34;http://en.wikipedia.org/wiki/Local_area_network&#34; rel=&#34;wikipedia&#34; target=&#34;_blank&#34;&gt;local network&lt;/a&gt; with already firewall and other security in place so I can allow all incoming to my system and similarly I need to enable &lt;a class=&#34;zem_slink&#34; title=&#34;X display manager (program type)&#34; href=&#34;http://en.wikipedia.org/wiki/X_display_manager_%28program_type%29&#34; rel=&#34;wikipedia&#34; target=&#34;_blank&#34;&gt;XDMCP&lt;/a&gt; outgoing. So, I can add the rules like this :&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Your own local search engine.</title>
      <link>/2012/04/09/local-search-engine/</link>
      <pubDate>Mon, 09 Apr 2012 02:31:17 +0000</pubDate>
      
      <guid>/2012/04/09/local-search-engine/</guid>
      <description>&lt;p&gt;There are times when you would want to have a &lt;a class=&#34;zem_slink&#34; title=&#34;Local search (Internet)&#34; href=&#34;http://en.wikipedia.org/wiki/Local_search_%28Internet%29&#34; rel=&#34;wikipedia&#34; target=&#34;_blank&#34;&gt;local search engine&lt;/a&gt; capable of indexing even pdf and doc files. So here is a solution.&lt;/p&gt;
&lt;p&gt;You can use “Omega” and here are the instructions.&lt;/p&gt;
&lt;p&gt;download omega from &lt;a href=&#34;http://xapian.org/download&#34;&gt;http:// xapian.org/download&lt;/a&gt;&lt;/p&gt;
&lt;pre class=&#34;brush: bash; gutter: true; first-line: 1&#34;&gt;yum install xapian libuuid-devel&lt;/pre&gt;
&lt;p&gt;And then make and install omega and for this you can follow the &lt;a href=&#34;http://trac.xapian.org/wiki/OmegaExample&#34;&gt;instructions&lt;/a&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:Fed_search.png&#34; target=&#34;_blank&#34;&gt;&lt;img class=&#34;zemanta-img-inserted zemanta-img-configured&#34; title=&#34;Federated Search Engine Diagram&#34; src=&#34;http://upload.wikimedia.org/wikipedia/commons/thumb/f/fe/Fed_search.png/300px-Fed_search.png&#34; alt=&#34;Federated Search Engine Diagram&#34; width=&#34;300&#34; height=&#34;204&#34; /&gt;&lt;/a&gt;&lt;figcaption class=&#34;wp-caption-text&#34;&gt;Federated Search Engine Diagram (Photo credit: Wikipedia)&lt;/figcaption&gt;&lt;/figure&gt;
&lt;p&gt;Create index using command omindex&lt;br&gt;
and then you can use quest or search.py to search or you can setup the cgi way so that you can use local browser to search.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>visio support comes to Linux with loads of new features of LibreOffice.</title>
      <link>/2012/03/17/visio-support-linux-loads-features-libreoffice/</link>
      <pubDate>Sat, 17 Mar 2012 06:32:54 +0000</pubDate>
      
      <guid>/2012/03/17/visio-support-linux-loads-features-libreoffice/</guid>
      <description>&lt;figure style=&#34;width: 300px&#34; class=&#34;wp-caption alignright&#34;&gt;&lt;a href=&#34;http://en.wikipedia.org/wiki/File:Microsoft_Visio_2010.png&#34; target=&#34;_blank&#34;&gt;&lt;img class=&#34;zemanta-img-inserted zemanta-img-configured&#34; title=&#34;Microsoft Visio 2010&#34; src=&#34;http://upload.wikimedia.org/wikipedia/en/thumb/d/d2/Microsoft_Visio_2010.png/300px-Microsoft_Visio_2010.png&#34; alt=&#34;Microsoft Visio 2010&#34; width=&#34;300&#34; height=&#34;214&#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;a class=&#34;zem_slink&#34; title=&#34;LibreOffice&#34; href=&#34;http://www.libreoffice.org&#34; rel=&#34;homepage&#34; target=&#34;_blank&#34;&gt;LibreOffice&lt;/a&gt; 3.5 was released few days back with loads of features and improvements. Most bragged about feature should be capability to read visio diagrams. You can read the full list of features &lt;a href=&#34;http://www.libreoffice.org/download/3-5-new-features-and-fixes/&#34;&gt;here&lt;/a&gt;. And here are some interesting features:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Better &lt;a class=&#34;zem_slink&#34; title=&#34;User interface&#34; href=&#34;http://en.wikipedia.org/wiki/User_interface&#34; rel=&#34;wikipedia&#34; target=&#34;_blank&#34;&gt;UI&lt;/a&gt; for header/footer handling. Easily add header or footers. Quickly see what is edited with new changing text boundaries. Quickly edit or remove headers and footers without going through page styles formatting. &lt;em&gt;(&lt;a class=&#34;zem_slink&#34; title=&#34;Cédric&#34; href=&#34;http://www.cedric.kidcomics.com/en/index.html&#34; rel=&#34;homepage&#34; target=&#34;_blank&#34;&gt;Cédric&lt;/a&gt; Bosdonnat)&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;New faster built-in grammar checker for English and several other languages. &lt;em&gt;(&lt;a class=&#34;zem_slink&#34; title=&#34;László Németh&#34; href=&#34;http://en.wikipedia.org/wiki/L%C3%A1szl%C3%B3_N%C3%A9meth&#34; rel=&#34;wikipedia&#34; target=&#34;_blank&#34;&gt;László Németh&lt;/a&gt;)&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;New multi-line input bar in &lt;a class=&#34;zem_slink&#34; title=&#34;Calculus&#34; href=&#34;http://en.wikipedia.org/wiki/Calculus&#34; rel=&#34;wikipedia&#34; target=&#34;_blank&#34;&gt;Calc.&lt;/a&gt; The arrow-control at the end of the toolbar allows to switch this on/off.  &lt;em&gt;(Anurag &lt;a class=&#34;zem_slink&#34; title=&#34;Jainism&#34; href=&#34;http://en.wikipedia.org/wiki/Jainism&#34; rel=&#34;wikipedia&#34; target=&#34;_blank&#34;&gt;Jain&lt;/a&gt;, Noel Power)&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;Import filter for &lt;a class=&#34;zem_slink&#34; title=&#34;Microsoft Visio&#34; href=&#34;http://office.microsoft.com/en-us/visio/&#34; rel=&#34;homepage&#34; target=&#34;_blank&#34;&gt;Microsoft Visio&lt;/a&gt; documents. &lt;em&gt;(Fridrich Štrba, Eilidh McAdam, Valek Filippov)&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;Custom Shapes import was greatly enhanced, many bugs were fixed and new presets implementation added. &lt;em&gt;(Radek Doulik)&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;and many more…&lt;/li&gt;
&lt;/ul&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.pcworld.com/businesscenter/article/251204/the_bright_future_of_libreoffice.html&#34; target=&#34;_blank&#34;&gt;The Bright Future of LibreOffice&lt;/a&gt; (pcworld.com)
  &lt;/li&gt;
  &lt;li class=&#34;zemanta-article-ul-li&#34;&gt;
    &lt;a href=&#34;http://news.slashdot.org/story/12/02/14/1555242/libreoffice-35-released&#34; target=&#34;_blank&#34;&gt;LibreOffice 3.5 Released&lt;/a&gt; (news.slashdot.org)
  &lt;/li&gt;
  &lt;li class=&#34;zemanta-article-ul-li&#34;&gt;
    &lt;a href=&#34;http://www.jonobacon.org/2012/02/27/kudos-libreoffice/&#34; target=&#34;_blank&#34;&gt;Jono Bacon: Kudos, LibreOffice&lt;/a&gt; (jonobacon.org)
  &lt;/li&gt;
  &lt;li class=&#34;zemanta-article-ul-li&#34;&gt;
    &lt;a href=&#34;http://www.thetechscoop.net/2012/02/24/intel-backs-libre-office-by-joining-the-document-foundation/&#34; target=&#34;_blank&#34;&gt;Intel backs Libre Office by joining The Document Foundation&lt;/a&gt; (thetechscoop.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;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>Setup your own RFC Editor for Linux.</title>
      <link>/2012/03/05/setup-rfc-editor-linux/</link>
      <pubDate>Mon, 05 Mar 2012 11:51:54 +0000</pubDate>
      
      <guid>/2012/03/05/setup-rfc-editor-linux/</guid>
      <description>&lt;figure style=&#34;width: 249px&#34; class=&#34;wp-caption alignright&#34;&gt;&lt;a href=&#34;http://commons.wikipedia.org/wiki/File:Tux-shaded.svg&#34; target=&#34;_blank&#34;&gt;&lt;img class=&#34;zemanta-img-inserted zemanta-img-configured&#34; title=&#34;Tux, the Linux penguin&#34; src=&#34;http://upload.wikimedia.org/wikipedia/commons/thumb/0/0a/Tux-shaded.svg/249px-Tux-shaded.svg.png&#34; alt=&#34;Tux, the Linux penguin&#34; width=&#34;249&#34; height=&#34;297&#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;Well, if you are a professional who has to keep referring to &lt;a class=&#34;zem_slink&#34; title=&#34;Request for Comments&#34; href=&#34;http://en.wikipedia.org/wiki/Request_for_Comments&#34; rel=&#34;wikipedia&#34; target=&#34;_blank&#34;&gt;RFC&lt;/a&gt;, then you know how good it would be to have the RFC &lt;a class=&#34;zem_slink&#34; title=&#34;Uploading and downloading&#34; href=&#34;http://en.wikipedia.org/wiki/Uploading_and_downloading&#34; rel=&#34;wikipedia&#34; target=&#34;_blank&#34;&gt;downloaded&lt;/a&gt; and kept in your computer. But then unless you can search it and use and editor with it, its of not much use. So, here is something  that you can do :&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Tora installation on Fedora 16 with rpm</title>
      <link>/2012/02/09/tora-installation-fedora-16-rpm/</link>
      <pubDate>Thu, 09 Feb 2012 05:47:04 +0000</pubDate>
      
      <guid>/2012/02/09/tora-installation-fedora-16-rpm/</guid>
      <description>&lt;figure style=&#34;width: 128px&#34; class=&#34;wp-caption alignright&#34;&gt;[&lt;img class=&#34;zemanta-img-inserted zemanta-img-configured&#34; title=&#34;TOra&#34; src=&#34;http://upload.wikimedia.org/wikipedia/en/a/a9/TOra.png&#34; alt=&#34;TOra&#34; width=&#34;128&#34; height=&#34;128&#34; /&gt;][1]&lt;figcaption class=&#34;wp-caption-text&#34;&gt;Image via Wikipedia&lt;/figcaption&gt;&lt;/figure&gt;
&lt;p&gt;Last article I talked about tora installation from the sources, but if that is too much for you then you can use this one liner:&lt;/p&gt;
&lt;pre class=&#34;brush: bash; gutter: true; first-line: 1&#34;&gt;rpm -ivh &#34;http://amit-agarwal.co.in/mystuff/tora-2.1.3-1.fc16.i686.rpm&#34;&lt;/pre&gt;
&lt;p&gt;But if you like the hard way out, then you can always try &lt;a href=&#34;http://blog.amit-agarwal.com/2012/02/06/tora-fedora-16-mysql-oracle/&#34;&gt;this&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;https://gryphon143.wordpress.com/2011/06/30/test/&#34;&gt;Unrar in Fedora&amp;#8230;&lt;/a&gt; (gryphon143.wordpress.com)
  &lt;/li&gt;
  &lt;li class=&#34;zemanta-article-ul-li&#34;&gt;
    &lt;a href=&#34;http://funsurf.wordpress.com/2011/09/26/fedora-utils-just-got-easier/&#34;&gt;Fedora Utils just got easier&lt;/a&gt; (funsurf.wordpress.com)
  &lt;/li&gt;
  &lt;li class=&#34;zemanta-article-ul-li&#34;&gt;
    &lt;a href=&#34;http://blog.amit-agarwal.co.in/2011/12/07/rpmorphan-deborphan-rpm-based-distros/&#34;&gt;rpmorphan &amp;#8211; deborphan for the rpm based distros.&lt;/a&gt; (amit-agarwal.co.in)
  &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>Blogging from N900</title>
      <link>/2011/12/19/blogging-n900/</link>
      <pubDate>Mon, 19 Dec 2011 16:14:39 +0000</pubDate>
      
      <guid>/2011/12/19/blogging-n900/</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;English: Nokia N900 communicator/internet tabl...&#34; src=&#34;http://upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Nokia_N900-3.jpg/300px-Nokia_N900-3.jpg&#34; alt=&#34;English: Nokia N900 communicator/internet tabl...&#34; width=&#34;300&#34; height=&#34;192&#34; /&gt;][1]&lt;figcaption class=&#34;wp-caption-text&#34;&gt;Image via Wikipedia&lt;/figcaption&gt;&lt;/figure&gt;
&lt;p&gt;Can´t get simpler than this. Just install the application called wordpress in your &lt;a class=&#34;zem_slink&#34; title=&#34;Nokia N900&#34; href=&#34;http://en.wikipedia.org/wiki/Nokia_N900&#34; rel=&#34;wikipedia&#34;&gt;N900&lt;/a&gt;, and punch in the details for your blog along with your admin login and password and you have a amazing wordpress client. You can even add photos like the one below:&lt;/p&gt;
&lt;p&gt;N900 and its applications keep me amazed and happy 🙂&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.pcworld.com/article/245131/nokia_n900_gets_ice_cream_sandwich_melts_under_pressure.html&#34;&gt;Nokia N900 Gets Ice Cream Sandwich, Melts Under Pressure&lt;/a&gt; (pcworld.com)
  &lt;/li&gt;
  &lt;li class=&#34;zemanta-article-ul-li&#34;&gt;
    &lt;a href=&#34;http://www.engadget.com/2011/11/28/n900-takes-a-bite-out-of-ice-cream-sandwich-suffers-android-bra/&#34;&gt;N900 takes a bite out of Ice Cream Sandwich, suffers Android brain freeze (video)&lt;/a&gt; (engadget.com)
  &lt;/li&gt;
  &lt;li class=&#34;zemanta-article-ul-li&#34;&gt;
    &lt;a href=&#34;http://pocketnow.com/android/android-40-ice-cream-sandwich-running-on-the-nokia-n900&#34;&gt;Android 4.0 Ice Cream Sandwich Running on the Nokia N900&lt;/a&gt; (pocketnow.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>debug call function() to debug a function in vim</title>
      <link>/2011/09/04/debug-call-function-debug-function-vim/</link>
      <pubDate>Sun, 04 Sep 2011 06:04:53 +0000</pubDate>
      
      <guid>/2011/09/04/debug-call-function-debug-function-vim/</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: 159px&#34; class=&#34;wp-caption alignright&#34;&gt;&lt;a href=&#34;http://commons.wikipedia.org/wiki/File:Function_machine2.svg&#34;&gt;&lt;img title=&#34;Drawn in Autosketch + pasting in words from Excel&#34; src=&#34;https://i1.wp.com/blog.amit-agarwal.co.in/wp-content/uploads/zemanta//159px-Function_machine2.svg_3.png?resize=159%2C152&#34; alt=&#34;Drawn in Autosketch + pasting in words from Excel&#34; width=&#34;159&#34; height=&#34;152&#34; data-recalc-dims=&#34;1&#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;Have you ever wished that you could either see what is going on initially at the vim startup like you could do with C program in the gdm mode, but really did not want to go through &lt;a class=&#34;zem_slink&#34; title=&#34;GNU Debugger&#34; href=&#34;http://www.gnu.org/software/gdb&#34; rel=&#34;homepage&#34;&gt;gdb&lt;/a&gt;. Or rather you sometime felt that some &lt;a class=&#34;zem_slink&#34; title=&#34;Function (mathematics)&#34; href=&#34;http://en.wikipedia.org/wiki/Function_%28mathematics%29&#34; rel=&#34;wikipedia&#34;&gt;function&lt;/a&gt; defined by some plugin is causing some issue and you wanted to debug just that function. Well you need not wish anymore, the functionality is already there.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Installing Full Blin g theme on N900</title>
      <link>/2011/08/03/installing-full-blin-theme-n900/</link>
      <pubDate>Wed, 03 Aug 2011 03:53:57 +0000</pubDate>
      
      <guid>/2011/08/03/installing-full-blin-theme-n900/</guid>
      <description>&lt;!--[ad#ad-2]--&gt;
&lt;p&gt;I was going through the post : &lt;a href=&#34;http://talk.maemo.org/showthread.php?t=46739&#34;&gt;http://talk.maemo.org/showthread.php?t=46739&lt;/a&gt;&lt;br&gt;
and found the theme quite intruging but not complete to the point where I can download the deb file and install it in /&lt;a class=&#34;zem_slink&#34; title=&#34;Filesystem Hierarchy Standard&#34; href=&#34;http://en.wikipedia.org/wiki/Filesystem_Hierarchy_Standard&#34; rel=&#34;wikipedia&#34;&gt;usr&lt;/a&gt;/share/theme/ dir with simple commands “&lt;a class=&#34;zem_slink&#34; title=&#34;Advanced Packaging Tool&#34; href=&#34;http://wiki.debian.org/Apt&#34; rel=&#34;homepage&#34;&gt;apt-get&lt;/a&gt;” or at max just use &lt;a class=&#34;zem_slink&#34; title=&#34;Mkdir&#34; href=&#34;http://en.wikipedia.org/wiki/Mkdir&#34; rel=&#34;wikipedia&#34;&gt;mkdir&lt;/a&gt; command to create the dir and dump everything in that dir. So, I wrote this couple of bash one liners to copy the required files to my &lt;a class=&#34;zem_slink&#34; title=&#34;Nokia N900&#34; href=&#34;http://en.wikipedia.org/wiki/Nokia_N900&#34; rel=&#34;wikipedia&#34;&gt;N900&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>GPG error on N900 when doing update on command line</title>
      <link>/2011/06/22/gpg-error-n900-update-command-line/</link>
      <pubDate>Wed, 22 Jun 2011 01:57:01 +0000</pubDate>
      
      <guid>/2011/06/22/gpg-error-n900-update-command-line/</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;https://i0.wp.com/commons.wikipedia.org/wiki/File:Nokia_N900-1.jpg&#34;&gt;&lt;img title=&#34;Nokia N900 communicator/internet tablet&#34; src=&#34;https://i1.wp.com/blog.amit-agarwal.co.in/wp-content/uploads/zemanta//300px-Nokia_N900-1.jpg?resize=300%2C228&#34; alt=&#34;Nokia N900 communicator/internet tablet&#34; width=&#34;300&#34; height=&#34;228&#34; data-recalc-dims=&#34;1&#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;If you have added some extra repositories to your &lt;a class=&#34;zem_slink&#34; title=&#34;Nokia N900&#34; rel=&#34;wikipedia&#34; href=&#34;http://en.wikipedia.org/wiki/Nokia_N900&#34;&gt;Nokia N900&lt;/a&gt; and are trying to do something ( like update, install or any other &lt;a class=&#34;zem_slink&#34; title=&#34;Advanced Packaging Tool&#34; rel=&#34;homepage&#34; href=&#34;http://wiki.debian.org/Apt&#34;&gt;apt-get&lt;/a&gt; operation) you might see some errors or warnings related to the &lt;a class=&#34;zem_slink&#34; title=&#34;GNU Privacy Guard&#34; rel=&#34;homepage&#34; href=&#34;http://www.gnupg.org/&#34;&gt;GPG&lt;/a&gt; keys. The errors would come because the Public keys for the reporisitories are not present in the gpg database 🙂&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Installing Bling Theme on N900</title>
      <link>/2011/06/19/installing-bling-theme-n900/</link>
      <pubDate>Sat, 18 Jun 2011 18:53:56 +0000</pubDate>
      
      <guid>/2011/06/19/installing-bling-theme-n900/</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;https://i0.wp.com/commons.wikipedia.org/wiki/File:Nokia_N900-1.jpg&#34;&gt;&lt;img title=&#34;Nokia N900 communicator/internet tablet&#34; src=&#34;https://i2.wp.com/blog.amit-agarwal.co.in/wp-content/uploads/zemanta//300px-Nokia_N900-11.jpg?resize=300%2C228&#34; alt=&#34;Nokia N900 communicator/internet tablet&#34; width=&#34;300&#34; height=&#34;228&#34; data-recalc-dims=&#34;1&#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;There is a very nice theme for N900 and it is called Bling theme. There is a problem though with the theme, the theme still does not have a installable &lt;a class=&#34;zem_slink&#34; title=&#34;Deb (file format)&#34; rel=&#34;wikipedia&#34; href=&#34;http://en.wikipedia.org/wiki/Deb_%28file_format%29&#34;&gt;.deb&lt;/a&gt; file, and thus the &lt;a class=&#34;zem_slink&#34; title=&#34;Computer file&#34; rel=&#34;wikipedia&#34; href=&#34;http://en.wikipedia.org/wiki/Computer_file&#34;&gt;files&lt;/a&gt; need to be directly copied to “/&lt;a class=&#34;zem_slink&#34; title=&#34;Filesystem Hierarchy Standard&#34; rel=&#34;wikipedia&#34; href=&#34;http://en.wikipedia.org/wiki/Filesystem_Hierarchy_Standard&#34;&gt;usr&lt;/a&gt;/share/icons” and you have to manually do the &lt;a class=&#34;zem_slink&#34; title=&#34;Mkdir&#34; rel=&#34;wikipedia&#34; href=&#34;http://en.wikipedia.org/wiki/Mkdir&#34;&gt;mkdir&lt;/a&gt; and all such command in the terminal in a N900, which does not seem familiar to quite a lot of people using N900. So here, is for the benefit of  all, I am posting a script that can do the job. The one lines can be run from any bash script (Linus/Windows with cygwin/Mac or even N900). Though the one liners should be self explanatory, if you have a doubt, feel free to ping me.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>How To Quickly Check If You’re Running A Javascript Enabled Browser</title>
      <link>/2010/07/18/how-to-quickly-check-if-you%E2%80%99re-running-a-javascript-enabled-browser/</link>
      <pubDate>Sun, 18 Jul 2010 13:38:48 +0000</pubDate>
      
      <guid>/2010/07/18/how-to-quickly-check-if-you%E2%80%99re-running-a-javascript-enabled-browser/</guid>
      <description>&lt;!--[ad#ad-2]--&gt;
&lt;p&gt;&amp;lt;a href=&amp;quot;http://www.makeuseof.com/tag/what-is-javascript-how-works&amp;quot;&amp;gt;Javascript&lt;/a&gt; is an integral part of &amp;lt;a class=&amp;quot;zem_slink&amp;quot; title=&amp;quot;Web browser&amp;quot; rel=&amp;quot;wikipedia&amp;quot; href=&amp;quot;http://en.wikipedia.org/wiki/Web_browser&amp;quot;&amp;gt;web browsing&lt;/a&gt; and a lot of websites use Javascript for &amp;lt;a class=&amp;quot;zem_slink&amp;quot; title=&amp;quot;Web application&amp;quot; rel=&amp;quot;wikipedia&amp;quot; href=&amp;quot;http://en.wikipedia.org/wiki/Web_application&amp;quot;&amp;gt;web applications&lt;/a&gt; and functions. A question I get at AskTheAdmin.com often is how I can tell if I am using a Javascript enabled browser. I have two quick methods to tell if the browser you are using does or does not support Javascript.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>coproc help - a new feature in bash</title>
      <link>/2010/05/10/coproc-feature-bash/</link>
      <pubDate>Mon, 10 May 2010 15:07:45 +0000</pubDate>
      
      <guid>/2010/05/10/coproc-feature-bash/</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/Image:Bash_demo.png\&#34;&gt;&lt;img title=\&#34;Screenshot of a Bash 3.1 session demonstrating...\&#34; src=\&#34;http://blog.amit-agarwal.co.in/wp-content/uploads/2010/08/300px-Bash_demo.png\&#34; alt=\&#34;Screenshot of a Bash 3.1 session demonstrating...\&#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:Bash_demo.png\&#34;&gt;Wikipedia&lt;/a&gt;&lt;/dd&gt; &lt;/dl&gt;
&lt;/div&gt;&lt;/div&gt; 
&lt;p&gt;In the &amp;lt;a class=&amp;quot;zem_slink freebase/en/bash&amp;quot; title=&amp;quot;Bash&amp;quot; rel=&amp;quot;homepage&amp;quot; href=&amp;quot;http://tiswww.case.edu/php/chet/bash/bashtop.html&amp;quot;&amp;gt;bash&lt;/a&gt; version 4.0, there is a new concept called coproc. This is very useful for some of the daily tasks.&lt;/p&gt;
&lt;p&gt;co-&amp;lt;a class=&amp;quot;zem_slink freebase/guid/9202a8c04000641f800000000005a409&amp;quot; title=&amp;quot;Process (computing)&amp;quot; rel=&amp;quot;wikipedia&amp;quot; href=&amp;quot;http://en.wikipedia.org/wiki/Process_%28computing%29&amp;quot;&amp;gt;process&lt;/a&gt; starts a process in the background, optionally with a NAME, with which other processes can communicate. This can be a very &amp;lt;a class=&amp;quot;zem_slink freebase/en/substitute_good&amp;quot; title=&amp;quot;Substitute good&amp;quot; rel=&amp;quot;wikipedia&amp;quot; href=&amp;quot;http://en.wikipedia.org/wiki/Substitute_good&amp;quot;&amp;gt;good substitution&lt;/a&gt; for &amp;lt;a class=&amp;quot;zem_slink freebase/guid/9202a8c04000641f800000000048fac5&amp;quot; title=&amp;quot;Pipeline (Unix)&amp;quot; rel=&amp;quot;wikipedia&amp;quot; href=&amp;quot;http://en.wikipedia.org/wiki/Pipeline_%28Unix%29&amp;quot;&amp;gt;pipes&lt;/a&gt; in lots of cases. You can learn more about coproc in the link below:&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Opens Four Google Frames At Once</title>
      <link>/2009/12/19/opens-four-google-frames-at-once/</link>
      <pubDate>Sat, 19 Dec 2009 07:51:49 +0000</pubDate>
      
      <guid>/2009/12/19/opens-four-google-frames-at-once/</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://blog.amit-agarwal.co.in/wp-content/uploads/2009/12/Image:Google.png\&#34;&gt;&lt;img title=\&#34;Google Inc.\&#34; src=\&#34;http://blog.amit-agarwal.co.in/wp-content/uploads/2010/08/300px-Google.png\&#34; alt=\&#34;Google Inc.\&#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://blog.amit-agarwal.co.in/wp-content/uploads/2009/12/Image:Google.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;Googlegooglegooglegoogle: Opens Four &amp;lt;a class=&amp;quot;zem_slink&amp;quot; title=&amp;quot;Google&amp;quot; rel=&amp;quot;homepage&amp;quot; href=&amp;quot;http://google.com&amp;quot;&amp;gt;Google&lt;/a&gt; Frames At Once&lt;/strong&gt; Googlegooglegooglegoogle (that is Google times 4!) is a simple &amp;lt;a class=&amp;quot;zem_slink&amp;quot; title=&amp;quot;Website&amp;quot; rel=&amp;quot;wikipedia&amp;quot; href=&amp;quot;http://en.wikipedia.org/wiki/Website&amp;quot;&amp;gt;website&lt;/a&gt;/&amp;lt;a class=&amp;quot;zem_slink&amp;quot; title=&amp;quot;Homepage&amp;quot; rel=&amp;quot;wikipedia&amp;quot; href=&amp;quot;http://en.wikipedia.org/wiki/Homepage&amp;quot;&amp;gt;startpage&lt;/a&gt; that puts four Google search windows in one page. It basically displays four frames so that you do not have to leave the page to search simultaneously. This tool is incredibly useful for Google power searchers.&lt;br&gt;
&amp;lt;img src=&amp;quot;http://blog.amit-agarwal.co.in/wp-content/uploads/2010/08/g4_thumb.png&amp;quot; alt=&amp;quot;&amp;quot; align=&amp;quot;bottom&amp;quot; /&amp;gt;&lt;/p&gt;</description>
    </item>
    
  </channel>
</rss>
