<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>ようこそ</title>
	<atom:link href="http://bagush.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://bagush.wordpress.com</link>
	<description>Welcome to my blog</description>
	<lastBuildDate>Thu, 12 Jan 2012 03:04:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='bagush.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>ようこそ</title>
		<link>http://bagush.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://bagush.wordpress.com/osd.xml" title="ようこそ" />
	<atom:link rel='hub' href='http://bagush.wordpress.com/?pushpress=hub'/>
		<item>
		<title>VPNC-Nortel for Mac OS X (10.7)</title>
		<link>http://bagush.wordpress.com/2011/08/19/vpnc-nortel-for-mac-os-x-10-7/</link>
		<comments>http://bagush.wordpress.com/2011/08/19/vpnc-nortel-for-mac-os-x-10-7/#comments</comments>
		<pubDate>Fri, 19 Aug 2011 06:20:01 +0000</pubDate>
		<dc:creator>Bagus</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Nortel VPN]]></category>
		<category><![CDATA[VPN]]></category>
		<category><![CDATA[VPNC-Nortel]]></category>

		<guid isPermaLink="false">http://bagush.wordpress.com/?p=68</guid>
		<description><![CDATA[I always wanted to connect my MacBook Pro to my University network using VPN when I am not in the University. But the Apani Nortel Contivity VPN Clients provided by my University are compatible only until Mac OS X 10.4. So I installed an open-source VPN Client for this. Luckily I found a detailed instructions [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bagush.wordpress.com&amp;blog=2699529&amp;post=68&amp;subd=bagush&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I always wanted to connect my MacBook Pro to my University network using VPN when I am not in the University. But the Apani Nortel Contivity VPN Clients provided by my University are compatible only until Mac OS X 10.4. So I installed an open-source VPN Client for this. Luckily I found a detailed instructions for installing VPNC-Nortel for Mac OS X in <a href="http://www.macfreek.nl/mindmaster/VPNC_for_Nortel_on_Mac">this website</a>. I followed those instructions with some modifications until I have a working VPN connection. And it works like a charm. <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Here are my steps:</p>
<ol>
<li>Install Xcode 4 from Mac App Store.</li>
<li>Install <a href="http://www.macports.org/">MacPorts</a>.</li>
<li>Follow the steps written <a href="http://www.macfreek.nl/mindmaster/VPNC_for_Nortel_on_Mac">here</a>.</li>
<li>When I compile the software, I got this error message:
<dl>
<dd><tt>/usr/include/stdio.h:449: error: previous declaration of ‘getline’ was here<br />
make: *** [sysdep.o] Error 1</tt></dd>
</dl>
</li>
<li>So I added this line:
<dl>
<dd><tt>#define HAVE_GETLINE 1</tt></dd>
</dl>
<p>to <tt>#if defined(__APPLE__)</tt> section in <tt>sysdep.h</tt> to correct the issue.</li>
<li>After the compilation finished without error:
<pre style="border:1px dashed #2f6fab;color:black;background-color:#f9f9f9;line-height:1.1em;padding:1em;">sudo cp vpnc /usr/sbin/
sudo cp vpnc-disconnect /usr/sbin/</pre>
</li>
<li>Soon after I run the program, it was terminated by dead peer detection. So I run it with this command:
<pre style="border:1px dashed #2f6fab;color:black;background-color:#f9f9f9;line-height:1.1em;padding:1em;">sudo vpnc --dpd-idle 0</pre>
</li>
<li>To disconnect:
<pre style="border:1px dashed #2f6fab;color:black;background-color:#f9f9f9;line-height:1.1em;padding:1em;">sudo vpnc-disconnect</pre>
</li>
</ol>
<p>Here is my configuration file:</p>
<pre style="border:1px dashed #2f6fab;color:black;background-color:#f9f9f9;line-height:1.1em;padding:1em;">Vendor nortel
kernel ipsec
IPSec gateway <em>my_university_vpn_server</em>
Local Port 45000
IKE Authmode gpassword
IKE DH group dh2
IPSec ID <em>my_group_name</em>
IPSec secret <em>my_group_password</em>
Xauth username <em>my_personal_username</em>
Xauth password <em>my_personal_password</em></pre>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bagush.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bagush.wordpress.com/68/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/bagush.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/bagush.wordpress.com/68/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/bagush.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/bagush.wordpress.com/68/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/bagush.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/bagush.wordpress.com/68/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/bagush.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/bagush.wordpress.com/68/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/bagush.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/bagush.wordpress.com/68/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/bagush.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/bagush.wordpress.com/68/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bagush.wordpress.com&amp;blog=2699529&amp;post=68&amp;subd=bagush&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://bagush.wordpress.com/2011/08/19/vpnc-nortel-for-mac-os-x-10-7/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6c450e22023a5153eecfe3cc76b1d8a3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Bagus</media:title>
		</media:content>
	</item>
		<item>
		<title>Jaunty Jackalope</title>
		<link>http://bagush.wordpress.com/2009/04/29/jaunty-jackalope/</link>
		<comments>http://bagush.wordpress.com/2009/04/29/jaunty-jackalope/#comments</comments>
		<pubDate>Wed, 29 Apr 2009 08:20:01 +0000</pubDate>
		<dc:creator>Bagus</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Jaunty Jackalope]]></category>

		<guid isPermaLink="false">http://bagush.wordpress.com/?p=57</guid>
		<description><![CDATA[<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bagush.wordpress.com&amp;blog=2699529&amp;post=57&amp;subd=bagush&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://bagush.files.wordpress.com/2009/04/ubuntu904-015.png" target="_blank"><img class="alignnone size-medium wp-image-61" title="Bootsplash" src="http://bagush.files.wordpress.com/2009/04/ubuntu904-015.png?w=300&#038;h=225" alt="Bootsplash" width="300" height="225" /></a></p>
<p><a href="http://bagush.files.wordpress.com/2009/04/ubuntu904-023.png" target="_blank"><img class="alignnone size-medium wp-image-62" title="Login Screen" src="http://bagush.files.wordpress.com/2009/04/ubuntu904-023.png?w=300&#038;h=225" alt="Login Screen" width="300" height="225" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bagush.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bagush.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/bagush.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/bagush.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/bagush.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/bagush.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/bagush.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/bagush.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/bagush.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/bagush.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/bagush.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/bagush.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/bagush.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/bagush.wordpress.com/57/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bagush.wordpress.com&amp;blog=2699529&amp;post=57&amp;subd=bagush&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://bagush.wordpress.com/2009/04/29/jaunty-jackalope/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6c450e22023a5153eecfe3cc76b1d8a3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Bagus</media:title>
		</media:content>

		<media:content url="http://bagush.files.wordpress.com/2009/04/ubuntu904-015.png?w=300" medium="image">
			<media:title type="html">Bootsplash</media:title>
		</media:content>

		<media:content url="http://bagush.files.wordpress.com/2009/04/ubuntu904-023.png?w=300" medium="image">
			<media:title type="html">Login Screen</media:title>
		</media:content>
	</item>
		<item>
		<title>Intrepid Ibex</title>
		<link>http://bagush.wordpress.com/2008/10/14/intrepid-ibex/</link>
		<comments>http://bagush.wordpress.com/2008/10/14/intrepid-ibex/#comments</comments>
		<pubDate>Tue, 14 Oct 2008 02:42:53 +0000</pubDate>
		<dc:creator>Bagus</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[compiz-fusion]]></category>
		<category><![CDATA[intrepid ibex]]></category>

		<guid isPermaLink="false">http://bagush.wordpress.com/?p=42</guid>
		<description><![CDATA[<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bagush.wordpress.com&amp;blog=2699529&amp;post=42&amp;subd=bagush&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://bagush.files.wordpress.com/2008/10/intrepid.png" target="_blank"><img class="alignleft size-medium wp-image-41" title="intrepid" src="http://bagush.files.wordpress.com/2008/10/intrepid.png?w=300&#038;h=187" alt="" width="300" height="187" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bagush.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bagush.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/bagush.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/bagush.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/bagush.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/bagush.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/bagush.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/bagush.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/bagush.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/bagush.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/bagush.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/bagush.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/bagush.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/bagush.wordpress.com/42/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bagush.wordpress.com&amp;blog=2699529&amp;post=42&amp;subd=bagush&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://bagush.wordpress.com/2008/10/14/intrepid-ibex/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6c450e22023a5153eecfe3cc76b1d8a3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Bagus</media:title>
		</media:content>

		<media:content url="http://bagush.files.wordpress.com/2008/10/intrepid.png?w=300" medium="image">
			<media:title type="html">intrepid</media:title>
		</media:content>
	</item>
		<item>
		<title>My Desktop</title>
		<link>http://bagush.wordpress.com/2008/02/11/my-desktop/</link>
		<comments>http://bagush.wordpress.com/2008/02/11/my-desktop/#comments</comments>
		<pubDate>Mon, 11 Feb 2008 05:12:27 +0000</pubDate>
		<dc:creator>Bagus</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[compiz-fusion]]></category>
		<category><![CDATA[desktop]]></category>

		<guid isPermaLink="false">http://bagush.wordpress.com/?p=23</guid>
		<description><![CDATA[Click the play button to play the video.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bagush.wordpress.com&amp;blog=2699529&amp;post=23&amp;subd=bagush&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<span style="text-align:center; display: block;"><a href="http://bagush.wordpress.com/2008/02/11/my-desktop/"><img src="http://img.youtube.com/vi/5NMENW3jkvU/2.jpg" alt="" /></a></span>
<p>Click the play button to play the video.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/bagush.wordpress.com/23/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/bagush.wordpress.com/23/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bagush.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bagush.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/bagush.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/bagush.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/bagush.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/bagush.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/bagush.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/bagush.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/bagush.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/bagush.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/bagush.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/bagush.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/bagush.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/bagush.wordpress.com/23/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bagush.wordpress.com&amp;blog=2699529&amp;post=23&amp;subd=bagush&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://bagush.wordpress.com/2008/02/11/my-desktop/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6c450e22023a5153eecfe3cc76b1d8a3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Bagus</media:title>
		</media:content>
	</item>
		<item>
		<title>My Screenshots</title>
		<link>http://bagush.wordpress.com/2008/02/02/my-screenshots/</link>
		<comments>http://bagush.wordpress.com/2008/02/02/my-screenshots/#comments</comments>
		<pubDate>Sat, 02 Feb 2008 05:47:23 +0000</pubDate>
		<dc:creator>Bagus</dc:creator>
				<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://bagush.wordpress.com/?p=5</guid>
		<description><![CDATA[Click on thumbnails to see larger images.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bagush.wordpress.com&amp;blog=2699529&amp;post=5&amp;subd=bagush&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a title="screenshot-01.jpg" href="http://bagush.files.wordpress.com/2008/02/screenshot-01.jpg" target="_blank"><img src="http://bagush.files.wordpress.com/2008/02/screenshot-01.thumbnail.jpg?w=128&#038;h=80" alt="screenshot-01.jpg" width="128" height="80" /> </a><a title="screenshot-02.jpg" href="http://bagush.files.wordpress.com/2008/02/screenshot-02.jpg" target="_blank"><img src="http://bagush.files.wordpress.com/2008/02/screenshot-02.thumbnail.jpg?w=128&#038;h=80" alt="screenshot-02.jpg" width="128" height="80" /> </a><a title="screenshot-03.jpg" href="http://bagush.files.wordpress.com/2008/02/screenshot-03.jpg" target="_blank"><img src="http://bagush.files.wordpress.com/2008/02/screenshot-03.thumbnail.jpg?w=128&#038;h=80" alt="screenshot-03.jpg" width="128" height="80" /></a></p>
<p><a title="screenshot-04.jpg" href="http://bagush.files.wordpress.com/2008/02/screenshot-04.jpg" target="_blank"><img src="http://bagush.files.wordpress.com/2008/02/screenshot-04.thumbnail.jpg?w=128&#038;h=80" alt="screenshot-04.jpg" width="128" height="80" /></a> <a title="screenshot-05.jpg" href="http://bagush.files.wordpress.com/2008/02/screenshot-05.jpg" target="_blank"><img src="http://bagush.files.wordpress.com/2008/02/screenshot-05.thumbnail.jpg?w=128&#038;h=80" alt="screenshot-05.jpg" width="128" height="80" /> </a><a title="screenshot-06.jpg" href="http://bagush.files.wordpress.com/2008/02/screenshot-06.jpg" target="_blank"><img src="http://bagush.files.wordpress.com/2008/02/screenshot-06.thumbnail.jpg?w=128&#038;h=80" alt="screenshot-06.jpg" width="128" height="80" /></a></p>
<p><a title="screenshot-03.jpg" href="http://bagush.files.wordpress.com/2008/02/screenshot-03.jpg"></a></p>
<p>Click on thumbnails to see larger images.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/bagush.wordpress.com/5/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/bagush.wordpress.com/5/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bagush.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bagush.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/bagush.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/bagush.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/bagush.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/bagush.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/bagush.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/bagush.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/bagush.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/bagush.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/bagush.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/bagush.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/bagush.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/bagush.wordpress.com/5/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bagush.wordpress.com&amp;blog=2699529&amp;post=5&amp;subd=bagush&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://bagush.wordpress.com/2008/02/02/my-screenshots/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6c450e22023a5153eecfe3cc76b1d8a3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Bagus</media:title>
		</media:content>

		<media:content url="http://bagush.files.wordpress.com/2008/02/screenshot-01.thumbnail.jpg" medium="image">
			<media:title type="html">screenshot-01.jpg</media:title>
		</media:content>

		<media:content url="http://bagush.files.wordpress.com/2008/02/screenshot-02.thumbnail.jpg" medium="image">
			<media:title type="html">screenshot-02.jpg</media:title>
		</media:content>

		<media:content url="http://bagush.files.wordpress.com/2008/02/screenshot-03.thumbnail.jpg" medium="image">
			<media:title type="html">screenshot-03.jpg</media:title>
		</media:content>

		<media:content url="http://bagush.files.wordpress.com/2008/02/screenshot-04.thumbnail.jpg" medium="image">
			<media:title type="html">screenshot-04.jpg</media:title>
		</media:content>

		<media:content url="http://bagush.files.wordpress.com/2008/02/screenshot-05.thumbnail.jpg" medium="image">
			<media:title type="html">screenshot-05.jpg</media:title>
		</media:content>

		<media:content url="http://bagush.files.wordpress.com/2008/02/screenshot-06.thumbnail.jpg" medium="image">
			<media:title type="html">screenshot-06.jpg</media:title>
		</media:content>
	</item>
	</channel>
</rss>
