<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Gautham&#039;s Blog: The Smaller Bang &#187; Linux and OpenSource</title>
	<atom:link href="http://blog.gautham.net/category/linux-and-opensource/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.gautham.net</link>
	<description>Technology, Life and Opensource</description>
	<lastBuildDate>Fri, 15 Jan 2010 19:34:50 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Google Toolbar says Non Compatible Browser ? No Problem.</title>
		<link>http://blog.gautham.net/2009/02/09/google-toolbar-says-non-compatible-browser-no-problem/</link>
		<comments>http://blog.gautham.net/2009/02/09/google-toolbar-says-non-compatible-browser-no-problem/#comments</comments>
		<pubDate>Mon, 09 Feb 2009 13:55:32 +0000</pubDate>
		<dc:creator>gautham</dc:creator>
				<category><![CDATA[Ideas and Tutorials]]></category>
		<category><![CDATA[Linux and OpenSource]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[mozilla]]></category>
		<category><![CDATA[toolbar]]></category>

		<guid isPermaLink="false">http://thesmallerbang.wordpress.com/?p=111</guid>
		<description><![CDATA[Many of you may use Distros which ship a custom build of firefox. For example, ArchLinux has an i686 optimised version of firefox which is named Gran Paradiso to avoid copyright issues with Mozilla Corp. who hold trademark rights to the name. Now, the problem is that these browsers don&#8217;t properly identify them when a [...]]]></description>
			<content:encoded><![CDATA[<p>Many of you may use Distros which ship a custom build of firefox. For example, ArchLinux has an i686 optimised version of firefox which is named Gran Paradiso to avoid copyright issues with Mozilla Corp. who hold trademark rights to the name. Now, the problem is that these browsers don&#8217;t properly identify them when a site checks for Mozilla Firefox. Google is an example, and due to this I am not able to install Google Toolbar. I finally found a solution. Here it is for you <img src='http://blog.gautham.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p><span id="more-111"></span></p>
<h2>The Simpler-Than-It-Looks Solution</h2>
<p>1. Point your browser to http://firefox.com and download the firefox generic linux package. <a title="Get Firefox!!!" href="http://www.mozilla.com/products/download.html?product=firefox-3.0.6&amp;os=linux&amp;lang=en-US">Here is a link</a> to Version 3.0.6.</p>
<p>2. Download the .tar.bz2 archive and extract it to any directory. In the folder firefox, you will find an executable called firefox-bin. If for some reason it isn&#8217;t an executable already, make it by right clicking and going to file properties.</p>
<p>3. Run this executable to launch firefox. It may or may not take a while to start.</p>
<p>4. Point your browser to http://toolbar.google.com/ and you will find that the toolbar suddenly appears compatible with the browser.</p>
<p>5. Install it afer accepting the EULA.</p>
<p>6. Quit firefox. You may delete the downloaded files and the extracted files since they are useless.</p>
<p>7. Launch firefox from the version installed globally in your distro now. You will find that google toolbar has just been installed.</p>
<h2>Why the Problem exists and the Solution works</h2>
<p>Problem arises because all non-official compiles of firefox should not use the official firefox branding, due to a rule enforced by Mozilla Corporation. Now, since you are executing firefox from the generic official build, its unaffected because its the official package.  So google identifies it correctly as a supported browser. Now, all plugins are installed in your home directory. So whichever executable of firefox you run, the same settings are taken as long as the distro is the same. So this install can be used by your distro&#8217;s firefox build.</p>
<h2>Alternate Solution</h2>
<p>Just grab the .xpi installer of the google toolbar from somewhere. Drag and drop it in the firefox window and it will be installed. I don&#8217;t recommend this because of the chance that the version of toolbar you have in the XPI may be old, or that google may take issues with you or somebody else distributing the installer of their toolbar without their permission.</p>
<a href="http://blog.gautham.net/2009/02/09/google-toolbar-says-non-compatible-browser-no-problem/" rel="bookmark" class="asides-permalink" title="Permanent Link to Google Toolbar says Non Compatible Browser ? No Problem.">(3986)</a>]]></content:encoded>
			<wfw:commentRss>http://blog.gautham.net/2009/02/09/google-toolbar-says-non-compatible-browser-no-problem/feed/</wfw:commentRss>
		<slash:comments>3986</slash:comments>
		</item>
		<item>
		<title>Tutorial: Remove Recently Used Items List in Linux Apps</title>
		<link>http://blog.gautham.net/2009/02/08/tutorial-remove-recently-used-items-list-in-linux-apps/</link>
		<comments>http://blog.gautham.net/2009/02/08/tutorial-remove-recently-used-items-list-in-linux-apps/#comments</comments>
		<pubDate>Sun, 08 Feb 2009 04:51:53 +0000</pubDate>
		<dc:creator>gautham</dc:creator>
				<category><![CDATA[Ideas and Tutorials]]></category>
		<category><![CDATA[Linux and OpenSource]]></category>

		<guid isPermaLink="false">http://thesmallerbang.wordpress.com/?p=106</guid>
		<description><![CDATA[Are you one of those guys who is pissed off because many applications log things you don&#8217;t want them to log ? Then continue reading. I am going to tell you how you can disable history of most apps except firefox, because, luckily, they store their information in the SAME place. I am using the [...]]]></description>
			<content:encoded><![CDATA[<p>Are you one of those guys who is pissed off because many applications log things you don&#8217;t want them to log ? Then continue reading. I am going to tell you how you can disable history of most apps except firefox, because, luckily, they store their information in the SAME place. I am using the easier way, using GUI, so that some of you newer users won&#8217;t have difficulties.<span id="more-106"></span></p>
<p>1. Open file manager in root mode. For this, open terminal, and type <strong>sudo nautilus</strong>, or <strong>sudo dolphin</strong> or <strong>sudo thunar</strong> or <strong>sudo pcmanfm</strong> depending on what file manager you use.</p>
<p>2. If your username is foobar, go to location /home/foobar.</p>
<p>3. There will be a file called <strong>.recently-used.xbel</strong> &#8211; delete it.</p>
<p>4. Create a new file with the same name &#8211; again as root.</p>
<p>5. Right click and in permissions, for all, set permisssions to NONE.</p>
<p>6. Do steps 3-5 for another file, this one called <strong>.recently-used</strong> located in the same directory.</p>
<p>7. Close the root file manager.</p>
<p>Now you have effectively disabled access and erazed information in the two files, where all standards compliant software store their recently used list,  by making root own them, and by BLOCKING all access to the files.</p>
<a href="http://blog.gautham.net/2009/02/08/tutorial-remove-recently-used-items-list-in-linux-apps/" rel="bookmark" class="asides-permalink" title="Permanent Link to Tutorial: Remove Recently Used Items List in Linux Apps">(484)</a>]]></content:encoded>
			<wfw:commentRss>http://blog.gautham.net/2009/02/08/tutorial-remove-recently-used-items-list-in-linux-apps/feed/</wfw:commentRss>
		<slash:comments>484</slash:comments>
		</item>
		<item>
		<title>KDE 4.2 &#8211; &quot;The Answer&quot; Reviewed</title>
		<link>http://blog.gautham.net/2009/01/30/kde-42-the-answer-reviewed/</link>
		<comments>http://blog.gautham.net/2009/01/30/kde-42-the-answer-reviewed/#comments</comments>
		<pubDate>Fri, 30 Jan 2009 07:33:00 +0000</pubDate>
		<dc:creator>gautham</dc:creator>
				<category><![CDATA[Linux and OpenSource]]></category>
		<category><![CDATA[Views and Reviews]]></category>

		<guid isPermaLink="false">http://thesmallerbang.wordpress.com/?p=81</guid>
		<description><![CDATA[The post I am writing, is a small mini-review of KDE4.2, released a couple of days back, nicknamed &#8220;The Answer&#8221;. If you want a single line review and a picture (worth a thousand words) before reading the rest, let me put things in a nutshell:http:
KDE 4.2 is simply AWESOME!

The first thing I saw when I [...]]]></description>
			<content:encoded><![CDATA[<p>The post I am writing, is a small mini-review of KDE4.2, released a couple of days back, nicknamed &#8220;The Answer&#8221;. If you want a single line review and a picture (worth a thousand words) before reading the rest, let me put things in a nutshell:http:</p>
<h1 style="text-align:right;">KDE 4.2 is simply AWESOME!</h1>
<div class="wp-caption aligncenter" style="width: 496px"><a href="http://www.kde.org/announcements/4.2/screenshots/desktop.png"><img title="KDE 4.2 Default Desktop" src="http://www.kde.org/announcements/4.2/screenshots/desktop_thumb.png" alt="KDE 4.2 Default Desktop" width="486" height="303" /></a><p class="wp-caption-text">The KDE 4.2 Desktop - Simply Superb</p></div>
<p><span id="more-81"></span></p>
<p>The first thing I saw when I ran KDE4.2 is that its fast, atleast when compared to KDE4.1 and Gnome. But don&#8217;t run it unless you have more than 512MB RAM. 512MB is the  minimum for a good experience. If you have 256MB RAM like me, you are in for some serious lagging, though its still usable and you can comfortably unitask.</p>
<p>But the visual effects, plasmoids, menus and the whole interface &#8211; its simply fabulous. I have never seen a better Desktop Environment in my life, and this beats MacOS 10.5, Windows 7 and Gnome 2.4 hands down. Its ULTIMATE. See <a title="The Plasma Desktop Shell in KDE 4.2" href="http://blip.tv/file/get/Sebasje-ThePlasmaDesktopShellInKDE42312.ogv">&lt;&lt;THIS VIDEO&gt;&gt;</a> to know what I mean.</p>
<p>And now I am 99.99999% sure that Windows 7 superbar is nothing but an imitation of KDE4&#8217;s Plasma Panel.</p>
<p>KWin-compositor is much lighter on resources than Compiz Fusion, but its obviously not as light as xfce&#8217;s basic composite capabilities. But yeah, KWin-composite now has several features to REALLY start rivaling compiz fusion as the eye-candy of choice for lay-users.</p>
<p>The applications have not changed much, because the way they look remains the same in KDE4.2 as in KDE4.0 and KDE4.1. But they are definitely faster and much more responsive. I couldn&#8217;t review them due to lack of time. But see  <a title="Window Management in KDE 4.2" href="http://blip.tv/file/get/Sebasje-WindowManagementInKDE42153.ogv">&lt;&lt;THIS VIDEO&gt;&gt;</a> if you want to see KDE in action. It shows the KDE window manager in action.</p>
<p>Konqueror has a spell checker which has a small issue &#8211; it checks spelling as I type each letter, and not as I type each word. So for example, when I just typed example, it underlined the word when I had finished typing &#8220;exa&#8221;. But I can live with it.</p>
<p>Amarok2 and DigiKam are both out in KDE4, but sadly, K3B is still in development. Once K3B comes out, KDE4 would be 100% ready for desktop use. Another app you may miss is Kaffeine, but luckily, since the VideoLAN team has switched VLC Media Player from wxWidgets to QT4, you can use VLC instead of Kaffeine. And Amarok2 supports both video and audio, and is now the best jukebox ever, effortlessly outclassing wmp, itunes, realplayer, etc thanks to its great interface and features along with support to play ALL media formats.</p>
<p>And yeah, on a personal note, I am still sticking to Xfce4.4 because I have less RAM, however, when I get an upgrade, I am coming back to KDE4. And hopefully, KDE4.3 will be out by the time my new rig arrives, around June-July.</p>
<p>Till then, feast your eyes on the KDE 4.2 <a title="KDE 4.2 Visual Guide" href="http://www.kde.org/announcements/4.2/guide.php">visual guide</a>.</p>
<p>But for now, <strong>HATS OFF TO THE KDE TEAM.</strong></p>
<h2>My Tips to migrate to KDE 4.2</h2>
<p><strong>1.</strong></p>
<p><strong></strong>Remove .kde and .kde4 and any other KDE related folder or hidden configuration file from your home directory before installing KDE 4.2.</p>
<p><strong>2.</strong></p>
<p><strong></strong>You need _minimum_ 512MB RAM to run it. 1GB recommended by me.</p>
<p><strong>3.</strong></p>
<p><strong></strong>It has desktop effects on by default, and they slow down weaker computers, especially those with IGPs weaker than Intel GMA 950. Disable them and restart KDE if you want to experience a faster interface</p>
<p><strong>4.</strong></p>
<p><strong></strong>You can use ANY distro for trying KDE 4.2, but my personal advice is that don&#8217;t buy things people say like SuSE having best KDE support and hence use only that. I personally recommend you use KDE from a Rolling Release distro, either vanilla or with some trusted patches.</p>
<p>I personally recommend Gentoo and ArchLinux. The problem with SuSE and Ubuntu is that they optimize the DE for next releases and right now you can&#8217;t expect the best of KDE 4.2 in them. On the other hand, distros like Gentoo and ArchLinux are totally different and they keep rolling out updates and never have feature freezes for a release. Hence they often have the latest of updates.</p>
<a href="http://blog.gautham.net/2009/01/30/kde-42-the-answer-reviewed/" rel="bookmark" class="asides-permalink" title="Permanent Link to KDE 4.2 &#8211; &quot;The Answer&quot; Reviewed">(1180)</a>]]></content:encoded>
			<wfw:commentRss>http://blog.gautham.net/2009/01/30/kde-42-the-answer-reviewed/feed/</wfw:commentRss>
		<slash:comments>1180</slash:comments>
<enclosure url="http://blip.tv/file/get/Sebasje-ThePlasmaDesktopShellInKDE42312.ogv" length="35097852" type="video/ogg" />
<enclosure url="http://blip.tv/file/get/Sebasje-WindowManagementInKDE42153.ogv" length="81544732" type="video/ogg" />
		</item>
		<item>
		<title>Life on the cutting edge &#8211; ArchLinux</title>
		<link>http://blog.gautham.net/2008/10/10/life-on-the-cutting-edge-archlinux/</link>
		<comments>http://blog.gautham.net/2008/10/10/life-on-the-cutting-edge-archlinux/#comments</comments>
		<pubDate>Thu, 09 Oct 2008 18:57:42 +0000</pubDate>
		<dc:creator>gautham</dc:creator>
				<category><![CDATA[Linux and OpenSource]]></category>
		<category><![CDATA[Software and Programming]]></category>
		<category><![CDATA[Views and Reviews]]></category>
		<category><![CDATA[archlinux]]></category>
		<category><![CDATA[bsd]]></category>
		<category><![CDATA[distro]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[OS]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://thesmallerbang.wordpress.com/?p=37</guid>
		<description><![CDATA[