<?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>Sungju Kwon&#039;s Very Slow Life</title>
	<atom:link href="http://www.sungju.org/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.sungju.org</link>
	<description></description>
	<lastBuildDate>Sat, 04 Sep 2010 01:34:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Samsung GALAXY Tab</title>
		<link>http://www.sungju.org/?p=463</link>
		<comments>http://www.sungju.org/?p=463#comments</comments>
		<pubDate>Sat, 04 Sep 2010 01:30:23 +0000</pubDate>
		<dc:creator>Sungju</dc:creator>
				<category><![CDATA[IT general]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[gadget]]></category>

		<guid isPermaLink="false">http://www.sungju.org/?p=463</guid>
		<description><![CDATA[Could Samsung&#8217;s Galaxy Tab compete with iPad?]]></description>
			<content:encoded><![CDATA[<p>Could Samsung&#8217;s Galaxy Tab compete with iPad?</p>
<p>
<object width="560" height="340"><param name="movie" value="http://www.youtube.com/v/Hj170z4ituk?fs=1&amp;hl=ko_KR"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/Hj170z4ituk?fs=1&amp;hl=ko_KR" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="560" height="340"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.sungju.org/?feed=rss2&amp;p=463</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Unclear future</title>
		<link>http://www.sungju.org/?p=460</link>
		<comments>http://www.sungju.org/?p=460#comments</comments>
		<pubDate>Wed, 01 Sep 2010 00:13:59 +0000</pubDate>
		<dc:creator>Sungju</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[life]]></category>
		<category><![CDATA[plan]]></category>

		<guid isPermaLink="false">http://www.sungju.org/?p=460</guid>
		<description><![CDATA[Not like my own title &#8216;Very slow life&#8217;, my life goes in very rapid speed recently. That makes me a bit frighten because I didn&#8217;t prepared it well. When I look back my recent couple of years, I seemed to have very busy life &#8211; in my opinion, but, I just realized that I didn&#8217;t [...]]]></description>
			<content:encoded><![CDATA[<p>Not like my own title &#8216;Very slow life&#8217;, my life goes in very rapid speed recently. That makes me a bit frighten because I didn&#8217;t prepared it well.</p>
<p>When I look back my recent couple of years, I seemed to have very busy life &#8211; in my opinion, but, I just realized that I didn&#8217;t achieved any significant result. In the near future, I have to decide my direction for future and for that, I would be need to prove my qualification or at least has a level of qualification for myself or others.</p>
<p>I&#8217;m going to have an another medical checkup today and I hope it goes well. If it goes wrong, I would be really frustrated. I&#8217;ll make a plan anyhow after today, though.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sungju.org/?feed=rss2&amp;p=460</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[BASH] Check dropped RX packets</title>
		<link>http://www.sungju.org/?p=449</link>
		<comments>http://www.sungju.org/?p=449#comments</comments>
		<pubDate>Mon, 02 Aug 2010 02:19:01 +0000</pubDate>
		<dc:creator>Sungju</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[check]]></category>
		<category><![CDATA[drop]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[nic]]></category>

		<guid isPermaLink="false">http://www.sungju.org/?p=449</guid>
		<description><![CDATA[This is a simple bash script to check whether NIC is dropping packets or not. It works with only one NIC card at one time because there&#8217;s possiblity that packet can go through another NIC. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 [...]]]></description>
			<content:encoded><![CDATA[<p>This is a simple bash script to check whether NIC is dropping packets or not. It works with only one NIC card at one time because there&#8217;s possiblity that packet can go through another NIC.</p>

<div class="wp_codebox"><table><tr id="p4493"><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
</pre></td><td class="code" id="p449code3"><pre class="bash" style="font-family:monospace;"><span style="color: #666666; font-style: italic;">#!/bin/bash</span>
&nbsp;
<span style="color: #007800;">NET_ON_LIST</span>=<span style="color: #000000; font-weight: bold;">`</span><span style="color: #c20cb9; font-weight: bold;">ifconfig</span> <span style="color: #000000; font-weight: bold;">|</span> <span style="color: #c20cb9; font-weight: bold;">grep</span> <span style="color: #ff0000;">&quot;Link encap:Ethernet&quot;</span><span style="color: #000000; font-weight: bold;">`</span>
&nbsp;
<span style="color: #007800;">NET_ON_COUNT</span>=<span style="color: #000000; font-weight: bold;">`</span><span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #ff0000;">&quot;<span style="color: #007800;">$NET_ON_LIST</span>&quot;</span> <span style="color: #000000; font-weight: bold;">|</span> <span style="color: #c20cb9; font-weight: bold;">wc</span> -l<span style="color: #000000; font-weight: bold;">`</span>
<span style="color: #000000; font-weight: bold;">if</span> <span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #007800;">$NET_ON_COUNT</span> <span style="color: #000000; font-weight: bold;">!</span>= <span style="color: #000000;">1</span><span style="color: #7a0874; font-weight: bold;">&#41;</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>; <span style="color: #000000; font-weight: bold;">then</span>
        <span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #ff0000;">&quot;Need to set only one active ethernet connection.&quot;</span>
        <span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #ff0000;">&quot;This system currently has&quot;</span> <span style="color: #007800;">$NET_ON_COUNT</span> <span style="color: #ff0000;">&quot;connections in ON status&quot;</span>
        <span style="color: #7a0874; font-weight: bold;">exit</span> <span style="color: #000000;">1</span>
<span style="color: #000000; font-weight: bold;">fi</span>
&nbsp;
<span style="color: #c20cb9; font-weight: bold;">rm</span> <span style="color: #660033;">-rf</span> result.txt
<span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #ff0000;">&quot;Checking started at &quot;</span> <span style="color: #000000; font-weight: bold;">`</span><span style="color: #c20cb9; font-weight: bold;">date</span><span style="color: #000000; font-weight: bold;">`</span> <span style="color: #000000; font-weight: bold;">|</span> <span style="color: #c20cb9; font-weight: bold;">tee</span> <span style="color: #660033;">-a</span> result.txt
<span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #ff0000;">&quot;&quot;</span> <span style="color: #000000; font-weight: bold;">|</span> <span style="color: #c20cb9; font-weight: bold;">tee</span> <span style="color: #660033;">-a</span> result.txt
&nbsp;
<span style="color: #7a0874; font-weight: bold;">trap</span> <span style="color: #ff0000;">'echo &quot;Checking ended at &quot; `date` | tee -a result.txt'</span> EXIT
&nbsp;
<span style="color: #007800;">NET_DEV</span>=<span style="color: #000000; font-weight: bold;">`</span><span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #007800;">$NET_ON_LIST</span> <span style="color: #000000; font-weight: bold;">|</span> <span style="color: #c20cb9; font-weight: bold;">awk</span> <span style="color: #ff0000;">'{print $1}'</span><span style="color: #000000; font-weight: bold;">`</span>
<span style="color: #007800;">RX_OK_PREV_COUNT</span>=<span style="color: #000000; font-weight: bold;">`</span><span style="color: #c20cb9; font-weight: bold;">ifconfig</span> <span style="color: #007800;">$NET_DEV</span> <span style="color: #000000; font-weight: bold;">|</span> <span style="color: #c20cb9; font-weight: bold;">grep</span> <span style="color: #ff0000;">&quot;RX packets&quot;</span> <span style="color: #000000; font-weight: bold;">|</span> <span style="color: #c20cb9; font-weight: bold;">awk</span> <span style="color: #ff0000;">'{ print $2}'</span> <span style="color: #000000; font-weight: bold;">|</span> <span style="color: #c20cb9; font-weight: bold;">awk</span> -F: <span style="color: #ff0000;">'{print $2}'</span><span style="color: #000000; font-weight: bold;">`</span>
<span style="color: #000000; font-weight: bold;">while</span> <span style="color: #7a0874; font-weight: bold;">&#91;</span> <span style="color: #000000;">1</span> <span style="color: #7a0874; font-weight: bold;">&#93;</span>
<span style="color: #000000; font-weight: bold;">do</span>
        <span style="color: #c20cb9; font-weight: bold;">sleep</span> <span style="color: #000000;">1.1</span>
        <span style="color: #007800;">RX_OK_COUNT</span>=<span style="color: #000000; font-weight: bold;">`</span><span style="color: #c20cb9; font-weight: bold;">ifconfig</span> <span style="color: #007800;">$NET_DEV</span> <span style="color: #000000; font-weight: bold;">|</span> <span style="color: #c20cb9; font-weight: bold;">grep</span> <span style="color: #ff0000;">&quot;RX packets&quot;</span> <span style="color: #000000; font-weight: bold;">|</span> <span style="color: #c20cb9; font-weight: bold;">awk</span> <span style="color: #ff0000;">'{ print $2}'</span> <span style="color: #000000; font-weight: bold;">|</span> <span style="color: #c20cb9; font-weight: bold;">awk</span> -F: <span style="color: #ff0000;">'{print $2}'</span><span style="color: #000000; font-weight: bold;">`</span>
        <span style="color: #000000; font-weight: bold;">if</span> <span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #007800;">$RX_OK_PREV_COUNT</span> == <span style="color: #007800;">$RX_OK_COUNT</span><span style="color: #7a0874; font-weight: bold;">&#41;</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>; <span style="color: #000000; font-weight: bold;">then</span>
                <span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #ff0000;">&quot;Value not changed for a second with value &quot;</span> <span style="color: #007800;">$RX_OK_PREV_COUNT</span> <span style="color: #000000; font-weight: bold;">|</span> <span style="color: #c20cb9; font-weight: bold;">tee</span> <span style="color: #660033;">-a</span> result.txt
                <span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #ff0000;">&quot;    at time &quot;</span> <span style="color: #000000; font-weight: bold;">`</span><span style="color: #c20cb9; font-weight: bold;">date</span><span style="color: #000000; font-weight: bold;">`</span> <span style="color: #000000; font-weight: bold;">|</span> <span style="color: #c20cb9; font-weight: bold;">tee</span> <span style="color: #660033;">-a</span> result.txt
                <span style="color: #c20cb9; font-weight: bold;">ifconfig</span> <span style="color: #007800;">$NET_DEV</span> <span style="color: #000000; font-weight: bold;">|</span> <span style="color: #c20cb9; font-weight: bold;">tee</span> <span style="color: #660033;">-a</span> result.txt
        <span style="color: #000000; font-weight: bold;">fi</span>
        <span style="color: #007800;">RX_OK_PREV_COUNT</span>=<span style="color: #007800;">$RX_OK_COUNT</span>
<span style="color: #000000; font-weight: bold;">done</span></pre></td></tr></table></div>

<p>And a script for ping command.</p>

<div class="wp_codebox"><table><tr id="p4494"><td class="line_numbers"><pre>1
2
3
4
5
6
7
</pre></td><td class="code" id="p449code4"><pre class="bash" style="font-family:monospace;"><span style="color: #666666; font-style: italic;">#!/bin/bash</span>
&nbsp;
<span style="color: #007800;">PING_SITE</span>=<span style="color: #007800;">$1</span>
<span style="color: #7a0874; font-weight: bold;">&#91;</span> <span style="color: #660033;">-z</span> <span style="color: #007800;">$PING_SITE</span> <span style="color: #7a0874; font-weight: bold;">&#93;</span> <span style="color: #000000; font-weight: bold;">&amp;&amp;</span> <span style="color: #007800;">PING_SITE</span>=<span style="color: #ff0000;">&quot;google.com&quot;</span>
&nbsp;
<span style="color: #c20cb9; font-weight: bold;">rm</span> <span style="color: #660033;">-rf</span> send_data.txt
<span style="color: #c20cb9; font-weight: bold;">ping</span> <span style="color: #007800;">$PING_SITE</span> <span style="color: #000000; font-weight: bold;">|</span> <span style="color: #c20cb9; font-weight: bold;">awk</span> <span style="color: #ff0000;">'/^[0-9]+ bytes from / { &quot;date&quot; | getline d; close(&quot;date -R&quot;) ; print d, &quot;: &quot;, $0; }'</span></pre></td></tr></table></div>

]]></content:encoded>
			<wfw:commentRss>http://www.sungju.org/?feed=rss2&amp;p=449</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Simple recipe to build your own LXRed Linux Kernel Source in Fedora 13</title>
		<link>http://www.sungju.org/?p=434</link>
		<comments>http://www.sungju.org/?p=434#comments</comments>
		<pubDate>Wed, 21 Jul 2010 12:03:41 +0000</pubDate>
		<dc:creator>Sungju</dc:creator>
				<category><![CDATA[IT general]]></category>
		<category><![CDATA[kernel]]></category>
		<category><![CDATA[lxr]]></category>
		<category><![CDATA[source]]></category>
		<category><![CDATA[tagging]]></category>

		<guid isPermaLink="false">http://www.sungju.org/?p=434</guid>
		<description><![CDATA[  1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 [...]]]></description>
			<content:encoded><![CDATA[<p> </p>

<div class="wp_codebox"><table><tr id="p4347"><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
</pre></td><td class="code" id="p434code7"><pre class="text" style="font-family:monospace;">$ yum install git inkscape postgresql postgresql-server texlive ctags perl-CGI-Ajax perl-CGI-Simple perl-DBD-Pg perl-HTML-Parser perl-Template-Toolkit perl-Term-ProgressBar.noarch perl-Term-Size perl-TermReadKey perl-Devel-Size gcc gcc-c++ texlive-utils texlive-latex perl-ExtUtils-MakeMaker perl-CPAN perl-YAML libpng libpng-devel texinfo perl-Digest-SHA1 wget http make icoutils xapian-core perl-Search-Xapian perl-CPAN perl-Search-Xapian gifsicle&lt;p&gt; &lt;/p&gt;
&nbsp;
&nbsp;
&lt;p&gt;$ cd /tmp &amp;amp;&amp;amp; wget http://www.ctan.org/get/fonts/bbding/bbding.ins  http://www.ctan.org/get/fonts/bbding/bbding.dtx&lt;/p&gt;
&nbsp;
&lt;p&gt;$ cpan
$ cpan -fi Search::Xapian&lt;/p&gt;
&nbsp;
&lt;p&gt;$ mkdir /opt; cd /opt
$ git clone git://lxr.linux.no/git/lxrng.git
$ cd lxrng
$ cp lxrng.conf-dist lxrng.conf
$ cp apache2-site.conf-dist-cgi apache2-site.conf
$ chkconfig httpd on
$ chkconfig postgresql on
$ service postgresql initdb
$ service postgresql start&lt;/p&gt;
&nbsp;
&lt;p&gt;$ iptables -I INPUT 1 -p tcp --dport 80 -j ACCEPT
$ iptables -I INPUT 1 -p tcp --dport 5432 -j ACCEPT
$ service iptables save&lt;/p&gt;
&nbsp;
&lt;p&gt;$ cd /tmp
$ cp /usr/share/texmf/fonts/tfm/public/niceframe/bbding10.tfm .
$ tex bbding.ins
$ mkdir /usr/share/texmf/tex/latex/bbding
$ mv bbding.sty /usr/share/texmf/tex/latex/bbding/.
$ texhash
$ fmtutil-sys --all&lt;/p&gt;
&nbsp;
&lt;p&gt;$ set -i 's/ident sameuser/password/' /var/lib/pgsql/data/pg_hba.conf&lt;/p&gt;
&nbsp;
&lt;p&gt;$ su - postgres&lt;/p&gt;
&nbsp;
&lt;p&gt;-bash-4.1$ createuser -P lxr
Enter password for new role:
Enter it again:
Shall the new role be a superuser? (y/n) n
Shall the new role be allowed to create databases? (y/n) n
Shall the new role be allowed to create more new roles? (y/n) n
-bash-4.1$ createuser -P lxradmin
Enter password for new role:
Enter it again:
Shall the new role be a superuser? (y/n) n
Shall the new role be allowed to create databases? (y/n) y
Shall the new role be allowed to create more new roles? (y/n) n
-bash-4.1$ createuser -P apache
Enter password for new role:
Enter it again:
Shall the new role be a superuser? (y/n) n
Shall the new role be allowed to create databases? (y/n) n
Shall the new role be allowed to create more new roles? (y/n) n
-bash-4.1$
-bash-4.1$ createdb lxrng -O lxr
-bash-4.1$ exit&lt;/p&gt;
&nbsp;
&nbsp;
&lt;p&gt;$ service postgresql restart&lt;/p&gt;
&nbsp;
&lt;p&gt;$ mkdir /var/lib/lxrng/text-db -p
$ mkdir /var/lib/lxrng/cache
$ chmod a+rw /var/lib/lxrng
$ chmod a+rw /var/lib/lxrng/cache/&lt;/p&gt;
&nbsp;
&lt;p&gt;$ make -C /opt/lxrng/webroot/.static/gfx
$ mkdir -p /var/lib/lxrng/repos/
$ cd /var/lib/lxrng/repos/
$ git clone git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
$ cd linux-2.6/
$ git tag&lt;/p&gt;
&nbsp;
&nbsp;
&lt;p&gt;$ cd /opt/lxrng/
$ sed -i 's:@@LXRURL@@::' apache2-site.conf
$ sed -i 's:@@LXRROOT@@:/opt/lxrng:' apache2-site.conf
$ vi apache2-site.conf&lt;/p&gt;
&nbsp;
&lt;p&gt;...
# For LXRng installed directly in the web site root, use
ScriptAlias /            &quot;/opt/lxrng/webroot/lxr.cgi/&quot;
# otherwise use (no trailing slash):
#   ScriptAlias /  &quot;/opt/lxrng/webroot/lxr.cgi&quot;
...&lt;/p&gt;
&nbsp;
&lt;p&gt;$ vi lxrng.conf&lt;/p&gt;
&nbsp;
&lt;p&gt;...
        'base_url'    =&amp;gt; 'http://localhost/',
...
        'ver_default' =&amp;gt; 'v2.6.34',
...&lt;/p&gt;
&nbsp;
&nbsp;
&lt;p&gt;$ ./lxr-db-admin linux --init&lt;/p&gt;
&nbsp;
&lt;p&gt;$ ln -s /opt/lxrng/apache2-site.conf /etc/httpd/conf.d/.&lt;/p&gt;
&nbsp;
&lt;p&gt;$ service httpd restart
$ setenforce 0
$ ./lxr-genxref linux&lt;/p&gt;
&nbsp;
&nbsp;
&lt;p&gt;If you are willing to database for a downloaded source, change following stuff in lxrng.conf&lt;/p&gt;
&nbsp;
&lt;p&gt;use LXRng::Repo::Plain;&lt;/p&gt;
&nbsp;
&lt;p&gt;my $plainrepo = LXRng::Repo::Plain -&amp;gt;new('Source Path');&lt;/p&gt;
&nbsp;
&lt;p&gt;ver_list =&amp;gt; ['Project Name'],
ver_default =&amp;gt; 'Project Name',
&lt;/p&gt;</pre></td></tr></table></div>

<p> </p>
<p>Possible lxrng.conf example with two applications.</p>

<div class="wp_codebox"><table><tr id="p4348"><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
</pre></td><td class="code" id="p434code8"><pre class="perl" style="font-family:monospace;"><span style="color: #666666; font-style: italic;"># -*- mode: perl -*-</span>
<span style="color: #666666; font-style: italic;"># Configuration file</span>
<span style="color: #666666; font-style: italic;">#</span>
<span style="color: #666666; font-style: italic;"># </span>
&nbsp;
<span style="color: #000000; font-weight: bold;">use</span> LXRng<span style="color: #339933;">::</span><span style="color: #006600;">Index</span><span style="color: #339933;">::</span><span style="color: #006600;">PgBatch</span><span style="color: #339933;">;</span>
<span style="color: #000000; font-weight: bold;">use</span> LXRng<span style="color: #339933;">::</span><span style="color: #006600;">Repo</span><span style="color: #339933;">::</span><span style="color: #006600;">Git</span><span style="color: #339933;">;</span>
<span style="color: #000000; font-weight: bold;">use</span> LXRng<span style="color: #339933;">::</span><span style="color: #006600;">Search</span><span style="color: #339933;">::</span><span style="color: #006600;">Xapian</span><span style="color: #339933;">;</span>
<span style="color: #000000; font-weight: bold;">use</span> LXRng<span style="color: #339933;">::</span><span style="color: #006600;">Repo</span><span style="color: #339933;">::</span><span style="color: #006600;">Plain</span><span style="color: #339933;">;</span>
&nbsp;
<span style="color: #b1b100;">my</span> <span style="color: #0000ff;">$linuxindex</span>   <span style="color: #339933;">=</span> LXRng<span style="color: #339933;">::</span><span style="color: #006600;">Index</span><span style="color: #339933;">::</span><span style="color: #006600;">PgBatch</span><span style="color: #339933;">-&gt;</span><span style="color: #006600;">new</span><span style="color: #009900;">&#40;</span>db_spec <span style="color: #339933;">=&gt;</span> <span style="color: #ff0000;">'dbname=lxrng;port=5432'</span><span style="color: #339933;">,</span> 
					 db_user <span style="color: #339933;">=&gt;</span> <span style="color: #ff0000;">&quot;&quot;</span><span style="color: #339933;">,</span> db_pass <span style="color: #339933;">=&gt;</span> <span style="color: #ff0000;">&quot;&quot;</span><span style="color: #339933;">,</span>
					 <span style="color: #666666; font-style: italic;"># table_prefix =&gt; 'lxr'</span>
					 <span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
<span style="color: #b1b100;">my</span> <span style="color: #0000ff;">$linuxrepo</span> <span style="color: #339933;">=</span> LXRng<span style="color: #339933;">::</span><span style="color: #006600;">Repo</span><span style="color: #339933;">::</span><span style="color: #006600;">Git</span>
    <span style="color: #339933;">-&gt;</span><span style="color: #006600;">new</span><span style="color: #009900;">&#40;</span><span style="color: #ff0000;">'/var/lib/lxrng/repos/linux-2.6/.git'</span><span style="color: #339933;">,</span>
	  release_re <span style="color: #339933;">=&gt;</span> <span style="color: #009966; font-style: italic;">qr/^v[^-]*$/</span><span style="color: #339933;">,</span>
	  author_timestamp <span style="color: #339933;">=&gt;</span> <span style="color: #cc66cc;">0</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
<span style="color: #b1b100;">my</span> <span style="color: #0000ff;">$linuxsearch</span>  <span style="color: #339933;">=</span> LXRng<span style="color: #339933;">::</span><span style="color: #006600;">Search</span><span style="color: #339933;">::</span><span style="color: #006600;">Xapian</span><span style="color: #339933;">-&gt;</span><span style="color: #006600;">new</span><span style="color: #009900;">&#40;</span><span style="color: #ff0000;">'/var/lib/lxrng/text-db/linux-2.6'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
<span style="color: #b1b100;">my</span> <span style="color: #0000ff;">$rhevindex</span>   <span style="color: #339933;">=</span> LXRng<span style="color: #339933;">::</span><span style="color: #006600;">Index</span><span style="color: #339933;">::</span><span style="color: #006600;">PgBatch</span><span style="color: #339933;">-&gt;</span><span style="color: #006600;">new</span><span style="color: #009900;">&#40;</span>db_spec <span style="color: #339933;">=&gt;</span> <span style="color: #ff0000;">'dbname=rhev;port=5432'</span><span style="color: #339933;">,</span> 
					 db_user <span style="color: #339933;">=&gt;</span> <span style="color: #ff0000;">&quot;&quot;</span><span style="color: #339933;">,</span> db_pass <span style="color: #339933;">=&gt;</span> <span style="color: #ff0000;">&quot;&quot;</span><span style="color: #339933;">,</span>
					 <span style="color: #666666; font-style: italic;"># table_prefix =&gt; 'lxr'</span>
					 <span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #b1b100;">my</span> <span style="color: #0000ff;">$rhevrepo</span> <span style="color: #339933;">=</span> LXRng<span style="color: #339933;">::</span><span style="color: #006600;">Repo</span><span style="color: #339933;">::</span><span style="color: #006600;">Plain</span><span style="color: #339933;">-&gt;</span><span style="color: #006600;">new</span><span style="color: #009900;">&#40;</span><span style="color: #ff0000;">'/var/lib/lxrng/repos/rhev'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
<span style="color: #b1b100;">my</span> <span style="color: #0000ff;">$rhevsearch</span>  <span style="color: #339933;">=</span> LXRng<span style="color: #339933;">::</span><span style="color: #006600;">Search</span><span style="color: #339933;">::</span><span style="color: #006600;">Xapian</span><span style="color: #339933;">-&gt;</span><span style="color: #006600;">new</span><span style="color: #009900;">&#40;</span><span style="color: #ff0000;">'/var/lib/lxrng/text-db/rhev'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
&nbsp;
<a href="http://perldoc.perl.org/functions/return.html"><span style="color: #000066;">return</span></a> <span style="color: #009900;">&#123;</span>
    <span style="color: #ff0000;">'linux'</span> <span style="color: #339933;">=&gt;</span> <span style="color: #009900;">&#123;</span>
	<span style="color: #ff0000;">'repository'</span>  <span style="color: #339933;">=&gt;</span> <span style="color: #0000ff;">$linuxrepo</span><span style="color: #339933;">,</span>
	<span style="color: #ff0000;">'index'</span>       <span style="color: #339933;">=&gt;</span> <span style="color: #0000ff;">$linuxindex</span><span style="color: #339933;">,</span>
	<span style="color: #ff0000;">'search'</span>      <span style="color: #339933;">=&gt;</span> <span style="color: #0000ff;">$linuxsearch</span><span style="color: #339933;">,</span>
&nbsp;
	<span style="color: #ff0000;">'base_url'</span>    <span style="color: #339933;">=&gt;</span> <span style="color: #ff0000;">'http://localhost/'</span><span style="color: #339933;">,</span>
	<span style="color: #666666; font-style: italic;"># Must be writable by httpd user:</span>
	<span style="color: #ff0000;">'cache'</span>	      <span style="color: #339933;">=&gt;</span> <span style="color: #ff0000;">'/var/lib/lxrng/cache/linux'</span><span style="color: #339933;">,</span>
&nbsp;
	<span style="color: #ff0000;">'fs_charset'</span>  <span style="color: #339933;">=&gt;</span> <span style="color: #ff0000;">'iso-8859-1'</span><span style="color: #339933;">,</span>
	<span style="color: #666666; font-style: italic;"># Tried successively</span>
	<span style="color: #ff0000;">'content_charset'</span> <span style="color: #339933;">=&gt;</span> <span style="color: #009900;">&#91;</span><span style="color: #ff0000;">'utf-8'</span><span style="color: #339933;">,</span> <span style="color: #ff0000;">'iso-8859-1'</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">,</span>
&nbsp;
	<span style="color: #ff0000;">'languages'</span>   <span style="color: #339933;">=&gt;</span> <span style="color: #009900;">&#91;</span><span style="color: #ff0000;">'C'</span><span style="color: #339933;">,</span> <span style="color: #ff0000;">'GnuAsm'</span><span style="color: #339933;">,</span> <span style="color: #ff0000;">'Kconfig'</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">,</span>
	<span style="color: #ff0000;">'ctags_flags'</span> <span style="color: #339933;">=&gt;</span> <span style="color: #009900;">&#91;</span><span style="color: #ff0000;">&quot;-I<span style="color: #000099; font-weight: bold;">\@</span>$LXRng::ROOT/lxr-ctags-quirks&quot;</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">,</span>
	<span style="color: #ff0000;">'ver_list'</span>    <span style="color: #339933;">=&gt;</span> <span style="color: #009900;">&#91;</span><span style="color: #0000ff;">$linuxrepo</span><span style="color: #339933;">-&gt;</span><span style="color: #006600;">allversions</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">,</span>
&nbsp;
	<span style="color: #ff0000;">'ver_default'</span> <span style="color: #339933;">=&gt;</span> <span style="color: #ff0000;">'v2.6.34'</span><span style="color: #339933;">,</span>
&nbsp;
	<span style="color: #ff0000;">'include_maps'</span> <span style="color: #339933;">=&gt;</span> 
	    <span style="color: #009900;">&#91;</span>
	     <span style="color: #009900;">&#91;</span><a href="http://perldoc.perl.org/functions/qr.html"><span style="color: #000066;">qr</span></a><span style="color: #339933;">|^</span>arch<span style="color: #339933;">/</span><span style="color: #009900;">&#40;</span><span style="color: #339933;">.*?</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">/|,</span> <a href="http://perldoc.perl.org/functions/qr.html"><span style="color: #000066;">qr</span></a><span style="color: #339933;">|^</span>asm<span style="color: #339933;">/</span><span style="color: #009900;">&#40;</span><span style="color: #339933;">.*</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">|,</span>
	      <span style="color: #000000; font-weight: bold;">sub</span> <span style="color: #009900;">&#123;</span> <span style="color: #ff0000;">&quot;include/asm-$_[0]/$_[1]&quot;</span> <span style="color: #009900;">&#125;</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">,</span>
	     <span style="color: #009900;">&#91;</span><a href="http://perldoc.perl.org/functions/qr.html"><span style="color: #000066;">qr</span></a><span style="color: #339933;">|^</span>include<span style="color: #339933;">/</span>asm<span style="color: #339933;">-</span><span style="color: #009900;">&#40;</span><span style="color: #339933;">.*?</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">/|,</span> <a href="http://perldoc.perl.org/functions/qr.html"><span style="color: #000066;">qr</span></a><span style="color: #339933;">|^</span>asm<span style="color: #339933;">/</span><span style="color: #009900;">&#40;</span><span style="color: #339933;">.*</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">|,</span>
	      <span style="color: #000000; font-weight: bold;">sub</span> <span style="color: #009900;">&#123;</span> <span style="color: #ff0000;">&quot;include/asm-$_[0]/$_[1]&quot;</span> <span style="color: #009900;">&#125;</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">,</span>
	     <span style="color: #009900;">&#91;</span><a href="http://perldoc.perl.org/functions/qr.html"><span style="color: #000066;">qr</span></a><span style="color: #339933;">|^|,</span> <a href="http://perldoc.perl.org/functions/qr.html"><span style="color: #000066;">qr</span></a><span style="color: #339933;">|^</span>asm<span style="color: #339933;">/</span><span style="color: #009900;">&#40;</span><span style="color: #339933;">.*</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">|,</span>
	      <span style="color: #000000; font-weight: bold;">sub</span> <span style="color: #009900;">&#123;</span> <a href="http://perldoc.perl.org/functions/map.html"><span style="color: #000066;">map</span></a> <span style="color: #009900;">&#123;</span> <span style="color: #ff0000;">&quot;include/asm-$_/$_[0]&quot;</span> <span style="color: #009900;">&#125;</span>
		    <a href="http://perldoc.perl.org/functions/qw.html"><span style="color: #000066;">qw</span></a><span style="color: #009900;">&#40;</span>i386 alpha arm ia64 m68k mips mips64<span style="color: #009900;">&#41;</span><span style="color: #339933;">,</span>
		    <a href="http://perldoc.perl.org/functions/qw.html"><span style="color: #000066;">qw</span></a><span style="color: #009900;">&#40;</span>ppc s390 sh sparc sparc64 x86_64<span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#125;</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">,</span>
	     <span style="color: #009900;">&#91;</span><a href="http://perldoc.perl.org/functions/qr.html"><span style="color: #000066;">qr</span></a><span style="color: #339933;">|^|,</span> <a href="http://perldoc.perl.org/functions/qr.html"><span style="color: #000066;">qr</span></a><span style="color: #339933;">|</span><span style="color: #009900;">&#40;</span><span style="color: #339933;">.*</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">|,</span>
	      <span style="color: #000000; font-weight: bold;">sub</span> <span style="color: #009900;">&#123;</span> <span style="color: #ff0000;">&quot;include/$_[0]&quot;</span> <span style="color: #009900;">&#125;</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">,</span>
	     <span style="color: #009900;">&#93;</span><span style="color: #339933;">,</span>
    <span style="color: #009900;">&#125;</span><span style="color: #339933;">,</span>
&nbsp;
    <span style="color: #ff0000;">'rhev'</span> <span style="color: #339933;">=&gt;</span> <span style="color: #009900;">&#123;</span>
	<span style="color: #ff0000;">'repository'</span>  <span style="color: #339933;">=&gt;</span> <span style="color: #0000ff;">$rhevrepo</span><span style="color: #339933;">,</span>
	<span style="color: #ff0000;">'index'</span>       <span style="color: #339933;">=&gt;</span> <span style="color: #0000ff;">$rhevindex</span><span style="color: #339933;">,</span>
	<span style="color: #ff0000;">'search'</span>      <span style="color: #339933;">=&gt;</span> <span style="color: #0000ff;">$rhevsearch</span><span style="color: #339933;">,</span>
&nbsp;
	<span style="color: #ff0000;">'base_url'</span>    <span style="color: #339933;">=&gt;</span> <span style="color: #ff0000;">'http://localhost/'</span><span style="color: #339933;">,</span>
	<span style="color: #666666; font-style: italic;"># Must be writable by httpd user:</span>
	<span style="color: #ff0000;">'cache'</span>	      <span style="color: #339933;">=&gt;</span> <span style="color: #ff0000;">'/var/lib/lxrng/cache/rhev'</span><span style="color: #339933;">,</span>
&nbsp;
	<span style="color: #ff0000;">'fs_charset'</span>  <span style="color: #339933;">=&gt;</span> <span style="color: #ff0000;">'iso-8859-1'</span><span style="color: #339933;">,</span>
	<span style="color: #666666; font-style: italic;"># Tried successively</span>
	<span style="color: #ff0000;">'content_charset'</span> <span style="color: #339933;">=&gt;</span> <span style="color: #009900;">&#91;</span><span style="color: #ff0000;">'utf-8'</span><span style="color: #339933;">,</span> <span style="color: #ff0000;">'iso-8859-1'</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">,</span>
&nbsp;
	<span style="color: #ff0000;">'languages'</span>   <span style="color: #339933;">=&gt;</span> <span style="color: #009900;">&#91;</span><span style="color: #ff0000;">'C'</span><span style="color: #339933;">,</span> <span style="color: #ff0000;">'GnuAsm'</span><span style="color: #339933;">,</span> <span style="color: #ff0000;">'Kconfig'</span><span style="color: #339933;">,</span> <span style="color: #ff0000;">'Generic'</span> <span style="color: #009900;">&#93;</span><span style="color: #339933;">,</span>
	<span style="color: #ff0000;">'ctags_flags'</span> <span style="color: #339933;">=&gt;</span> <span style="color: #009900;">&#91;</span><span style="color: #ff0000;">&quot;-I<span style="color: #000099; font-weight: bold;">\@</span>$LXRng::ROOT/lxr-ctags-quirks&quot;</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">,</span>
	<span style="color: #ff0000;">'ver_list'</span>    <span style="color: #339933;">=&gt;</span> <span style="color: #009900;">&#91;</span><span style="color: #0000ff;">$rhevrepo</span><span style="color: #339933;">-&gt;</span><span style="color: #006600;">allversions</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">,</span>
&nbsp;
<span style="color: #666666; font-style: italic;">#	'ver_default' =&gt; 'rhev',</span>
&nbsp;
    <span style="color: #009900;">&#125;</span><span style="color: #339933;">,</span>
&nbsp;
<span style="color: #009900;">&#125;</span><span style="color: #339933;">;</span></pre></td></tr></table></div>

<p>
I&#8217;m still suffering to make it to show hyperlink lists shows up. I guess it&#8217;s because it failed to execute &#8216;ctags-exuberant&#8217; because I saw lots of messages regarding that as is shown below.</p>
<blockquote><p>
Can&#8217;t execute &#8220;ctags-exuberant&#8221;: No such file or directory at ./lxr-genxref line 191.&#8221;
</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.sungju.org/?feed=rss2&amp;p=434</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Considering development kits</title>
		<link>http://www.sungju.org/?p=427</link>
		<comments>http://www.sungju.org/?p=427#comments</comments>
		<pubDate>Mon, 19 Jul 2010 01:43:47 +0000</pubDate>
		<dc:creator>Sungju</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[develope]]></category>
		<category><![CDATA[editor]]></category>

		<guid isPermaLink="false">http://www.sungju.org/?p=427</guid>
		<description><![CDATA[Recently, I thought myself as an engineer which is insane. To overcome this situation and to do what I tried in my whole life, I decided to develop some code whatever it is. One problem with this is what environment can be good for this. Just vi and gnu tools combination can work but I [...]]]></description>
			<content:encoded><![CDATA[<p>Recently, I thought myself as an engineer which is insane. To overcome this situation and to do what I tried in my whole life, I decided to develop some code whatever it is.</p>
<p>One problem with this is what environment can be good for this. Just vi and gnu tools combination can work but I want more efficient method.</p>
<p>For the development method, I consider three possible volunteers &#8211; Eclipse, XCode, Qt Creator.</p>
<p>Eclipse (http://www.eclipse.org) is a best way if I want to develop Java-based application. You can use C/C++ and other languages as well. But, it seems a little bit heavier compare to others.</p>
<p>XCode is a good choice for Mac-oriented development. It provides full-featured environment with free of charge. One bad thing is that I only can use this in Mac and for Mac.</p>
<p>Qt Creator can be another possible choice. It provides a tool for Qt-based development. It has editor in it and debugger and others. Even it has GUI designer. It can be a good choice for multi platform application.</p>
<p>I still can&#8217;t choose one but will decide in near future before I start a project.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sungju.org/?feed=rss2&amp;p=427</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Only you &#8211; AB Avenue</title>
		<link>http://www.sungju.org/?p=422</link>
		<comments>http://www.sungju.org/?p=422#comments</comments>
		<pubDate>Sun, 04 Jul 2010 02:30:05 +0000</pubDate>
		<dc:creator>Sungju</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[korea]]></category>
		<category><![CDATA[music]]></category>

		<guid isPermaLink="false">http://www.sungju.org/?p=422</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><center><br />
<object width="560" height="340"><param name="movie" value="http://www.youtube.com/v/QCVU0JpH1PA&amp;hl=ko_KR&amp;fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/QCVU0JpH1PA&amp;hl=ko_KR&amp;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="560" height="340"></embed></object><br />
</center></p>
]]></content:encoded>
			<wfw:commentRss>http://www.sungju.org/?feed=rss2&amp;p=422</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ad songs that make feel good</title>
		<link>http://www.sungju.org/?p=420</link>
		<comments>http://www.sungju.org/?p=420#comments</comments>
		<pubDate>Wed, 23 Jun 2010 23:24:24 +0000</pubDate>
		<dc:creator>Sungju</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[ad]]></category>
		<category><![CDATA[music]]></category>

		<guid isPermaLink="false">http://www.sungju.org/?p=420</guid>
		<description><![CDATA[CF songs from insurance company, but it makes me feel good.]]></description>
			<content:encoded><![CDATA[<p><center><br />
<object width="480" height="385"><param name="movie" value="http://www.youtube.com/v/JyM7Of3yzPc&#038;hl=ko_KR&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/JyM7Of3yzPc&#038;hl=ko_KR&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="385"></embed></object></p>
<p/>
<p><object width="480" height="385"><param name="movie" value="http://www.youtube.com/v/CarpTFFwbMQ&#038;hl=ko_KR&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/CarpTFFwbMQ&#038;hl=ko_KR&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="385"></embed></object></p>
<p></center><br />
CF songs from insurance company, but it makes me feel good.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sungju.org/?feed=rss2&amp;p=420</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A song</title>
		<link>http://www.sungju.org/?p=418</link>
		<comments>http://www.sungju.org/?p=418#comments</comments>
		<pubDate>Fri, 18 Jun 2010 03:19:33 +0000</pubDate>
		<dc:creator>Sungju</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[song]]></category>

		<guid isPermaLink="false">http://www.sungju.org/?p=418</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><center><object width="480" height="385"><param name="movie" value="http://www.youtube.com/v/5QU8gFOVcPg&#038;hl=ko_KR&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/5QU8gFOVcPg&#038;hl=ko_KR&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="385"></embed></object></center></p>
]]></content:encoded>
			<wfw:commentRss>http://www.sungju.org/?feed=rss2&amp;p=418</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux Wireless Configuration Module &#8211; cfg80211</title>
		<link>http://www.sungju.org/?p=398</link>
		<comments>http://www.sungju.org/?p=398#comments</comments>
		<pubDate>Thu, 10 Jun 2010 02:47:01 +0000</pubDate>
		<dc:creator>Sungju</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[configuration]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[module]]></category>
		<category><![CDATA[wireless]]></category>

		<guid isPermaLink="false">http://www.sungju.org/?p=398</guid>
		<description><![CDATA[If you travel frequently and have to access wireless internet in that country, you&#8217;d be better to check this article. Sometimes, in foreign country, you would face with unaccessible wireless AP. One of the possible reason is that you use the different country code which is described in IEEE 802.11 regulatory domain code? from the [...]]]></description>
			<content:encoded><![CDATA[<p>If you travel frequently and have to access wireless internet in that country, you&#8217;d be better to check this article. Sometimes, in foreign country, you would face with unaccessible wireless AP.</p>
<p>One of the possible reason is that you use the different country code which is described in IEEE 802.11 regulatory domain code? from the code in that country use. Depends on this country code, it will choose proper frequency ranges</p>
<p>In Linux box, you can change this by cfg80211 module. Following is the information of cfg80211 module.</p>
<blockquote><p>[root@dhcp-160-193 ~]# modinfo cfg80211<br /> filename:       /lib/modules/2.6.18-194.el5/kernel/net/wireless/cfg80211.ko<br /> description:    wireless configuration support<br /> license:        GPL<br /> author:         Johannes Berg<br /> srcversion:     5575C55ADCFBE1371A2CF5E<br /> depends:        rfkill,wireless_compat<br /> vermagic:       2.6.18-194.el5 SMP mod_unload gcc-4.1<br /> parm:           <strong>ieee80211_regdom</strong>:IEEE 802.11 regulatory domain code (charp)<br /> module_sig:	883f3504ba0377778ccfeaa942826a&#8230;</p></blockquote>
<p>You can find more information about cfg80211 in here: http://wireless.kernel.org/en/developers/Documentation/cfg80211#About_cfg80211?</p>
<p>If you are in Korea, you can change the region code by modify /etc/modprobe.conf</p>
<blockquote>
<p>options cfg80211 ieee80211_regdom=KR</p>
</blockquote>
<div>You can see the details of changing frequency in /var/log/messages such as following:</div>
<p> </p>

<div class="wp_codebox"><table><tr id="p39810"><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
</pre></td><td class="code" id="p398code10"><pre class="text" style="font-family:monospace;">cfg80211: Calling CRDA to update world regulatory domain
cfg80211: World regulatory domain updated:
        (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
        (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
        (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
        (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
        (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
        (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
cfg80211: Calling CRDA for country: KR
cfg80211: Regulatory domain changed to country: KR
        (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
        (2402000 KHz - 2482000 KHz @ 20000 KHz), (N/A, 2000 mBm)
        (5170000 KHz - 5250000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
        (5250000 KHz - 5330000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
        (5490000 KHz - 5630000 KHz @ 20000 KHz), (300 mBi, 3000 mBm)
        (5735000 KHz - 5815000 KHz @ 20000 KHz), (300 mBi, 3000 mBm)</pre></td></tr></table></div>

<div>It will make you can access the AP&#8217;s in the country you stay.</div>
<p> </p>
<div><strong>Comment: Just realized that it works for EU and JP. Also, NIC needs to be have capability for that frequencies which you are want to use.</strong></div>
]]></content:encoded>
			<wfw:commentRss>http://www.sungju.org/?feed=rss2&amp;p=398</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>You and I</title>
		<link>http://www.sungju.org/?p=384</link>
		<comments>http://www.sungju.org/?p=384#comments</comments>
		<pubDate>Wed, 09 Jun 2010 06:56:23 +0000</pubDate>
		<dc:creator>Sungju</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://www.sungju.org/?p=384</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><center><object width="480" height="385"><param name="movie" value="http://www.youtube.com/v/FLLlXJ6jUzc&#038;hl=ko_KR&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/FLLlXJ6jUzc&#038;hl=ko_KR&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="385"></embed></object></center></p>
]]></content:encoded>
			<wfw:commentRss>http://www.sungju.org/?feed=rss2&amp;p=384</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
