<?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>Me, Myself and Technology &#187; Linux</title>
	<atom:link href="http://www.kalpiknigam.com/blog/category/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kalpiknigam.com/blog</link>
	<description>Kalpik Nigam</description>
	<lastBuildDate>Sun, 06 Sep 2009 12:16:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Sametime (meanwhile) support in Pidgin on Arch Linux</title>
		<link>http://www.kalpiknigam.com/blog/2009/01/18/sametime-meanwhile-support-in-pidgin-on-arch-linux/</link>
		<comments>http://www.kalpiknigam.com/blog/2009/01/18/sametime-meanwhile-support-in-pidgin-on-arch-linux/#comments</comments>
		<pubDate>Sun, 18 Jan 2009 11:20:40 +0000</pubDate>
		<dc:creator>kalpik</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Arch]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[fixed]]></category>
		<category><![CDATA[meanwhile]]></category>
		<category><![CDATA[Pidgin]]></category>
		<category><![CDATA[sametime]]></category>

		<guid isPermaLink="false">http://www.kalpiknigam.com/blog/?p=154</guid>
		<description><![CDATA[We use IBM&#8217;s Lotus Sametime as our IM client at work. And i like to be signed in all the time even on my Arch machine at home. Pidgin does support sametime protocol, but through an external library called meanwhile. Although most popular distributions have meanwhile in their main repos, Arch does not. It has [...]]]></description>
			<content:encoded><![CDATA[<p>We use IBM&#8217;s <a href="http://www-01.ibm.com/software/lotus/sametime/" target="_blank">Lotus Sametime</a> as our IM client at work. And i like to be signed in all the time even on my Arch machine at home. Pidgin does support sametime protocol, but through an external library called <a href="http://meanwhile.sourceforge.net/" target="_blank">meanwhile.</a> Although most popular distributions have meanwhile in their main repos, Arch does not. It has the meanwhile library in <a href="http://aur.archlinux.org/" target="_blank">AUR</a>. And due to this, the pidgin in Arch has meanwhile support disabled. But even so, the latest stable meanwhile library (1.0.2) has a <a href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1626349&amp;group_id=110565&amp;atid=656718" target="_blank">nasty bug</a> which does not report the correct online status of buddies. Most online buddies are shown as being offline. The problem has been fixed in the SVN version, but unfortunately ALL distributions carry the buggy version of meanwhile. It took me around 5-6 months to get to the root cause of this bug, and yes, i have managed to fix it in Arch. I&#8217;m providing here a compiled version of the fixed meanwhile library (64 bit). I&#8217;m also providing a complete tutorial on how to compile pidgin with meanwhile support on Arch.<span id="more-154"></span></p>
<ol>
<li>Download the fixed meanwhile library (64 bit only) from <a href="http://dl.getdropbox.com/u/3750/meanwhile-1.0.2-1-x86_64.pkg.tar.gz" target="_self">here</a>.</li>
<li>Install it using pacman:</li>
<blockquote><p>pacman -U meanwhile-1.0.2-1-x86_64.pkg.tar.gz</p></blockquote>
<li>Install the Arch Build System:</li>
<blockquote><p>pacman -S abs</p></blockquote>
<li>Run abs so that it can build a repository tree (kinda like portage in Gentoo):</li>
<blockquote><p>sudo abs</p></blockquote>
<li>Copy the pidgin directory of abs to /tmp:</li>
<blockquote><p>cp -r /var/abs/extra/pidgin /tmp</p></blockquote>
<li>Go to /tmp and open the pidgin PKGBUILD in nano:</li>
<blockquote><p>cd /tmp/pidgin<br />
nano PKGBUILD</p></blockquote>
<li>Go to the &#8220;<strong>build()</strong>&#8221; section and make sure you remove &#8220;<strong>&#8211;disable-meanwhile</strong>&#8221; from the configure options. The line should look like this:</li>
<blockquote><p>./configure &#8211;prefix=/usr &#8211;sysconfdir=/etc &#8211;disable-schemas-install \</p></blockquote>
<li>Make the package:</li>
<blockquote><p>makepkg</p></blockquote>
<li>Install it:</li>
<blockquote><p>pacman -U pidgin-2.5.3-1-x86_64.pkg.tar.gz</p></blockquote>
</ol>
<p>That&#8217;s it! Now you should have sametime support in Pidgin <img src='http://www.kalpiknigam.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Remember though, you will always have to compile pidgin yourself whenever a newer pidgin version hits the Arch repos.</p>
<p>P.S. For those of you who want to compile a fixed meanwhile on i686 (32 bit) system, follow the instructions <a href="http://ebsteblog.wordpress.com/2008/09/05/fix-broken-user-status-in-pidginmeanwhile/" target="_blank">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kalpiknigam.com/blog/2009/01/18/sametime-meanwhile-support-in-pidgin-on-arch-linux/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Kernel 2.6.28. Now with stable EXT4!</title>
		<link>http://www.kalpiknigam.com/blog/2009/01/18/kernel-2628-now-with-stable-ext4/</link>
		<comments>http://www.kalpiknigam.com/blog/2009/01/18/kernel-2628-now-with-stable-ext4/#comments</comments>
		<pubDate>Sun, 18 Jan 2009 05:47:14 +0000</pubDate>
		<dc:creator>kalpik</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Arch]]></category>
		<category><![CDATA[ext4]]></category>
		<category><![CDATA[kernel]]></category>

		<guid isPermaLink="false">http://www.kalpiknigam.com/blog/?p=149</guid>
		<description><![CDATA[So.. A few days back, Kernel 2.6.28 was released. And amongst the many new features, the thing that attracted me most was stable EXT4 support. For those of you who dont know, EXT4 is the successor to the most widely used linux filesystem, EXT3. EXT4 boasts of being a hell lot faster than EXT3, and [...]]]></description>
			<content:encoded><![CDATA[<p>So.. A few days back, <a href="http://www.kernel.org/" target="_blank">Kernel 2.6.28</a> was released. And amongst the many <a href="http://kernelnewbies.org/LinuxChanges" target="_blank">new features</a>, the thing that attracted me most was stable <a href="http://ext4.wiki.kernel.org/index.php/Main_Page" target="_blank">EXT4</a> support. For those of you who dont know, EXT4 is the successor to the most widely used linux filesystem, EXT3. EXT4 boasts of being a hell lot faster than EXT3, and ofcourse with <a href="http://kernelnewbies.org/Ext4" target="_blank">added features</a>.<span id="more-149"></span></p>
<p><a href="http://www.archlinux.org" target="_blank">Archlinux</a> just released Kernel 2.6.28 into it&#8217;s [core] repo a few days back, and since then im in a dillema whether i should switch to EXT4, or be content with my current filesystem, <a href="http://en.wikipedia.org/wiki/JFS_(file_system)" target="_blank">JFS</a>. Switching to EXT4 means that I will have to re-install Arch, once the new installer CD with EXT4 support comes in (which should be soon). And configuring Arch _exactly_ the same way as it is right now will be almost impossible! I mean with all the small tweaks and configuration changes i&#8217;ve done over one year now! Will be a HUGE task! And nowdays, i really dont have time to mess with something that&#8217;s working absolutely the way i want it to work.</p>
<p>Oh and yeah, while roaming around in Arch forums, i found <a href="http://flo.server-speed.net/wordpress/2009/01/17/finally-ext4-or-not/" target="_blank">this</a>. It certainly does not give me a good feeling about EXT4! Therefore, im thinking ill wait for a while before jumping on the EXT4 bandwagon. But that leaves me with one thing less to mess around with <img src='http://www.kalpiknigam.com/blog/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' />  But then again, i guess its OK, since KDE 4.2 is <a href="http://www.kde.org/" target="_blank">just around the corner</a> and im hearing lots of good things about it! THAT can be my next test subject <img src='http://www.kalpiknigam.com/blog/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.kalpiknigam.com/blog/2009/01/18/kernel-2628-now-with-stable-ext4/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Flash 10 Native 64 bit for Linux!</title>
		<link>http://www.kalpiknigam.com/blog/2008/11/19/flash-10-native-64-bit-for-linux/</link>
		<comments>http://www.kalpiknigam.com/blog/2008/11/19/flash-10-native-64-bit-for-linux/#comments</comments>
		<pubDate>Wed, 19 Nov 2008 15:32:09 +0000</pubDate>
		<dc:creator>kalpik</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[64 bit]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[Flash]]></category>

		<guid isPermaLink="false">http://www.kalpiknigam.com/blog/?p=145</guid>
		<description><![CDATA[Well, i know its kinda old news, but still im pretty excited that Adobe has released an alpha version of a native 64 bit Flash plugin for Linux! The best part is that Linux is the first platform that gets the alpha version, though Adobe says that it will ship the final version for Linux, [...]]]></description>
			<content:encoded><![CDATA[<p>Well, i know its kinda old news, but still im pretty excited that <a href="http://www.adobe.com" target="_blank">Adobe</a> has released an alpha version of a native 64 bit Flash plugin for Linux! The best part is that Linux is the first platform that gets the alpha version, though Adobe says that it will ship the final version for Linux, Mac and Windows together. Thankyou Adobe for showering some of your love to us Linux users <img src='http://www.kalpiknigam.com/blog/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>I tried out the Alpha on <a href="http://www.archlinux.org" target="_blank">Archlinux</a>. It was working great with much more stability and lesser CPU usage, but unfortunately, it crashes Firefox for me, when i open Gmail. So, i have gone back to Flash 10 x86 + Nspluginwrapper for now. Will keep trying it as and when they release newer versions.</p>
<p><a href="http://labs.adobe.com/downloads/flashplayer10.html" target="_blank">Download Flash 10 x64 Alpha</a>.</p>
<p>Edit: The plugin works perfectly for me now! Not crashing the browser anymore <img src='http://www.kalpiknigam.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.kalpiknigam.com/blog/2008/11/19/flash-10-native-64-bit-for-linux/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Im back!</title>
		<link>http://www.kalpiknigam.com/blog/2008/08/31/im-back/</link>
		<comments>http://www.kalpiknigam.com/blog/2008/08/31/im-back/#comments</comments>
		<pubDate>Sun, 31 Aug 2008 17:42:33 +0000</pubDate>
		<dc:creator>kalpik</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Arch]]></category>
		<category><![CDATA[F.R.I.E.N.D.S]]></category>
		<category><![CDATA[N82]]></category>

		<guid isPermaLink="false">http://www.kalpiknigam.com/blog/?p=134</guid>
		<description><![CDATA[Hmm.. So i&#8217;ve been out of the blogging scene for quite sometime now. Mostly, i&#8217;ve been busy with work, and yeah, i&#8217;ve been spending all my free time watching F.R.I.E.N.D.S, just like Nidhi Now that i&#8217;m finished with all 10 seasons, i think ill get some time to post here So lets see.. What all [...]]]></description>
			<content:encoded><![CDATA[<p>Hmm.. So i&#8217;ve been out of the blogging scene for quite sometime now. Mostly, i&#8217;ve been busy with work, and yeah, i&#8217;ve been spending all my free time watching F.R.I.E.N.D.S, just like <a href="http://jainnidhi.wordpress.com/2008/08/29/friends/" target="_blank">Nidhi</a> <img src='http://www.kalpiknigam.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Now that i&#8217;m finished with all 10 seasons, i think ill get some time to post here <img src='http://www.kalpiknigam.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><span id="more-134"></span></p>
<p>So lets see.. What all is new.. On the linux front, i&#8217;ve migrated from <a href="http://www.ubuntu.com" target="_blank">Ubuntu</a> to <a href="http://www.archlinux.org/" target="_blank">Arch Linux</a>, which according to me, is the BEST distro out there! I love the fact how everything &#8220;just works&#8221; and how i have the latest software all the time. The best part is that its a rolling release, meaning no more waiting for updates or adding third party repos for new stuff. I evaluated <a href="http://www.debian.org" target="_blank">Debian</a> and <a href="http://www.gentoo.org/" target="_blank">Gentoo</a>, before moving to Arch. Debian always had some or the other problem. It wasnt just stable enough for me. And Gentoo on the other hand was too time consuming and crude. Arch is gonna stay on my PC for a long, long time! <img src='http://www.kalpiknigam.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Also, i got a new phone. The <a href="http://www.gsmarena.com/nokia_n82-2177.php" target="_blank">Nokia N82</a>, which again, is an awesome phone, but since im sure you might have heard a lot about it already, ill not talk about it here <img src='http://www.kalpiknigam.com/blog/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<p>Other than that, my life&#8217;s been pretty much the same.. (Yeah, i know im boring <img src='http://www.kalpiknigam.com/blog/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' />  )</p>
<p>On the work front, im getting to work on some awesome stuff, so am pretty much satisfied there.</p>
<p>So that&#8217;s pretty much it! Ill try to be regular here, and post any interesting stuff that i come across <img src='http://www.kalpiknigam.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.kalpiknigam.com/blog/2008/08/31/im-back/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Ubuntu to rename top level directories?!</title>
		<link>http://www.kalpiknigam.com/blog/2008/04/01/ubuntu-to-rename-top-level-directories/</link>
		<comments>http://www.kalpiknigam.com/blog/2008/04/01/ubuntu-to-rename-top-level-directories/#comments</comments>
		<pubDate>Tue, 01 Apr 2008 18:17:55 +0000</pubDate>
		<dc:creator>kalpik</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.kalpiknigam.com/blog/?p=131</guid>
		<description><![CDATA[Well, i just heard that Ubuntu is trying to rename all the top level directories! The proposed directory structure is: /bin /system/executables /boot /system/boot /dev /system/devices /etc /system/config /lib /system/libraries /home /users /media /storage /mnt /storage /proc /system/processes /root /users/Administrator /sbin /system/executables/admin /tmp /system/temporary /usr /system/applications Well, that&#8217;s just plain stupid if you ask me.. [...]]]></description>
			<content:encoded><![CDATA[<p>Well, i just <a href="http://blog.drinsama.de/erich/en/linux/debian/2008040101-renaming-directories" target="_blank">heard</a> that Ubuntu is trying to rename all the top level directories! The proposed directory structure is:</p>
<pre>/bin      /system/executables

/boot     /system/boot

/dev      /system/devices

/etc      /system/config

/lib      /system/libraries

/home     /users

/media    /storage

/mnt      /storage

/proc     /system/processes

/root     /users/Administrator

/sbin     /system/executables/admin

/tmp      /system/temporary

/usr      /system/applications</pre>
<p>Well, that&#8217;s just plain stupid if you ask me.. It will create unnecessary confusion and difference between various linux distributions! I think Ubuntu should strive to be &#8220;User Friendly&#8221; not &#8220;Idiot Friendly&#8221;. We dont want another case of the Windows do we? <img src='http://www.kalpiknigam.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>What do you guys think?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kalpiknigam.com/blog/2008/04/01/ubuntu-to-rename-top-level-directories/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Top 10 Reasons to use Linux</title>
		<link>http://www.kalpiknigam.com/blog/2008/03/16/top-10-reasons-to-use-linux/</link>
		<comments>http://www.kalpiknigam.com/blog/2008/03/16/top-10-reasons-to-use-linux/#comments</comments>
		<pubDate>Sun, 16 Mar 2008 05:19:21 +0000</pubDate>
		<dc:creator>kalpik</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Open Source]]></category>

		<guid isPermaLink="false">http://www.kalpiknigam.com/blog/2008/03/16/top-10-reasons-to-use-linux/</guid>
		<description><![CDATA[Hmm.. I&#8217;ve been out of the blogging scene for quote sometime now! Didn&#8217;t really get the time, or anything worthwhile to post. Well anyway, what better way to come back, then to list out the top 10 reasons to use linux! Â If youâ€™re a Linux enthusiast like me, youâ€™ve probably tried to convert a few [...]]]></description>
			<content:encoded><![CDATA[<p>Hmm.. I&#8217;ve been out of the blogging scene for quote sometime now! Didn&#8217;t really get the time, or anything worthwhile to post. Well anyway, what better way to come back, then to list out the top 10 reasons to use linux! <img src='http://www.kalpiknigam.com/blog/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<blockquote><p>Â If youâ€™re a Linux enthusiast like me, youâ€™ve probably tried to convert a few people over to Linux from another operating system. Even though you succeed many times, there are always a few â€˜geniusesâ€™ out there who need some real persuading to switch over to Linux.</p>
<p><span id="more-129"></span></p>
<p>So here are some quick and simple things about Linux you can point out to your potential convert.</p>
<p><strong> 1. Linux helps you get rid of viruses, worms, and other computer infections.</strong></p>
<p>Although it is possible to get infected even with Linux (malware is mainly written for Windows), its system architecture, based on a server-client relationship makes it difficult for a virus to do any damage. <a href="http://www.internetling.com/2008/03/09/anti-virus-software-is-dead-use-linux/#comment-414" target="_blank">See this post.</a></p>
<p><strong> 2. Linux is fast and will stay fast</strong></p>
<p>Vista is a huge resource hog. XP isnâ€™t too humble either. If you use Windows for a longer time and install lots of different programs, your computer becomes bloated with trash data, consequently becoming slower. With Linux, even a major distro wonâ€™t demand more than 256 RAM to run passably with all the bling and a maximum of 2 GB of space. And it wonâ€™t get slower.</p>
<p><strong>3. Linux is easier to use than Windows.</strong> <em>Using the Terminal is not necessary in most cases.</em></p>
<p>What could be easier than opening a package manager, selecting the software you want, and letting Linux download it for you? I hate it when people complain about how Linuxâ€™ hardware support bites. They probably arenâ€™t aware of the fact that Linux supports more devices than Vista. I should know, I had my share of problems with three different versions of Windows with lots of pieces of hardware. Ndiswrapper-gui is fool-proof and you know it! You canâ€™t expect a new user will know how to solve <em>every issue.<br />
</em></p>
<p><strong>4. Linux is free as in free beer AND as in free speech. </strong><em>Cost does NOT define the value of Free Software!</em></p>
<p>All of the major Linux distributions are free of cost. Yes, thatâ€™s <strong>zero dollars</strong>. Ainâ€™t it great to have a whole operating system and not be afraid youâ€™ll get fined? You can choose from a multitude of great open source apps which come under the GPL license, too. No need to worry about the</p>
<p><strong>5. Your porn collection is safe with Linux </strong></p>
<p>Donâ€™t laugh. Iâ€™m not a big fan of porn, but it has a big market share on the Internet. On Linux, (which is trojan, virus etc. free), every user gets a password, and you can see the source code so you know that <a href="http://www.wired.com/science/discoveries/news/1999/09/21577" target="_blank" onclick="javascript:urchinTracker ('/outbound/article/www.wired.com');">FBI isnâ€™t checking you out, like on Windows</a>.</p>
<p><strong>6. Thousands of Windows-only applications (even Photoshop CS3) and games work with Linux through WINE</strong> just as fast. You can also find good alternative open source software.</p>
<p>The Linux experience may be a bit different for a user who needs some Windows-only software, because there is no good equivalent for it on Linux. Thereâ€™s always WINE though. Itâ€™s a compatibility layer which can install Windows programs on your Linux Box, even games like Call of Duty, Unreal Tournament, Half-Life 2â€¦</p>
<p><a href="http://www.osalt.com/" target="_blank" onclick="javascript:urchinTracker ('/outbound/article/www.osalt.com');">Search open source alternatives</a></p>
<p><a href="http://appdb.winehq.org/" target="_blank" onclick="javascript:urchinTracker ('/outbound/article/appdb.winehq.org');">Search the Wine application DB</a></p>
<p><strong>7. Linux looks <em>better</em> than Windows Vista or Mac OS X</strong></p>
<p>Itâ€™s a simple as this: Linux has got Compiz Fusion and a very nice default theme, normally. You can imitate ANY effect other operating system boast with. If a Mac user still thinks his Mac OS X or Vista look better, donâ€™t worry. You can make Linux look <em>exactly</em> like it in under 15 minutes.</p>
<p><strong>8. Linux is fun</strong></p>
<p>People always tell me this. And why? Linux users have the power to expand their system for free, they are free to modify the system exactly to their needs. You learn something new this way every day with Linux and if you do things right it can reward you with the desired results.</p>
<p><strong>9. <em>You</em> can help improve Linux</strong></p>
<p>There are lots of jokes made about â€˜teh 1337 powerz of communityzâ€™!!! Sadly, they exist mostly because they donâ€™t know any good arguments against community. In open source, you can actually speak to the actual developers, help translate, develop and improve the software you are using right now while not helping others make wads of cash.</p>
<p><strong>10. Linux <em>makes you</em> give your computer a name</strong></p>
<p>Itâ€™s possible on every OS, basically, but Linux <em>demands you do it</em>! Sheer coolness.</p></blockquote>
<p>Taken from <a href="http://www.internetling.com/2008/03/14/top-10-responses-to-why-should-i-use-linux-a-linux-evangelists-reference/" target="_blank">here</a>.</p>
<blockquote></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.kalpiknigam.com/blog/2008/03/16/top-10-reasons-to-use-linux/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Latest Pidgin/Rhythmbox repository for Ubuntu</title>
		<link>http://www.kalpiknigam.com/blog/2007/12/18/latest-pidginrhythmbox-repository-for-ubuntu/</link>
		<comments>http://www.kalpiknigam.com/blog/2007/12/18/latest-pidginrhythmbox-repository-for-ubuntu/#comments</comments>
		<pubDate>Tue, 18 Dec 2007 11:22:15 +0000</pubDate>
		<dc:creator>kalpik</dc:creator>
				<category><![CDATA[Deb]]></category>
		<category><![CDATA[Latest]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Messenger]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Pidgin]]></category>
		<category><![CDATA[Repository]]></category>
		<category><![CDATA[Rhythmbox]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.kalpiknigam.com/blog/2007/12/18/latest-pidginrhythmbox-repository-for-ubuntu/</guid>
		<description><![CDATA[Here is a repository i use on my gutsy install which always contains the latest builds of Pidgin and Rhythmbox. So no more hunting for debs or compiling sources Steps to add the repository: 1. Open Terminal (Applications-&#62;Accessories-&#62;Terminal) 2. Type &#8220;gksuÂ  gedit /etc/apt/sources.list&#8221; 3. Go to the end of the file and add the following [...]]]></description>
			<content:encoded><![CDATA[<p>Here is a repository i use on my gutsy install which always contains the latest builds of Pidgin and Rhythmbox. So no more hunting for debs or compiling sources <img src='http://www.kalpiknigam.com/blog/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>Steps to add the repository:</p>
<p><span id="more-126"></span></p>
<p>1. Open Terminal (Applications-&gt;Accessories-&gt;Terminal)</p>
<p>2. Type &#8220;<strong>gksuÂ  gedit /etc/apt/sources.list</strong>&#8221;</p>
<p>3. Go to the end of the file and add the following onto a new line:</p>
<blockquote><p><strong>## Latest Pidgin/Rhythmbox<br />
deb http://www.telemail.fi/mlind/ubuntu gutsy main</strong></p></blockquote>
<p>4. Save the file and close Gedit.</p>
<p>5. Add the public key so that apt does not complain about any authentication errors (type into terminal):</p>
<blockquote><p><strong>wget http://www.telemail.fi/mlind/ubuntu/937215FF.gpg -O- | sudo apt-key add -</strong></p></blockquote>
<p>6. Update your system (type in terminal)</p>
<blockquote><p><strong>sudo apt-get update &amp;&amp; sudo apt-get dist-upgrade</strong></p></blockquote>
<p>7. Voila! You should now have the latest Pidgin and Rhythmbox!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kalpiknigam.com/blog/2007/12/18/latest-pidginrhythmbox-repository-for-ubuntu/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>Adobe Flash Player 9 Update 3, Version 9.0.115.0 for Linux</title>
		<link>http://www.kalpiknigam.com/blog/2007/12/05/adobe-flash-player-9-update-3-version-901150-for-linux/</link>
		<comments>http://www.kalpiknigam.com/blog/2007/12/05/adobe-flash-player-9-update-3-version-901150-for-linux/#comments</comments>
		<pubDate>Wed, 05 Dec 2007 05:07:28 +0000</pubDate>
		<dc:creator>kalpik</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[Flash]]></category>

		<guid isPermaLink="false">http://www.kalpiknigam.com/blog/2007/12/05/adobe-flash-player-9-update-3-version-901150-for-linux/</guid>
		<description><![CDATA[Adobe has released a shining new version of Flash Player for linux. This is a big release fixing a lot of stability issues and also adding a truck load of features! Changelog: New audio/video options H.264/HE-AAC codec support Flash Player 9 Update 3 includes H.264 video and High Efficiency AAC (HE-AAC) audio codec support that [...]]]></description>
			<content:encoded><![CDATA[<p>Adobe has released a shining new version of Flash Player for linux. This is a big release fixing a lot of stability issues and also adding a truck load of features!</p>
<p>Changelog:</p>
<h4>New audio/video options</h4>
<ul>
<li><strong>H.264/HE-AAC codec support</strong><br />
Flash Player 9 Update 3 includes H.264 video and High Efficiency AAC (HE-AAC) audio codec support that opens up a broad ecosystem and selection of standards-based video â€” up to HD quality â€” that developers can leverage in their applications. Supporting a subset of MPEG-4 Part 12 (container) and Part 10 (H.264), including baseline, main and high profiles, Flash Player can play back existing MP4, M4A, MOV, MP4V, 3GP and 3G2 content.</li>
</ul>
<p><span id="more-123"></span></p>
<h4>Improved Performance</h4>
<ul>
<li><strong>Multi-core support</strong><br />
Speed the rendering of vectors, bitmaps, filters and video, including true 1080p video, with new multi-core support that takes advantage of up to 4 CPUs.</li>
<li><strong>Hardware scaling</strong><br />
Improve the performance and quality of full-screen video through the use of hardware scaling.</li>
<li><strong>Multi-threaded video decoding</strong><br />
The VP6 video codec now runs in a separate thread on multi-core systems, enabling true 1080p video. In addition, the responsiveness and decode blockiness of the VP6 codec is improved with this change.</li>
<li><strong>Image scaling</strong><br />
A new algorithm for scaling bitmap images enhances the quality and rendering performance of downscaled images.</li>
<li><strong>Flash Player cache</strong><br />
The Flash Player cache enables common components, such as the Flex Framework, to be cached locally and then used by any SWF from any domain. Use of the Flash Player cache can significantly reduce SWF file sizes and speed application download times.</li>
<li><strong>Flash Media Server buffering</strong><br />
The stream buffer is maintained while a stream is paused.</li>
</ul>
<h4>Universal Reach</h4>
<ul>
<li><strong>Full screen mode for Linux</strong><br />
Full screen mode with hardware scaling is now supported in Linux.</li>
<li><strong>Accessibility support for the plugin</strong><br />
Flash Player 9 update 3 adds support for Microsoftâ€™s Active Accessibility (MSAA) API to the plugin, enabling consistent support across plugin-based and Internet Explorer browsers.</li>
<li><strong>Mac Os X Leopard suppor</strong>t<br />
Flash Player 9 update 3 now supports the Mac OS X Leopard operating system.</li>
</ul>
<h4>Fixed in this version:</h4>
<ul>
<li>On Linux, modal dialogs displayed by Flash Player stay in front of browser windows but do not prevent interaction with the browser as they should. (191331)</li>
<li>On Windows Vista, Internet Explorer 7 Protected Mode may prompt users with security warnings when attempting to view Flash content after installing the Flash Player 9 (9.0.45.0) ActiveX control. Security warnings may also appear for users who choose to install the Google Toolbar from the Flash Player Download Center on adobe.com as part of the player installation process. This was fixed in an Internet Explorer update in June 2007.</li>
<li>On certain SUSE 9.2 installations using the standalone player only, trying to Open a browser from the standalone player with SeaMonkey open will cause the player to hang. (193383)</li>
<li>On Linux, networking operations in the standalone player are currently slow. (193158)</li>
<li>On Linux, when the mouse is hovering over Flash content, keyboard input is not sent to the browser. (194265)</li>
<li>Full-screen mode is not supported in the Opera Browser on Macintosh systems. (189140)</li>
<li>Full-screen mode is now supported on Linux.</li>
<li>Invoking document.write(..) method of JavaScript using ExternalInterface or FSCommand hangs Safari on next page load. This issue has been reported to Apple. (167996)</li>
<li>The Mozilla Plugin Finder Service will not install Flash Player 9.0.20.0 on Intel-based Macs using double-byte language modes. Users may either install from the Adobe Player Download Center or use the Plugin Finder Service in non-double-byte language modes. (180719)</li>
<li>The plugin version of Flash Player does not fire flash.events.Event.RENDER when wmode is set as transparent. (198515)</li>
<li>Full-screen can be used when wmode is set  (202290)</li>
<li>Passing large amounts of XML through External Interface is significantly faster (206828)</li>
<li>ExternalInterface now works with HTML objects that contain dots within the object name (199614)</li>
</ul>
<p>Here is the list of <a href="http://www.adobe.com/devnet/flashplayer/articles/fplayer9_security.html" target="_blank">security updates</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kalpiknigam.com/blog/2007/12/05/adobe-flash-player-9-update-3-version-901150-for-linux/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Gutsy Gibbon Tribe 5!</title>
		<link>http://www.kalpiknigam.com/blog/2007/08/24/gutsy-gibbon-tribe-5/</link>
		<comments>http://www.kalpiknigam.com/blog/2007/08/24/gutsy-gibbon-tribe-5/#comments</comments>
		<pubDate>Fri, 24 Aug 2007 13:33:32 +0000</pubDate>
		<dc:creator>kalpik</dc:creator>
				<category><![CDATA[Gutsy Gibbon]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.kalpiknigam.com/blog/2007/08/24/gutsy-gibbon-tribe-5/</guid>
		<description><![CDATA[Tribe 5 just hit the mirrors! Get it while its hot! This release includes a lot of new features like: Gnome 2.19.90 Graphical Configuration tool for X Server A new plugin manager for Firefox, which allows to choose readily used plugins such as flash, adblock, beagle plugin etc A new printing system, with a default [...]]]></description>
			<content:encoded><![CDATA[<p>Tribe 5 just hit the mirrors! Get it while its hot! This release includes a lot of new features like:</p>
<ul>
<li>Gnome 2.19.90</li>
<li>Graphical Configuration tool for X Server</li>
<li>A new plugin manager for Firefox, which allows to choose readily used plugins such as flash, adblock, beagle plugin etc</li>
<li>A new printing system, with a default PDF printer being installed by default</li>
</ul>
<p>I once tried Gutsy when it was tribe 2. Lots of things didn&#8217;t work, or were buggy at that time, so i went back to feisty then. But now i&#8217;ve been using Gutsy since tribe 4 and its been as stable as feisty! So all those people who like to stay on the edge, do try it out, as its completely usable!</p>
<p>Download mirrors:</p>
<p><a href="http://cdimage.ubuntu.com/releases/gutsy/tribe-5/">http://cdimage.ubuntu.com/releases/gutsy/tribe-5/</a> (Ubuntu)<br />
<a href="http://cdimage.ubuntu.com/kubuntu/releases/gutsy/tribe-5/">http://cdimage.ubuntu.com/kubuntu/releases/gutsy/tribe-5/</a> (Kubuntu)<br />
<a href="http://cdimage.ubuntu.com/edubuntu/releases/gutsy/tribe-5/">http://cdimage.ubuntu.com/edubuntu/releases/gutsy/tribe-5/</a> (Edubuntu)<br />
<a href="http://cdimage.ubuntu.com/xubuntu/releases/gutsy/tribe-5/">http://cdimage.ubuntu.com/xubuntu/releases/gutsy/tribe-5/</a> (Xubuntu)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kalpiknigam.com/blog/2007/08/24/gutsy-gibbon-tribe-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pidgin v2.1.1 Released!</title>
		<link>http://www.kalpiknigam.com/blog/2007/08/21/pidgin-v211-released/</link>
		<comments>http://www.kalpiknigam.com/blog/2007/08/21/pidgin-v211-released/#comments</comments>
		<pubDate>Tue, 21 Aug 2007 03:22:03 +0000</pubDate>
		<dc:creator>kalpik</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Pidgin]]></category>

		<guid isPermaLink="false">http://www.kalpiknigam.com/blog/2007/08/21/pidgin-v211-released/</guid>
		<description><![CDATA[No changelog yet, ill update this thread as soon as i get debs. Though, since a month now, i have shifted to Ubuntu Gutsy. Get it here.]]></description>
			<content:encoded><![CDATA[<p>No changelog yet, ill update <a href="http://www.kalpiknigam.com/blog/2007/05/12/install-pidgin-200-on-ubuntu-feisty-with-all-plugins/" target="_blank">this thread</a> as soon as i get debs. Though, since a month now, i have shifted to <a href="http://www.ubuntu.com">Ubuntu</a> Gutsy. <img src='http://www.kalpiknigam.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Get it <a href="http://pidgin.im">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kalpiknigam.com/blog/2007/08/21/pidgin-v211-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
