<?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>Pinoy Linux Discussions</title>
	<atom:link href="http://pinoylinux.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://pinoylinux.wordpress.com</link>
	<description>Your access to Open Source Software Ideas and Solutions</description>
	<lastBuildDate>Fri, 28 Oct 2011 07:45:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='pinoylinux.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Pinoy Linux Discussions</title>
		<link>http://pinoylinux.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://pinoylinux.wordpress.com/osd.xml" title="Pinoy Linux Discussions" />
	<atom:link rel='hub' href='http://pinoylinux.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Select Previous and Next Entry based on ID in MySQL</title>
		<link>http://pinoylinux.wordpress.com/2011/10/28/select-previous-and-next-entry-based-on-id-in-mysql/</link>
		<comments>http://pinoylinux.wordpress.com/2011/10/28/select-previous-and-next-entry-based-on-id-in-mysql/#comments</comments>
		<pubDate>Fri, 28 Oct 2011 07:45:08 +0000</pubDate>
		<dc:creator>fredilan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[pagination]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://pinoylinux.wordpress.com/?p=234</guid>
		<description><![CDATA[Here is an easy way to select the previous and next entry based on a given ID in MySQL, good for paginations in PHP. To get the previous entry, query is &#8220;SELECT * FROM table_name WHERE id $current_id ORDER BY id ASC LIMIT 1&#8243; You might think it&#8217;s easier to use (id &#8211; 1) or [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pinoylinux.wordpress.com&amp;blog=7958270&amp;post=234&amp;subd=pinoylinux&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Here is an easy way to select the previous and next entry based on a given ID in MySQL, good for paginations in PHP. </p>
<p>To get the previous entry, query is &#8220;SELECT * FROM table_name WHERE id  $current_id ORDER BY id ASC LIMIT 1&#8243;</p>
<p>You might think it&#8217;s easier to use (id &#8211; 1) or (id + 1) but it might return errors when id&#8217;s are deleted and the count is broken.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pinoylinux.wordpress.com/234/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pinoylinux.wordpress.com/234/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pinoylinux.wordpress.com/234/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pinoylinux.wordpress.com/234/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/pinoylinux.wordpress.com/234/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/pinoylinux.wordpress.com/234/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/pinoylinux.wordpress.com/234/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/pinoylinux.wordpress.com/234/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pinoylinux.wordpress.com/234/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pinoylinux.wordpress.com/234/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pinoylinux.wordpress.com/234/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pinoylinux.wordpress.com/234/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pinoylinux.wordpress.com/234/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pinoylinux.wordpress.com/234/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pinoylinux.wordpress.com&amp;blog=7958270&amp;post=234&amp;subd=pinoylinux&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pinoylinux.wordpress.com/2011/10/28/select-previous-and-next-entry-based-on-id-in-mysql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4dedb8d2d7ad02da9430ff9c2054bc16?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">fredilan</media:title>
		</media:content>
	</item>
		<item>
		<title>Opening Jetdirect port in Linux</title>
		<link>http://pinoylinux.wordpress.com/2011/10/05/opening-jetdirect-port-in-linux/</link>
		<comments>http://pinoylinux.wordpress.com/2011/10/05/opening-jetdirect-port-in-linux/#comments</comments>
		<pubDate>Wed, 05 Oct 2011 08:53:41 +0000</pubDate>
		<dc:creator>fredilan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[jetdirect]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[redhat]]></category>
		<category><![CDATA[xinetd]]></category>

		<guid isPermaLink="false">http://pinoylinux.wordpress.com/?p=232</guid>
		<description><![CDATA[Here&#8217;s a way to open the jetdirect port on linux, by adding a service wrapper under /etc/xinetd.d/ folder with the name jetdirect. Here is the content: service jetdirect { socket_type = stream protocol = tcp wait = no user = lp server = /usr/bin/lp server_args = -d printer1 -o raw groups = yes disable = [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pinoylinux.wordpress.com&amp;blog=7958270&amp;post=232&amp;subd=pinoylinux&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a way to open the jetdirect port on linux, by adding a service wrapper under /etc/xinetd.d/ folder with the name jetdirect. Here is the content:</p>
<p>service jetdirect<br />
{<br />
  socket_type = stream<br />
  protocol = tcp<br />
  wait = no<br />
  user = lp<br />
  server = /usr/bin/lp<br />
  server_args = -d printer1 -o raw<br />
  groups = yes<br />
  disable = no<br />
}</p>
<p>Restart the xinetd service and run nmap to see if port 9100 has been opened. </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pinoylinux.wordpress.com/232/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pinoylinux.wordpress.com/232/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pinoylinux.wordpress.com/232/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pinoylinux.wordpress.com/232/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/pinoylinux.wordpress.com/232/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/pinoylinux.wordpress.com/232/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/pinoylinux.wordpress.com/232/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/pinoylinux.wordpress.com/232/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pinoylinux.wordpress.com/232/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pinoylinux.wordpress.com/232/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pinoylinux.wordpress.com/232/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pinoylinux.wordpress.com/232/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pinoylinux.wordpress.com/232/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pinoylinux.wordpress.com/232/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pinoylinux.wordpress.com&amp;blog=7958270&amp;post=232&amp;subd=pinoylinux&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pinoylinux.wordpress.com/2011/10/05/opening-jetdirect-port-in-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4dedb8d2d7ad02da9430ff9c2054bc16?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">fredilan</media:title>
		</media:content>
	</item>
		<item>
		<title>Postgresql: Check entry before inserting to table</title>
		<link>http://pinoylinux.wordpress.com/2011/07/04/postgresql-check-entry-before-inserting-to-table/</link>
		<comments>http://pinoylinux.wordpress.com/2011/07/04/postgresql-check-entry-before-inserting-to-table/#comments</comments>
		<pubDate>Mon, 04 Jul 2011 07:34:59 +0000</pubDate>
		<dc:creator>fredilan</dc:creator>
				<category><![CDATA[Postgresql]]></category>
		<category><![CDATA[insert data]]></category>
		<category><![CDATA[insert to table]]></category>
		<category><![CDATA[postgresql]]></category>

		<guid isPermaLink="false">http://pinoylinux.wordpress.com/?p=229</guid>
		<description><![CDATA[pgsql: If you want to check while insertion statement whether the value exists or not, here’s an example of the syntax INSERT INTO table1 (field1,field2) SELECT 'value1','value2' WHERE NOT EXISTS (SELECT field1,field2 FROM table1 WHERE field1='value1');<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pinoylinux.wordpress.com&amp;blog=7958270&amp;post=229&amp;subd=pinoylinux&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>pgsql</strong>: If you want to check while insertion statement whether the value exists or not, here’s an example of the syntax</p>
<p><code>INSERT INTO table1 (field1,field2) SELECT 'value1','value2' WHERE NOT EXISTS (SELECT field1,field2 FROM table1 WHERE field1='value1');</code></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pinoylinux.wordpress.com/229/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pinoylinux.wordpress.com/229/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pinoylinux.wordpress.com/229/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pinoylinux.wordpress.com/229/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/pinoylinux.wordpress.com/229/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/pinoylinux.wordpress.com/229/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/pinoylinux.wordpress.com/229/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/pinoylinux.wordpress.com/229/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pinoylinux.wordpress.com/229/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pinoylinux.wordpress.com/229/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pinoylinux.wordpress.com/229/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pinoylinux.wordpress.com/229/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pinoylinux.wordpress.com/229/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pinoylinux.wordpress.com/229/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pinoylinux.wordpress.com&amp;blog=7958270&amp;post=229&amp;subd=pinoylinux&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pinoylinux.wordpress.com/2011/07/04/postgresql-check-entry-before-inserting-to-table/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4dedb8d2d7ad02da9430ff9c2054bc16?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">fredilan</media:title>
		</media:content>
	</item>
		<item>
		<title>The Story of Linux</title>
		<link>http://pinoylinux.wordpress.com/2011/04/10/the-story-of-linux/</link>
		<comments>http://pinoylinux.wordpress.com/2011/04/10/the-story-of-linux/#comments</comments>
		<pubDate>Sun, 10 Apr 2011 13:29:07 +0000</pubDate>
		<dc:creator>fredilan</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[linux anniversary]]></category>
		<category><![CDATA[os]]></category>
		<category><![CDATA[revolution os]]></category>

		<guid isPermaLink="false">http://pinoylinux.wordpress.com/?p=224</guid>
		<description><![CDATA[Here is a video commemorating the Linux Operating System&#8217;s 20th year of window bashing, if you know what I mean, . Watch the video to remember, or learn for the first time,how Linux disrupted a market and has begun make a revolution and change the IT world. I know in some ways, you would know that [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pinoylinux.wordpress.com&amp;blog=7958270&amp;post=224&amp;subd=pinoylinux&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<span style="text-align:center; display: block;"><a href="http://pinoylinux.wordpress.com/2011/04/10/the-story-of-linux/"><img src="http://img.youtube.com/vi/5ocq6_3-nEw/2.jpg" alt="" /></a></span>
<p>Here is a video commemorating the Linux Operating System&#8217;s 20th year of window bashing, if you know what I mean, <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> . Watch the video to remember, or learn for the first time,how Linux disrupted a market and has begun make a revolution and change the IT world. I know in some ways, you would know that you are a part of it. <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pinoylinux.wordpress.com/224/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pinoylinux.wordpress.com/224/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pinoylinux.wordpress.com/224/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pinoylinux.wordpress.com/224/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/pinoylinux.wordpress.com/224/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/pinoylinux.wordpress.com/224/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/pinoylinux.wordpress.com/224/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/pinoylinux.wordpress.com/224/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pinoylinux.wordpress.com/224/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pinoylinux.wordpress.com/224/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pinoylinux.wordpress.com/224/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pinoylinux.wordpress.com/224/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pinoylinux.wordpress.com/224/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pinoylinux.wordpress.com/224/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pinoylinux.wordpress.com&amp;blog=7958270&amp;post=224&amp;subd=pinoylinux&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pinoylinux.wordpress.com/2011/04/10/the-story-of-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4dedb8d2d7ad02da9430ff9c2054bc16?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">fredilan</media:title>
		</media:content>
	</item>
		<item>
		<title>Bash Command to get/retrieve a process ID</title>
		<link>http://pinoylinux.wordpress.com/2011/01/18/bash-command-to-getretrieve-a-process-id/</link>
		<comments>http://pinoylinux.wordpress.com/2011/01/18/bash-command-to-getretrieve-a-process-id/#comments</comments>
		<pubDate>Tue, 18 Jan 2011 01:20:30 +0000</pubDate>
		<dc:creator>fredilan</dc:creator>
				<category><![CDATA[Bash]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[kill process]]></category>
		<category><![CDATA[process id]]></category>

		<guid isPermaLink="false">http://pinoylinux.wordpress.com/?p=219</guid>
		<description><![CDATA[I had an issue one day with a project one of my colleague was handling. This was due to a process that was currently running in Linux in the background which was needed to be killed first before our binary/application can be started. I searched the web for some solutions to it and found out [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pinoylinux.wordpress.com&amp;blog=7958270&amp;post=219&amp;subd=pinoylinux&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I had an issue one day with a project one of my colleague was handling. This was due to a process that was currently running in Linux in the background which was needed to be killed first before our binary/application can be started. I searched the web for some solutions to it and found out it was relatively easy, get the PID of the process using &#8220;ps&#8221; and terminate it by &#8220;kill&#8221;. Here is how it goes:</p>
<pre>$ ps aux | grep processname | grep -v grep | awk '{print $2}'</pre>
<p>This command simply gets the entry from ps then prints out only the PID. Next thing to do is get it&#8217;s output, then do anything with it, kill it, destroy it, whatever you want. But for now killing it is simple assigning that command to a variable, for instance as $PROCESS_PID then do:</p>
<pre>$kill -9 $PROCESS_PID</pre>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pinoylinux.wordpress.com/219/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pinoylinux.wordpress.com/219/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pinoylinux.wordpress.com/219/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pinoylinux.wordpress.com/219/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/pinoylinux.wordpress.com/219/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/pinoylinux.wordpress.com/219/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/pinoylinux.wordpress.com/219/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/pinoylinux.wordpress.com/219/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pinoylinux.wordpress.com/219/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pinoylinux.wordpress.com/219/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pinoylinux.wordpress.com/219/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pinoylinux.wordpress.com/219/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pinoylinux.wordpress.com/219/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pinoylinux.wordpress.com/219/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pinoylinux.wordpress.com&amp;blog=7958270&amp;post=219&amp;subd=pinoylinux&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pinoylinux.wordpress.com/2011/01/18/bash-command-to-getretrieve-a-process-id/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4dedb8d2d7ad02da9430ff9c2054bc16?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">fredilan</media:title>
		</media:content>
	</item>
		<item>
		<title>Officially&#8230; Bamboo no more!</title>
		<link>http://pinoylinux.wordpress.com/2011/01/13/officially-bamboo-no-more/</link>
		<comments>http://pinoylinux.wordpress.com/2011/01/13/officially-bamboo-no-more/#comments</comments>
		<pubDate>Thu, 13 Jan 2011 07:27:26 +0000</pubDate>
		<dc:creator>fredilan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[bamboo]]></category>
		<category><![CDATA[pinoy bands]]></category>

		<guid isPermaLink="false">http://pinoylinux.wordpress.com/?p=214</guid>
		<description><![CDATA[January 10 when I hear the news from my sister that Bamboo band has disbanded. This was based from a tweet coming from KC Montero and from their show &#8220;The KC Show with Kat&#8221; at Wave 89.9 FM. But there were yet no official statements from any member of the band back then. Now, Bamboo [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pinoylinux.wordpress.com&amp;blog=7958270&amp;post=214&amp;subd=pinoylinux&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter" title="Bamboo" src="http://www.noypitayo.com/wp-content/uploads/2011/01/bamboo.jpg" alt="Bamboo" width="300" height="400" />January 10 when I hear the news from my sister that Bamboo band has disbanded. This was based from a tweet coming from KC Montero and from their show &#8220;The KC Show with Kat&#8221; at Wave 89.9 FM. But there were yet no official statements from any member of the band back then. Now, Bamboo has released this much awaited statement. Here is a small part of the official statement:</p>
<p><code><br />
“Things change. We’ve come to a point where you have to trust your gut, your heart and your head and accept that all things change. The hardest part as always is to know where to pack it up and part ways. We’ve learned that this journey is not only about us but includes all who came along for the trip.</code></p>
<p><code> </code></p>
<p><code>“Family, friends, and of course our front row believers who were there for the best reason at all. To simply listen. So it didn’t come easy win­ding down to this decision.<br />
“So here we go — IT’S OFFICIAL. THE BAND IS OVER.”</code></p>
<p>&nbsp;</p>
<p>Bamboo was formed 2002 and composed of composed of<strong> Bamboo Mañalac </strong>(vocals), <strong>Ira Cruz</strong> (guitars), <strong>Nathan Azarcon</strong> (bass), <strong>Vic Mercado</strong> (drums).</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pinoylinux.wordpress.com/214/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pinoylinux.wordpress.com/214/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pinoylinux.wordpress.com/214/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pinoylinux.wordpress.com/214/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/pinoylinux.wordpress.com/214/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/pinoylinux.wordpress.com/214/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/pinoylinux.wordpress.com/214/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/pinoylinux.wordpress.com/214/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pinoylinux.wordpress.com/214/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pinoylinux.wordpress.com/214/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pinoylinux.wordpress.com/214/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pinoylinux.wordpress.com/214/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pinoylinux.wordpress.com/214/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pinoylinux.wordpress.com/214/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pinoylinux.wordpress.com&amp;blog=7958270&amp;post=214&amp;subd=pinoylinux&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pinoylinux.wordpress.com/2011/01/13/officially-bamboo-no-more/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4dedb8d2d7ad02da9430ff9c2054bc16?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">fredilan</media:title>
		</media:content>

		<media:content url="http://www.noypitayo.com/wp-content/uploads/2011/01/bamboo.jpg" medium="image">
			<media:title type="html">Bamboo</media:title>
		</media:content>
	</item>
		<item>
		<title>Add Facebook Chat on Pidgin IM</title>
		<link>http://pinoylinux.wordpress.com/2011/01/05/add-facebook-chat-on-pidgin-im/</link>
		<comments>http://pinoylinux.wordpress.com/2011/01/05/add-facebook-chat-on-pidgin-im/#comments</comments>
		<pubDate>Wed, 05 Jan 2011 01:44:17 +0000</pubDate>
		<dc:creator>fredilan</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[chat]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[libpurple]]></category>
		<category><![CDATA[Pidgin]]></category>

		<guid isPermaLink="false">http://pinoylinux.wordpress.com/?p=207</guid>
		<description><![CDATA[Hi Guys, Happy New Year. This topic I am starting is on how to add the Facebook chat on your Pidgin Instant Messenger. Well, you might ask what&#8217;s the use but, for some companies which disallows browsing the Facebook site, here is somewhat a way on how to communication with your FB online friends. Facebook [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pinoylinux.wordpress.com&amp;blog=7958270&amp;post=207&amp;subd=pinoylinux&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Hi Guys, Happy New Year. This topic I am starting is on how to add the Facebook chat on your Pidgin Instant Messenger. Well, you might ask what&#8217;s the use but, for some companies which disallows browsing the Facebook site, here is somewhat a way on how to communication with your FB online friends. Facebook uses XMPP protocol which is readily available in Pidgin.</p>
<p>First things first, you have to retrieve or create a username for your Facebook account, this can be done on the <strong>Account Settings</strong> on your FB account.</p>
<p>Next, on your Pidgin IM, click on <strong>Accounts</strong> &gt; <strong>Manage Accounts</strong></p>
<p><strong><a href="http://pinoylinux.files.wordpress.com/2011/01/pidgin-facebook-xmpp-account.jpg"><img class="alignnone size-medium wp-image-208" title="pidgin-facebook-xmpp-account" src="http://pinoylinux.files.wordpress.com/2011/01/pidgin-facebook-xmpp-account.jpg?w=300&#038;h=198" alt="" width="300" height="198" /></a></strong></p>
<p>The image above already has a created FB account in it. To add a new one, click on the <strong>Add</strong> Button.</p>
<p><a href="http://pinoylinux.files.wordpress.com/2011/01/pidgin-facebook-xmpp-menu.jpg"><img class="alignnone size-medium wp-image-209" title="pidgin-facebook-xmpp-menu" src="http://pinoylinux.files.wordpress.com/2011/01/pidgin-facebook-xmpp-menu.jpg?w=216&#038;h=300" alt="" width="216" height="300" /></a></p>
<p><a href="http://pinoylinux.files.wordpress.com/2011/01/pidgin-facebook-xmpp-menu.jpg"></a>Fill in the details needed on the <strong>Account Settings</strong> Dialog Box, U<strong>sername </strong>to use is the username you provided on your FB Account and <strong>Password</strong> as well. <strong>Protocol</strong> should be <strong>XMPP</strong> or <strong>Facebook (XMPP). Domain</strong> should be <strong>chat.facebook.com.</strong></p>
<p><strong><a href="http://pinoylinux.files.wordpress.com/2011/01/pidgin-xmpp-facebook-advanced.jpg"><img class="alignnone size-medium wp-image-210" title="pidgin-xmpp-facebook-advanced" src="http://pinoylinux.files.wordpress.com/2011/01/pidgin-xmpp-facebook-advanced.jpg?w=216&#038;h=300" alt="" width="216" height="300" /></a></strong></p>
<p>On the <strong>Advanced Tab</strong>, <strong>uncheck Require SSL/TLS</strong>, <strong>Connect port</strong> should be set to <strong>5222. </strong>Now you are ready to go, click on <strong>Save</strong> and wait for your online friends to appear on the <strong>Buddies</strong> list.</p>
<p>For a detailed instruction on this howto, plus more graphical instructions, i recommend you to visit <a href="http://www.howtogeek.com/howto/12527/easily-add-facebook-chat-to-pidgin/">http://www.howtogeek.com/howto/12527/easily-add-facebook-chat-to-pidgin/</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pinoylinux.wordpress.com/207/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pinoylinux.wordpress.com/207/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pinoylinux.wordpress.com/207/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pinoylinux.wordpress.com/207/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/pinoylinux.wordpress.com/207/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/pinoylinux.wordpress.com/207/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/pinoylinux.wordpress.com/207/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/pinoylinux.wordpress.com/207/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pinoylinux.wordpress.com/207/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pinoylinux.wordpress.com/207/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pinoylinux.wordpress.com/207/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pinoylinux.wordpress.com/207/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pinoylinux.wordpress.com/207/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pinoylinux.wordpress.com/207/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pinoylinux.wordpress.com&amp;blog=7958270&amp;post=207&amp;subd=pinoylinux&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pinoylinux.wordpress.com/2011/01/05/add-facebook-chat-on-pidgin-im/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4dedb8d2d7ad02da9430ff9c2054bc16?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">fredilan</media:title>
		</media:content>

		<media:content url="http://pinoylinux.files.wordpress.com/2011/01/pidgin-facebook-xmpp-account.jpg?w=300" medium="image">
			<media:title type="html">pidgin-facebook-xmpp-account</media:title>
		</media:content>

		<media:content url="http://pinoylinux.files.wordpress.com/2011/01/pidgin-facebook-xmpp-menu.jpg?w=216" medium="image">
			<media:title type="html">pidgin-facebook-xmpp-menu</media:title>
		</media:content>

		<media:content url="http://pinoylinux.files.wordpress.com/2011/01/pidgin-xmpp-facebook-advanced.jpg?w=216" medium="image">
			<media:title type="html">pidgin-xmpp-facebook-advanced</media:title>
		</media:content>
	</item>
		<item>
		<title>Happy New Year!!!</title>
		<link>http://pinoylinux.wordpress.com/2010/12/31/happy-new-year/</link>
		<comments>http://pinoylinux.wordpress.com/2010/12/31/happy-new-year/#comments</comments>
		<pubDate>Fri, 31 Dec 2010 13:14:33 +0000</pubDate>
		<dc:creator>fredilan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[2011]]></category>
		<category><![CDATA[happy new year]]></category>
		<category><![CDATA[new year]]></category>

		<guid isPermaLink="false">http://pinoylinux.wordpress.com/?p=203</guid>
		<description><![CDATA[Yupeeee! A few hours from now and it&#8217;s 2011, look how time flies. I just want to greet you guys a Happy New Year. Hoping that we&#8217;ll all have a more bountiful and blessed year this 2011.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pinoylinux.wordpress.com&amp;blog=7958270&amp;post=203&amp;subd=pinoylinux&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Yupeeee! A few hours from now and it&#8217;s 2011, look how time flies. I just want to greet you guys a Happy New Year. Hoping that we&#8217;ll all have a more bountiful and blessed year this 2011.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pinoylinux.wordpress.com/203/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pinoylinux.wordpress.com/203/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pinoylinux.wordpress.com/203/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pinoylinux.wordpress.com/203/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/pinoylinux.wordpress.com/203/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/pinoylinux.wordpress.com/203/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/pinoylinux.wordpress.com/203/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/pinoylinux.wordpress.com/203/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pinoylinux.wordpress.com/203/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pinoylinux.wordpress.com/203/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pinoylinux.wordpress.com/203/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pinoylinux.wordpress.com/203/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pinoylinux.wordpress.com/203/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pinoylinux.wordpress.com/203/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pinoylinux.wordpress.com&amp;blog=7958270&amp;post=203&amp;subd=pinoylinux&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pinoylinux.wordpress.com/2010/12/31/happy-new-year/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4dedb8d2d7ad02da9430ff9c2054bc16?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">fredilan</media:title>
		</media:content>
	</item>
		<item>
		<title>Have yourself a merry tux Christmas&#8230;.</title>
		<link>http://pinoylinux.wordpress.com/2010/12/24/have-yourself-a-merry-tux-christmas/</link>
		<comments>http://pinoylinux.wordpress.com/2010/12/24/have-yourself-a-merry-tux-christmas/#comments</comments>
		<pubDate>Fri, 24 Dec 2010 23:50:39 +0000</pubDate>
		<dc:creator>fredilan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[christmas]]></category>
		<category><![CDATA[christmas tux]]></category>
		<category><![CDATA[xmas]]></category>

		<guid isPermaLink="false">http://pinoylinux.wordpress.com/?p=189</guid>
		<description><![CDATA[Hi Guys, just want to wish you to have a Very Merry Christmas. It&#8217;s the time of the year again, of gifts and presents, of Christmas carols, and bountiful feast. But let us not forget the One who has provided us all of these things. And let us not forget it&#8217;s real meaning and spirit. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pinoylinux.wordpress.com&amp;blog=7958270&amp;post=189&amp;subd=pinoylinux&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Hi Guys, just want to wish you to have a Very Merry Christmas. It&#8217;s the time of the year again, of gifts and presents, of Christmas carols, and bountiful feast. But let us not forget the One who has provided us all of these things. And let us not forget it&#8217;s real meaning and spirit. Again guys, have a very merry Christmas ( in Filipino &#8220;Maligayang Pasko sa inyong lahat!&#8221; ) from yours truly together with my wife Maia&#8230; <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  <a href="http://pinoylinux.files.wordpress.com/2010/12/xanderrun-tux-christmas-7936.png"><img class="alignleft size-full wp-image-188" title="xanderrun-tux-christmas-7936" src="http://pinoylinux.files.wordpress.com/2010/12/xanderrun-tux-christmas-7936.png?w=256&#038;h=256" alt="Xmas Tux" width="256" height="256" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pinoylinux.wordpress.com/189/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pinoylinux.wordpress.com/189/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pinoylinux.wordpress.com/189/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pinoylinux.wordpress.com/189/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/pinoylinux.wordpress.com/189/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/pinoylinux.wordpress.com/189/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/pinoylinux.wordpress.com/189/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/pinoylinux.wordpress.com/189/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pinoylinux.wordpress.com/189/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pinoylinux.wordpress.com/189/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pinoylinux.wordpress.com/189/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pinoylinux.wordpress.com/189/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pinoylinux.wordpress.com/189/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pinoylinux.wordpress.com/189/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pinoylinux.wordpress.com&amp;blog=7958270&amp;post=189&amp;subd=pinoylinux&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pinoylinux.wordpress.com/2010/12/24/have-yourself-a-merry-tux-christmas/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4dedb8d2d7ad02da9430ff9c2054bc16?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">fredilan</media:title>
		</media:content>

		<media:content url="http://pinoylinux.files.wordpress.com/2010/12/xanderrun-tux-christmas-7936.png" medium="image">
			<media:title type="html">xanderrun-tux-christmas-7936</media:title>
		</media:content>
	</item>
		<item>
		<title>Face lifted&#8230; again!</title>
		<link>http://pinoylinux.wordpress.com/2010/12/21/face-lifted-again/</link>
		<comments>http://pinoylinux.wordpress.com/2010/12/21/face-lifted-again/#comments</comments>
		<pubDate>Tue, 21 Dec 2010 07:27:37 +0000</pubDate>
		<dc:creator>fredilan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[apprearances]]></category>
		<category><![CDATA[themes]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://pinoylinux.wordpress.com/?p=200</guid>
		<description><![CDATA[Hi guys, not that much update this time. I just changed the look/theme of the blogsite. Now using monochrome theme by mono-lab. Seems that the previous theme, due to it&#8217;s grungy but good look, has been a favorite theme of several WordPress bloggers. As much as I wanted to create my own theme, I&#8217;ve decided [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pinoylinux.wordpress.com&amp;blog=7958270&amp;post=200&amp;subd=pinoylinux&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Hi guys, not that much update this time. I just changed the look/theme of the blogsite. Now using monochrome theme by <a href="http://www.mono-lab.net/">mono-lab</a>. Seems that the previous theme, due to it&#8217;s grungy but good look, has been a favorite theme of several WordPress bloggers. As much as I wanted to create my own theme, I&#8217;ve decided to adapt one once again. You can&#8217;t blame me, these are such good themes. <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pinoylinux.wordpress.com/200/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pinoylinux.wordpress.com/200/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pinoylinux.wordpress.com/200/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pinoylinux.wordpress.com/200/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/pinoylinux.wordpress.com/200/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/pinoylinux.wordpress.com/200/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/pinoylinux.wordpress.com/200/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/pinoylinux.wordpress.com/200/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pinoylinux.wordpress.com/200/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pinoylinux.wordpress.com/200/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pinoylinux.wordpress.com/200/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pinoylinux.wordpress.com/200/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pinoylinux.wordpress.com/200/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pinoylinux.wordpress.com/200/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pinoylinux.wordpress.com&amp;blog=7958270&amp;post=200&amp;subd=pinoylinux&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pinoylinux.wordpress.com/2010/12/21/face-lifted-again/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4dedb8d2d7ad02da9430ff9c2054bc16?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">fredilan</media:title>
		</media:content>
	</item>
	</channel>
</rss>
