<?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>Pakcik Kantin's WebLog</title>
	<atom:link href="http://pakcikkantin.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://pakcikkantin.wordpress.com</link>
	<description>You may need shell command,PLSQL,Oracle,Windows</description>
	<lastBuildDate>Tue, 03 Nov 2009 04:02:11 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='pakcikkantin.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/86ee604d8eab7aad28c0a8e1c16fe64d?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Pakcik Kantin's WebLog</title>
		<link>http://pakcikkantin.wordpress.com</link>
	</image>
			<item>
		<title>Timeout in Axis2 Web Services Client</title>
		<link>http://pakcikkantin.wordpress.com/2009/11/03/timeout-in-axis2-web-services-client/</link>
		<comments>http://pakcikkantin.wordpress.com/2009/11/03/timeout-in-axis2-web-services-client/#comments</comments>
		<pubDate>Tue, 03 Nov 2009 04:01:14 +0000</pubDate>
		<dc:creator>pakcikkantin</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[JAVA]]></category>
		<category><![CDATA[Web Services]]></category>

		<guid isPermaLink="false">http://pakcikkantin.wordpress.com/?p=101</guid>
		<description><![CDATA[This is how we set timeout when we call a web services.
public static void main(String[] args) {
MyTimeoutSampleMainmain = new MyTimeoutSampleMain();
try {
MyTimeoutSampleStub stub = new MyTimeoutSampleStub(&#8220;http://xxxxx/webservices&#8221;);
long soTimeout = 2 * 60 * 1000; //2 minutes
soTimeout = 2 * 1000;
stub._getServiceClient().getOptions().setTimeOutInMilliSeconds(soTimeout);
getResponseFromWebServices(stub);
}
catch (AxisFault ex) {
ex.printStackTrace();
}
}
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pakcikkantin.wordpress.com&blog=2785744&post=101&subd=pakcikkantin&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>This is how we set timeout when we call a web services.</p>
<blockquote><p>public static void main(String[] args) {<br />
MyTimeoutSampleMainmain = new MyTimeoutSampleMain();<br />
try {<br />
MyTimeoutSampleStub stub = new MyTimeoutSampleStub(&#8220;http://xxxxx/webservices&#8221;);<br />
long soTimeout = 2 * 60 * 1000; //2 minutes<br />
soTimeout = 2 * 1000;</p>
<p>stub._getServiceClient().getOptions().setTimeOutInMilliSeconds(soTimeout);</p>
<p>getResponseFromWebServices(stub);<br />
}<br />
catch (AxisFault ex) {<br />
ex.printStackTrace();<br />
}</p>
<p>}</p></blockquote>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pakcikkantin.wordpress.com/101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pakcikkantin.wordpress.com/101/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pakcikkantin.wordpress.com/101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pakcikkantin.wordpress.com/101/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pakcikkantin.wordpress.com/101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pakcikkantin.wordpress.com/101/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pakcikkantin.wordpress.com/101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pakcikkantin.wordpress.com/101/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pakcikkantin.wordpress.com/101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pakcikkantin.wordpress.com/101/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pakcikkantin.wordpress.com&blog=2785744&post=101&subd=pakcikkantin&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://pakcikkantin.wordpress.com/2009/11/03/timeout-in-axis2-web-services-client/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/87eb3d8934db79bc2ba91fddcfa6d121?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">pakcikkantin</media:title>
		</media:content>
	</item>
		<item>
		<title>How do I find the largest top 10 files and directories on a Linux / UNIX / BSD filesystem?</title>
		<link>http://pakcikkantin.wordpress.com/2009/09/17/how-do-i-find-the-largest-top-10-files-and-directories-on-a-linux-unix-bsd-filesystem/</link>
		<comments>http://pakcikkantin.wordpress.com/2009/09/17/how-do-i-find-the-largest-top-10-files-and-directories-on-a-linux-unix-bsd-filesystem/#comments</comments>
		<pubDate>Thu, 17 Sep 2009 09:53:12 +0000</pubDate>
		<dc:creator>pakcikkantin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Shell Command]]></category>

		<guid isPermaLink="false">http://pakcikkantin.wordpress.com/2009/09/17/how-do-i-find-the-largest-top-10-files-and-directories-on-a-linux-unix-bsd-filesystem/</guid>
		<description><![CDATA[Thanks to http://www.cyberciti.biz/faq/how-do-i-find-the-largest-filesdirectories-on-a-linuxunixbsd-filesystem/
for X in $(du -s * &#124; sort -nr &#124; cut -f 2); do du -hs $X ; done
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pakcikkantin.wordpress.com&blog=2785744&post=94&subd=pakcikkantin&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Thanks to http://www.cyberciti.biz/faq/how-do-i-find-the-largest-filesdirectories-on-a-linuxunixbsd-filesystem/</p>
<p><strong>for X in $(du -s * | sort -nr | cut -f 2); do du -hs $X ; done</strong></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pakcikkantin.wordpress.com/94/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pakcikkantin.wordpress.com/94/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pakcikkantin.wordpress.com/94/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pakcikkantin.wordpress.com/94/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pakcikkantin.wordpress.com/94/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pakcikkantin.wordpress.com/94/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pakcikkantin.wordpress.com/94/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pakcikkantin.wordpress.com/94/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pakcikkantin.wordpress.com/94/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pakcikkantin.wordpress.com/94/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pakcikkantin.wordpress.com&blog=2785744&post=94&subd=pakcikkantin&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://pakcikkantin.wordpress.com/2009/09/17/how-do-i-find-the-largest-top-10-files-and-directories-on-a-linux-unix-bsd-filesystem/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/87eb3d8934db79bc2ba91fddcfa6d121?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">pakcikkantin</media:title>
		</media:content>
	</item>
		<item>
		<title>My kitchen cabinet is now ready for use</title>
		<link>http://pakcikkantin.wordpress.com/2009/08/26/my-kitchen-cabinet-is-now-ready-for-use/</link>
		<comments>http://pakcikkantin.wordpress.com/2009/08/26/my-kitchen-cabinet-is-now-ready-for-use/#comments</comments>
		<pubDate>Wed, 26 Aug 2009 01:25:56 +0000</pubDate>
		<dc:creator>pakcikkantin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://pakcikkantin.wordpress.com/?p=92</guid>
		<description><![CDATA[
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pakcikkantin.wordpress.com&blog=2785744&post=92&subd=pakcikkantin&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><img class="alignnone" title="ssss" src="http://farm3.static.flickr.com/2471/3857858760_e9a470f5cb.jpg" alt="" width="375" height="500" /></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pakcikkantin.wordpress.com/92/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pakcikkantin.wordpress.com/92/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pakcikkantin.wordpress.com/92/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pakcikkantin.wordpress.com/92/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pakcikkantin.wordpress.com/92/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pakcikkantin.wordpress.com/92/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pakcikkantin.wordpress.com/92/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pakcikkantin.wordpress.com/92/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pakcikkantin.wordpress.com/92/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pakcikkantin.wordpress.com/92/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pakcikkantin.wordpress.com&blog=2785744&post=92&subd=pakcikkantin&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://pakcikkantin.wordpress.com/2009/08/26/my-kitchen-cabinet-is-now-ready-for-use/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/87eb3d8934db79bc2ba91fddcfa6d121?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">pakcikkantin</media:title>
		</media:content>

		<media:content url="http://farm3.static.flickr.com/2471/3857858760_e9a470f5cb.jpg" medium="image">
			<media:title type="html">ssss</media:title>
		</media:content>
	</item>
		<item>
		<title>Apache and backing up access log</title>
		<link>http://pakcikkantin.wordpress.com/2009/07/24/apache-and-backing-up-access-log/</link>
		<comments>http://pakcikkantin.wordpress.com/2009/07/24/apache-and-backing-up-access-log/#comments</comments>
		<pubDate>Fri, 24 Jul 2009 08:06:48 +0000</pubDate>
		<dc:creator>pakcikkantin</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://pakcikkantin.wordpress.com/?p=79</guid>
		<description><![CDATA[I've search the www and at last i found a tool to rotate my Apache access.log and error.log<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pakcikkantin.wordpress.com&blog=2785744&post=79&subd=pakcikkantin&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I&#8217;ve search the www and at last i found a tool to rotate my Apache access.log and error.log<br />
I use<br />
Cronolog from http://cronolog.org/ , it is a free tool to use and easy to setup.</p>
<p>This cronolog is tested and run on Windows</p>
<ul>
<li>download the installer from <a href="http://cronolog.org/download/cronolog-1.6.1-win32.zip">http://cronolog.org/download/cronolog-1.6.1-win32.zip</a></li>
<li>extract it to somewhere , mine is C:/cronolog/ and you can find
<ul>
<li>cronolog.exe</li>
<li>other stuffs</li>
</ul>
</li>
<li>Go to your Apache conf httpd.conf and find your access logfile , you will see <span style="color:#0000ff;">CustomLog C:/apache/logs/access.log common</span></li>
<li><span style="color:#0000ff;"><span style="color:#000000;">Turn off the line and add this line </span></span><span style="color:#0000ff;"><strong>TransferLog &#8220;|C:/cronolog/cronlog.exe C:/apache/logs/access.%Y%m%d.log&#8221;</strong></span></li>
<li><span style="color:#0000ff;"><span style="color:#000000;">Restart apache and your new access.log file will be created with access.20090709.log</span></span></li>
<li><span style="color:#0000ff;"><span style="color:#000000;">Next step, you can backup your access log for old logs.</span></span></li>
</ul>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pakcikkantin.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pakcikkantin.wordpress.com/79/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pakcikkantin.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pakcikkantin.wordpress.com/79/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pakcikkantin.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pakcikkantin.wordpress.com/79/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pakcikkantin.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pakcikkantin.wordpress.com/79/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pakcikkantin.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pakcikkantin.wordpress.com/79/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pakcikkantin.wordpress.com&blog=2785744&post=79&subd=pakcikkantin&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://pakcikkantin.wordpress.com/2009/07/24/apache-and-backing-up-access-log/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/87eb3d8934db79bc2ba91fddcfa6d121?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">pakcikkantin</media:title>
		</media:content>
	</item>
		<item>
		<title>Oh no, Redmine produce error when try to start</title>
		<link>http://pakcikkantin.wordpress.com/2009/07/15/oh-no-redmine-produce-error-when-try-to-start/</link>
		<comments>http://pakcikkantin.wordpress.com/2009/07/15/oh-no-redmine-produce-error-when-try-to-start/#comments</comments>
		<pubDate>Wed, 15 Jul 2009 14:06:06 +0000</pubDate>
		<dc:creator>pakcikkantin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://pakcikkantin.wordpress.com/?p=77</guid>
		<description><![CDATA[Some of developers out there especially JAVAians , don&#8217;t know the existence of Redmine .
&#8221; It is an open source Project Management tool, that runs on Ruby with Rails &#8221; . My daily programming using Java does not interest this software. This software running on Ruby..
After struggling installing ruby , rails on linux &#8230; these [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pakcikkantin.wordpress.com&blog=2785744&post=77&subd=pakcikkantin&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Some of developers out there especially JAVAians , don&#8217;t know the existence of Redmine .<br />
&#8221; It is an open source Project Management tool, that runs on Ruby with Rails &#8221; . My daily programming using Java does not interest this software. This software running on Ruby..</p>
<p>After struggling installing ruby , rails on linux &#8230; these errors came out</p>
<blockquote><p><span style="color:#0000ff;">/opt/ruby/redmine/vendor/rails/railties/lib/initializer.rb:1:in `require&#8217;: no such file to load &#8212; logger (LoadError)<br />
from /opt/ruby/redmine/vendor/rails/railties/lib/initializer.rb:1<br />
from ./script/../config/boot.rb:45:in `require&#8217;<br />
from ./script/../config/boot.rb:45:in `load_initializer&#8217;<br />
from ./script/../config/boot.rb:38:in `run&#8217;<br />
from ./script/../config/boot.rb:11:in `boot!&#8217;<br />
from ./script/../config/boot.rb:109<br />
from script/server:2:in `require&#8217;<br />
from script/server:2</span></p></blockquote>
<p>AFter some tuning these error came out</p>
<blockquote><p><span style="color:#0000ff;">/opt/ruby/redmine/vendor/rails/activesupport/lib/active_support/dependencies.rb:510:in `require&#8217;: no such file to load &#8212; test/unit/error (MissingSourceFile)<br />
from /opt/ruby/redmine/vendor/rails/activesupport/lib/active_support/dependencies.rb:510:in `block in require&#8217;<br />
from /opt/ruby/redmine/vendor/rails/activesupport/lib/active_support/dependencies.rb:355:in `new_constants_in&#8217;<br />
from /opt/ruby/redmine/vendor/rails/activesupport/lib/active_support/dependencies.rb:510:in `require&#8217;<br />
from /opt/ruby/redmine/vendor/rails/activesupport/lib/active_support/deprecation.rb:204:in `&lt;top (required)&gt;&#8217;<br />
from /opt/ruby/redmine/vendor/rails/activesupport/lib/active_support/dependencies.rb:510:in `require&#8217;<br />
from /opt/ruby/redmine/vendor/rails/activesupport/lib/active_support/dependencies.rb:510:in `block in require&#8217;<br />
from /opt/ruby/redmine/vendor/rails/activesupport/lib/active_support/dependencies.rb:355:in `new_constants_in&#8217;<br />
from /opt/ruby/redmine/vendor/rails/activesupport/lib/active_support/dependencies.rb:510:in `require&#8217;<br />
from /opt/ruby/redmine/vendor/rails/activesupport/lib/active_support.rb:40:in `&lt;top (required)&gt;&#8217;<br />
from /opt/ruby/redmine/vendor/rails/railties/lib/commands/server.rb:1:in `require&#8217;<br />
from /opt/ruby/redmine/vendor/rails/railties/lib/commands/server.rb:1:in `&lt;top (required)&gt;&#8217;<br />
from script/server:3:in `require&#8217;<br />
from script/server:3:in `&lt;main&gt;&#8217;</span></p></blockquote>
<p>I recommend to install Ruby 1.8.7 &#8230; I just installed Ruby 1.9 but uninstalled it. <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pakcikkantin.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pakcikkantin.wordpress.com/77/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pakcikkantin.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pakcikkantin.wordpress.com/77/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pakcikkantin.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pakcikkantin.wordpress.com/77/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pakcikkantin.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pakcikkantin.wordpress.com/77/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pakcikkantin.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pakcikkantin.wordpress.com/77/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pakcikkantin.wordpress.com&blog=2785744&post=77&subd=pakcikkantin&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://pakcikkantin.wordpress.com/2009/07/15/oh-no-redmine-produce-error-when-try-to-start/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/87eb3d8934db79bc2ba91fddcfa6d121?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">pakcikkantin</media:title>
		</media:content>
	</item>
		<item>
		<title>Ruby + Linux (Redhat 9) + Rails + Redmine success</title>
		<link>http://pakcikkantin.wordpress.com/2009/07/15/ruby-linux-redhat-9-rails-redmine-success/</link>
		<comments>http://pakcikkantin.wordpress.com/2009/07/15/ruby-linux-redhat-9-rails-redmine-success/#comments</comments>
		<pubDate>Wed, 15 Jul 2009 13:48:19 +0000</pubDate>
		<dc:creator>pakcikkantin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://pakcikkantin.wordpress.com/?p=74</guid>
		<description><![CDATA[I have a very old server running on Redhat 9. I prefer Redhat 9 for my internal development server since it provides the stability, and I managed to get 99% server uptime for my year end review.
This server has been installed :
1. Apache 2.2 2. Jdk 1.6 3. Tomcat 5 4. Php 5 , with [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pakcikkantin.wordpress.com&blog=2785744&post=74&subd=pakcikkantin&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I have a very old server running on Redhat 9. I prefer Redhat 9 for my internal development server since it provides the stability, and I managed to get 99% server uptime for my year end review.<br />
This server has been installed :</p>
<p>1. Apache 2.2 2. Jdk 1.6 3. Tomcat 5 4. Php 5 , with latest libxml</p>
<p>I manage to install the latest Ruby 1.8.6 and Rails. I will share the step by step to install it.</p>
<p>For info, i have installed Ruby 1.9 in the server but it cannot support <a href="http://www.redmine.org">Redmine</a>. Therefore i have to uninstall it the hard way.</p>
<p>I will share the steps soon.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pakcikkantin.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pakcikkantin.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pakcikkantin.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pakcikkantin.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pakcikkantin.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pakcikkantin.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pakcikkantin.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pakcikkantin.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pakcikkantin.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pakcikkantin.wordpress.com/74/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pakcikkantin.wordpress.com&blog=2785744&post=74&subd=pakcikkantin&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://pakcikkantin.wordpress.com/2009/07/15/ruby-linux-redhat-9-rails-redmine-success/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/87eb3d8934db79bc2ba91fddcfa6d121?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">pakcikkantin</media:title>
		</media:content>
	</item>
		<item>
		<title>Ruby + Rails + Windows + Installation</title>
		<link>http://pakcikkantin.wordpress.com/2009/07/14/ruby-rails-windows-installation/</link>
		<comments>http://pakcikkantin.wordpress.com/2009/07/14/ruby-rails-windows-installation/#comments</comments>
		<pubDate>Tue, 14 Jul 2009 03:43:01 +0000</pubDate>
		<dc:creator>pakcikkantin</dc:creator>
				<category><![CDATA[Rails]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://pakcikkantin.wordpress.com/?p=56</guid>
		<description><![CDATA[Some of you out there may find installing ruby and rails are easy. But not some of us like me.Currently I installed ruby on my TOSHIBA laptop running on Windows XP, and to access the internet I have to use proxy.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pakcikkantin.wordpress.com&blog=2785744&post=56&subd=pakcikkantin&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Some of you out there may find installing ruby and rails are easy. But not some of us like me.Currently I installed ruby on my TOSHIBA laptop running on Windows XP, and to access the internet I have to use proxy.</p>
<p>Thanks to Michael Wales <a href="http://www.michaelwales.com/ruby-on-rails/installing-ruby-on-rails-on-windows-vista">http://www.michaelwales.com/ruby-on-rails/installing-ruby-on-rails-on-windows-vista</a> for providing very good step by step tutorial. My part here is just to explain more</p>
<p><span id="more-56"></span></p>
<p>For this setup , i&#8217;m using <strong> </strong></p>
<ol>
<li><strong>ruby186-27_rc2.exe </strong>- Ruby installer version 1.8.6-27</li>
<li><strong>ruby-1.8.7-i386-mswin32.zip</strong> &#8211; latest update for ruby. I&#8217;ve read http://rubyonrails.org/download , and they recommend to use version 1.8.7. Therefore i will upgrade it from 1.8.6 to 1.8.7</li>
</ol>
<p>Installation part</p>
<ol>
<li>i downloaded the installer <strong>ruby186-27_rc2.exe </strong><a href="http://rubyforge.org/frs/download.php/47082/ruby186-27_rc2.exe">http://rubyforge.org/frs/download.php/47082/ruby186-27_rc2.exe</a></li>
<li>Then i download the updates package from ftp://ftp.ruby-lang.org/pub/ruby/binaries/mswin32/ruby-1.8.7-i386-mswin32.zip</li>
<li>Double click <strong>ruby186-27_rc2.exe </strong>and it will proceed to installation, just press next, and it may TOOK sometimes. Then finish installation, by clicking Close button. Your ruby will be installed by default at <strong>c:\Ruby</strong></li>
<li>After this you will use all commands from c:\Ruby\bin and therefore you need to put Ruby in your PATH environment. By default the installer will put it for you. <img class="alignnone size-full wp-image-58" title="check_path" src="http://pakcikkantin.files.wordpress.com/2009/07/check_path.png?w=480&#038;h=139" alt="check_path" width="480" height="139" /></li>
<li>Now, to confirm that Ruby is installed and your environment variable is setup correctly, open the command line and type ruby &#8211;version. It should tell you that you are running version 1.8.6.<img class="alignnone size-full wp-image-59" title="check_ruby_version1" src="http://pakcikkantin.files.wordpress.com/2009/07/check_ruby_version1.png?w=480&#038;h=27" alt="check_ruby_version1" width="480" height="27" /></li>
<li>Now extract <strong>ruby-1.8.7-i386-mswin32.zip </strong>anywhere. Go to the folder, as for example this is mine. <img class="alignnone size-full wp-image-61" title="extract_ruby1.8.7" src="http://pakcikkantin.files.wordpress.com/2009/07/extract_ruby1-8-7.png?w=480&#038;h=268" alt="extract_ruby1.8.7" width="480" height="268" /></li>
<li>Copy all the content above and paste it in c:\Ruby (your default ruby installation folder), when it says confirm folder replace, just click yes to all.</li>
<li>Again to check your version is updated, go to command prompt and <img class="alignnone size-full wp-image-64" title="check_ruby_version2" src="http://pakcikkantin.files.wordpress.com/2009/07/check_ruby_version2.png?w=480&#038;h=27" alt="check_ruby_version2" width="480" height="27" /></li>
<li>Just to be sure, we would like to have the latest version <strong>from gem</strong> repository. issue command <strong>gem update &#8211;system</strong> We are going to get it from the internet.<img class="alignnone size-full wp-image-65" title="gem_update" src="http://pakcikkantin.files.wordpress.com/2009/07/gem_update.png?w=480&#038;h=78" alt="gem_update" width="480" height="78" /></li>
<li>An error occured due to can&#8217;t connect to the server. I&#8217;m using internet proxy to connect to the internet . Therefore i have to issue set proxy in the command prompt by issuing <strong>set HTTP_proxy=http://&lt;proxy address&gt;:&lt;port number&gt;</strong> . To make sure the command prompt can access the internet, issue command <strong>proxycfg  -u</strong>. Please refer below <img class="alignnone size-full wp-image-66" title="check_proxy" src="http://pakcikkantin.files.wordpress.com/2009/07/check_proxy.png?w=532&#038;h=147" alt="check_proxy" width="532" height="147" /></li>
<li>Issue back the <strong>gem update &#8211;system</strong> , and here is the results :                                                                                     <strong>C:\&gt;gem update &#8211;system<br />
Updating RubyGems<br />
Updating rubygems-update<br />
Successfully installed rubygems-update-1.3.4<br />
:0:Warning: Gem::SourceIndex#search support for String patterns is deprecated<br />
Updating RubyGems to 1.3.4<br />
Installing RubyGems 1.3.4<br />
Installing RubyGems<br />
Installing gem executable<br />
Removing old source_cache files<br />
Removing old RubyGems RDoc and ri<br />
Installing rubygems-1.3.4 ri into C:/Ruby/lib/ruby/gems/1.8/doc/rubygems-1.3.4/r<br />
i<br />
Installing rubygems-1.3.4 rdoc into C:/Ruby/lib/ruby/gems/1.8/doc/rubygems-1.3.4<br />
/rdoc</strong></p>
<p><strong>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</strong></p>
<p><strong>Oh-no! Unable to find release notes!</strong></p>
<p><strong>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</strong></p>
<p><strong>RubyGems installed the following executables:<br />
C:/Ruby/bin/gem</strong></p>
<p><strong>&#8216;&#8221; update &#8211;system&#8217; is not recognized as an internal or external command,<br />
operable program or batch file.</strong></li>
<li>And now we install rails . Run <strong>C:\&gt;gem install rails</strong></li>
<li>C:\&gt;gem install rails<br />
Successfully installed rake-0.8.7<br />
Successfully installed activesupport-2.3.2<br />
Successfully installed activerecord-2.3.2<br />
Successfully installed actionpack-2.3.2<br />
Successfully installed actionmailer-2.3.2<br />
Successfully installed activeresource-2.3.2<br />
Successfully installed rails-2.3.2<br />
7 gems installed<br />
Installing ri documentation for rake-0.8.7&#8230;<br />
Installing ri documentation for activesupport-2.3.2&#8230;<br />
Installing ri documentation for activerecord-2.3.2&#8230;<br />
Installing ri documentation for actionpack-2.3.2&#8230;<br />
Installing ri documentation for actionmailer-2.3.2&#8230;<br />
Installing ri documentation for activeresource-2.3.2&#8230;<br />
Installing ri documentation for rails-2.3.2&#8230;<br />
Installing RDoc documentation for rake-0.8.7&#8230;<br />
Installing RDoc documentation for activesupport-2.3.2&#8230;<br />
Installing RDoc documentation for activerecord-2.3.2&#8230;<br />
Installing RDoc documentation for actionpack-2.3.2&#8230;<br />
Installing RDoc documentation for actionmailer-2.3.2&#8230;<br />
Installing RDoc documentation for activeresource-2.3.2&#8230;<br />
Installing RDoc documentation for rails-2.3.2&#8230;</li>
<li>And you are done</li>
</ol>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pakcikkantin.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pakcikkantin.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pakcikkantin.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pakcikkantin.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pakcikkantin.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pakcikkantin.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pakcikkantin.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pakcikkantin.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pakcikkantin.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pakcikkantin.wordpress.com/56/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pakcikkantin.wordpress.com&blog=2785744&post=56&subd=pakcikkantin&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://pakcikkantin.wordpress.com/2009/07/14/ruby-rails-windows-installation/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/87eb3d8934db79bc2ba91fddcfa6d121?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">pakcikkantin</media:title>
		</media:content>

		<media:content url="http://pakcikkantin.files.wordpress.com/2009/07/check_path.png" medium="image">
			<media:title type="html">check_path</media:title>
		</media:content>

		<media:content url="http://pakcikkantin.files.wordpress.com/2009/07/check_ruby_version1.png" medium="image">
			<media:title type="html">check_ruby_version1</media:title>
		</media:content>

		<media:content url="http://pakcikkantin.files.wordpress.com/2009/07/extract_ruby1-8-7.png" medium="image">
			<media:title type="html">extract_ruby1.8.7</media:title>
		</media:content>

		<media:content url="http://pakcikkantin.files.wordpress.com/2009/07/check_ruby_version2.png" medium="image">
			<media:title type="html">check_ruby_version2</media:title>
		</media:content>

		<media:content url="http://pakcikkantin.files.wordpress.com/2009/07/gem_update.png" medium="image">
			<media:title type="html">gem_update</media:title>
		</media:content>

		<media:content url="http://pakcikkantin.files.wordpress.com/2009/07/check_proxy.png" medium="image">
			<media:title type="html">check_proxy</media:title>
		</media:content>
	</item>
		<item>
		<title>My new house is ready &#8230;</title>
		<link>http://pakcikkantin.wordpress.com/2009/06/30/my-new-house-is-ready/</link>
		<comments>http://pakcikkantin.wordpress.com/2009/06/30/my-new-house-is-ready/#comments</comments>
		<pubDate>Tue, 30 Jun 2009 02:48:31 +0000</pubDate>
		<dc:creator>pakcikkantin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://pakcikkantin.wordpress.com/?p=53</guid>
		<description><![CDATA[Half baked red brick

       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pakcikkantin.wordpress.com&blog=2785744&post=53&subd=pakcikkantin&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Half baked red brick</p>
<p><img class="alignnone" title="My house" src="http://farm4.static.flickr.com/3510/3230867555_491e1800e0.jpg" alt="" width="500" height="375" /></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pakcikkantin.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pakcikkantin.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pakcikkantin.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pakcikkantin.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pakcikkantin.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pakcikkantin.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pakcikkantin.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pakcikkantin.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pakcikkantin.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pakcikkantin.wordpress.com/53/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pakcikkantin.wordpress.com&blog=2785744&post=53&subd=pakcikkantin&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://pakcikkantin.wordpress.com/2009/06/30/my-new-house-is-ready/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/87eb3d8934db79bc2ba91fddcfa6d121?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">pakcikkantin</media:title>
		</media:content>

		<media:content url="http://farm4.static.flickr.com/3510/3230867555_491e1800e0.jpg" medium="image">
			<media:title type="html">My house</media:title>
		</media:content>
	</item>
		<item>
		<title>How to check Linux version</title>
		<link>http://pakcikkantin.wordpress.com/2009/06/30/how-to-check-linux-version/</link>
		<comments>http://pakcikkantin.wordpress.com/2009/06/30/how-to-check-linux-version/#comments</comments>
		<pubDate>Tue, 30 Jun 2009 02:31:14 +0000</pubDate>
		<dc:creator>pakcikkantin</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://pakcikkantin.wordpress.com/?p=44</guid>
		<description><![CDATA[[root@siodb mysql]# cat /proc/version
Linux version 2.4.20-20.9smp (bhcompile@stripples.devel.redhat.com) (gcc version 3.2.2 20030222 (Red Hat Linux 3.2.2-5)) #1 SMP Mon Aug 18 11:32:15 EDT 2003
[root@siodb mysql]#
[root@siodb mysql]# cat /proc/version
Linux version 2.4.20-20.9smp (bhcompile@stripples.devel.redhat.com) (gcc version 3.2.2 20030222 (Red Hat Linux 3.2.2-5)) #1 SMP Mon Aug 18 11:32:15 EDT 2003
[root@siodb mysql]#
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pakcikkantin.wordpress.com&blog=2785744&post=44&subd=pakcikkantin&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">[root@siodb mysql]# cat /proc/version</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">Linux version 2.4.20-20.9smp (bhcompile@stripples.devel.redhat.com) (gcc version 3.2.2 20030222 (Red Hat Linux 3.2.2-5)) #1 SMP Mon Aug 18 11:32:15 EDT 2003</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">[root@siodb mysql]#</div>
<p>[root@siodb mysql]# cat /proc/version</p>
<p><strong>Linux version 2.4.20-20.9smp (bhcompile@stripples.devel.redhat.com) (gcc version 3.2.2 20030222 (Red Hat Linux 3.2.2-5)) #1 SMP Mon Aug 18 11:32:15 EDT 2003</strong></p>
<p>[root@siodb mysql]#</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pakcikkantin.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pakcikkantin.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pakcikkantin.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pakcikkantin.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pakcikkantin.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pakcikkantin.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pakcikkantin.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pakcikkantin.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pakcikkantin.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pakcikkantin.wordpress.com/44/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pakcikkantin.wordpress.com&blog=2785744&post=44&subd=pakcikkantin&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://pakcikkantin.wordpress.com/2009/06/30/how-to-check-linux-version/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/87eb3d8934db79bc2ba91fddcfa6d121?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">pakcikkantin</media:title>
		</media:content>
	</item>
		<item>
		<title>How to check Linux OS type</title>
		<link>http://pakcikkantin.wordpress.com/2009/06/30/how-to-check-linux-os-type/</link>
		<comments>http://pakcikkantin.wordpress.com/2009/06/30/how-to-check-linux-os-type/#comments</comments>
		<pubDate>Tue, 30 Jun 2009 02:30:21 +0000</pubDate>
		<dc:creator>pakcikkantin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://pakcikkantin.wordpress.com/2009/06/30/how-to-check-linux-os-type/</guid>
		<description><![CDATA[[root@siodb mysql]# cat /etc/issue
Red Hat Linux release 9 (Shrike)
Kernel \r on an \m
[root@siodb mysql]#
[root@siodb mysql]# cat /etc/issue
Red Hat Linux release 9 (Shrike)
Kernel \r on an \m
[root@siodb mysql]#

       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pakcikkantin.wordpress.com&blog=2785744&post=43&subd=pakcikkantin&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">[root@siodb mysql]# cat /etc/issue</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">Red Hat Linux release 9 (Shrike)</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">Kernel \r on an \m</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">[root@siodb mysql]#</div>
<p>[root@siodb mysql]# cat /etc/issue</p>
<p>Red Hat Linux release 9 (Shrike)</p>
<p>Kernel \r on an \m</p>
<p>[root@siodb mysql]#</p>
<div></div>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pakcikkantin.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pakcikkantin.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pakcikkantin.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pakcikkantin.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pakcikkantin.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pakcikkantin.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pakcikkantin.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pakcikkantin.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pakcikkantin.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pakcikkantin.wordpress.com/43/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pakcikkantin.wordpress.com&blog=2785744&post=43&subd=pakcikkantin&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://pakcikkantin.wordpress.com/2009/06/30/how-to-check-linux-os-type/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/87eb3d8934db79bc2ba91fddcfa6d121?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">pakcikkantin</media:title>
		</media:content>
	</item>
	</channel>
</rss>