<?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/"
	>

<channel>
	<title>blog.ashkool.com</title>
	<atom:link href="http://blog.ashkool.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.ashkool.com</link>
	<description>Voice of my thought processes ;)</description>
	<pubDate>Wed, 09 Sep 2009 11:53:47 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Ubuntu Repositories: VirtualBox</title>
		<link>http://blog.ashkool.com/2009/09/ubuntu-repositories-virtualbox/</link>
		<comments>http://blog.ashkool.com/2009/09/ubuntu-repositories-virtualbox/#comments</comments>
		<pubDate>Wed, 09 Sep 2009 11:53:47 +0000</pubDate>
		<dc:creator>Ashok</dc:creator>
		
		<category><![CDATA[TT - Linux]]></category>

		<category><![CDATA[TechTalk]]></category>

		<category><![CDATA[ubuntu-sources]]></category>

		<category><![CDATA[VirtualBox]]></category>

		<guid isPermaLink="false">http://blog.ashkool.com/2009/09/ubuntu-repositories-virtualbox/</guid>
		<description><![CDATA[Here&#8217;s the PPA to get the latest VirtualBox:

Importing the GPG Key:

wget -q http://download.virtualbox.org/virtualbox/debian/sun_vbox.asc -O- &#124; sudo apt-key add -

Adding the repository:
. /etc/lsb-release
echo deb http://download.virtualbox.org/virtualbox/debian\ `lsb_release --short --codename` non-free &#124; \
sudo tee /etc/apt/sources.list.d/virtualbox.list

Update the sources list:
sudo apt-get update
Source: VirtualBox Downloads



var AdBrite_Title_Color = '0000FF';
var AdBrite_Text_Color = '000000';
var AdBrite_Background_Color = 'FFFFFF';
var AdBrite_Border_Color = 'CCCCCC';
var AdBrite_URL_Color = '008000';
try{var AdBrite_Iframe=window.top!=window.self?2:1;var [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s the PPA to get the latest VirtualBox:</p>
<div>
<div class="box_download">Importing the GPG Key:<br />
<blockquote>
<p class="code">wget -q http://download.virtualbox.org/virtualbox/debian/sun_vbox.asc -O- | sudo apt-key add -</p>
</blockquote>
<p>Adding the repository:<br />
<blockquote>. /etc/lsb-release
<p class="code">echo deb http://download.virtualbox.org/virtualbox/debian\ `lsb_release <code>--</code>short <code>--</code>codename` non-free | \</p>
<p>sudo tee /etc/apt/sources.list.d/virtualbox.list</p>
</blockquote>
<p>Update the sources list:<br />
<blockquote>sudo apt-get update</p></blockquote>
<p>Source: <span style="text-decoration: underline;"><a target="_blank" href="http://www.virtualbox.org/wiki/Linux_Downloads">VirtualBox Downloads</a><br /></span></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.ashkool.com/2009/09/ubuntu-repositories-virtualbox/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Ubuntu Repositories: GNUCash</title>
		<link>http://blog.ashkool.com/2009/08/ubuntu-repositories-gnucash/</link>
		<comments>http://blog.ashkool.com/2009/08/ubuntu-repositories-gnucash/#comments</comments>
		<pubDate>Mon, 03 Aug 2009 12:19:19 +0000</pubDate>
		<dc:creator>Ashok</dc:creator>
		
		<category><![CDATA[TT - How To]]></category>

		<category><![CDATA[TT - Linux]]></category>

		<category><![CDATA[TechTalk]]></category>

		<category><![CDATA[GNUCash]]></category>

		<category><![CDATA[ubuntu-sources]]></category>

		<guid isPermaLink="false">http://blog.ashkool.com/2009/08/ubuntu-repositories-gnucash/</guid>
		<description><![CDATA[GnuCash is personal and small-business financial-accounting software, freely licensed under the GNU GPL and available for GNU/Linux, BSD, Solaris, Mac OS X and Microsoft Windows. It is very easy to use, yet powerful and flexible. It
allows you to track bank accounts, stocks, income and expenses. I&#8217;ve been using it from the days of my Windows, [...]]]></description>
			<content:encoded><![CDATA[<p>GnuCash is personal and small-business financial-accounting software, freely licensed under the <a href="http://www.gnu.org/">GNU</a> GPL and available for GNU/Linux, BSD, Solaris, Mac OS X and Microsoft Windows. It is very easy to use, yet powerful and flexible. It<br />
allows you to track bank accounts, stocks, income and expenses. I&#8217;ve been using it from the days of my Windows, It is very quick and intuitive to use as a checkbook register, and is based on<br />
professional accounting principles to ensure balanced books and<br />
accurate reports.</p>
<p>Here&#8217;s the PPA to get the latest GNUCash:</p>
<div>
<div class="box_download">Importing the GPG Key:<br />
<blockquote>
<p class="code">sudo apt-key adv <code>--</code>keyserver keyserver.ubuntu.com <code>--</code>recv-keys 2FAD1E8D</p>
<p></p></blockquote>
<p>Adding the repository:<br />
<blockquote>. /etc/lsb-release
<p class="code">echo deb http://ppa.launchpad.net/gnucash/ppa/ubuntu\ `lsb_release <code>--</code>short <code>--</code>codename` main | \</p>
<p>sudo tee /etc/apt/sources.list.d/gnucash.list</p>
</blockquote>
<p>Update the sources list:<br />
<blockquote>sudo apt-get update</p></blockquote>
<p>Source: <a target="_blank" href="http://wiki.gnucash.org/wiki/Ubuntu">GNUCash Wiki</a><a href="http://www.videolan.org/vlc/download-ubuntu.html" target="_blank"></a></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.ashkool.com/2009/08/ubuntu-repositories-gnucash/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Downloading from Scribd</title>
		<link>http://blog.ashkool.com/2009/07/downloading-from-scribd/</link>
		<comments>http://blog.ashkool.com/2009/07/downloading-from-scribd/#comments</comments>
		<pubDate>Mon, 20 Jul 2009 16:35:23 +0000</pubDate>
		<dc:creator>Ashok</dc:creator>
		
		<category><![CDATA[TT - How To]]></category>

		<category><![CDATA[TT - Tips n Tricks]]></category>

		<category><![CDATA[TechTalk]]></category>

		<category><![CDATA[Downloads]]></category>

		<category><![CDATA[Scribd]]></category>

		<guid isPermaLink="false">http://blog.ashkool.com/2009/07/downloading-from-scribd/</guid>
		<description><![CDATA[Scribd is a pretty much popular document sharing site which has been around since a couple of years. Some fans state Scribd is for documents like what Youtube is for videos. But Scribd is sometimes disrupted due to javascript/adobe flash player restrictions on the client side. Viewing &#38; downloading documents at such times becomes impossible. [...]]]></description>
			<content:encoded><![CDATA[<p>Scribd is a pretty much popular document sharing site which has been around since a couple of years. Some fans state Scribd is for documents like what Youtube is for videos. But Scribd is sometimes disrupted due to javascript/adobe flash player restrictions on the client side. Viewing &amp; downloading documents at such times becomes impossible. Here&#8217;s a shortcut to download documents from Scribd when you are logged in to the site:</p>
<p>Add the following to the end of the document url:<br />
<blockquote>?autodown=pdf</p></blockquote>
<p>For example, the following is the URL for opening a Scribd document:<br />
<blockquote>http://www.scribd.com/doc/6366850/DocTitle</p></blockquote>
<p>Add the autodown parameter and open this url in your browser.<br />
<blockquote>http://www.scribd.com/doc/6366850/DocTitle?autodown=pdf</p></blockquote>
<p>This will start downloading the document in pdf format. You need to be logged in to the Scribd for this to work. This will work even if Javascript is disabled, or Flash player is not available.</p>
<p></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.ashkool.com/2009/07/downloading-from-scribd/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Ubuntu Repositories: VLC Player</title>
		<link>http://blog.ashkool.com/2009/07/ubuntu-repositories-vlc-player/</link>
		<comments>http://blog.ashkool.com/2009/07/ubuntu-repositories-vlc-player/#comments</comments>
		<pubDate>Thu, 09 Jul 2009 13:08:17 +0000</pubDate>
		<dc:creator>Ashok</dc:creator>
		
		<category><![CDATA[TT - How To]]></category>

		<category><![CDATA[TT - Linux]]></category>

		<category><![CDATA[TechTalk]]></category>

		<category><![CDATA[ubuntu-sources]]></category>

		<category><![CDATA[vlc]]></category>

		<guid isPermaLink="false">http://blog.ashkool.com/2009/07/ubuntu-repositories-vlc-player/</guid>
		<description><![CDATA[VLC Player is a popular media player which requires no introduction. It is absolutely worth of every praise in the reviews all over the web. Here&#8217;s the PPA to get the latest VLC:

Importing the GPG Key:

sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 7613768D

Then run the following code:
. /etc/lsb-release
echo deb http://ppa.launchpad.net/c-korn/vlc/ubuntu\ `lsb_release --short --codename` main &#124; \
sudo [...]]]></description>
			<content:encoded><![CDATA[<p>VLC Player is a popular media player which requires no introduction. It is absolutely worth of every praise in the reviews all over the web. Here&#8217;s the PPA to get the latest VLC:
<div>
<div class="box_download">Importing the GPG Key:<br />
<blockquote>
<p class="code">sudo apt-key adv <code>--</code>keyserver keyserver.ubuntu.com <code>--</code>recv-keys 7613768D</p>
<p></p></blockquote>
<p>Then run the following code:<br />
<blockquote>. /etc/lsb-release
<p class="code">echo deb http://ppa.launchpad.net/c-korn/vlc/ubuntu\ `lsb_release <code>--</code>short <code>--</code>codename` main | \</p>
<p>sudo tee /etc/apt/sources.list.d/vlc.list</p>
</blockquote>
<p>Update the sources list:<br />
<blockquote>sudo apt-get update</p></blockquote>
<p>Source: <a href="http://www.videolan.org/vlc/download-ubuntu.html" target="_blank">VideoLAN</a></div>
</div>
<p><span style="font-family: 'sans-serif';"></span></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.ashkool.com/2009/07/ubuntu-repositories-vlc-player/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Ubuntu Repositories: File Browser Applet</title>
		<link>http://blog.ashkool.com/2009/07/ubuntu-repositories-file-browser-applet/</link>
		<comments>http://blog.ashkool.com/2009/07/ubuntu-repositories-file-browser-applet/#comments</comments>
		<pubDate>Tue, 07 Jul 2009 09:12:01 +0000</pubDate>
		<dc:creator>Ashok</dc:creator>
		
		<category><![CDATA[TT - How To]]></category>

		<category><![CDATA[TT - Linux]]></category>

		<category><![CDATA[TechTalk]]></category>

		<category><![CDATA[gnome-applets]]></category>

		<category><![CDATA[ubuntu-sources]]></category>

		<guid isPermaLink="false">http://blog.ashkool.com/2009/07/ubuntu-repositories-file-browser-applet/</guid>
		<description><![CDATA[File Browser Applet is an applet for the GNOME Panel. It lets you browse and open files in your computer directly from the panel, without having to open a file manager. It is not intended as replacement to proper file managers like nautilus. Sometimes you just want to open a file and don&#8217;t want to [...]]]></description>
			<content:encoded><![CDATA[<div style="text-align: justify; font-family: sans-serif;">File Browser Applet is an applet for the GNOME Panel. It lets you browse and open files in your computer directly from the panel, without having to open a file manager. It is not intended as replacement to proper file managers like nautilus. Sometimes you just want to open a file and don&#8217;t want to have to open a file manager, browse to and open the file, then close the file manager. This Applet just saves you couple of clicks.</div>
<div style="font-family: sans-serif; text-align: justify;">
<div class="box_download">Importing the GPG Key:<br />
<blockquote>sudo apt-key adv <code>--</code>keyserver keyserver.ubuntu.com <code>--</code>recv-keys D05E4B27</p></blockquote>
<p>Run the following lines to add the source:<br />
<blockquote class="code">. /etc/lsb-release
<p class="code">echo deb http://ppa.launchpad.net/file-browser-applet-dev/ppa/ubuntu\ `lsb_release <code>--</code>short <code>--</code>codename` main | \</p>
<p class="code">sudo tee /etc/apt/sources.list.d/filebrowser.list</p>
</blockquote>
<p>Update the sources list:<br />
<blockquote>sudo apt-get update</p></blockquote>
<p>Source: <a href="https://launchpad.net/file-browser-applet" target="_blank">File Browser</a></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.ashkool.com/2009/07/ubuntu-repositories-file-browser-applet/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Ubuntu PPAs: GNOME Do Repositories</title>
		<link>http://blog.ashkool.com/2009/07/ubuntu-ppas-gnome-do-repositories/</link>
		<comments>http://blog.ashkool.com/2009/07/ubuntu-ppas-gnome-do-repositories/#comments</comments>
		<pubDate>Sun, 05 Jul 2009 18:32:29 +0000</pubDate>
		<dc:creator>Ashok</dc:creator>
		
		<category><![CDATA[TT - How To]]></category>

		<category><![CDATA[TT - Linux]]></category>

		<category><![CDATA[TechTalk]]></category>

		<category><![CDATA[gnome-do]]></category>

		<category><![CDATA[ubuntu-sources]]></category>

		<guid isPermaLink="false">http://blog.ashkool.com/2009/07/ubuntu-ppas-google-linux-repositories/</guid>
		<description><![CDATA[The steps for adding the official GNOME Do repositories:
Importing the GPG Key:
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 77558DD0
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 6E80C6B7
Adding to sources list:
echo -e &#8220;#GNOME Do Software Repository\ndeb http://ppa.launchpad.net/do-core/ppa/ubuntu jaunty main\ndeb http://ppa.launchpad.net/banshee-team/ppa/ubuntu jaunty main&#8221; &#124; \
sudo tee /etc/apt/sources.list.d/gnomedo.list
Update Synaptic.

sudo apt-get update

Repository link from: Do.davebsd.com
]]></description>
			<content:encoded><![CDATA[<p>The steps for adding the official GNOME Do repositories:</p>
<p>Importing the GPG Key:</p>
<blockquote><p>sudo apt-key adv <code>--</code>keyserver keyserver.ubuntu.com <code>--</code>recv-keys 77558DD0<br />
sudo apt-key adv <code>--</code>keyserver keyserver.ubuntu.com <code>--</code>recv-keys 6E80C6B7</p></blockquote>
<p>Adding to sources list:</p>
<blockquote><p>echo -e &#8220;#GNOME Do Software Repository\ndeb http://ppa.launchpad.net/do-core/ppa/ubuntu jaunty main\ndeb http://ppa.launchpad.net/banshee-team/ppa/ubuntu jaunty main&#8221; | \<br />
sudo tee /etc/apt/sources.list.d/gnomedo.list</p></blockquote>
<p class="code">Update Synaptic.</p>
<blockquote>
<p class="code">sudo apt-get update</p>
</blockquote>
<p class="code">Repository link from: <a href="http://do.davebsd.com" target="_blank">Do.davebsd.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.ashkool.com/2009/07/ubuntu-ppas-gnome-do-repositories/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Intel graphics restored on Ubuntu Jaunty.. Compiz works!</title>
		<link>http://blog.ashkool.com/2009/06/intel-graphics-restored-on-ubuntu-jaunty-compiz-works/</link>
		<comments>http://blog.ashkool.com/2009/06/intel-graphics-restored-on-ubuntu-jaunty-compiz-works/#comments</comments>
		<pubDate>Tue, 23 Jun 2009 04:06:33 +0000</pubDate>
		<dc:creator>Ashok</dc:creator>
		
		<category><![CDATA[TT - Linux]]></category>

		<category><![CDATA[TechTalk]]></category>

		<category><![CDATA[compiz]]></category>

		<category><![CDATA[Graphics]]></category>

		<category><![CDATA[Intel]]></category>

		<category><![CDATA[Jaunty]]></category>

		<guid isPermaLink="false">http://blog.ashkool.com/2009/06/intel-graphics-restored-on-ubuntu-jaunty-compiz-works/</guid>
		<description><![CDATA[With the new Intel drivers on Ubuntu Jaunty, the Compiz was prone to crash frequently. The Ubuntu developers had pushed certain Intel chipsets into blacklist, hence no compiz or the desktop effects for Intel users on Jaunty. There were a couple of workarounds to enable the compiz effects (See my post here), but they are [...]]]></description>
			<content:encoded><![CDATA[<p><span style="font-family: sans-serif;">With the new Intel drivers on Ubuntu Jaunty</span>, the Compiz was prone to crash frequently. The Ubuntu developers had pushed certain Intel chipsets into blacklist, hence no compiz or the desktop effects for Intel users on Jaunty. There were a couple of workarounds to enable the compiz effects (See my post <a target="_blank" href="http://blog.ashkool.com/2009/05/enabling-compiz-for-intel-graphics-in-ubuntu-jaunty/">here</a>), but they are workarounds - each one having it&#8217;s own pros and cons.</p>
<p>Today Ubuntu team pushed new updates, and one of the update related to the Intel graphics. The blacklist entries have been removed now, and the new Intel graphics driver works flawlessly with Compiz and the desktop effects. Waiting for this from a long time, Thanks a lot Ubuntu team!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.ashkool.com/2009/06/intel-graphics-restored-on-ubuntu-jaunty-compiz-works/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Hide Beagle Icon from Notification/Tray area</title>
		<link>http://blog.ashkool.com/2009/06/hide-beagle-icon-from-notificationtray-area-2/</link>
		<comments>http://blog.ashkool.com/2009/06/hide-beagle-icon-from-notificationtray-area-2/#comments</comments>
		<pubDate>Tue, 09 Jun 2009 12:03:13 +0000</pubDate>
		<dc:creator>Ashok</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.ashkool.com/2009/06/hide-beagle-icon-from-notificationtray-area-2/</guid>
		<description><![CDATA[Beagle is a great alternative to resource consuming Google Desktop for Linux. Beagle has almost all the search features provided by GDL and is pretty fast too. When you install Beagle, you can see that a icon appears in the Tray area (Notification area). Disabling it is pretty simple:
Go to System&#62;Preferences&#62;Startup Applications, and uncheck &#8220;Beagle [...]]]></description>
			<content:encoded><![CDATA[<div align="justify">Beagle is a great alternative to resource consuming Google Desktop for Linux. Beagle has almost all the search features provided by GDL and is pretty fast too. When you install Beagle, you can see that a icon appears in the Tray area (Notification area). Disabling it is pretty simple:</p>
<p>Go to System&gt;Preferences&gt;Startup Applications, and uncheck &#8220;Beagle Search Tool&#8221;. </p>
<div align="center"><img style="max-width: 800px;" src="http://blog.ashkool.com/wp-content/uploads/2009/06/beagle1.png" height="261" width="351" />
</div>
<div>
Don&#8217;t uncheck the Beagle Search Daemon. From the next restart, you won&#8217;t get the icon. You can launch the Beagle application from Accessories&gt;Search <img src='http://blog.ashkool.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.ashkool.com/2009/06/hide-beagle-icon-from-notificationtray-area-2/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Ubuntu Repositories: Google Linux Repositories</title>
		<link>http://blog.ashkool.com/2009/06/ubuntu-repositories-google-linux-repositories/</link>
		<comments>http://blog.ashkool.com/2009/06/ubuntu-repositories-google-linux-repositories/#comments</comments>
		<pubDate>Tue, 09 Jun 2009 09:59:03 +0000</pubDate>
		<dc:creator>Ashok</dc:creator>
		
		<category><![CDATA[TT - How To]]></category>

		<category><![CDATA[TT - Linux]]></category>

		<category><![CDATA[TechTalk]]></category>

		<category><![CDATA[Google]]></category>

		<category><![CDATA[ubuntu-sources]]></category>

		<guid isPermaLink="false">http://blog.ashkool.com/2009/06/ubuntu-ppas-google-linux-repositories/</guid>
		<description><![CDATA[The official google linux repositories contain Google Chrome, Picasa for Linux and Google Desktop Linux applications. The steps for adding the repository:
Importing the GPG Key:
sudo wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub &#124; apt-key add -
Adding to sources list:
echo -e &#8220;#Google Software Repository\ndeb http://dl.google.com/linux/deb/ stable non-free main&#8221; &#124; \sudo tee /etc/apt/sources.list.d/google.list
Update Synaptic.
apt-get update

Repository link from: Google

]]></description>
			<content:encoded><![CDATA[<p>The official google linux repositories contain <i>Google Chrome, Picasa for Linux</i> and <i>Google Desktop Linux</i> applications. The steps for adding the repository:</p>
<p>Importing the GPG Key:<br />
<blockquote>sudo wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add -</p></blockquote>
<p>Adding to sources list:<br />
<blockquote>echo -e &#8220;#Google Software Repository\ndeb http://dl.google.com/linux/deb/ stable non-free main&#8221; | \<br />sudo tee /etc/apt/sources.list.d/google.list</p></blockquote>
<p class="code">Update Synaptic.</p>
<blockquote><p class="code">apt-get update</p>
</blockquote>
<p class="code">Repository link from: <a target="_blank" href="http://www.google.com/linuxrepositories/">Google</a></p>
<p></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.ashkool.com/2009/06/ubuntu-repositories-google-linux-repositories/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Ubuntu Repositories: Pidgin Instant Messenger</title>
		<link>http://blog.ashkool.com/2009/06/ubuntu-repositories-pidgin-instant-messenger/</link>
		<comments>http://blog.ashkool.com/2009/06/ubuntu-repositories-pidgin-instant-messenger/#comments</comments>
		<pubDate>Tue, 09 Jun 2009 08:07:08 +0000</pubDate>
		<dc:creator>Ashok</dc:creator>
		
		<category><![CDATA[TT - How To]]></category>

		<category><![CDATA[TT - Linux]]></category>

		<category><![CDATA[TechTalk]]></category>

		<category><![CDATA[im]]></category>

		<category><![CDATA[pidgin]]></category>

		<category><![CDATA[ubuntu-sources]]></category>

		<guid isPermaLink="false">http://blog.ashkool.com/2009/06/ubuntu-ppas-pidgin-instant-messenger/</guid>
		<description><![CDATA[Ubuntu ships Pidgin but does not update it after a release (except for
security issues). For those users&#8211; who desire new releases of Pidgin, the official PPA:
Importing the GPG Key:
sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com \
67265eb522bdd6b1c69e66ed7fb8bee0a1f196a8
Adding to sources list:

. /etc/lsb-release
echo deb http://ppa.launchpad.net/pidgin-developers/ppa/ubuntu \     `lsb_release &#8211;short &#8211;codename` main &#124; \
sudo tee /etc/apt/sources.list.d/pidgin-ppa.list
Don&#8217;t worry about your version specific [...]]]></description>
			<content:encoded><![CDATA[<p>Ubuntu ships Pidgin but does not update it after a release (except for<br />
security issues). For those users&#8211; who desire new releases of Pidgin, the official PPA:</p>
<p>Importing the GPG Key:</p>
<blockquote><p>sudo apt-key adv <code>--</code>recv-keys <code>--</code>keyserver keyserver.ubuntu.com \</p>
<p>67265eb522bdd6b1c69e66ed7fb8bee0a1f196a8</p></blockquote>
<p>Adding to sources list:</p>
<blockquote>
<p class="code">. /etc/lsb-release</p>
<p>echo deb http://ppa.launchpad.net/pidgin-developers/ppa/ubuntu \     `lsb_release &#8211;short &#8211;codename` main | \</p>
<p>sudo tee /etc/apt/sources.list.d/pidgin-ppa.list</p></blockquote>
<p class="code">Don&#8217;t worry about your version specific PPA, the above code will add your ubuntu distro&#8217;s version automatically. Once this PPA is setup, Pidgin updates will show up in Update Manager along with the usual Ubuntu updates.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.ashkool.com/2009/06/ubuntu-repositories-pidgin-instant-messenger/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
