<?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>Jpatiani's Weblog</title>
	<atom:link href="http://jpatiani.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://jpatiani.wordpress.com</link>
	<description>Today is YOurs. OOu really?</description>
	<lastBuildDate>Tue, 08 Dec 2009 07:55:05 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='jpatiani.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/f789b8d04dafc15f0d152285201acffe?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Jpatiani's Weblog</title>
		<link>http://jpatiani.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://jpatiani.wordpress.com/osd.xml" title="Jpatiani&#8217;s Weblog" />
		<item>
		<title>Ruby kill me part 1: $LOAD_PATH</title>
		<link>http://jpatiani.wordpress.com/2009/12/08/ruby-kill-me-part-1-load_path/</link>
		<comments>http://jpatiani.wordpress.com/2009/12/08/ruby-kill-me-part-1-load_path/#comments</comments>
		<pubDate>Tue, 08 Dec 2009 07:55:05 +0000</pubDate>
		<dc:creator>jpatiani</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://jpatiani.wordpress.com/?p=47</guid>
		<description><![CDATA[So you&#8217;re not root now, what you have to do if you want a program that not in your system. Of course, the answer is install by yourself. Yeah, install a program is rather easy then configure itself. Like this example:
I have already install irb which is ruby interactive environment but I can not use [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jpatiani.wordpress.com&blog=2024857&post=47&subd=jpatiani&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>So you&#8217;re not root now, what you have to do if you want a program that not in your system. Of course, the answer is install by yourself. Yeah, install a program is rather easy then configure itself. Like this example:<br />
I have already install irb which is ruby interactive environment but I can not use it because require module not on the list of search able directory. </p>
<p>To solve this problem you can easily modify the irb script by added $LOAD_PATH at the beginning of script. For example like my modified irb script below:<br />
<code><br />
#!/usr/bin/ruby1.8<br />
#<br />
#   irb.rb - intaractive ruby<br />
#       $Release Version: 0.9.5 $<br />
#       $Revision: 11708 $<br />
#       $Date: 2007-02-13 08:01:19 +0900 (Tue, 13 Feb 2007) $<br />
#       by Keiju ISHITSUKA(keiju@ruby-lang.org)<br />
#<br />
$LOAD_PATH &lt;&lt; &#039;/home/jpatiani/lib/ruby/1.8&#039;<br />
require &quot;irb&quot;</p>
<p>if __FILE__ == $0<br />
  IRB.start(__FILE__)<br />
else<br />
  # check -e option<br />
  if /^-e$/ =~ $0<br />
    IRB.start(__FILE__)<br />
  else<br />
    IRB.setup(__FILE__)<br />
  end<br />
end<br />
</code></p>
<p>Thank God found this simple solution. I found it <a href="http://ruby.about.com/od/rubyfeatures/a/require.htm">here</a></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jpatiani.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jpatiani.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jpatiani.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jpatiani.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jpatiani.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jpatiani.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jpatiani.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jpatiani.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jpatiani.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jpatiani.wordpress.com/47/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jpatiani.wordpress.com&blog=2024857&post=47&subd=jpatiani&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://jpatiani.wordpress.com/2009/12/08/ruby-kill-me-part-1-load_path/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1a187a5ca5e585ed23b511b8617cc5a6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jpatiani</media:title>
		</media:content>
	</item>
		<item>
		<title>Playing with FB</title>
		<link>http://jpatiani.wordpress.com/2009/02/06/playing-with-fb/</link>
		<comments>http://jpatiani.wordpress.com/2009/02/06/playing-with-fb/#comments</comments>
		<pubDate>Fri, 06 Feb 2009 10:37:33 +0000</pubDate>
		<dc:creator>jpatiani</dc:creator>
				<category><![CDATA[babeling]]></category>

		<guid isPermaLink="false">http://jpatiani.wordpress.com/?p=25</guid>
		<description><![CDATA[Just wanna test badge from facebook

Seem the picture not coming up. Daaa, what wrong with this.
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jpatiani.wordpress.com&blog=2024857&post=25&subd=jpatiani&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Just wanna test badge from facebook</p>
<p><a title="Joe Patiani's Facebook profile" href="http://www.facebook.com/people/Joe-Patiani/1304211860" target="_TOP"><img src="http://badge.facebook.com/badge/1304211860.376.563158084.png" border="0" alt="Joe Patiani's Facebook profile" /></a></p>
<p>Seem the picture not coming up. Daaa, what wrong with this.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jpatiani.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jpatiani.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jpatiani.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jpatiani.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jpatiani.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jpatiani.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jpatiani.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jpatiani.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jpatiani.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jpatiani.wordpress.com/25/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jpatiani.wordpress.com&blog=2024857&post=25&subd=jpatiani&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://jpatiani.wordpress.com/2009/02/06/playing-with-fb/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1a187a5ca5e585ed23b511b8617cc5a6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jpatiani</media:title>
		</media:content>

		<media:content url="http://badge.facebook.com/badge/1304211860.376.563158084.png" medium="image">
			<media:title type="html">Joe Patiani's Facebook profile</media:title>
		</media:content>
	</item>
		<item>
		<title>Up Again</title>
		<link>http://jpatiani.wordpress.com/2008/08/01/up-again/</link>
		<comments>http://jpatiani.wordpress.com/2008/08/01/up-again/#comments</comments>
		<pubDate>Fri, 01 Aug 2008 12:23:29 +0000</pubDate>
		<dc:creator>jpatiani</dc:creator>
				<category><![CDATA[Computer Science]]></category>
		<category><![CDATA[dns]]></category>
		<category><![CDATA[email]]></category>

		<guid isPermaLink="false">http://jpatiani.wordpress.com/?p=21</guid>
		<description><![CDATA[Like I wrote yesterday that the email server was down, today it&#8217;s up again. My feeling was right, the error was not at my side. Error was happened in center DNS. Somebody accidentally made mistake when edit the dns record. I didn&#8217;t who&#8217;s that, hope that it was not myself.
Everything just work fine and I [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jpatiani.wordpress.com&blog=2024857&post=21&subd=jpatiani&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Like I wrote yesterday that the email server was down, today it&#8217;s up again. My feeling was right, the error was not at my side. Error was happened in center DNS. Somebody accidentally made mistake when edit the dns record. I didn&#8217;t who&#8217;s that, hope that it was not myself.</p>
<p>Everything just work fine and I can sleep well tonight. </p>
<p>PS:<br />
when set <em>relayhost</em> in postfix use IP don&#8217;t use hostname.<br />
If hostname is used, it will be error with message &#8220;Name or service not known&#8221;.<br />
At least it&#8217;s happen to me. </p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/jpatiani.wordpress.com/21/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/jpatiani.wordpress.com/21/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jpatiani.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jpatiani.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jpatiani.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jpatiani.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jpatiani.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jpatiani.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jpatiani.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jpatiani.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jpatiani.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jpatiani.wordpress.com/21/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jpatiani.wordpress.com&blog=2024857&post=21&subd=jpatiani&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://jpatiani.wordpress.com/2008/08/01/up-again/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1a187a5ca5e585ed23b511b8617cc5a6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jpatiani</media:title>
		</media:content>
	</item>
		<item>
		<title>Creepy Thursday</title>
		<link>http://jpatiani.wordpress.com/2008/07/31/creepy-thursday/</link>
		<comments>http://jpatiani.wordpress.com/2008/07/31/creepy-thursday/#comments</comments>
		<pubDate>Thu, 31 Jul 2008 04:56:22 +0000</pubDate>
		<dc:creator>jpatiani</dc:creator>
				<category><![CDATA[Computer Science]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[script]]></category>

		<guid isPermaLink="false">http://jpatiani.wordpress.com/?p=17</guid>
		<description><![CDATA[Today seem everything goes wrong. Complain due to email malfunction still continued. My deduction point to problem in upper network, which is ITB network. Network unreachable when access from outside network. Here, I use network from XL to test it, and the same thing happen when access from Speedy.
Right now, I still can&#8217;t figure out [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jpatiani.wordpress.com&blog=2024857&post=17&subd=jpatiani&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Today seem everything goes wrong. Complain due to email malfunction still continued. My deduction point to problem in upper network, which is ITB network. Network unreachable when access from outside network. Here, I use network from XL to test it, and the same thing happen when access from Speedy.<br />
Right now, I still can&#8217;t figure out where the problem source. May be due to black out last Tuesday, or may be another reason, I don&#8217;t know. So, until this noon geoph mail wouldn&#8217;t accept email from outside network. Hope this over soon.</p>
<p>Well, that was the bad news. Fortunately, not only bad news I also have the good one. My script from last Wednesday work well. The script for the lazy person that what I call this. The script mainly contains <em>wget</em> and <em>sed</em> command. Small script, but good one.<br />
This script divided into to two part. First part, download full index.html with contains list name of file in current folder. Second, manipulate the index.html and then download the needed file. </p>
<p>May be this step seem to be complicated. Because wget actually can choose what we want to download. But in this case I don&#8217;t see this work. So this tricky work fine for me.  </p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/jpatiani.wordpress.com/17/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/jpatiani.wordpress.com/17/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jpatiani.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jpatiani.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jpatiani.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jpatiani.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jpatiani.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jpatiani.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jpatiani.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jpatiani.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jpatiani.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jpatiani.wordpress.com/17/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jpatiani.wordpress.com&blog=2024857&post=17&subd=jpatiani&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://jpatiani.wordpress.com/2008/07/31/creepy-thursday/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1a187a5ca5e585ed23b511b8617cc5a6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jpatiani</media:title>
		</media:content>
	</item>
		<item>
		<title>Update php 5.2.6 on SLES 9</title>
		<link>http://jpatiani.wordpress.com/2008/06/26/update-php-526-on-sles-9/</link>
		<comments>http://jpatiani.wordpress.com/2008/06/26/update-php-526-on-sles-9/#comments</comments>
		<pubDate>Thu, 26 Jun 2008 10:55:34 +0000</pubDate>
		<dc:creator>jpatiani</dc:creator>
				<category><![CDATA[Computer Science]]></category>
		<category><![CDATA[operating system]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://jpatiani.wordpress.com/?p=15</guid>
		<description><![CDATA[SLES 9 is some what incomplete OS especially in php software for x86_84 arch. There are some php extensions missing in this release, such as iconv. I realized this when install Mailbee Webmail. At the beginning it was very tragic problem, because I&#8217;m so lazy to think how to solve the problem. And beside there [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jpatiani.wordpress.com&blog=2024857&post=15&subd=jpatiani&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>SLES 9 is some what incomplete OS especially in php software for x86_84 arch. There are some php extensions missing in this release, such as iconv. I realized this when install <a href="http://www.afterlogic.com/mailbee/webmail-php.asp">Mailbee Webmail</a>. At the beginning it was very tragic problem, because I&#8217;m so lazy to think how to solve the problem. And beside there is no rpm package for this missing ext available in the internet. But still the show must go on and the problem need to be solve. Another importance is that in other webapplication (<a href="http://gdl.geoph.itb.ac.id">gdl</a>) php5 required therefore the application work normally.</p>
<p>So I brave my heart not just only fill the missing ext but also completely change the system. The newest php installed in the SLES 9, at that moment php 5.2.6 was the newest.</p>
<p>Before install php there is important note that newbies like I&#8217;m need to pay attention. That is if we want to install complete package, first of all we need install library. For example, if we want install mhash support so we need to install mhash-devel first. And so on.<span id="more-15"></span></p>
<p>For my SLES the configuration I used  is<br />
<code>./configure --prefix=/usr/local/php5 --with-apxs2=/usr/sbin/apxs2-prefork --with-libxml-dir=/usr/local/libxml2 --enable-calendar --with-curl --with-zlib --with-jpeg-dir=/usr --with-gd --with-png-dir=/usr --with-freetype-dir=/usr --with-ttf --with-mysql --with-iconv --with-imap --with-imap-ssl --with-gettext --with-bz2 --with-curl --with-mcrypt --with-mhash --with-mime_magic --with-ncurses --with-openssl --with-readline --with-mm --with-snmp --enable-sockets --enable-ftp --enable-zip --enable-cli --enable-fastcgi --enable-cgi --with-libdir=lib64 2&gt;&amp;1 | tee build.log<br />
</code><br />
Of course the directory up to your system. Another note is that php5 need newer version of libxml2. We need install newer libxml2 to complete the requirement.</p>
<p>When everything work smoothly, next step is configure apache2 to support php5. This can be done by edit the <code>/etc/sysconfig/apache2</code> and add php5 in variable <code>APACHE_MODULES</code>. Here is for the example <code>APACHE_MODULES="suexec access actions alias auth auth_dbm autoindex cgi dir env expires include log_config mime negotiation setenvif userdir ssl python php5"</code> And remember not to mess with php4.</p>
<p>Next, copy the libphp5.so in the directory pointed in file <code>/etc/apache2/sysconfig.d/loadmodule.conf</code>.</p>
<p>And then we need conf file to make sure that php5 will be loaded. The file is called  php5.conf and put in <code>/etc/apache2/conf.d</code>. The file contains following line:<br />
<code><br />
&lt;IfModule mod_php5.c&gt;<br />
AddType application/x-httpd-php .php .phtml .html .htm<br />
AddType application/x-httpd-php-source .phps<br />
AddHandler application/x-httpd-php .php4<br />
AddHandler application/x-httpd-php .php5<br />
AddHandler application/x-httpd-php .php<br />
AddHandler application/x-httpd-php-source .php4s<br />
AddHandler application/x-httpd-php-source .php5s<br />
AddHandler application/x-httpd-php-source .phps<br />
DirectoryIndex index.php4<br />
DirectoryIndex index.php5<br />
DirectoryIndex index.php index.html index.htm<br />
&lt;/IfModule&gt;<br />
</code></p>
<p>And then restart apache service:<br />
<code>/etc/init.d/apache2 restart</code></p>
<p>Voila, your php5 have just installed. To make sure you can test with php function <code>phpinfo</code>.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/jpatiani.wordpress.com/15/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/jpatiani.wordpress.com/15/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jpatiani.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jpatiani.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jpatiani.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jpatiani.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jpatiani.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jpatiani.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jpatiani.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jpatiani.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jpatiani.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jpatiani.wordpress.com/15/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jpatiani.wordpress.com&blog=2024857&post=15&subd=jpatiani&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://jpatiani.wordpress.com/2008/06/26/update-php-526-on-sles-9/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1a187a5ca5e585ed23b511b8617cc5a6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jpatiani</media:title>
		</media:content>
	</item>
		<item>
		<title>I Luv SuSE</title>
		<link>http://jpatiani.wordpress.com/2008/05/08/i-luv-suse/</link>
		<comments>http://jpatiani.wordpress.com/2008/05/08/i-luv-suse/#comments</comments>
		<pubDate>Thu, 08 May 2008 09:10:31 +0000</pubDate>
		<dc:creator>jpatiani</dc:creator>
				<category><![CDATA[Computer Science]]></category>
		<category><![CDATA[model]]></category>
		<category><![CDATA[operating system]]></category>

		<guid isPermaLink="false">http://jpatiani.wordpress.com/?p=13</guid>
		<description><![CDATA[Today I feel very lucky. My terrible mistake that happened last Sunday. The problem began when I want to upgrade PHP from v4 to v5. And that would need upgrade glibc too. So work began with upgrading the glibc and it was successfully. PHP5 was also installed successfully. But when call the program it turn [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jpatiani.wordpress.com&blog=2024857&post=13&subd=jpatiani&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Today I feel very lucky. My terrible mistake that happened last Sunday. The problem began when I want to upgrade PHP from v4 to v5. And that would need upgrade glibc too. So work began with upgrading the glibc and it was successfully. PHP5 was also installed successfully. But when call the program it turn error with message:</p>
<p><em>php5 -: symbol lookup error: -: undefined symbol: xmlParserInputBufferCreateFilenameDefault</em></p>
<p>Well that was very frustrate. And all must be turn back to normal. No other choice better than downgrade the glibc. Suddenly everything lost control and system became unstable. The message was:</p>
<pre style="margin:0;">INIT: cannot execute "/sbin/mingetty"
INIT: cannot execute "/sbin/mingetty"
INIT: cannot execute "/sbin/mingetty"
INIT: cannot execute "/sbin/mingetty"
INIT: cannot execute "/sbin/mingetty"
INIT: cannot execute "/sbin/mingetty"
INIT: cannot execute "/sbin/mingetty"
INIT: cannot execute "/sbin/mingetty"
INIT: cannot execute "/sbin/mingetty"
INIT: cannot execute "/sbin/mingetty"
INIT: Id "1" respawning too fast: disabled for 5 minutes
</pre>
<p>Well well well another problem rose <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> . Time to rest.</p>
<p>And today, after I feel this is my day because I can solve the CMAQ installation that has been long time troubled one of my lab friend, Hengki, I came to server room to reinstall the server. But after I check that there is option for repair the system I cancel reinstall plan. With just single simple click to &#8220;Automatic Repair&#8221; everything back normal. Thank God.<br />
And I just more Luv SuSE <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/jpatiani.wordpress.com/13/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/jpatiani.wordpress.com/13/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jpatiani.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jpatiani.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jpatiani.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jpatiani.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jpatiani.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jpatiani.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jpatiani.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jpatiani.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jpatiani.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jpatiani.wordpress.com/13/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jpatiani.wordpress.com&blog=2024857&post=13&subd=jpatiani&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://jpatiani.wordpress.com/2008/05/08/i-luv-suse/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1a187a5ca5e585ed23b511b8617cc5a6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jpatiani</media:title>
		</media:content>
	</item>
		<item>
		<title>More POP3 command</title>
		<link>http://jpatiani.wordpress.com/2008/05/08/more-pop3-command/</link>
		<comments>http://jpatiani.wordpress.com/2008/05/08/more-pop3-command/#comments</comments>
		<pubDate>Thu, 08 May 2008 07:00:03 +0000</pubDate>
		<dc:creator>jpatiani</dc:creator>
				<category><![CDATA[Computer Science]]></category>
		<category><![CDATA[data transfer]]></category>
		<category><![CDATA[protocol]]></category>

		<guid isPermaLink="false">http://jpatiani.wordpress.com/?p=12</guid>
		<description><![CDATA[Here the complete command use in pop3 shell.
USER userid
This must be the first command after the connect. Supply your e-mail userid (not the full e-mail address). Example: USER john.smith
PASS password
This must be the next command after USER.  Supply your e-mail password.  The password may be case sensitive.
The following commands may be used as [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jpatiani.wordpress.com&blog=2024857&post=12&subd=jpatiani&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Here the complete command use in pop3 shell.</p>
<p><span style="font-family:Times New Roman;font-size:small;"><strong>USER <em>userid</em></strong><br />
This must be the first command after the connect. Supply your e-mail userid (not the full e-mail address). Example: USER john.smith</p>
<p><strong>PASS <em>password</em></strong><br />
This must be the next command after USER.  Supply your e-mail password.  The password may be case sensitive.</p>
<p>The following commands may be used as needed:</p>
<p><strong>STAT</strong><br />
The response to this is: +OK #msgs #bytes Where #msgs is the number of messages in the mail box and #bytes is the total bytes used by all messages. Sample response: +OK 3 345910<br />
<span id="more-12"></span><br />
<strong>LIST</strong><br />
The response to this lists a line for each message with its number and size in bytes, ending with a period on a line by itself. Sample response:<br />
+OK 3 messages<br />
1 1205<br />
2 305<br />
3 344400<br />
.</p>
<p><strong>RETR <em>msg#</em></strong><br />
This sends message number <em>msg#</em> to you (displays on the Telnet screen).  You probably don&#8217;t want to do this in Telnet (unless you have turned on Telnet logging).  Example: RETR 2</p>
<p><strong>TOP <em>msg# #lines</em></strong><br />
This is an optional POP3 command.  Not all POP3 servers support it.  It lists the header for <em>msg#</em> and the first <em>#lines</em> of the message text.  For example, TOP 1 0   would list just the headers for message 1, where as TOP 1 5  would list the headers  and first 5 lines of the message text.</p>
<p><strong>DELE <em>msg#</em></strong><br />
This marks message number <em>msg#</em> for deletion from the server.  This is the way to get rid a problem causing message. It is not actually deleted until the QUIT command is issued.  If you lose the connection to the mail server before issuing the QUIT command, the server <em>should</em> not delete any messages.  Example:  DELE 3</p>
<p><strong>RSET</strong><br />
This resets (unmarks) any messages previously marked for deletion in this session so that the QUIT command will not delete them.</p>
<p><strong>QUIT</strong><br />
This deletes any messages marked for deletion, and then logs you off of the mail server.  This is the last command to use.   This does not disconnect you from the ISP, just the mailbox.</span></p>
<p>May help every body.</p>
<p>Thank to <span style="font-family:Times New Roman;font-size:small;"><strong><a href="http://pages.prodigy.net/michael_santovec/">Michael Santovec</a></strong></span></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/jpatiani.wordpress.com/12/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/jpatiani.wordpress.com/12/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jpatiani.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jpatiani.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jpatiani.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jpatiani.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jpatiani.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jpatiani.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jpatiani.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jpatiani.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jpatiani.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jpatiani.wordpress.com/12/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jpatiani.wordpress.com&blog=2024857&post=12&subd=jpatiani&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://jpatiani.wordpress.com/2008/05/08/more-pop3-command/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1a187a5ca5e585ed23b511b8617cc5a6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jpatiani</media:title>
		</media:content>
	</item>
		<item>
		<title>XP Windows is not genuine</title>
		<link>http://jpatiani.wordpress.com/2008/04/14/xp/</link>
		<comments>http://jpatiani.wordpress.com/2008/04/14/xp/#comments</comments>
		<pubDate>Mon, 14 Apr 2008 10:01:58 +0000</pubDate>
		<dc:creator>jpatiani</dc:creator>
				<category><![CDATA[Computer Science]]></category>
		<category><![CDATA[operating system]]></category>
		<category><![CDATA[piracy]]></category>

		<guid isPermaLink="false">http://jpatiani.wordpress.com/?p=10</guid>
		<description><![CDATA[Have you ever seen your windows pop-up this image . Well that would be a shocking notification.
You can use link below to solve the problem:
http://www.magicaljellybean.com/keyfinder.shtml
If this not help, well may be you should just reformat your computer and don&#8217;t forget use genuine copy of windows :p
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jpatiani.wordpress.com&blog=2024857&post=10&subd=jpatiani&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Have you ever seen your windows pop-up this image <img src="http://jpatiani.files.wordpress.com/2008/04/this-copy-of-windows-is-not-genuine.gif" alt="pirate" />. Well that would be a shocking notification.</p>
<p>You can use link below to solve the problem:</p>
<p><a class="user" href="http://www.magicaljellybean.com/keyfinder.shtml">http://www.magicaljellybean.com/keyfinder.shtml</a></p>
<p>If this not help, well may be you should just reformat your computer and don&#8217;t forget use genuine copy of windows :p</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/jpatiani.wordpress.com/10/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/jpatiani.wordpress.com/10/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jpatiani.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jpatiani.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jpatiani.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jpatiani.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jpatiani.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jpatiani.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jpatiani.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jpatiani.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jpatiani.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jpatiani.wordpress.com/10/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jpatiani.wordpress.com&blog=2024857&post=10&subd=jpatiani&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://jpatiani.wordpress.com/2008/04/14/xp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1a187a5ca5e585ed23b511b8617cc5a6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jpatiani</media:title>
		</media:content>

		<media:content url="http://jpatiani.files.wordpress.com/2008/04/this-copy-of-windows-is-not-genuine.gif" medium="image">
			<media:title type="html">pirate</media:title>
		</media:content>
	</item>
		<item>
		<title>Olah raga tiap hari</title>
		<link>http://jpatiani.wordpress.com/2008/01/18/olah-raga-tiap-hari/</link>
		<comments>http://jpatiani.wordpress.com/2008/01/18/olah-raga-tiap-hari/#comments</comments>
		<pubDate>Fri, 18 Jan 2008 15:06:46 +0000</pubDate>
		<dc:creator>jpatiani</dc:creator>
				<category><![CDATA[babeling]]></category>
		<category><![CDATA[enjoying life]]></category>
		<category><![CDATA[game]]></category>

		<guid isPermaLink="false">http://jpatiani.wordpress.com/2008/01/18/olah-raga-tiap-hari/</guid>
		<description><![CDATA[Dah beberapa hari ini kerjaan tiap pagi ngecek kota buatanku dan dino peliharaanku. Daripada main game2 yang gede mending main yang sederhana aja. Gak perlu ngabisin waktu n resource komputer banyak2.
Rada susah juga klo ga punya banyak kenalan. Akibatnya kota bikinanku gak maju2. Populasinya gak nambah2. Jadi bosen juga liatnya. Orang ga bisa bangun yang [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jpatiani.wordpress.com&blog=2024857&post=8&subd=jpatiani&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Dah beberapa hari ini kerjaan tiap pagi ngecek kota buatanku dan dino peliharaanku. Daripada main game2 yang gede mending main yang sederhana aja. Gak perlu ngabisin waktu n resource komputer banyak2.</p>
<p>Rada susah juga klo ga punya banyak kenalan. Akibatnya kota bikinanku gak maju2. Populasinya gak nambah2. Jadi bosen juga liatnya. Orang ga bisa bangun yang lainnya.</p>
<p>Perang dino bisa jadi sambilan. Tarung lawan dino punya orang lain, seru juga. Tapi ga tau kok kalah terus. Mana level ga naik2, duit dah habis pula. Kayaknya harus nunggu ampe besok lagi buat bisa tarung.</p>
<p>Oiya, jangan lupa kunjungi kotaku yang gak nambah2 populasinya di <a href="http://jpatiani.myminicity.com/">kotaku</a> dan ikutan tarung dino di  <a href="http://www.dinoparc.com/?ref=jpatiani"><img src="http://data.dinoparc.com/swf/dinoparc88x31.gif" alt="perang dino" height="31" width="88" /></a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/jpatiani.wordpress.com/8/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/jpatiani.wordpress.com/8/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jpatiani.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jpatiani.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jpatiani.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jpatiani.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jpatiani.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jpatiani.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jpatiani.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jpatiani.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jpatiani.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jpatiani.wordpress.com/8/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jpatiani.wordpress.com&blog=2024857&post=8&subd=jpatiani&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://jpatiani.wordpress.com/2008/01/18/olah-raga-tiap-hari/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1a187a5ca5e585ed23b511b8617cc5a6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jpatiani</media:title>
		</media:content>

		<media:content url="http://data.dinoparc.com/swf/dinoparc88x31.gif" medium="image">
			<media:title type="html">perang dino</media:title>
		</media:content>
	</item>
		<item>
		<title>Pass data array thru post or get method</title>
		<link>http://jpatiani.wordpress.com/2007/12/12/pass-data-array-thru-post-or-get-method/</link>
		<comments>http://jpatiani.wordpress.com/2007/12/12/pass-data-array-thru-post-or-get-method/#comments</comments>
		<pubDate>Wed, 12 Dec 2007 11:42:48 +0000</pubDate>
		<dc:creator>jpatiani</dc:creator>
				<category><![CDATA[Computer Science]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[web trick]]></category>

		<guid isPermaLink="false">http://jpatiani.wordpress.com/2007/12/12/pass-data-array-thru-post-or-get-method/</guid>
		<description><![CDATA[The problem arise while I&#8217;m trying to catch my calculated data that pass to another php file that will plot the result. It will be simple problem if the data pass  one value per variable, but would be another case if we want to catch the whole data and keep in single variable.
One moment [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jpatiani.wordpress.com&blog=2024857&post=7&subd=jpatiani&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>The problem arise while I&#8217;m trying to catch my calculated data that pass to another php file that will plot the result. It will be simple problem if the data pass  one value per variable, but would be another case if we want to catch the whole data and keep in single variable.</p>
<p>One moment on trying, so I decide to take a look on google. Found a similar problem that anybody got. In the end of discussion, somebody mention a simple solution.</p>
<p>Use the <em>serialize() and unserialize()</em> . Well, that was another precious lesson I&#8217;ve got today.</p>
<p>Another detail example is in http://www.php.net/manual/en/function.serialize.php.</p>
<p>Pretty easy isn&#8217;t it.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/jpatiani.wordpress.com/7/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/jpatiani.wordpress.com/7/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jpatiani.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jpatiani.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jpatiani.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jpatiani.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jpatiani.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jpatiani.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jpatiani.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jpatiani.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jpatiani.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jpatiani.wordpress.com/7/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jpatiani.wordpress.com&blog=2024857&post=7&subd=jpatiani&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://jpatiani.wordpress.com/2007/12/12/pass-data-array-thru-post-or-get-method/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1a187a5ca5e585ed23b511b8617cc5a6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jpatiani</media:title>
		</media:content>
	</item>
	</channel>
</rss>