<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Jimmy's Blog &#187; Linux</title>
	<atom:link href="http://jimmod.com/blog/tag/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://jimmod.com/blog</link>
	<description>My name is Jimmy, and this is my story... ;)</description>
	<lastBuildDate>Mon, 05 Jul 2010 06:59:56 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Bind JBoss to specific IP address</title>
		<link>http://jimmod.com/blog/2009/12/bind-jboss-to-specific-ip-address/</link>
		<comments>http://jimmod.com/blog/2009/12/bind-jboss-to-specific-ip-address/#comments</comments>
		<pubDate>Mon, 28 Dec 2009 12:37:36 +0000</pubDate>
		<dc:creator>jimmy</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[binding]]></category>
		<category><![CDATA[ip]]></category>
		<category><![CDATA[JBoss]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://jimmod.com/blog/?p=121</guid>
		<description><![CDATA[Simple but I think it will help JBoss newbie (like me :]) when searching the internet.
By default when you run JBoss ( ./run.sh in Linux) it will bind to localhost/127.0.0.1
This will cause the JBoss default port 8080 cannot be access from other computer, because you need to open http://127.0.0.1:8080/ instead of your IP http://&#60;your IP&#62;:8080/
To [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p>Simple but I think it will help JBoss newbie (like me :]) when searching the internet.</p>
<p>By default when you run JBoss ( ./run.sh in Linux) it will bind to localhost/127.0.0.1<br />
This will cause the JBoss default port 8080 cannot be access from other computer, because you need to open http://127.0.0.1:8080/ instead of your IP http://&lt;your IP&gt;:8080/<span id="more-121"></span></p>
<p>To make the JBoss binding to specific IP you need to run it with :<br />
<em> ./run.sh -Djboss.bind.address=xxx.xxx.xxx.xxx</em><br />
*which of course the xxx.xxx.xxx.xxx is your IP</p>
<p>Other PC will able to access the JBoss with that IP</p>
<p>For Windows I think it will be the same :<br />
<em> ./run.bat -Djboss.bind.address=xxx.xxx.xxx.xxx</em></p>
<p>Cheers ^^</p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://jimmod.com/blog/2009/12/bind-jboss-to-specific-ip-address/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Solving Pidgin cannot connect to Yahoo Messenger (YM)</title>
		<link>http://jimmod.com/blog/2009/06/solving-pidgin-cannot-connect-ym/</link>
		<comments>http://jimmod.com/blog/2009/06/solving-pidgin-cannot-connect-ym/#comments</comments>
		<pubDate>Fri, 19 Jun 2009 20:08:20 +0000</pubDate>
		<dc:creator>jimmy</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[connect]]></category>
		<category><![CDATA[dns]]></category>
		<category><![CDATA[domain]]></category>
		<category><![CDATA[ip]]></category>
		<category><![CDATA[messenger]]></category>
		<category><![CDATA[pidgin]]></category>
		<category><![CDATA[yahoo]]></category>
		<category><![CDATA[ym]]></category>

		<guid isPermaLink="false">http://jimmod.com/blog/?p=88</guid>
		<description><![CDATA[Starting June 18 I started having problem connecting to YM with Pidgin.
Somehow it&#8217;s random I can connect or not.
I google and several article/forum writing that need to flush dns  cache and also about several YM server cannot be accessed from Pidgin.
I try my friend advice to change YM server configuration to IP rather than [...]


Related posts:<ol><li><a href='http://jimmod.com/blog/2008/02/microsoft-yahoo/' rel='bookmark' title='Permanent Link: Microsoft + Yahoo = ?'>Microsoft + Yahoo = ?</a></li><li><a href='http://jimmod.com/blog/2010/03/updating-pidgin-to-latest-version-in-ubuntu/' rel='bookmark' title='Permanent Link: Updating Pidgin to latest version in Ubuntu'>Updating Pidgin to latest version in Ubuntu</a></li><li><a href='http://jimmod.com/blog/2009/06/solving-failed-starting-mysql-service-with-non-default-datadir-ubuntu/' rel='bookmark' title='Permanent Link: Solving failed starting mysql service with non default datadir (Ubuntu)'>Solving failed starting mysql service with non default datadir (Ubuntu)</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p>Starting June 18 I started having problem connecting to YM with Pidgin.<br />
Somehow it&#8217;s random I can connect or not.</p>
<p>I google and several article/forum writing that need to flush dns  cache and also about several YM server cannot be accessed from Pidgin.</p>
<p><del datetime="2009-06-24T03:21:43+00:00">I try my friend advice to change YM server configuration to IP rather than domain name.<br />
And it&#8217;s worked..<br />
You will need to use cn.scs.msg.yahoo.com as Pager server since June 24, or you can update to pidgin 2.5.7 to solve this problem</del></p>
<p>Some people are reporting changing the Pager server didn&#8217;t solve the problem, you can follow these instruction to update your pidgin to latest version (for Ubuntu) : <a href="http://jimmod.com/blog/2010/03/updating-pidgin-to-latest-version-in-ubuntu/">Updating Pidgin to latest version in Ubuntu</a></p>
<p>The steps:<span id="more-88"></span> <strong>1. Select menu Accounts &#8211; Manage Accounts</strong><br />
<img src="http://img199.imageshack.us/img199/906/pidgin11.jpg" alt="Pidgin - manage accounts" /></p>
<p><strong>2. Select your Yahoo Messenger account &amp; click &#8216;modify&#8217;</strong></p>
<p><strong>3. Select advanced tab</strong></p>
<p><strong>4. Change your pager server to : cn.scs.msg.yahoo.com</strong><br />
<img src="http://img140.imageshack.us/img140/7526/screenshot1i.png" alt="Pidgin - YM configuration" /></p>
<p><strong>5. Then disabled &amp; enabled your account. Or restart the pidgin.</strong></p>
<p>And your Pidgin should able connect to YM</p>
<p><strong>*Update*</strong><br />
List IPs can be used (thanks to Med):<br />
<del datetime="2009-06-24T03:20:18+00:00">66.163.181.179 – 66.163.181.180 – 66.163.181.181 – 66.163.181.182 – 66.163.181.183 – 66.163.181.166 – 66.163.181.167 – 66.163.181.168 – 66.163.181.169</del></p>
<p>Starting June 24 using IP doesn&#8217;t seems to work anymore, try to use : <strong>cn.scs.msg.yahoo.com</strong></p>


<p>Related posts:<ol><li><a href='http://jimmod.com/blog/2008/02/microsoft-yahoo/' rel='bookmark' title='Permanent Link: Microsoft + Yahoo = ?'>Microsoft + Yahoo = ?</a></li><li><a href='http://jimmod.com/blog/2010/03/updating-pidgin-to-latest-version-in-ubuntu/' rel='bookmark' title='Permanent Link: Updating Pidgin to latest version in Ubuntu'>Updating Pidgin to latest version in Ubuntu</a></li><li><a href='http://jimmod.com/blog/2009/06/solving-failed-starting-mysql-service-with-non-default-datadir-ubuntu/' rel='bookmark' title='Permanent Link: Solving failed starting mysql service with non default datadir (Ubuntu)'>Solving failed starting mysql service with non default datadir (Ubuntu)</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://jimmod.com/blog/2009/06/solving-pidgin-cannot-connect-ym/feed/</wfw:commentRss>
		<slash:comments>64</slash:comments>
		</item>
		<item>
		<title>Solving failed starting mysql service with non default datadir (Ubuntu)</title>
		<link>http://jimmod.com/blog/2009/06/solving-failed-starting-mysql-service-with-non-default-datadir-ubuntu/</link>
		<comments>http://jimmod.com/blog/2009/06/solving-failed-starting-mysql-service-with-non-default-datadir-ubuntu/#comments</comments>
		<pubDate>Fri, 19 Jun 2009 11:06:17 +0000</pubDate>
		<dc:creator>jimmy</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[failed]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[service]]></category>
		<category><![CDATA[start]]></category>

		<guid isPermaLink="false">http://jimmod.com/blog/?p=86</guid>
		<description><![CDATA[I used to put my mysql data dir to /home/mysql, just to separated the partition so when something goes wrong or upgrading the OS I won&#8217;t lose my mysql data just because I forgot to backup it.
After I upgrade from Ubuntu 8.04 to Ubuntu 9.04 suddenly my mysql failed to start.
The strange thing the only [...]


Related posts:<ol><li><a href='http://jimmod.com/blog/2010/06/solving-fixing-ubuntu-10-04-lucid-screen-flickerdistortion/' rel='bookmark' title='Permanent Link: Solving (fixing) ubuntu 10.04 (lucid) screen flicker/distortion'>Solving (fixing) ubuntu 10.04 (lucid) screen flicker/distortion</a></li><li><a href='http://jimmod.com/blog/2009/06/solving-pidgin-cannot-connect-ym/' rel='bookmark' title='Permanent Link: Solving Pidgin cannot connect to Yahoo Messenger (YM)'>Solving Pidgin cannot connect to Yahoo Messenger (YM)</a></li><li><a href='http://jimmod.com/blog/2008/09/displaying-row-number-rownum-in-mysql/' rel='bookmark' title='Permanent Link: Displaying row number (rownum) in MySQL'>Displaying row number (rownum) in MySQL</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p>I used to put my mysql data dir to /home/mysql, just to separated the partition so when something goes wrong or upgrading the OS I won&#8217;t lose my mysql data just because I forgot to backup it.</p>
<p>After I upgrade from Ubuntu 8.04 to Ubuntu 9.04 suddenly my mysql failed to start.<br />
The strange thing the only data dir seems working is putting it on /var/lib/mysql which is the default directory for mysql data dir.</p>
<p>After browsing around I found out that it is apparmor that prevent mysql datadir on different directory.</p>
<p>So the easy way to solve this is to remove apparmor : apt-get &#8211;purge remove apparmor</p>


<p>Related posts:<ol><li><a href='http://jimmod.com/blog/2010/06/solving-fixing-ubuntu-10-04-lucid-screen-flickerdistortion/' rel='bookmark' title='Permanent Link: Solving (fixing) ubuntu 10.04 (lucid) screen flicker/distortion'>Solving (fixing) ubuntu 10.04 (lucid) screen flicker/distortion</a></li><li><a href='http://jimmod.com/blog/2009/06/solving-pidgin-cannot-connect-ym/' rel='bookmark' title='Permanent Link: Solving Pidgin cannot connect to Yahoo Messenger (YM)'>Solving Pidgin cannot connect to Yahoo Messenger (YM)</a></li><li><a href='http://jimmod.com/blog/2008/09/displaying-row-number-rownum-in-mysql/' rel='bookmark' title='Permanent Link: Displaying row number (rownum) in MySQL'>Displaying row number (rownum) in MySQL</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://jimmod.com/blog/2009/06/solving-failed-starting-mysql-service-with-non-default-datadir-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sniffing/capturing tcp data connection in Linux</title>
		<link>http://jimmod.com/blog/2007/11/sniffingcapturing-tcp-data-connection-in-linux/</link>
		<comments>http://jimmod.com/blog/2007/11/sniffingcapturing-tcp-data-connection-in-linux/#comments</comments>
		<pubDate>Thu, 29 Nov 2007 11:47:36 +0000</pubDate>
		<dc:creator>jimmy</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[capture]]></category>
		<category><![CDATA[port]]></category>
		<category><![CDATA[sniff]]></category>
		<category><![CDATA[tcp]]></category>
		<category><![CDATA[tcpflow]]></category>

		<guid isPermaLink="false">http://jimlife.wordpress.com/2007/11/29/sniffingcapturing-tcp-data-connection-in-linux/</guid>
		<description><![CDATA[When debugging my wapsite, I want to know the header from mobile HTTP request.
It&#8217;s said from some mobile-operator, they&#8217;ll include msisdn info on HTTP header.
Now tcpflow come to rescue ^^
Just type &#8220;tcpflow -ci &#60;your-ethernet&#62; port &#60;port-number&#62;&#8221;
for example &#8220;tcpflow -ci eth0 port 80&#8243;
It&#8217;ll print on console all the request to port 80  


Related posts:Simple Log4J [...]


Related posts:<ol><li><a href='http://jimmod.com/blog/2007/11/simple-log4j-implementation/' rel='bookmark' title='Permanent Link: Simple Log4J implementation'>Simple Log4J implementation</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p>When debugging my wapsite, I want to know the header from mobile HTTP request.<br />
It&#8217;s said from some mobile-operator, they&#8217;ll include msisdn info on HTTP header.</p>
<p>Now tcpflow come to rescue ^^<br />
Just type &#8220;tcpflow -ci &lt;your-ethernet&gt; port &lt;port-number&gt;&#8221;<br />
for example &#8220;tcpflow -ci eth0 port 80&#8243;</p>
<p>It&#8217;ll print on console all the request to port 80 <img src='http://jimmod.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>


<p>Related posts:<ol><li><a href='http://jimmod.com/blog/2007/11/simple-log4j-implementation/' rel='bookmark' title='Permanent Link: Simple Log4J implementation'>Simple Log4J implementation</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://jimmod.com/blog/2007/11/sniffingcapturing-tcp-data-connection-in-linux/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
