<?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; Open Source</title>
	<atom:link href="http://www.kalpik.com/blog/category/open-source/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kalpik.com/blog</link>
	<description>Kalpik Nigam</description>
	<lastBuildDate>Tue, 06 Sep 2011 09:14:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Sametime (meanwhile) support in Pidgin on Arch Linux</title>
		<link>http://www.kalpik.com/blog/2009/01/18/sametime-meanwhile-support-in-pidgin-on-arch-linux/</link>
		<comments>http://www.kalpik.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.kalpik.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.kalpik.com/blog/2009/01/18/sametime-meanwhile-support-in-pidgin-on-arch-linux/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Ubuntu to rename top level directories?!</title>
		<link>http://www.kalpik.com/blog/2008/04/01/ubuntu-to-rename-top-level-directories/</link>
		<comments>http://www.kalpik.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.kalpik.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.kalpik.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.kalpik.com/blog/2008/03/16/top-10-reasons-to-use-linux/</link>
		<comments>http://www.kalpik.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.kalpik.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.kalpik.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.kalpik.com/blog/2007/12/18/latest-pidginrhythmbox-repository-for-ubuntu/</link>
		<comments>http://www.kalpik.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.kalpik.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.kalpik.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.kalpik.com/blog/2007/12/05/adobe-flash-player-9-update-3-version-901150-for-linux/</link>
		<comments>http://www.kalpik.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.kalpik.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>Fedora 8 Released!</title>
		<link>http://www.kalpik.com/blog/2007/11/09/fedora-8-released/</link>
		<comments>http://www.kalpik.com/blog/2007/11/09/fedora-8-released/#comments</comments>
		<pubDate>Fri, 09 Nov 2007 03:41:38 +0000</pubDate>
		<dc:creator>kalpik</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Fedora 8]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[PulseAudio]]></category>

		<guid isPermaLink="false">http://www.kalpiknigam.com/blog/2007/11/09/fedora-8-released/</guid>
		<description><![CDATA[Fedora 8 has been released: &#8220;Announcing the release of Fedora 8 (Werewolf). This release includes significant new versions of many key components and technologies. Features: GNOME 2.20; Online Desktop; KDE 3.5.8; Xfce 4.4.1; NetworkManager 0.7 provides improved wireless network management support; PulseAudio is now installed and enabled by default; CodecBuddy is now included; CompizFusion, the [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://fedoraproject.org"><img src="http://distrowatch.com/images/icon-large/fedora.png" alt="fedora" align="middle" border="0" /></a></p>
<p>Fedora 8 has been released: &#8220;<span class="Quote">Announcing the release of <a href="https://www.redhat.com/archives/fedora-announce-list/2007-November/msg00006.html">Fedora 8 (Werewolf)</a>. This release includes significant new versions of many key components and technologies. Features: GNOME 2.20; Online Desktop; KDE 3.5.8; Xfce 4.4.1; NetworkManager 0.7 provides improved wireless network management support; PulseAudio is now installed and enabled by default; CodecBuddy is now included; CompizFusion, the compositing window manager that re-merges Compiz and Beryl, is installed by default; the completely free and open source Java environment called IcedTea is installed by default&#8230;.</span>&#8221; Learn more about all the features in the <a href="http://fedoraproject.org/wiki/Releases/8/ReleaseSummary">release summary</a> and <a href="http://download.fedora.redhat.com/pub/fedora/linux/releases/8/Everything/i386/os/RELEASE-NOTES-en_US.html">release notes</a>. The installation DVD and live CD/DVD images are available for download <a href="http://torrent.fedoraproject.org/">via BitTorrent</a> or directly from Fedora&#8217;s <a href="http://mirrors.fedoraproject.org/">download mirrors</a>. Quick links: <a href="http://torrent.fedoraproject.org/torrents//Fedora-8-dvd-i386.torrent">Fedora-8-dvd-i386</a> (3,369MB), <a href="http://torrent.fedoraproject.org/torrents//Fedora-8-dvd-x86_64.torrent">Fedora-8-dvd-x86_64</a> (3,800MB), <a href="http://mirrors.fedoraproject.org/mirrorlist?path=pub/fedora/linux/releases/8/Live/i686/Fedora-8-Live-i686.iso&amp;redirect=1">Fedora-8-Live-i686.iso</a> (697MB, <a href="http://mirrors.kernel.org/fedora/releases/8/Live/x86_64/SHA1SUM">SHA1</a>), <a href="http://mirrors.fedoraproject.org/mirrorlist?path=pub/fedora/linux/releases/8/Live/x86_64/Fedora-8-Live-x86_64.iso&amp;redirect=1">Fedora-8-Live-x86_64.iso</a> (767MB, <a href="http://mirrors.kernel.org/fedora/releases/8/Live/x86_64/SHA1SUM">SHA1</a>).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kalpik.com/blog/2007/11/09/fedora-8-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Introducing the Hardy Heron</title>
		<link>http://www.kalpik.com/blog/2007/08/30/introducing-the-hardy-heron/</link>
		<comments>http://www.kalpik.com/blog/2007/08/30/introducing-the-hardy-heron/#comments</comments>
		<pubDate>Thu, 30 Aug 2007 03:29:17 +0000</pubDate>
		<dc:creator>kalpik</dc:creator>
				<category><![CDATA[Hardy Heron]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.kalpiknigam.com/blog/2007/08/30/introducing-the-hardy-heron/</guid>
		<description><![CDATA[From the Ubuntu Developer mailing list: I am delighted to have the pleasure of announcing the Hardy Heron (Ubuntu 8.04), the next version of Ubuntu that will succeed Gutsy Gibbon (Ubuntu 7.10, due for release in October 2007). Not only will the Ubuntu community continue to do what it does best, produce an easy-to-use, reliable, [...]]]></description>
			<content:encoded><![CDATA[<p>From the <a href="https://lists.ubuntu.com/archives/ubuntu-devel-announce/2007-August/000336.html" target="_blank">Ubuntu Developer mailing list</a>:</p>
<blockquote><p>I am delighted to have the pleasure of announcing the Hardy Heron<br />
(Ubuntu 8.04), the next version of Ubuntu that will succeed Gutsy Gibbon<br />
(Ubuntu 7.10, due for release in October 2007). Not only will the Ubuntu<br />
community continue to do what it does best, produce an easy-to-use,<br />
reliable, free software platform, but this release will proudly wear the<br />
badge of Long Term Support (LTS) and be supported with security updates<br />
for five years on the server and three years on the desktop. We look<br />
forward to releasing the Hardy Heron in April 2008.</p>
<p><span id="more-118"></span></p>
<p>With the opening of each new release cycle of Ubuntu, we have more and<br />
more opportunity at our fingertips. Not only are our friends in the<br />
upstream world constantly innovating and extending their applications<br />
and software, but the Ubuntu community continues to see incredible<br />
growth in its diverse range of areas such as packaging, development,<br />
documentation, quality assurance, translations, LoCo teams and more.<br />
Each new release gives us all an opportunity to shine, irrespective of<br />
which bricks in the project we are laying, and this is at the heart of<br />
our belief &#8211; working together to produce an Operating System that will<br />
empower its users and shape the IT industry, putting free software at<br />
the corner-stone of our direction.</p>
<p>Most people only ever see the end-user view of Ubuntu, running it on<br />
their desktops, servers and mobile devices around the world. For these<br />
users, Ubuntu provides a simple, convenient means to do what they want<br />
to do easily, effectively and without unnecessary complexity. For many<br />
of us though, we want to open up the hood and understand how the system<br />
works and how to extend and grow it. Thousands of us get out of bed<br />
every day, united behind Ubuntu, ready to make a difference, working<br />
together to make our vision happen.</p>
<p>Importantly, our ethos of collaboration and freedom extends to the<br />
development process as well as the end product. As such, the Ubuntu<br />
development process is a very open, transparent one, and anyone is<br />
welcome to get involved. It works like this:</p>
<p>- Everyone is welcome to think of and develop ideas for features that<br />
could be present in the Hardy Heron release. These ideas are written as<br />
specifications (detailed documents outlining how the idea would work and<br />
be implemented). You are welcome to add your specifications to</p>
<p>https://blueprints.launchpad.net/ubuntu.</p>
<p>- In October 2007, we will hold the Ubuntu Developer Summit in<br />
Cambridge, Massachusetts, USA and generate a schedule of sessions to<br />
discuss these specifications. The sessions provide a means for<br />
interested parties to help scope out the proposed feature and determine<br />
methods and plans to implement it. The Ubuntu Developer Summit is a<br />
semi-virtual event in which those who cannot attend can dial in with<br />
VoIP and use IRC and collaborative editing with Gobby to take part in<br />
the summit.</p>
<p>Everyone is welcome to participate, everyone is welcome to get involved,<br />
and everyone is welcome to help shape the form of the Hardy Heron. Let&#8217;s<br />
work together to shake things up, make things happen and make the most<br />
compelling Ubuntu release yet. Start your engines&#8230;</p></blockquote>
<p>YAY! <img src='http://www.kalpik.com/blog/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<blockquote></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.kalpik.com/blog/2007/08/30/introducing-the-hardy-heron/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gutsy Gibbon Tribe 5!</title>
		<link>http://www.kalpik.com/blog/2007/08/24/gutsy-gibbon-tribe-5/</link>
		<comments>http://www.kalpik.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.kalpik.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.kalpik.com/blog/2007/08/21/pidgin-v211-released/</link>
		<comments>http://www.kalpik.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.kalpik.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.kalpik.com/blog/2007/08/21/pidgin-v211-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sue me first, Microsoft</title>
		<link>http://www.kalpik.com/blog/2007/06/09/sue-me-first-microsoft/</link>
		<comments>http://www.kalpik.com/blog/2007/06/09/sue-me-first-microsoft/#comments</comments>
		<pubDate>Sat, 09 Jun 2007 03:41:28 +0000</pubDate>
		<dc:creator>kalpik</dc:creator>
				<category><![CDATA[FUD]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Open Source]]></category>

		<guid isPermaLink="false">http://www.kalpiknigam.com/blog/2007/06/09/sue-me-first-microsoft/</guid>
		<description><![CDATA[From Digital Tipping Point, Hello, and welcome to our Microsoft lawsuit invitational. This page is intended to be a place where people would like to join together to invite a Microsoft patent infringement lawsuit. If you would like to invite a visit by Brad Smith, Microsoft&#8217;s head litigator, please feel free to add your name [...]]]></description>
			<content:encoded><![CDATA[<p>From <a href="http://digitaltippingpoint.com/wiki/index.php?title=Sue_me_first%2C_Microsoft" target="_blank">Digital Tipping Point</a>,</p>
<blockquote><p>Hello, and welcome to our Microsoft lawsuit invitational. This page is intended to be a place where people would like to join together to invite a Microsoft patent infringement lawsuit. If you would like to invite a visit by Brad Smith, Microsoft&#8217;s head litigator, please feel free to add your name here. We are asking that people include their name, email address, version of GNU Linux disto(s) being used, and a short statement explaining why you are using that distro.</p></blockquote>
<p>Added my name there! There is really no other who can spread <a href="http://en.wikipedia.org/wiki/Fear,_uncertainty_and_doubt" target="_blank">FUD</a> like Microsoft!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kalpik.com/blog/2007/06/09/sue-me-first-microsoft/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

