<?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>Devilian Network</title>
	<atom:link href="http://www.devilian.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.devilian.net</link>
	<description>my devil side</description>
	<lastBuildDate>Sun, 07 Nov 2010 07:24:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Menampilkan Informasi CPU</title>
		<link>http://www.devilian.net/2010/11/menampilkan-informasi-cpu/</link>
		<comments>http://www.devilian.net/2010/11/menampilkan-informasi-cpu/#comments</comments>
		<pubDate>Sat, 06 Nov 2010 04:13:20 +0000</pubDate>
		<dc:creator>devilian</dc:creator>
				<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[cpu]]></category>

		<guid isPermaLink="false">http://www.devilian.net/?p=700</guid>
		<description><![CDATA[Terkadang dalam melakukan konfigurasi server kita perlu mengetahui informasi detil CPU yang digunakan pada mesin sehingga konfigurasi dapat berjalan maksimal. Ada beberapa cara untuk menampilkan informasi CPU, yang pertama: server# sysctl -a &#124; egrep -i 'hw.machine&#124;hw.model&#124;hw.ncpu' output hw.machine: amd64 hw.model: Intel(R) Xeon(R) CPU           X3430  @ 2.40GHz hw.ncpu: 4 hw.machine_arch: amd64 [...]]]></description>
			<content:encoded><![CDATA[<p>Terkadang dalam melakukan konfigurasi server kita perlu mengetahui informasi detil CPU yang digunakan pada mesin sehingga konfigurasi dapat berjalan maksimal.</p>
<p>Ada beberapa cara untuk menampilkan informasi CPU, yang pertama:</p>
<pre class="brush: plain">server# sysctl -a | egrep -i 'hw.machine|hw.model|hw.ncpu'</pre>
<p>output</p>
<blockquote><p>hw.machine: amd64<br />
hw.model: Intel(R) Xeon(R) CPU           X3430  @ 2.40GHz<br />
hw.ncpu: 4<br />
hw.machine_arch: amd64</p></blockquote>
<p>Mengambil informasi CPUINFO dari dmesg:</p>
<pre class="brush: plain">server# dmesg | grep -i cpu</pre>
<p>atau</p>
<pre class="brush: plain">server# grep -i cpu /var/run/dmesg.boot</pre>
<p>output</p>
<blockquote><p>CPU: Intel(R) Xeon(R) CPU           X3430  @ 2.40GHz (2394.00-MHz K8-class CPU)<br />
FreeBSD/SMP: Multiprocessor System Detected: 4 CPUs<br />
cpu0 (BSP): APIC ID:  0<br />
cpu1 (AP): APIC ID:  2<br />
cpu2 (AP): APIC ID:  4<br />
cpu3 (AP): APIC ID:  6<br />
cpu0: &lt;ACPI CPU&gt; on acpi0<br />
cpu1: &lt;ACPI CPU&gt; on acpi0<br />
cpu2: &lt;ACPI CPU&gt; on acpi0<br />
cpu3: &lt;ACPI CPU&gt; on acpi0<br />
est0: &lt;Enhanced SpeedStep Frequency Control&gt; on cpu0<br />
est: CPU supports Enhanced Speedstep, but is not recognized.<br />
est: cpu_vendor GenuineIntel, msr 13<br />
p4tcc0: &lt;CPU Frequency Thermal Control&gt; on cpu0<br />
est1: &lt;Enhanced SpeedStep Frequency Control&gt; on cpu1<br />
est: CPU supports Enhanced Speedstep, but is not recognized.<br />
est: cpu_vendor GenuineIntel, msr 13<br />
p4tcc1: &lt;CPU Frequency Thermal Control&gt; on cpu1<br />
est2: &lt;Enhanced SpeedStep Frequency Control&gt; on cpu2<br />
est: CPU supports Enhanced Speedstep, but is not recognized.<br />
est: cpu_vendor GenuineIntel, msr 13<br />
p4tcc2: &lt;CPU Frequency Thermal Control&gt; on cpu2<br />
est3: &lt;Enhanced SpeedStep Frequency Control&gt; on cpu3<br />
est: CPU supports Enhanced Speedstep, but is not recognized.<br />
est: cpu_vendor GenuineIntel, msr 13<br />
p4tcc3: &lt;CPU Frequency Thermal Control&gt; on cpu3<br />
SMP: AP CPU #2 Launched!<br />
SMP: AP CPU #1 Launched!<br />
SMP: AP CPU #3 Launched!</p></blockquote>
<p>Bisa juga dengan:</p>
<pre class="brush: plain">server# sysctl -a | grep -i cpu | less</pre>
<img src="http://www.devilian.net/?ak_action=api_record_view&id=700&type=feed" alt="" /><p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.devilian.net%2F2010%2F11%2Fmenampilkan-informasi-cpu%2F&amp;title=Menampilkan%20Informasi%20CPU" id="wpa2a_2"><img src="http://www.devilian.net/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share"/></a></p><div style='display:none' id="post-refEl-700"></div>]]></content:encoded>
			<wfw:commentRss>http://www.devilian.net/2010/11/menampilkan-informasi-cpu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Problem Make Perl 5.12</title>
		<link>http://www.devilian.net/2010/11/problem-make-perl-5-12/</link>
		<comments>http://www.devilian.net/2010/11/problem-make-perl-5-12/#comments</comments>
		<pubDate>Fri, 05 Nov 2010 16:24:44 +0000</pubDate>
		<dc:creator>devilian</dc:creator>
				<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[libtool]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[problem]]></category>

		<guid isPermaLink="false">http://www.devilian.net/?p=694</guid>
		<description><![CDATA[Saat mengetikkan make di /usr/ports/lang/perl5.12/, bila menemukan error message seperti ini: License not correctly defined: multiple licenses in LICENSE, but LICENSE_COMB is set to single (or undefined) Solusinya adalah menambahkan baris berikut pada /etc/make.conf. Buat file tersebut bila belum ada. LICENSE_COMB=multi Problem selesai. @updated 06/11/2010 Konfigurasi diatas menyebabkan problem saat compile Libtool-2.2 Antisipasinya adalah memberikan [...]]]></description>
			<content:encoded><![CDATA[<p>Saat mengetikkan make di /usr/ports/lang/perl5.12/, bila menemukan error message seperti ini:</p>
<blockquote><p>License not correctly defined: multiple licenses in LICENSE, but LICENSE_COMB is set to single (or undefined)</p></blockquote>
<p>Solusinya adalah menambahkan baris berikut pada /etc/make.conf.<br />
Buat file tersebut bila belum ada.</p>
<pre class="brush: plain">LICENSE_COMB=multi</pre>
<p>Problem selesai.</p>
<p><em>@updated 06/11/2010</em></p>
<p>Konfigurasi diatas menyebabkan problem saat compile Libtool-2.2<br />
Antisipasinya adalah memberikan remark (comment) pada konfigurasi yang ditambahkan diatas sebelum melakukan compile</p>
<img src="http://www.devilian.net/?ak_action=api_record_view&id=694&type=feed" alt="" /><p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.devilian.net%2F2010%2F11%2Fproblem-make-perl-5-12%2F&amp;title=Problem%20Make%20Perl%205.12" id="wpa2a_4"><img src="http://www.devilian.net/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share"/></a></p><div style='display:none' id="post-refEl-694"></div>]]></content:encoded>
			<wfw:commentRss>http://www.devilian.net/2010/11/problem-make-perl-5-12/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Problem Autoconf dengan PHP</title>
		<link>http://www.devilian.net/2010/10/problem-autoconf-dengan-php/</link>
		<comments>http://www.devilian.net/2010/10/problem-autoconf-dengan-php/#comments</comments>
		<pubDate>Thu, 28 Oct 2010 10:23:11 +0000</pubDate>
		<dc:creator>devilian</dc:creator>
				<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[autoconf]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[problem]]></category>

		<guid isPermaLink="false">http://www.devilian.net/?p=685</guid>
		<description><![CDATA[Versi FreeBSD 8.1-RELEASE Versi Autoconf 2.68 Versi PHP  5.3.3_2 Problem saat penambahan extension PHP: Cannot find autoconf. Please check your autoconf installation and the $PHP_AUTOCONF environment variable is set correctly and then rerun this script. server# export PHP_AUTOCONF="/usr/local/bin/autoconf" Cannot find autoconf. Please check your autoconf installation and the $PHP_AUTOHEADER environment variable is set correctly and [...]]]></description>
			<content:encoded><![CDATA[<p>Versi FreeBSD 8.1-RELEASE<br />
Versi Autoconf 2.68<br />
Versi PHP  5.3.3_2</p>
<p>Problem saat penambahan extension PHP:</p>
<blockquote><p>Cannot find autoconf. Please check your autoconf installation and the $PHP_AUTOCONF environment variable is set correctly and then rerun this script.</p></blockquote>
<pre class="brush: plain">server# export PHP_AUTOCONF="/usr/local/bin/autoconf"</pre>
<blockquote><p>Cannot find autoconf. Please check your autoconf installation and the $PHP_AUTOHEADER environment variable is set correctly and then rerun this script.</p></blockquote>
<pre class="brush: plain">server# export PHP_AUTOHEADER="/usr/local/bin/autoheader"</pre>
<p>Jalankan 2 perintah diatas saat mendapatkan masalah tersebut.</p>
<img src="http://www.devilian.net/?ak_action=api_record_view&id=685&type=feed" alt="" /><p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.devilian.net%2F2010%2F10%2Fproblem-autoconf-dengan-php%2F&amp;title=Problem%20Autoconf%20dengan%20PHP" id="wpa2a_6"><img src="http://www.devilian.net/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share"/></a></p><div style='display:none' id="post-refEl-685"></div>]]></content:encoded>
			<wfw:commentRss>http://www.devilian.net/2010/10/problem-autoconf-dengan-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My We Rule Kingdom</title>
		<link>http://www.devilian.net/2010/09/my-we-rule-kingdom/</link>
		<comments>http://www.devilian.net/2010/09/my-we-rule-kingdom/#comments</comments>
		<pubDate>Sat, 04 Sep 2010 15:36:15 +0000</pubDate>
		<dc:creator>devilian</dc:creator>
				<category><![CDATA[A - Z]]></category>
		<category><![CDATA[game]]></category>
		<category><![CDATA[ipad]]></category>
		<category><![CDATA[we rule]]></category>

		<guid isPermaLink="false">http://www.devilian.net/?p=682</guid>
		<description><![CDATA[Anyone play we rule?]]></description>
			<content:encoded><![CDATA[<p>Anyone play we rule?</p>
<p><a href="http://www.devilian.net/wp-content/uploads/2010/09/werule.png"><img src="http://www.devilian.net/wp-content/uploads/2010/09/werule-360x270.png" alt="" title="We Rule Kingdom" width="360" height="270" class="aligncenter size-medium wp-image-683" /></a></p>
<img src="http://www.devilian.net/?ak_action=api_record_view&id=682&type=feed" alt="" /><p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.devilian.net%2F2010%2F09%2Fmy-we-rule-kingdom%2F&amp;title=My%20We%20Rule%20Kingdom" id="wpa2a_8"><img src="http://www.devilian.net/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share"/></a></p><div style='display:none' id="post-refEl-682"></div>]]></content:encoded>
			<wfw:commentRss>http://www.devilian.net/2010/09/my-we-rule-kingdom/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPad Wallpaper: Wintery Night</title>
		<link>http://www.devilian.net/2010/09/ipad-wallpaper-wintery-night/</link>
		<comments>http://www.devilian.net/2010/09/ipad-wallpaper-wintery-night/#comments</comments>
		<pubDate>Sat, 04 Sep 2010 12:41:17 +0000</pubDate>
		<dc:creator>devilian</dc:creator>
				<category><![CDATA[iPad Wallpaper]]></category>
		<category><![CDATA[ipad]]></category>
		<category><![CDATA[night]]></category>
		<category><![CDATA[wallpaper]]></category>
		<category><![CDATA[wintery]]></category>

		<guid isPermaLink="false">http://www.devilian.net/?p=651</guid>
		<description><![CDATA[Wintery Night]]></description>
			<content:encoded><![CDATA[<p>Wintery Night</p>
<p><a href="http://www.devilian.net/wp-content/uploads/2010/09/Wintery-Night.jpg"><img class="aligncenter size-medium wp-image-652" title="Wintery Night" src="http://www.devilian.net/wp-content/uploads/2010/09/Wintery-Night-360x360.jpg" alt="" width="360" height="360" /></a></p>
<img src="http://www.devilian.net/?ak_action=api_record_view&id=651&type=feed" alt="" /><p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.devilian.net%2F2010%2F09%2Fipad-wallpaper-wintery-night%2F&amp;title=iPad%20Wallpaper%3A%20Wintery%20Night" id="wpa2a_10"><img src="http://www.devilian.net/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share"/></a></p><div style='display:none' id="post-refEl-651"></div>]]></content:encoded>
			<wfw:commentRss>http://www.devilian.net/2010/09/ipad-wallpaper-wintery-night/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPad Wallpaper: Unido</title>
		<link>http://www.devilian.net/2010/09/ipad-wallpaper-unido/</link>
		<comments>http://www.devilian.net/2010/09/ipad-wallpaper-unido/#comments</comments>
		<pubDate>Sat, 04 Sep 2010 12:40:42 +0000</pubDate>
		<dc:creator>devilian</dc:creator>
				<category><![CDATA[iPad Wallpaper]]></category>
		<category><![CDATA[ipad]]></category>
		<category><![CDATA[unido]]></category>
		<category><![CDATA[wallpaper]]></category>

		<guid isPermaLink="false">http://www.devilian.net/?p=648</guid>
		<description><![CDATA[Unido]]></description>
			<content:encoded><![CDATA[<p>Unido</p>
<p><a href="http://www.devilian.net/wp-content/uploads/2010/09/Unido.jpg"><img class="aligncenter size-medium wp-image-649" title="Unido" src="http://www.devilian.net/wp-content/uploads/2010/09/Unido-360x360.jpg" alt="" width="360" height="360" /></a></p>
<img src="http://www.devilian.net/?ak_action=api_record_view&id=648&type=feed" alt="" /><p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.devilian.net%2F2010%2F09%2Fipad-wallpaper-unido%2F&amp;title=iPad%20Wallpaper%3A%20Unido" id="wpa2a_12"><img src="http://www.devilian.net/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share"/></a></p><div style='display:none' id="post-refEl-648"></div>]]></content:encoded>
			<wfw:commentRss>http://www.devilian.net/2010/09/ipad-wallpaper-unido/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPad Wallpaper: Teja</title>
		<link>http://www.devilian.net/2010/09/ipad-wallpaper-teja/</link>
		<comments>http://www.devilian.net/2010/09/ipad-wallpaper-teja/#comments</comments>
		<pubDate>Sat, 04 Sep 2010 12:40:03 +0000</pubDate>
		<dc:creator>devilian</dc:creator>
				<category><![CDATA[iPad Wallpaper]]></category>
		<category><![CDATA[ipad]]></category>
		<category><![CDATA[teja]]></category>
		<category><![CDATA[wallpaper]]></category>

		<guid isPermaLink="false">http://www.devilian.net/?p=645</guid>
		<description><![CDATA[Teja]]></description>
			<content:encoded><![CDATA[<p>Teja</p>
<p><a href="http://www.devilian.net/wp-content/uploads/2010/09/Teja.jpg"><img class="aligncenter size-medium wp-image-646" title="Teja" src="http://www.devilian.net/wp-content/uploads/2010/09/Teja-360x360.jpg" alt="" width="360" height="360" /></a></p>
<img src="http://www.devilian.net/?ak_action=api_record_view&id=645&type=feed" alt="" /><p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.devilian.net%2F2010%2F09%2Fipad-wallpaper-teja%2F&amp;title=iPad%20Wallpaper%3A%20Teja" id="wpa2a_14"><img src="http://www.devilian.net/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share"/></a></p><div style='display:none' id="post-refEl-645"></div>]]></content:encoded>
			<wfw:commentRss>http://www.devilian.net/2010/09/ipad-wallpaper-teja/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPad Wallpaper: Teja Red</title>
		<link>http://www.devilian.net/2010/09/ipad-wallpaper-teja-red/</link>
		<comments>http://www.devilian.net/2010/09/ipad-wallpaper-teja-red/#comments</comments>
		<pubDate>Sat, 04 Sep 2010 12:39:33 +0000</pubDate>
		<dc:creator>devilian</dc:creator>
				<category><![CDATA[iPad Wallpaper]]></category>
		<category><![CDATA[ipad]]></category>
		<category><![CDATA[red]]></category>
		<category><![CDATA[teja]]></category>
		<category><![CDATA[wallpaper]]></category>

		<guid isPermaLink="false">http://www.devilian.net/?p=642</guid>
		<description><![CDATA[Teja Red]]></description>
			<content:encoded><![CDATA[<p>Teja Red</p>
<p><a href="http://www.devilian.net/wp-content/uploads/2010/09/Teja-Red.jpg"><img class="aligncenter size-medium wp-image-643" title="Teja Red" src="http://www.devilian.net/wp-content/uploads/2010/09/Teja-Red-360x360.jpg" alt="" width="360" height="360" /></a></p>
<img src="http://www.devilian.net/?ak_action=api_record_view&id=642&type=feed" alt="" /><p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.devilian.net%2F2010%2F09%2Fipad-wallpaper-teja-red%2F&amp;title=iPad%20Wallpaper%3A%20Teja%20Red" id="wpa2a_16"><img src="http://www.devilian.net/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share"/></a></p><div style='display:none' id="post-refEl-642"></div>]]></content:encoded>
			<wfw:commentRss>http://www.devilian.net/2010/09/ipad-wallpaper-teja-red/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPad Wallpaper: Teja Pine</title>
		<link>http://www.devilian.net/2010/09/ipad-wallpaper-teja-pine/</link>
		<comments>http://www.devilian.net/2010/09/ipad-wallpaper-teja-pine/#comments</comments>
		<pubDate>Sat, 04 Sep 2010 12:38:56 +0000</pubDate>
		<dc:creator>devilian</dc:creator>
				<category><![CDATA[iPad Wallpaper]]></category>
		<category><![CDATA[ipad]]></category>
		<category><![CDATA[pine]]></category>
		<category><![CDATA[teja]]></category>
		<category><![CDATA[wallpaper]]></category>

		<guid isPermaLink="false">http://www.devilian.net/?p=639</guid>
		<description><![CDATA[Teja Pine]]></description>
			<content:encoded><![CDATA[<p>Teja Pine</p>
<p><a href="http://www.devilian.net/wp-content/uploads/2010/09/Teja-Pine.jpg"><img class="aligncenter size-medium wp-image-640" title="Teja Pine" src="http://www.devilian.net/wp-content/uploads/2010/09/Teja-Pine-360x360.jpg" alt="" width="360" height="360" /></a></p>
<img src="http://www.devilian.net/?ak_action=api_record_view&id=639&type=feed" alt="" /><p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.devilian.net%2F2010%2F09%2Fipad-wallpaper-teja-pine%2F&amp;title=iPad%20Wallpaper%3A%20Teja%20Pine" id="wpa2a_18"><img src="http://www.devilian.net/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share"/></a></p><div style='display:none' id="post-refEl-639"></div>]]></content:encoded>
			<wfw:commentRss>http://www.devilian.net/2010/09/ipad-wallpaper-teja-pine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPad Wallpaper: Teja Harvest</title>
		<link>http://www.devilian.net/2010/09/ipad-wallpaper-teja-harvest/</link>
		<comments>http://www.devilian.net/2010/09/ipad-wallpaper-teja-harvest/#comments</comments>
		<pubDate>Sat, 04 Sep 2010 12:38:21 +0000</pubDate>
		<dc:creator>devilian</dc:creator>
				<category><![CDATA[iPad Wallpaper]]></category>
		<category><![CDATA[harvest]]></category>
		<category><![CDATA[ipad]]></category>
		<category><![CDATA[teja]]></category>
		<category><![CDATA[wallpaper]]></category>

		<guid isPermaLink="false">http://www.devilian.net/?p=636</guid>
		<description><![CDATA[Teja Harvest]]></description>
			<content:encoded><![CDATA[<p>Teja Harvest</p>
<p><a href="http://www.devilian.net/wp-content/uploads/2010/09/Teja-Harvest.jpg"><img class="aligncenter size-medium wp-image-637" title="Teja Harvest" src="http://www.devilian.net/wp-content/uploads/2010/09/Teja-Harvest-360x360.jpg" alt="" width="360" height="360" /></a></p>
<img src="http://www.devilian.net/?ak_action=api_record_view&id=636&type=feed" alt="" /><p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.devilian.net%2F2010%2F09%2Fipad-wallpaper-teja-harvest%2F&amp;title=iPad%20Wallpaper%3A%20Teja%20Harvest" id="wpa2a_20"><img src="http://www.devilian.net/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share"/></a></p><div style='display:none' id="post-refEl-636"></div>]]></content:encoded>
			<wfw:commentRss>http://www.devilian.net/2010/09/ipad-wallpaper-teja-harvest/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

