<?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>Jimmy&#039;s Blog &#187; Uncategorized</title>
	<atom:link href="http://jimmod.com/blog/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://jimmod.com/blog</link>
	<description>My name is Jimmy, and this is my story... ;)</description>
	<lastBuildDate>Fri, 14 Oct 2011 17:26:09 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Updating Pidgin to latest version in Ubuntu</title>
		<link>http://jimmod.com/blog/2010/03/updating-pidgin-to-latest-version-in-ubuntu/</link>
		<comments>http://jimmod.com/blog/2010/03/updating-pidgin-to-latest-version-in-ubuntu/#comments</comments>
		<pubDate>Sun, 14 Mar 2010 15:20:39 +0000</pubDate>
		<dc:creator>jimmy</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[2.6]]></category>
		<category><![CDATA[latest]]></category>
		<category><![CDATA[launchpad]]></category>
		<category><![CDATA[pidgin]]></category>
		<category><![CDATA[ppa]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[upgrade]]></category>
		<category><![CDATA[yahoo messenger]]></category>
		<category><![CDATA[ym problem]]></category>

		<guid isPermaLink="false">http://jimmod.com/blog/?p=148</guid>
		<description><![CDATA[ 
				
			 
				
			 
				Tweet 
			
		Since the latest pidgin not available in 9.04 repository you need to setup PPA just like instruction in pidgin website. My instruction here is the same although the command a bit different. This will also solve cannot connect to Yahoo Messenger issue.

run 	this command in console to open vim editor :

sudo vim [...]


Related posts:<ol><li><a href='http://jimmod.com/blog/2009/06/solving-pidgin-cannot-connect-ym/' rel='bookmark' title='Permanent Link: Solving Pidgin cannot connect to Yahoo Messenger (YM)'>Solving Pidgin cannot connect to Yahoo Messenger (YM)</a></li><li><a href='http://jimmod.com/blog/2010/06/solving-fixing-ubuntu-10-04-lucid-screen-flickerdistortion/' rel='bookmark' title='Permanent Link: Solving (fixing) ubuntu 10.04 (lucid) screen flicker/distortion'>Solving (fixing) ubuntu 10.04 (lucid) screen flicker/distortion</a></li></ol>]]></description>
			<content:encoded><![CDATA[<div style="height:33px; padding-top:2px; padding-bottom:2px; clear:both;" class="really_simple_share"><div style="float:left; width:100px; " class="really_simple_share_facebook_like"> 
				<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fjimmod.com%2Fblog%2F2010%2F03%2Fupdating-pidgin-to-latest-version-in-ubuntu%2F&amp;layout=button_count&amp;show_faces=false&amp;width=100&amp;action=like&amp;colorscheme=light&amp;height=27" 
					scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:27px;" allowTransparency="true"></iframe>
			</div><div style="float:left; width:90px; padding-left:10px;" class="really_simple_share_google1"> 
				<g:plusone size="medium" href="http://jimmod.com/blog/2010/03/updating-pidgin-to-latest-version-in-ubuntu/" ></g:plusone>
			</div><div style="float:left; width:110px; padding-left:10px;" class="really_simple_share_twitter"> 
				<a href="http://twitter.com/share" class="twitter-share-button" data-count="none" 
					data-text="Updating Pidgin to latest version in Ubuntu" data-url="http://jimmod.com/blog/2010/03/updating-pidgin-to-latest-version-in-ubuntu/">Tweet</a> 
			</div></div>
		<div style="clear:both;"></div><p>Since the latest pidgin not available in 9.04 repository you need to setup PPA just like instruction in <a href="http://www.pidgin.im/download/ubuntu/">pidgin website</a>. My instruction here is the same although the command a bit different. This will also solve cannot connect to Yahoo Messenger issue.<span id="more-148"></span></p>
<ul>
<li>run 	this command in console to open vim editor :</li>
</ul>
<blockquote><p>sudo vim /etc/apt/sources.list.d/pidgin-ppa.list</p></blockquote>
<blockquote><p>(if you not familiar with vim use gnome editor with command : <em>sudo gedit /etc/apt/sources.list.d/pidgin-ppa.list</em>)<br />
*since it&#8217;s using <em>sudo</em> command you will requested to enter your password to enter root mode)</p></blockquote>
<ul>
<li>Add 	this line:</li>
</ul>
<blockquote><p>deb http://ppa.launchpad.net/pidgin-developers/ppa/ubuntu <strong>jaunty</strong> main</p>
<p>*I bold the <strong>jaunty</strong> since it will depends on your ubuntu version (8.10=intrepid, 9.04=jaunty, 9.10=karmic). If you not sure run this command : lsb_release &#8211;short &#8211;codename</p>
<p>* It will print out your ubuntu release codename</p>
<p>If you&#8217;re in Indonesia you can put UGM repository (instead the above line):</p>
<p>deb ftp://repo.ugm.ac.id/ppa.launchpad.net/pidgin-developers/ <strong>jaunty </strong> main</p></blockquote>
<ul>
<li>Save 	the file. Since you don&#8217;t have the file (/etc/apt/sources.list.d/pidgin-ppa.list) it will create new file when you save it.</li>
</ul>
<ul>
<li>Next 	you also need to download pidgin public key by executing this 	command:sudo 	apt-key adv &#8211;recv-keys &#8211;keyserver keyserver.ubuntu.com 	67265eb522bdd6b1c69e66ed7fb8bee0a1f196a8</li>
<li>Then 	open your <strong>Synaptic 	Package Manager</strong> and click Reload</li>
<li>Write &#8216;pidgin&#8217; in your quick search textbox and see if latest pidgin 	version is 2.6.x</li>
</ul>
<p style="text-align: center;">
<div id="attachment_149" class="wp-caption alignnone" style="width: 160px"><img class="size-thumbnail wp-image-149" title="Screenshot-Synaptic Package Manager" src="http://jimmod.com/blog/wp-content/uploads/2010/03/Screenshot-Synaptic-Package-Manager-150x150.png" alt="Screenshot-Synaptic Package Manager" width="150" height="150" /><p class="wp-caption-text">Screenshot-Synaptic Package Manager</p></div>
<ul>
<li><span style="font-size: small;">Right click on the pidgin and select <em>mark for upgrade</em> and click <em>apply</em></span></li>
</ul>
<p><span style="font-size: small;">I hope the explanation is clear enough <img src='http://jimmod.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </span></p>
<p style="text-align: left;"><span style="font-size: small;">Cheers..</span></p>
<p><span style="font-size: small; "><em><br />
</em></span></p>


<p>Related posts:<ol><li><a href='http://jimmod.com/blog/2009/06/solving-pidgin-cannot-connect-ym/' rel='bookmark' title='Permanent Link: Solving Pidgin cannot connect to Yahoo Messenger (YM)'>Solving Pidgin cannot connect to Yahoo Messenger (YM)</a></li><li><a href='http://jimmod.com/blog/2010/06/solving-fixing-ubuntu-10-04-lucid-screen-flickerdistortion/' rel='bookmark' title='Permanent Link: Solving (fixing) ubuntu 10.04 (lucid) screen flicker/distortion'>Solving (fixing) ubuntu 10.04 (lucid) screen flicker/distortion</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://jimmod.com/blog/2010/03/updating-pidgin-to-latest-version-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Fixing network slow transfer in Windows Vista</title>
		<link>http://jimmod.com/blog/2009/10/fixing-network-slow-transfer-in-windows-vista/</link>
		<comments>http://jimmod.com/blog/2009/10/fixing-network-slow-transfer-in-windows-vista/#comments</comments>
		<pubDate>Thu, 08 Oct 2009 17:22:00 +0000</pubDate>
		<dc:creator>jimmy</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[copy]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[fixing]]></category>
		<category><![CDATA[lan]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[slow]]></category>
		<category><![CDATA[solved]]></category>
		<category><![CDATA[transfer]]></category>
		<category><![CDATA[vista]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://jimmod.com/blog/?p=103</guid>
		<description><![CDATA[ 
				
			 
				
			 
				Tweet 
			
		If you find that copying from your Windows Vista extremely slow  (50KB/s) from wifi you must try this.
Go to your device manager:

Start &#8211; Control panel &#8211; Device manager


 Select your wifi device in &#8216;Network Adapter&#8217;. Mine is &#8220;Intel (R) Wifi Link 5100&#8230;)
Right click, select &#8216;properties&#8217;
Select tab &#8216;Advanced&#8217;
Select &#8216;Ad Hoc Channel 802.11 [...]


Related posts:<ol><li><a href='http://jimmod.com/blog/2007/11/using-svnssh-with-netbeans-55-windows/' rel='bookmark' title='Permanent Link: Using svn+ssh with Netbeans 5.5 + Windows'>Using svn+ssh with Netbeans 5.5 + Windows</a></li></ol>]]></description>
			<content:encoded><![CDATA[<div style="height:33px; padding-top:2px; padding-bottom:2px; clear:both;" class="really_simple_share"><div style="float:left; width:100px; " class="really_simple_share_facebook_like"> 
				<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fjimmod.com%2Fblog%2F2009%2F10%2Ffixing-network-slow-transfer-in-windows-vista%2F&amp;layout=button_count&amp;show_faces=false&amp;width=100&amp;action=like&amp;colorscheme=light&amp;height=27" 
					scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:27px;" allowTransparency="true"></iframe>
			</div><div style="float:left; width:90px; padding-left:10px;" class="really_simple_share_google1"> 
				<g:plusone size="medium" href="http://jimmod.com/blog/2009/10/fixing-network-slow-transfer-in-windows-vista/" ></g:plusone>
			</div><div style="float:left; width:110px; padding-left:10px;" class="really_simple_share_twitter"> 
				<a href="http://twitter.com/share" class="twitter-share-button" data-count="none" 
					data-text="Fixing network slow transfer in Windows Vista" data-url="http://jimmod.com/blog/2009/10/fixing-network-slow-transfer-in-windows-vista/">Tweet</a> 
			</div></div>
		<div style="clear:both;"></div><p>If you find that copying from your Windows Vista extremely slow  (50KB/s) from wifi you must try this.</p>
<p>Go to your device manager:<span id="more-103"></span></p>
<ul>
<li>Start &#8211; Control panel &#8211; Device manager</li>
</ul>
<div id="attachment_104" class="wp-caption aligncenter" style="width: 160px"><img class="size-thumbnail wp-image-104" title="controlpanel" src="http://jimmod.com/blog/wp-content/uploads/2009/10/controlpanel-150x150.jpg" alt="Control Panel - Device Manager" width="150" height="150" /><p class="wp-caption-text">Control Panel - Device Manager</p></div>
<ul>
<li> Select your wifi device in &#8216;Network Adapter&#8217;. Mine is &#8220;Intel (R) Wifi Link 5100&#8230;)</li>
<li>Right click, select &#8216;properties&#8217;</li>
<li>Select tab &#8216;Advanced&#8217;</li>
<li>Select &#8216;Ad Hoc Channel 802.11 b/g&#8221;. Change the value to 1 (default is 11)</li>
</ul>
<p style="text-align: center;"><img class="alignnone size-thumbnail wp-image-105" title="wifi adhoc" src="http://jimmod.com/blog/wp-content/uploads/2009/10/wifi-adhoc-150x150.jpg" alt="wifi adhoc" width="150" height="150" /></p>
<ul>
<li style="text-align: left;">Press OK</li>
</ul>
<p>Now try again to copy files from Network.. If everything work perfectly you should able to get 2MB/s</p>
<p> <img src='http://jimmod.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>


<p>Related posts:<ol><li><a href='http://jimmod.com/blog/2007/11/using-svnssh-with-netbeans-55-windows/' rel='bookmark' title='Permanent Link: Using svn+ssh with Netbeans 5.5 + Windows'>Using svn+ssh with Netbeans 5.5 + Windows</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://jimmod.com/blog/2009/10/fixing-network-slow-transfer-in-windows-vista/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

