<?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>Standalone Complex - Final Gig</title>
	<atom:link href="http://wajatimur.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://wajatimur.wordpress.com</link>
	<description>digging the web by the we should do</description>
	<lastBuildDate>Sun, 15 Jan 2012 07:09:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='wajatimur.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://1.gravatar.com/blavatar/1ac34e7cb33f0c9e7e0a4b9c89bc67f0?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>Standalone Complex - Final Gig</title>
		<link>http://wajatimur.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://wajatimur.wordpress.com/osd.xml" title="Standalone Complex - Final Gig" />
	<atom:link rel='hub' href='http://wajatimur.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Perl CPAN Shell Configuration on Solaris</title>
		<link>http://wajatimur.wordpress.com/2012/01/15/perl-cpan-shell-configuration-on-solaris/</link>
		<comments>http://wajatimur.wordpress.com/2012/01/15/perl-cpan-shell-configuration-on-solaris/#comments</comments>
		<pubDate>Sun, 15 Jan 2012 06:21:34 +0000</pubDate>
		<dc:creator>wajatimur</dc:creator>
				<category><![CDATA[Solaris]]></category>
		<category><![CDATA[cpan]]></category>
		<category><![CDATA[gcc]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[make]]></category>
		<category><![CDATA[makeinstall]]></category>
		<category><![CDATA[module]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[solaris]]></category>

		<guid isPermaLink="false">http://wajatimur.wordpress.com/?p=159</guid>
		<description><![CDATA[You might be encounter problem installing per module as below. cc: unrecognized option `-KPIC&#8217; cc: language ildoff not recognized cc: ReadKey.c: linker input file unused because linking not done you need to to tell cpan compiler to make Sun compiler understood the options. Open below file to edit. /usr/perl5/5.8.4/lib/sun4-solaris-64int/Config.pm Change following options: optimize=&#8217;-O3&#8242; cccdlflags=&#8217; &#8216; [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wajatimur.wordpress.com&amp;blog=5979642&amp;post=159&amp;subd=wajatimur&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>You might be encounter problem installing per module as below.</p>
<blockquote><p>cc: unrecognized option `-KPIC&#8217;<br />
cc: language ildoff not recognized<br />
cc: ReadKey.c: linker input file unused because linking not done</p></blockquote>
<p>you need to to tell cpan compiler to make Sun compiler understood the options. Open below file to edit.</p>
<blockquote><p>/usr/perl5/5.8.4/lib/sun4-solaris-64int/Config.pm</p></blockquote>
<p>Change following options:</p>
<blockquote><p>optimize=&#8217;-O3&#8242;<br />
cccdlflags=&#8217; &#8216;</p></blockquote>
<p>If you have below error while compiling.</p>
<blockquote><p>gcc: language arch=v8 not recognized</p></blockquote>
<p>Remove the following option founded in Config.pm file, usually there is 2 location.</p>
<blockquote><p>-xarch=v8</p></blockquote>
<p>[ref] <a href="http://gcc.gnu.org/ml/gcc/1999-08n/msg01022.html" title="GCC on Solaris">GCC on Solaris</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wajatimur.wordpress.com/159/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wajatimur.wordpress.com/159/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wajatimur.wordpress.com/159/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wajatimur.wordpress.com/159/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wajatimur.wordpress.com/159/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wajatimur.wordpress.com/159/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wajatimur.wordpress.com/159/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wajatimur.wordpress.com/159/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wajatimur.wordpress.com/159/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wajatimur.wordpress.com/159/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wajatimur.wordpress.com/159/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wajatimur.wordpress.com/159/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wajatimur.wordpress.com/159/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wajatimur.wordpress.com/159/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wajatimur.wordpress.com&amp;blog=5979642&amp;post=159&amp;subd=wajatimur&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://wajatimur.wordpress.com/2012/01/15/perl-cpan-shell-configuration-on-solaris/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4ee4e5184e2adff6f0958337ed619673?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">wajatimur</media:title>
		</media:content>
	</item>
		<item>
		<title>Zimbra Bulk Delete Email Message Base on String Using CLI</title>
		<link>http://wajatimur.wordpress.com/2011/04/01/zimbra-bulk-delete-email-message-base-on-string-using-cli/</link>
		<comments>http://wajatimur.wordpress.com/2011/04/01/zimbra-bulk-delete-email-message-base-on-string-using-cli/#comments</comments>
		<pubDate>Fri, 01 Apr 2011 04:49:34 +0000</pubDate>
		<dc:creator>wajatimur</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[mail]]></category>
		<category><![CDATA[mailbox]]></category>
		<category><![CDATA[message]]></category>
		<category><![CDATA[zimbra]]></category>

		<guid isPermaLink="false">http://wajatimur.wordpress.com/?p=133</guid>
		<description><![CDATA[Generate file list of message to be delete. # zmmailbox -z -m admin@mdkl.gov.my s -l 1000 -t message "in:inbox content:root@mdkl" &#124; awk '{ if(NR &#62; 4){print}}' &#124; cut -c7- &#124; awk '{print $1","}' &#124; tr -d '\n' &#62; /tmp/delmessg Delete message from list file : /tmp/todel # zmmailbox -z -m admin@mdkl.gov.my dm `cat /tmp/todel`<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wajatimur.wordpress.com&amp;blog=5979642&amp;post=133&amp;subd=wajatimur&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Generate file list of message to be delete.<br />
<code># zmmailbox -z -m admin@mdkl.gov.my s -l 1000 -t message "in:inbox content:root@mdkl" | awk '{ if(NR &gt; 4){print}}' | cut -c7- | awk '{print $1","}' | tr -d '\n' &gt; /tmp/delmessg</code></p>
<p>Delete message from list file : <em>/tmp/todel</em><br />
<code># zmmailbox -z -m admin@mdkl.gov.my dm `cat /tmp/todel`</code></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wajatimur.wordpress.com/133/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wajatimur.wordpress.com/133/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wajatimur.wordpress.com/133/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wajatimur.wordpress.com/133/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wajatimur.wordpress.com/133/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wajatimur.wordpress.com/133/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wajatimur.wordpress.com/133/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wajatimur.wordpress.com/133/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wajatimur.wordpress.com/133/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wajatimur.wordpress.com/133/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wajatimur.wordpress.com/133/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wajatimur.wordpress.com/133/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wajatimur.wordpress.com/133/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wajatimur.wordpress.com/133/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wajatimur.wordpress.com&amp;blog=5979642&amp;post=133&amp;subd=wajatimur&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://wajatimur.wordpress.com/2011/04/01/zimbra-bulk-delete-email-message-base-on-string-using-cli/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4ee4e5184e2adff6f0958337ed619673?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">wajatimur</media:title>
		</media:content>
	</item>
		<item>
		<title>Sound Configuration on Ubuntu for Lenovo Y4000 Notebook</title>
		<link>http://wajatimur.wordpress.com/2011/02/06/sound-configuration-on-ubuntu-for-lenovo-y4000-notebook/</link>
		<comments>http://wajatimur.wordpress.com/2011/02/06/sound-configuration-on-ubuntu-for-lenovo-y4000-notebook/#comments</comments>
		<pubDate>Sun, 06 Feb 2011 06:25:36 +0000</pubDate>
		<dc:creator>wajatimur</dc:creator>
				<category><![CDATA[laptop]]></category>
		<category><![CDATA[lenono y4000]]></category>
		<category><![CDATA[lenovo]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[notebook]]></category>
		<category><![CDATA[sound]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://wajatimur.wordpress.com/?p=145</guid>
		<description><![CDATA[# sudo vim /etc/modprobe.d/alsa-base.conf options snd-hda-intel model=laptop-eapd<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wajatimur.wordpress.com&amp;blog=5979642&amp;post=145&amp;subd=wajatimur&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p># sudo vim /etc/modprobe.d/alsa-base.conf</p>
<p>options snd-hda-intel model=laptop-eapd</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wajatimur.wordpress.com/145/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wajatimur.wordpress.com/145/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wajatimur.wordpress.com/145/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wajatimur.wordpress.com/145/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wajatimur.wordpress.com/145/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wajatimur.wordpress.com/145/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wajatimur.wordpress.com/145/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wajatimur.wordpress.com/145/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wajatimur.wordpress.com/145/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wajatimur.wordpress.com/145/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wajatimur.wordpress.com/145/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wajatimur.wordpress.com/145/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wajatimur.wordpress.com/145/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wajatimur.wordpress.com/145/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wajatimur.wordpress.com&amp;blog=5979642&amp;post=145&amp;subd=wajatimur&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://wajatimur.wordpress.com/2011/02/06/sound-configuration-on-ubuntu-for-lenovo-y4000-notebook/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4ee4e5184e2adff6f0958337ed619673?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">wajatimur</media:title>
		</media:content>
	</item>
		<item>
		<title>Reset Root Or Admin Password For FreeBSD</title>
		<link>http://wajatimur.wordpress.com/2010/11/21/reset-root-or-admin-password-for-freebsd/</link>
		<comments>http://wajatimur.wordpress.com/2010/11/21/reset-root-or-admin-password-for-freebsd/#comments</comments>
		<pubDate>Sun, 21 Nov 2010 18:03:42 +0000</pubDate>
		<dc:creator>wajatimur</dc:creator>
				<category><![CDATA[admin]]></category>
		<category><![CDATA[freebsd]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[reset]]></category>
		<category><![CDATA[root]]></category>

		<guid isPermaLink="false">http://wajatimur.wordpress.com/?p=143</guid>
		<description><![CDATA[1. Turn the system off. 2. Hit ESC when the OS boots up 3. Choose to boot into Single User Mode (option 4) 4. Select the default shell (/bin/sh) 5. When the machine is booted up and you see the prompt, enter: * mount -u / * mount -a 6. Type passwd to reset the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wajatimur.wordpress.com&amp;blog=5979642&amp;post=143&amp;subd=wajatimur&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>1. Turn the system off.<br />
2. Hit ESC when the OS boots up<br />
3. Choose to boot into Single User Mode (option 4)<br />
4. Select the default shell (/bin/sh)<br />
5. When the machine is booted up and you see the prompt, enter:<br />
          * mount -u /<br />
          * mount -a<br />
6. Type passwd to reset the password<br />
7. Enter the new password and confirm it<br />
8. Type reboot to reboot the machine (or press the shutdown button to reboot)</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wajatimur.wordpress.com/143/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wajatimur.wordpress.com/143/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wajatimur.wordpress.com/143/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wajatimur.wordpress.com/143/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wajatimur.wordpress.com/143/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wajatimur.wordpress.com/143/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wajatimur.wordpress.com/143/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wajatimur.wordpress.com/143/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wajatimur.wordpress.com/143/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wajatimur.wordpress.com/143/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wajatimur.wordpress.com/143/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wajatimur.wordpress.com/143/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wajatimur.wordpress.com/143/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wajatimur.wordpress.com/143/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wajatimur.wordpress.com&amp;blog=5979642&amp;post=143&amp;subd=wajatimur&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://wajatimur.wordpress.com/2010/11/21/reset-root-or-admin-password-for-freebsd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4ee4e5184e2adff6f0958337ed619673?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">wajatimur</media:title>
		</media:content>
	</item>
		<item>
		<title>Howto CoovaChilli Using External DHCP Server</title>
		<link>http://wajatimur.wordpress.com/2010/10/21/howto-coovachilli-using-external-dhcp-server/</link>
		<comments>http://wajatimur.wordpress.com/2010/10/21/howto-coovachilli-using-external-dhcp-server/#comments</comments>
		<pubDate>Thu, 21 Oct 2010 19:50:39 +0000</pubDate>
		<dc:creator>wajatimur</dc:creator>
				<category><![CDATA[coovachilli]]></category>
		<category><![CDATA[dhcp]]></category>
		<category><![CDATA[dhcpd]]></category>
		<category><![CDATA[external]]></category>

		<guid isPermaLink="false">http://wajatimur.wordpress.com/?p=139</guid>
		<description><![CDATA[dhcpradius dhcpgateway 127.0.0.1 dhcpgatewayport 6700 dhcprelayagent 127.0.0.1<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wajatimur.wordpress.com&amp;blog=5979642&amp;post=139&amp;subd=wajatimur&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>dhcpradius<br />
dhcpgateway 127.0.0.1<br />
dhcpgatewayport 6700<br />
dhcprelayagent 127.0.0.1</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wajatimur.wordpress.com/139/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wajatimur.wordpress.com/139/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wajatimur.wordpress.com/139/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wajatimur.wordpress.com/139/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wajatimur.wordpress.com/139/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wajatimur.wordpress.com/139/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wajatimur.wordpress.com/139/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wajatimur.wordpress.com/139/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wajatimur.wordpress.com/139/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wajatimur.wordpress.com/139/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wajatimur.wordpress.com/139/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wajatimur.wordpress.com/139/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wajatimur.wordpress.com/139/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wajatimur.wordpress.com/139/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wajatimur.wordpress.com&amp;blog=5979642&amp;post=139&amp;subd=wajatimur&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://wajatimur.wordpress.com/2010/10/21/howto-coovachilli-using-external-dhcp-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4ee4e5184e2adff6f0958337ed619673?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">wajatimur</media:title>
		</media:content>
	</item>
		<item>
		<title>Workaround For Keyboard Not Working in Virtualbox</title>
		<link>http://wajatimur.wordpress.com/2010/09/24/workaround-for-keyboard-not-working-in-virtualbox/</link>
		<comments>http://wajatimur.wordpress.com/2010/09/24/workaround-for-keyboard-not-working-in-virtualbox/#comments</comments>
		<pubDate>Fri, 24 Sep 2010 18:28:09 +0000</pubDate>
		<dc:creator>wajatimur</dc:creator>
				<category><![CDATA[guest]]></category>
		<category><![CDATA[keyboard]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[not working]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[virtualbox]]></category>
		<category><![CDATA[xp]]></category>

		<guid isPermaLink="false">http://wajatimur.wordpress.com/?p=137</guid>
		<description><![CDATA[sudo apt-get install scim-bridge-client-qt<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wajatimur.wordpress.com&amp;blog=5979642&amp;post=137&amp;subd=wajatimur&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>sudo apt-get install scim-bridge-client-qt</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wajatimur.wordpress.com/137/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wajatimur.wordpress.com/137/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wajatimur.wordpress.com/137/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wajatimur.wordpress.com/137/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wajatimur.wordpress.com/137/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wajatimur.wordpress.com/137/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wajatimur.wordpress.com/137/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wajatimur.wordpress.com/137/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wajatimur.wordpress.com/137/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wajatimur.wordpress.com/137/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wajatimur.wordpress.com/137/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wajatimur.wordpress.com/137/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wajatimur.wordpress.com/137/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wajatimur.wordpress.com/137/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wajatimur.wordpress.com&amp;blog=5979642&amp;post=137&amp;subd=wajatimur&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://wajatimur.wordpress.com/2010/09/24/workaround-for-keyboard-not-working-in-virtualbox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4ee4e5184e2adff6f0958337ed619673?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">wajatimur</media:title>
		</media:content>
	</item>
		<item>
		<title>Science of Open Source : Behind The Motivation</title>
		<link>http://wajatimur.wordpress.com/2010/08/13/science-of-open-source-behind-the-motivation/</link>
		<comments>http://wajatimur.wordpress.com/2010/08/13/science-of-open-source-behind-the-motivation/#comments</comments>
		<pubDate>Fri, 13 Aug 2010 09:54:06 +0000</pubDate>
		<dc:creator>wajatimur</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[motivation]]></category>
		<category><![CDATA[motivator]]></category>
		<category><![CDATA[open]]></category>
		<category><![CDATA[opensource]]></category>
		<category><![CDATA[salary]]></category>
		<category><![CDATA[source]]></category>

		<guid isPermaLink="false">http://wajatimur.wordpress.com/?p=135</guid>
		<description><![CDATA[<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wajatimur.wordpress.com&amp;blog=5979642&amp;post=135&amp;subd=wajatimur&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<span style="text-align:center; display: block;"><a href="http://wajatimur.wordpress.com/2010/08/13/science-of-open-source-behind-the-motivation/"><img src="http://img.youtube.com/vi/u6XAPnuFjJc/2.jpg" alt="" /></a></span>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wajatimur.wordpress.com/135/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wajatimur.wordpress.com/135/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wajatimur.wordpress.com/135/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wajatimur.wordpress.com/135/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wajatimur.wordpress.com/135/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wajatimur.wordpress.com/135/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wajatimur.wordpress.com/135/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wajatimur.wordpress.com/135/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wajatimur.wordpress.com/135/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wajatimur.wordpress.com/135/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wajatimur.wordpress.com/135/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wajatimur.wordpress.com/135/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wajatimur.wordpress.com/135/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wajatimur.wordpress.com/135/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wajatimur.wordpress.com&amp;blog=5979642&amp;post=135&amp;subd=wajatimur&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://wajatimur.wordpress.com/2010/08/13/science-of-open-source-behind-the-motivation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4ee4e5184e2adff6f0958337ed619673?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">wajatimur</media:title>
		</media:content>
	</item>
		<item>
		<title>Sunray &#8211; Automatically show content of USB disk</title>
		<link>http://wajatimur.wordpress.com/2010/03/15/sunray-automatically-show-content-of-usb-disk/</link>
		<comments>http://wajatimur.wordpress.com/2010/03/15/sunray-automatically-show-content-of-usb-disk/#comments</comments>
		<pubDate>Mon, 15 Mar 2010 06:32:06 +0000</pubDate>
		<dc:creator>wajatimur</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[automatically]]></category>
		<category><![CDATA[sunray]]></category>
		<category><![CDATA[usb disk]]></category>

		<guid isPermaLink="false">http://wajatimur.wordpress.com/2010/03/15/sunray-automatically-show-content-of-usb-disk/</guid>
		<description><![CDATA[utdiskadm/utstoraged/utmountd/etc automatically handle the creation of device files during insertion and mounting of USB mass storage devices, but the mount point is in /tmp/SUNWut/mnt/$USER, which isn&#8217;t obvious for the average user. I wrote a wrapper around /opt/SUNWut/lib/utdomount to create an icon to on a users GNOME desktop after USB insertion and delete the Icon after [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wajatimur.wordpress.com&amp;blog=5979642&amp;post=128&amp;subd=wajatimur&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>utdiskadm/utstoraged/utmountd/etc automatically handle the creation of<br />
device files during insertion and mounting of USB mass storage devices,<br />
but the mount point is in /tmp/SUNWut/mnt/$USER, which isn&#8217;t obvious for<br />
the average user.<br />
<span id="more-128"></span><br />
I wrote a wrapper around /opt/SUNWut/lib/utdomount to create an icon to<br />
on a users GNOME desktop after USB insertion and delete the Icon after<br />
USB removal.  Additionally, a symbolic link is created/removed in the<br />
users home directory to make accessing the USB storage from applications<br />
easier.</p>
<p>cp /opt/SUNWut/lib/utdomount /opt/SUNWut/lib/utdomount.original</p>
<p>=== begin /opt/SUNWut/lib/utdomount ===</p>
<p><code>#!/bin/bash<br />
#<br />
# /opt/SUNWut/lib/utdomount.sh<br />
#<br />
# Shell wrapper around /opt/SUNWut/lib/utdomount<br />
# Detect GNOME and put Icon on users desktop pointing to the USB mountpoint.<br />
#<br />
# Version: 0.1 -- Initial writing<br />
#<br />
# Change Log<br />
#<br />
# 2005/08/23, Peter Downs,<br />
#<br />
# This script may be used under the terms of the GNU General<br />
# Public License v2 (http://www.gnu.org/licenses/gpl.html)</p>
<p>DEBUG=1</p>
<p>if [ "$DEBUG" == "1" ]; then<br />
         echo "### Environment ###" &gt; /tmp/domount.log<br />
         set | sort &gt;&gt; /tmp/domount.log</p>
<p>         echo "" &gt;&gt; /tmp/domount.log<br />
         echo "" &gt;&gt; /tmp/domount.log<br />
         echo "" &gt;&gt; /tmp/domount.log<br />
         echo "### Command Line ###" &gt;&gt; /tmp/domount.log<br />
         echo $* &gt;&gt; /tmp/domount.log<br />
fi</p>
<p>cmdopt=$*</p>
<p>while [ $# -gt 0 ]; do<br />
arg=$1<br />
case $arg in<br />
         -b)<br />
                 shift<br />
                 dev=$1<br />
                 ;;<br />
         -i)<br />
                 shift<br />
                 id=$1<br />
                 ;;<br />
         -m)<br />
                 shift<br />
                 action=mount<br />
                 ;;<br />
         -u)<br />
                 shift<br />
                 action=unmount<br />
                 ;;<br />
         *)<br />
                 shift<br />
                 ;;<br />
esac<br />
done</p>
<p>if [ "$DEBUG" == "1" ]; then<br />
         echo "Processed command line arguments" &gt;&gt;/tmp/domount.log<br />
         echo dev=$dev &gt;&gt;/tmp/domount.log<br />
         echo id=$id &gt;&gt; /tmp/domount.log<br />
         echo action=$action &gt;&gt; /tmp/domount.log</p>
<p>fi</p>
<p>if [ "$id" != "" ]; then<br />
         uid=`getent passwd $id | cut -d: -f1`<br />
fi</p>
<p>if [ "$DEBUG" == "1" ]; then<br />
         echo uid=$uid &gt;&gt; /tmp/domount.log<br />
fi</p>
<p>if [ "$DEBUG" == "1" ]; then<br />
         echo "Passing control to utdomount.original" &gt;&gt;/tmp/domount.log<br />
fi</p>
<p>/opt/SUNWut/lib/utdomount.original $cmdopt &gt;&gt; /tmp/domount.log</p>
<p>if [ "$DEBUG" == "1" ]; then<br />
         echo "Done with utdomount.original" &gt;&gt;/tmp/domount.log<br />
fi</p>
<p>name=`basename $dev | sed -e 's/s2//'`<br />
desc="Removable USB Device 1"<br />
icon=`eval echo ~$uid`/Desktop/usb.desktop</p>
<p>echo name=$name &gt;&gt;/tmp/domount.log<br />
echo icon=$icon &gt;&gt;/tmp/domount.log<br />
case $action in<br />
mount)<br />
         # Create icon<br />
         echo "Begin Create icon"  &gt;&gt;/tmp/domount.log<br />
         mpath=/tmp/SUNWut/mnt/$uid/$name<br />
         cat &gt; $icon &lt;&gt; /tmp/domount.log<br />
         echo err=$err &gt;&gt; /tmp/domount.log<br />
fi</p>
<p>exit $?</code></p>
<p>==== end /opt/SUNWut/lib/utdomount</p>
<p>chown root:sys /opt/SUNWut/lib/utdomount<br />
chmod 4755 /opt/SUNWut/lib/utdomount</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wajatimur.wordpress.com/128/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wajatimur.wordpress.com/128/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wajatimur.wordpress.com/128/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wajatimur.wordpress.com/128/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wajatimur.wordpress.com/128/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wajatimur.wordpress.com/128/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wajatimur.wordpress.com/128/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wajatimur.wordpress.com/128/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wajatimur.wordpress.com/128/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wajatimur.wordpress.com/128/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wajatimur.wordpress.com/128/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wajatimur.wordpress.com/128/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wajatimur.wordpress.com/128/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wajatimur.wordpress.com/128/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wajatimur.wordpress.com&amp;blog=5979642&amp;post=128&amp;subd=wajatimur&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://wajatimur.wordpress.com/2010/03/15/sunray-automatically-show-content-of-usb-disk/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4ee4e5184e2adff6f0958337ed619673?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">wajatimur</media:title>
		</media:content>
	</item>
		<item>
		<title>Adding Realtime Black-hole List on Zimbra Server</title>
		<link>http://wajatimur.wordpress.com/2010/02/06/adding-realtime-black-hole-list-on-zimbra-server/</link>
		<comments>http://wajatimur.wordpress.com/2010/02/06/adding-realtime-black-hole-list-on-zimbra-server/#comments</comments>
		<pubDate>Sat, 06 Feb 2010 15:13:48 +0000</pubDate>
		<dc:creator>wajatimur</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[amavis]]></category>
		<category><![CDATA[rbl]]></category>
		<category><![CDATA[spam]]></category>
		<category><![CDATA[zimbra]]></category>

		<guid isPermaLink="false">http://wajatimur.wordpress.com/?p=126</guid>
		<description><![CDATA[RBL (Real time black-hole lists) can be turned on or off in SpamAssassin from the Zimbra CLI. The three RBL’s that are enabled during installation are the following: • reject_invalid_hostname • reject_non_fqdn_hostname • reject_non_fqdn_sender You can set the following, in addition to the three above: • reject_rbl_client dnsbl.njabl.org • reject_rbl_client cbl.abuseat.org • reject_rbl_client bl.spamcop.net • [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wajatimur.wordpress.com&amp;blog=5979642&amp;post=126&amp;subd=wajatimur&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>RBL (Real time black-hole lists) can be turned on or off in SpamAssassin from the Zimbra CLI.</p>
<p>The three RBL’s that are enabled during installation are the following:<br />
• reject_invalid_hostname<br />
• reject_non_fqdn_hostname<br />
• reject_non_fqdn_sender</p>
<p>You can set the following, in addition to the three above:<br />
• reject_rbl_client dnsbl.njabl.org<br />
• reject_rbl_client cbl.abuseat.org<br />
• reject_rbl_client bl.spamcop.net<br />
• reject_rbl_client dnsbl.sorbs.net<br />
• reject_rbl_client sbl.spamhaus.org<br />
• reject_rbl_client relays.mail-abuse.org</p>
<p>To turn RBL on<br />
1. Log on to the server as &#8216;zimbra&#8217;<br />
2. Enter zmprov gacf | grep zimbraMtaRestriction, to see what RBLs are set.<br />
3. To add any new RBL types, you must list the existing RBLs and the new RBLs all in one command as:<br />
zmprov mcf zimbraMtaRestriction [RBL type]</p>
<p>To add all the possible restrictions, the command would be</p>
<p>zmprov mcf /<br />
zimbraMtaRestriction reject_invalid_hostname /<br />
zimbraMtaRestriction reject_non-fqdn_hostname /<br />
zimbraMtaRestriction reject_non_fqdn_sender /<br />
zimbraMtaRestriction &#8220;reject_rbl_client dnsbl.njabl.org&#8221; /<br />
zimbraMtaRestriction &#8220;reject_rbl_client cbl.abuseat.org&#8221; /<br />
zimbraMtaRestriction &#8220;reject_rbl_client bl.spamcop.net &#8221; /<br />
zimbraMtaRestriction &#8220;reject_rbl_client dnsbl.sorbs.net &#8221; /<br />
zimbraMtaRestriction &#8220;reject_rbl_client sbl.spamhaus.org&#8221; /<br />
zimbraMtaRestriction &#8220;reject_rbl_client relays.mail-abuse.org&#8221;</p>
<p>Note: Quotes must be added to RBL types that are two words. </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wajatimur.wordpress.com/126/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wajatimur.wordpress.com/126/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wajatimur.wordpress.com/126/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wajatimur.wordpress.com/126/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wajatimur.wordpress.com/126/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wajatimur.wordpress.com/126/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wajatimur.wordpress.com/126/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wajatimur.wordpress.com/126/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wajatimur.wordpress.com/126/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wajatimur.wordpress.com/126/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wajatimur.wordpress.com/126/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wajatimur.wordpress.com/126/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wajatimur.wordpress.com/126/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wajatimur.wordpress.com/126/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wajatimur.wordpress.com&amp;blog=5979642&amp;post=126&amp;subd=wajatimur&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://wajatimur.wordpress.com/2010/02/06/adding-realtime-black-hole-list-on-zimbra-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4ee4e5184e2adff6f0958337ed619673?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">wajatimur</media:title>
		</media:content>
	</item>
		<item>
		<title>Howto Solve LDAP Error in Creating Account</title>
		<link>http://wajatimur.wordpress.com/2010/01/10/howto-solve-ldap-error-in-creating-account/</link>
		<comments>http://wajatimur.wordpress.com/2010/01/10/howto-solve-ldap-error-in-creating-account/#comments</comments>
		<pubDate>Sun, 10 Jan 2010 05:00:07 +0000</pubDate>
		<dc:creator>wajatimur</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[ldap error]]></category>
		<category><![CDATA[object class]]></category>
		<category><![CDATA[uidnumber]]></category>
		<category><![CDATA[zimbra]]></category>

		<guid isPermaLink="false">http://wajatimur.wordpress.com/?p=123</guid>
		<description><![CDATA[Check object class first : zmprov gacf &#124; grep ObjectClass zimbraAccountExtraObjectClass: amavisAccount zimbraAccountExtraObjectClass: posixAccount zimbraAccountExtraObjectClass: sambaSamAccount zimbraAccountExtraObjectClass: sambaAccount Remove optional object class : zmprov mcf -zimbraAccountExtraObjectClass posixAccount zmprov mcf -zimbraAccountExtraObjectClass sambaAccount zmprov mcf -zimbraAccountExtraObjectClass sambaSamAccount<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wajatimur.wordpress.com&amp;blog=5979642&amp;post=123&amp;subd=wajatimur&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Check object class first :</p>
<blockquote><p>zmprov gacf | grep ObjectClass<br />
zimbraAccountExtraObjectClass: amavisAccount<br />
zimbraAccountExtraObjectClass: posixAccount<br />
zimbraAccountExtraObjectClass: sambaSamAccount<br />
zimbraAccountExtraObjectClass: sambaAccount</p></blockquote>
<p>Remove optional object class :</p>
<blockquote><p>zmprov mcf -zimbraAccountExtraObjectClass posixAccount<br />
zmprov mcf -zimbraAccountExtraObjectClass sambaAccount<br />
zmprov mcf -zimbraAccountExtraObjectClass sambaSamAccount</p></blockquote>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wajatimur.wordpress.com/123/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wajatimur.wordpress.com/123/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wajatimur.wordpress.com/123/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wajatimur.wordpress.com/123/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wajatimur.wordpress.com/123/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wajatimur.wordpress.com/123/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wajatimur.wordpress.com/123/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wajatimur.wordpress.com/123/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wajatimur.wordpress.com/123/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wajatimur.wordpress.com/123/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wajatimur.wordpress.com/123/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wajatimur.wordpress.com/123/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wajatimur.wordpress.com/123/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wajatimur.wordpress.com/123/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wajatimur.wordpress.com&amp;blog=5979642&amp;post=123&amp;subd=wajatimur&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://wajatimur.wordpress.com/2010/01/10/howto-solve-ldap-error-in-creating-account/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4ee4e5184e2adff6f0958337ed619673?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">wajatimur</media:title>
		</media:content>
	</item>
	</channel>
</rss>
