<?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>Just [invaleed]</title>
	<atom:link href="http://invaleed.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://invaleed.wordpress.com</link>
	<description>From Me, For Me and to Tell Me</description>
	<lastBuildDate>Thu, 19 Jan 2012 08:07:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='invaleed.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Just [invaleed]</title>
		<link>http://invaleed.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://invaleed.wordpress.com/osd.xml" title="Just [invaleed]" />
	<atom:link rel='hub' href='http://invaleed.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Kill multiple proses yang mempunyai nama sama &#8211; Solaris 10</title>
		<link>http://invaleed.wordpress.com/2012/01/17/kill-multiple-proses-yang-mempunyai-nama-sama/</link>
		<comments>http://invaleed.wordpress.com/2012/01/17/kill-multiple-proses-yang-mempunyai-nama-sama/#comments</comments>
		<pubDate>Tue, 17 Jan 2012 03:23:30 +0000</pubDate>
		<dc:creator>invaleed</dc:creator>
				<category><![CDATA[Solaris]]></category>

		<guid isPermaLink="false">http://invaleed.wordpress.com/?p=659</guid>
		<description><![CDATA[Saya sering sekali mengalami bahwa banyak proses di system yang musti di kill tapi agak susah karena jumlahnya banyak padahal nama prosesnya sama, nah mungkin ini sekedar catatan bagaimana kill multiple process yang namanya sama hanya dengan satu kali command. # kill -9 `ps -ef &#124; grep namaproses.sh &#124; grep -v grep &#124; awk &#8216;{print [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=invaleed.wordpress.com&amp;blog=74036&amp;post=659&amp;subd=invaleed&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Saya sering sekali mengalami bahwa banyak proses di system yang musti di kill tapi agak susah karena jumlahnya banyak padahal nama prosesnya sama, nah mungkin ini sekedar catatan bagaimana kill multiple process yang namanya sama hanya dengan satu kali command.</p>
<blockquote><p># kill -9 `ps -ef | grep namaproses.sh | grep -v grep | awk &#8216;{print $2}&#8217;`</p></blockquote>
<p>Yah maklumlah udah berumur, jadi musti dicatat biar bisa dicontek sewaktu-waktu <img src='http://s0.wp.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<br />Filed under: <a href='http://invaleed.wordpress.com/category/solaris/'>Solaris</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/invaleed.wordpress.com/659/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/invaleed.wordpress.com/659/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/invaleed.wordpress.com/659/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/invaleed.wordpress.com/659/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/invaleed.wordpress.com/659/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/invaleed.wordpress.com/659/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/invaleed.wordpress.com/659/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/invaleed.wordpress.com/659/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/invaleed.wordpress.com/659/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/invaleed.wordpress.com/659/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/invaleed.wordpress.com/659/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/invaleed.wordpress.com/659/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/invaleed.wordpress.com/659/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/invaleed.wordpress.com/659/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=invaleed.wordpress.com&amp;blog=74036&amp;post=659&amp;subd=invaleed&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://invaleed.wordpress.com/2012/01/17/kill-multiple-proses-yang-mempunyai-nama-sama/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a9bdde44f333e64911876b9c20adbd4c?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">invaleed</media:title>
		</media:content>
	</item>
		<item>
		<title>Menjalankan cron setiap detik &#8211; Solaris 10</title>
		<link>http://invaleed.wordpress.com/2012/01/16/menjalankan-cron-setiap-detik-solaris-10/</link>
		<comments>http://invaleed.wordpress.com/2012/01/16/menjalankan-cron-setiap-detik-solaris-10/#comments</comments>
		<pubDate>Mon, 16 Jan 2012 11:45:18 +0000</pubDate>
		<dc:creator>invaleed</dc:creator>
				<category><![CDATA[Solaris]]></category>

		<guid isPermaLink="false">http://invaleed.wordpress.com/?p=653</guid>
		<description><![CDATA[Seperti kita ketahui satuan terkecil dalam Crontab adalah dalam minute, nah bagaimana jika kita ingin menjalankan schedule job dalam satuan detik? Nah mungkin langkah-langkah berikut ini bisa menjadi salah satu solusinya. Misalkan kita ingin merubah permission sebuah file (sample.txt) yang berada dibawah folder &#8220;/data&#8221;  setiap 5 detik, maka langkah-langkah yang perlu dilakukan adalah: 1. Buat [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=invaleed.wordpress.com&amp;blog=74036&amp;post=653&amp;subd=invaleed&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Seperti kita ketahui satuan terkecil dalam Crontab adalah dalam minute, nah bagaimana jika kita ingin menjalankan schedule job dalam satuan detik?</p>
<p>Nah mungkin langkah-langkah berikut ini bisa menjadi salah satu solusinya.</p>
<p>Misalkan kita ingin merubah permission sebuah file (sample.txt) yang berada dibawah folder &#8220;/data&#8221;  setiap 5 detik, maka langkah-langkah yang perlu dilakukan adalah:</p>
<p>1. Buat script (1) dimana script ini berfungsi <strong>&#8220;merubah permission&#8221;</strong> file (ex. <strong>changepermission.sh</strong>)</p>
<blockquote><p>#!/bin/bash<br />
cd /data<br />
chmod 755 sample.txt 2&gt;/dev/null</p></blockquote>
<p>2. Buat script (2) dimana script ini berfungsi <strong>&#8220;menjalankan script (1) per lima detik&#8221;</strong> (ex. <strong>perlimadetik.sh</strong>)</p>
<blockquote><p>#!/bin/bash<br />
while true<br />
do<br />
/changepermission.sh<br />
sleep 5<br />
done</p></blockquote>
<p>3. Edit crontab dan tambahkan baris berikut</p>
<blockquote><p>1-59 * * * * /perlimadetik.sh</p></blockquote>
<p>Done</p>
<p>*************************************</p>
<p><strong>Update 17 Januari 2012</strong></p>
<p>Ternyata menggunakan crontab seperti berikut lebih simple :</p>
<blockquote><p>1-59 * * * * sleep 5 &amp;&amp; /changepermission.sh</p></blockquote>
<br />Filed under: <a href='http://invaleed.wordpress.com/category/solaris/'>Solaris</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/invaleed.wordpress.com/653/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/invaleed.wordpress.com/653/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/invaleed.wordpress.com/653/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/invaleed.wordpress.com/653/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/invaleed.wordpress.com/653/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/invaleed.wordpress.com/653/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/invaleed.wordpress.com/653/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/invaleed.wordpress.com/653/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/invaleed.wordpress.com/653/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/invaleed.wordpress.com/653/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/invaleed.wordpress.com/653/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/invaleed.wordpress.com/653/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/invaleed.wordpress.com/653/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/invaleed.wordpress.com/653/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=invaleed.wordpress.com&amp;blog=74036&amp;post=653&amp;subd=invaleed&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://invaleed.wordpress.com/2012/01/16/menjalankan-cron-setiap-detik-solaris-10/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a9bdde44f333e64911876b9c20adbd4c?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">invaleed</media:title>
		</media:content>
	</item>
		<item>
		<title>Symbol resolution failed for /usr/lib/libc.a(aio.o) &#8211; AIX</title>
		<link>http://invaleed.wordpress.com/2011/11/11/symbol-resolution-failed-for-usrliblibc-aaio-o-aix/</link>
		<comments>http://invaleed.wordpress.com/2011/11/11/symbol-resolution-failed-for-usrliblibc-aaio-o-aix/#comments</comments>
		<pubDate>Fri, 11 Nov 2011 14:56:13 +0000</pubDate>
		<dc:creator>invaleed</dc:creator>
				<category><![CDATA[AIX]]></category>

		<guid isPermaLink="false">http://invaleed.wordpress.com/?p=650</guid>
		<description><![CDATA[Error: 0509-036 Cannot load program xxx because of the following errors: 0509-130 Symbol resolution failed for /usr/lib/libc.a(aio.o) because: 0509-136   Symbol kaio_rdwr (number 1) is not exported from dependent module /unix. Solusi: # lsdev -C -l aio0 aio0 Defined Asynchronous I/O # chdev -l aio0 -P -a autoconfig=&#8217;available&#8217; #lsdev -C -l aio0 aio0 Available Asynchronous I/O [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=invaleed.wordpress.com&amp;blog=74036&amp;post=650&amp;subd=invaleed&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>Error:</strong><br />
0509-036 Cannot load program xxx because of the following errors:<br />
0509-130 Symbol resolution failed for /usr/lib/libc.a(aio.o) because:<br />
0509-136   Symbol kaio_rdwr (number 1) is not exported from dependent module /unix.</p>
<p><strong>Solusi:</strong></p>
<p># lsdev -C -l aio0<br />
aio0 <strong>Defined</strong> Asynchronous I/O</p>
<p><strong># chdev -l aio0 -P -a autoconfig=&#8217;available&#8217;</strong></p>
<p>#lsdev -C -l aio0<br />
aio0 <strong>Available</strong> Asynchronous I/O</p>
<br />Filed under: <a href='http://invaleed.wordpress.com/category/aix/'>AIX</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/invaleed.wordpress.com/650/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/invaleed.wordpress.com/650/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/invaleed.wordpress.com/650/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/invaleed.wordpress.com/650/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/invaleed.wordpress.com/650/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/invaleed.wordpress.com/650/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/invaleed.wordpress.com/650/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/invaleed.wordpress.com/650/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/invaleed.wordpress.com/650/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/invaleed.wordpress.com/650/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/invaleed.wordpress.com/650/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/invaleed.wordpress.com/650/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/invaleed.wordpress.com/650/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/invaleed.wordpress.com/650/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=invaleed.wordpress.com&amp;blog=74036&amp;post=650&amp;subd=invaleed&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://invaleed.wordpress.com/2011/11/11/symbol-resolution-failed-for-usrliblibc-aaio-o-aix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a9bdde44f333e64911876b9c20adbd4c?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">invaleed</media:title>
		</media:content>
	</item>
		<item>
		<title>Postingan Gado-Gado (3)</title>
		<link>http://invaleed.wordpress.com/2011/11/10/postingan-gado-gado-3/</link>
		<comments>http://invaleed.wordpress.com/2011/11/10/postingan-gado-gado-3/#comments</comments>
		<pubDate>Thu, 10 Nov 2011 12:48:29 +0000</pubDate>
		<dc:creator>invaleed</dc:creator>
				<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://invaleed.wordpress.com/?p=647</guid>
		<description><![CDATA[Ini postingan gado-gado yang ketiga, hehe… Aqila ulang tahun yang pertama &#8212; 26 Agustus 2011 Aqila skrg sudah bisa jalan. Pindah kerja dengan kesempatan belajar system baru, PSeries (AIX) Alhamdulillah dah bisa nyetir mobil. Mudik lebaran bareng Aqila dan Bundanya Aqila. 2nd anniversary &#8212; 15 Oktober 2011, luvyu poreper bun&#8230; Lagi pingin beli kamera Canon [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=invaleed.wordpress.com&amp;blog=74036&amp;post=647&amp;subd=invaleed&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Ini postingan gado-gado yang ketiga, hehe…</p>
<ul>
<li>Aqila ulang tahun yang pertama &#8212; 26 Agustus 2011</li>
<li>Aqila skrg sudah bisa jalan.</li>
<li>Pindah kerja dengan kesempatan belajar system baru, PSeries (AIX)</li>
<li>Alhamdulillah dah bisa nyetir mobil.</li>
<li>Mudik lebaran bareng Aqila dan Bundanya Aqila.</li>
<li>2nd anniversary &#8212; 15 Oktober 2011, luvyu poreper bun&#8230;</li>
<li>Lagi pingin beli kamera Canon EOS 7D <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </li>
</ul>
<br />Filed under: <a href='http://invaleed.wordpress.com/category/personal/'>Personal</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/invaleed.wordpress.com/647/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/invaleed.wordpress.com/647/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/invaleed.wordpress.com/647/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/invaleed.wordpress.com/647/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/invaleed.wordpress.com/647/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/invaleed.wordpress.com/647/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/invaleed.wordpress.com/647/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/invaleed.wordpress.com/647/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/invaleed.wordpress.com/647/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/invaleed.wordpress.com/647/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/invaleed.wordpress.com/647/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/invaleed.wordpress.com/647/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/invaleed.wordpress.com/647/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/invaleed.wordpress.com/647/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=invaleed.wordpress.com&amp;blog=74036&amp;post=647&amp;subd=invaleed&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://invaleed.wordpress.com/2011/11/10/postingan-gado-gado-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a9bdde44f333e64911876b9c20adbd4c?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">invaleed</media:title>
		</media:content>
	</item>
		<item>
		<title>Error saat mount .iso di Solaris</title>
		<link>http://invaleed.wordpress.com/2011/10/04/error-saat-mount-iso-di-solaris/</link>
		<comments>http://invaleed.wordpress.com/2011/10/04/error-saat-mount-iso-di-solaris/#comments</comments>
		<pubDate>Tue, 04 Oct 2011 09:13:04 +0000</pubDate>
		<dc:creator>invaleed</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://invaleed.wordpress.com/?p=645</guid>
		<description><![CDATA[Error : # lofiadm -a /dir/before.iso lofiadm: size of /dir/before.iso is not a multiple of 512 Solusi : # cd /dir # dd if=before.iso of=after.iso obs=512 conv=sync # lofiadm -a /dir/after.iso /dev/lofi/1 # mount -F hsfs -o ro /dev/lofi/1 /mnt Filed under: Linux<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=invaleed.wordpress.com&amp;blog=74036&amp;post=645&amp;subd=invaleed&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>Error :</strong><br />
# lofiadm -a <strong>/dir/before.iso</strong><br />
<em><strong>lofiadm: size of /dir/before.iso is not a multiple of 512</strong></em></p>
<p><strong>Solusi :</strong></p>
<p># cd /dir<br />
# dd if=before.iso of=after.iso obs=512 conv=sync<br />
# lofiadm -a <strong>/dir/after.iso</strong><br />
/dev/lofi/1<br />
# mount -F hsfs -o ro /dev/lofi/1 /mnt</p>
<br />Filed under: <a href='http://invaleed.wordpress.com/category/linux/'>Linux</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/invaleed.wordpress.com/645/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/invaleed.wordpress.com/645/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/invaleed.wordpress.com/645/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/invaleed.wordpress.com/645/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/invaleed.wordpress.com/645/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/invaleed.wordpress.com/645/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/invaleed.wordpress.com/645/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/invaleed.wordpress.com/645/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/invaleed.wordpress.com/645/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/invaleed.wordpress.com/645/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/invaleed.wordpress.com/645/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/invaleed.wordpress.com/645/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/invaleed.wordpress.com/645/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/invaleed.wordpress.com/645/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=invaleed.wordpress.com&amp;blog=74036&amp;post=645&amp;subd=invaleed&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://invaleed.wordpress.com/2011/10/04/error-saat-mount-iso-di-solaris/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a9bdde44f333e64911876b9c20adbd4c?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">invaleed</media:title>
		</media:content>
	</item>
	</channel>
</rss>
