<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="/style/rss/style.xsl" type="text/xsl" media="screen"?>
<rss version="2.0">
	<channel>
		<title>좋은진호의 여유만만</title>
		<link>http://truefeel.tistory.com/</link>
		<description>좋은진호의 IT이야기, 가끔 사는 얘기</description>
		<language>ko</language>
		<pubDate>Sat, 14 Jun 2008 00:40:54 +0900</pubDate>
		<generator>Tistory 1.1</generator>
		<image>
		<title>좋은진호의 여유만만</title>
		<url><![CDATA[http://cfs6.tistory.com/upload_control/download.blog?fhandle=YmxvZzE2NzE3QGZzNi50aXN0b3J5LmNvbTovYXR0YWNoLzAvMTkwMDAwMDAwMDAwLmpwZw==]]></url>
		<link>http://truefeel.tistory.com/</link>
		<description>좋은진호의 IT이야기, 가끔 사는 얘기</description>
		</image>
		<item>
			<title>apache 1.3과 2.x에서 php의 SERVER_NAME변수</title>
			<link>http://truefeel.tistory.com/116</link>
			<description>&lt;span style=&quot;font-weight: bold;&quot;&gt;아파치 웹서버에는 UseCanonicalName 이라는 옵션&lt;/span&gt;이 있다. 이 옵션은 CGI나 php등에 SERVER_NAME과 SERVER_PORT변수값을 넘길 때, 어떤값을 넘길 것인지 결정한다. &lt;span style=&quot;font-weight: bold;&quot;&gt;On으로 설정되어 있을 경우는 아파치의 ServerName으로 지정한 값이 넘겨지고, Off로 설정되어 있을 경우는 클라이언트가 요청한 호스트명과 포트명이 넘겨진다.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;이런 경우를 가정해보자. www.coffeenix.net 로 서비스되는 서버가 5대라고 하고, 각 5대의 서버는 w101~w105.coffeenix.net 이름을 갖고 있다.&lt;br /&gt;&lt;br /&gt;&lt;div style=&quot;padding: 10px; background-color: rgb(201, 237, 255);&quot;&gt;ServerName www.coffeenix.net&lt;/div&gt;&lt;br /&gt;위처럼 설정되어 있을 때 On과 Off의 차이를 확인홰보자. 유저가 브라우저에서 w101.coff...를 요청했을 때이다. &lt;br /&gt;&lt;br /&gt;다음은 On으로 설정한 경우이며, ServerName에 설정된 호스트명이 출력된다.&lt;br /&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;img src=&quot;http://cfs8.tistory.com/image/28/tistory/2008/06/09/23/13/484d3a70578ef&quot; alt=&quot;사용자 삽입 이미지&quot; height=&quot;64&quot; width=&quot;405&quot;/&gt;&lt;/div&gt;&lt;br /&gt;&lt;/div&gt;Off으로 설정한 경우이며, 브라우저에서 요청한 호스트명이 출력된다.&lt;br /&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;img src=&quot;http://cfs7.tistory.com/image/7/tistory/2008/06/09/23/13/484d3a6c440cd&quot; alt=&quot;phpinfo _SERVER변수&quot; height=&quot;64&quot; width=&quot;405&quot;/&gt;&lt;/div&gt;&lt;br /&gt;UseCanonicalName 옵션은 아피치 1.3에선 기본값이 On으로, 2.x대(2.0, 2.2)는 Off로 되어 있다. 기본값의 차이가 있으니 반드시 ServerName에서 지정한 호스트명이 나와야할 경우 주의가 필요하다. 다음은 아파치 웹서버의 httpd.conf 일부다.&lt;br /&gt;&lt;br /&gt;[ 아파치 1.3.x의 httpd.conf ]&lt;br /&gt;&lt;div style=&quot;padding: 10px; background-color: rgb(201, 237, 255);&quot;&gt;# UseCanonicalName:&amp;nbsp; (new for 1.3)&amp;nbsp; With this setting turned on, whenever&lt;br /&gt;# Apache needs to construct a self-referencing URL (a URL that refers back&lt;br /&gt;# to the server the response is coming from) it will use ServerName and&lt;br /&gt;# Port to form a &quot;canonical&quot; name.&amp;nbsp; With this setting off, Apache will&lt;br /&gt;# use the hostname:port that the client supplied, when possible.&amp;nbsp; This&lt;br /&gt;# also affects SERVER_NAME and SERVER_PORT in CGI scripts.&lt;br /&gt;#&lt;br /&gt;UseCanonicalName On&lt;/div&gt;&lt;br /&gt;[ 아파치 2.2.x의 httpd-default.conf ]&lt;br /&gt;&lt;div style=&quot;padding: 10px; background-color: rgb(201, 237, 255);&quot;&gt;# UseCanonicalName: Determines how Apache constructs self-referencing &lt;br /&gt;# URLs and the SERVER_NAME and SERVER_PORT variables.&lt;br /&gt;# When set &quot;Off&quot;, Apache will use the Hostname and Port supplied&lt;br /&gt;# by the client.&amp;nbsp; When set &quot;On&quot;, Apache will use the value of the&lt;br /&gt;# ServerName directive.&lt;br /&gt;#&lt;br /&gt;UseCanonicalName Off&lt;/div&gt;&lt;br /&gt;&lt;div style=&quot;width:100%;text-align:center;&quot;&gt;
&lt;fieldset style=&quot;border:1px solid #a1b0db;text-align:left;width:312px;height:63px;padding:0;margin:0 auto;position:relative;&quot;&gt; 
&lt;legend style=&quot;margin:0 0 0 10px;padding:0 3px;border:1px&quot;&gt;
&lt;a href=&quot;http://bloggernews.media.daum.net/&quot;  target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://img-section.daum-img.net/blognews/common/bl_news.gif&quot; width=&quot;94&quot; height=&quot;13&quot; alt=&quot;Daum 블로거뉴스&quot; border=&quot;0&quot;&gt;&lt;/a&gt;&lt;/legend&gt;
&lt;div style=&quot;font:12px 굴림;color:#31438f;letter-spacing:-1px;margin:11px 0 0 11px&quot;&gt;
블로거뉴스에서 이 포스트를 추천해주세요.&lt;/div&gt;
&lt;div style=&quot;text-decoration:none;margin:1px 0 0 12px&quot;&gt;
&lt;a href=&quot;http://bloggernews.media.daum.net/news/1287772 &quot; target=&quot;blank&quot; style=&quot;font:10px tahoma;color:#929292;text-decoration:none;&quot;&gt;
http://bloggernews.media.daum.net/news/1287772&lt;/a&gt;&lt;/div&gt;
&lt;div style=&quot;position:absolute;margin:-30px 0 0 246px&quot;&gt;&lt;a href=&quot;http://bloggernews.media.daum.net/news/1287772?rec=1&quot; target=&quot;_blank&quot;&gt;
&lt;img src=&quot;http://img-section.daum-img.net/blognews/common/bl_recom.gif&quot; width=&quot;54&quot; height=&quot;30&quot; alt=&quot;추천하기&quot; style=&quot;border:none&quot;&gt;&lt;/a&gt;&lt;/div&gt;
&lt;/fieldset&gt;&lt;/div&gt;</description>
			<category>시스템이야기</category>
			<category>apache</category>
			<category>php</category>
			<category>UseCanonicalName</category>
			<category>아파치</category>
			<category>웹서버</category>
			<author>좋은진호</author>
			<guid>http://truefeel.tistory.com/116</guid>
			<comments>http://truefeel.tistory.com/116#entry116comment</comments>
			<pubDate>Mon,  9 Jun 2008 23:10:25 +0900</pubDate>
		</item>
		<item>
			<title>밀크티 한잔과 부드러운 연잎차</title>
			<link>http://truefeel.tistory.com/115</link>
			<description>지지난주 일요일 밤. 배는 고파지고, 야식거리를 먹기에 애매한 시간. 결국 밀크티를 만들었다.&lt;br /&gt;&lt;br /&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;img src=&quot;http://cfs8.tistory.com/image/22/tistory/2008/06/02/23/30/484403ec02cb4&quot; alt=&quot;사용자 삽입 이미지&quot; height=&quot;450&quot; width=&quot;600&quot;/&gt;&lt;/div&gt;&lt;br /&gt;아삼(인도 3대 홍차 중 하나), 실론(스리랑카 홍차)을 베이스로 한 홍차나 잉글리쉬 블랙퍼트스트 종류는 진한 맛을 내어 밀크티로 적합하다. 저렴한 AKBAR(스리랑카 홍차 브랜드)의 잉글리쉬 블랙퍼스트 티백 1개를 약 100ml 잔에 우려내고, 우유 100ml를 섞었다. 그리고, 설탕 2스푼을 퐁당. 배고프니 모든게 일사천리다. ^^&lt;br /&gt;사진으로 보면 뭔가 있어보인다 말이야~~ 별거 아닌데, 멋지게 포장을 해준다는거.&lt;br /&gt;&lt;br /&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;img src=&quot;http://cfs8.tistory.com/image/35/tistory/2008/06/02/23/30/484403f9bead2&quot; alt=&quot;사용자 삽입 이미지&quot; height=&quot;614&quot; width=&quot;461&quot;/&gt;&lt;/div&gt;&lt;br /&gt;밀크티에 대해 썼지만, 지금 이순간은 연잎차를 마시고 있다. 연잎차~~ 음미하면 음미할 수록 단맛이 난다. 그래서 그냥 넘기지를 않는다. 입안에 오래 가둬두고, &#039;어디 한번 단맛을 즐길 수 있는데까지 해보자~~&#039;라는 맘이 들게 된다. 연꽃은 속세에 물들지 않았다고 해서 &#039;군자화&#039;라고 하는데, 연꽃차나 연잎차의 맑은 수색처럼 내 마음도 많아지는 느낌이다.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style=&quot;width:100%;text-align:center;&quot;&gt;
&lt;fieldset style=&quot;border:1px solid #a1b0db;text-align:left;width:312px;height:63px;padding:0;margin:0 auto;position:relative;&quot;&gt; 
&lt;legend style=&quot;margin:0 0 0 10px;padding:0 3px;border:1px&quot;&gt;
&lt;a href=&quot;http://bloggernews.media.daum.net/&quot;  target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://img-section.daum-img.net/blognews/common/bl_news.gif&quot; width=&quot;94&quot; height=&quot;13&quot; alt=&quot;Daum 블로거뉴스&quot; border=&quot;0&quot;&gt;&lt;/a&gt;&lt;/legend&gt;
&lt;div style=&quot;font:12px 굴림;color:#31438f;letter-spacing:-1px;margin:11px 0 0 11px&quot;&gt;
블로거뉴스에서 이 포스트를 추천해주세요.&lt;/div&gt;
&lt;div style=&quot;text-decoration:none;margin:1px 0 0 12px&quot;&gt;
&lt;a href=&quot;http://bloggernews.media.daum.net/news/1254507 &quot; target=&quot;blank&quot; style=&quot;font:10px tahoma;color:#929292;text-decoration:none;&quot;&gt;
http://bloggernews.media.daum.net/news/1254507&lt;/a&gt;&lt;/div&gt;
&lt;div style=&quot;position:absolute;margin:-30px 0 0 246px&quot;&gt;&lt;a href=&quot;http://bloggernews.media.daum.net/news/1254507?rec=1&quot; target=&quot;_blank&quot;&gt;
&lt;img src=&quot;http://img-section.daum-img.net/blognews/common/bl_recom.gif&quot; width=&quot;54&quot; height=&quot;30&quot; alt=&quot;추천하기&quot; style=&quot;border:none&quot;&gt;&lt;/a&gt;&lt;/div&gt;
&lt;/fieldset&gt;&lt;/div&gt;</description>
			<category>일상</category>
			<category>akbar</category>
			<category>tea</category>
			<category>밀크티</category>
			<category>연잎차</category>
			<category>홍차</category>
			<author>좋은진호</author>
			<guid>http://truefeel.tistory.com/115</guid>
			<comments>http://truefeel.tistory.com/115#entry115comment</comments>
			<pubDate>Mon,  2 Jun 2008 23:36:22 +0900</pubDate>
		</item>
		<item>
			<title>웹서버에서 gzip압축 전송을 지원하는 주요 사이트는?</title>
			<link>http://truefeel.tistory.com/114</link>
			<description>&lt;span style=&quot;font-weight: bold;&quot;&gt;.html이나 .js 등의 파일들을 전송할 때 압축해서 보낸다면, 웹페이지 접속시에 약간의 전송속도 향상을 가져올 수 있을 것이다. 요즘 워낙 회선속도가 좋아 그 영향이 미비할 수도 있지만.&lt;/span&gt; 주요 포털들과 랭킹 상위 사이트 몇개를 대상으로 gzip 압축 전송을 지원하는지를 체크해봤다. 메인페이지를 기준으로 확인해봤으며, 메인페이지 접속시에 함께 요청되는 페이지도 체크에 포함했다.&lt;br /&gt;&lt;br /&gt;gzip 압축 전송 지원여부 체크는 초기에는 직접 &lt;span style=&quot;font-weight: bold;&quot;&gt;Request 헤더에 &#039;Accept-Encoding: gzip, deflate&#039;&lt;/span&gt;를 포함해서 만들어 보내고, &lt;span style=&quot;font-weight: bold;&quot;&gt;Response 헤더에 &#039;Content-Encoding: gzip&#039;&lt;/span&gt;가 포함되어 있는지를 파악했다. 그러나 정확도가 떨어진데다가 한 페이지에 .css, .js등 여러 request가 있는 경우까지 체크하기 위해서 &lt;a href=&quot;http://www.fiddlertool.com/&quot; target=&quot;_blank&quot;&gt;Fiddler툴&lt;/a&gt;을 이용해서 결과를 정리했다.&lt;br /&gt;&lt;br /&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;img src=&quot;http://cfs9.tistory.com/image/32/tistory/2008/05/17/00/41/482dab1f430dc&quot; alt=&quot;사용자 삽입 이미지&quot; height=&quot;476&quot; width=&quot;597&quot;/&gt;&lt;/div&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;gzip을 지원하는 사이트들이다.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;1. 다음( &lt;a href=&quot;http://www.daum.net&quot; target=&quot;_blank&quot;&gt;www.daum.net&lt;/a&gt; )&lt;/span&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp; .html 파일의 gzip 압축 전송을 지원했으며, top-sc.daum.net 의 .js 파일과 top-sc.daum-img.net 의 .xml 파일도 지원한다.&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;2. 네이버( &lt;a href=&quot;http://www.naver.com&quot; target=&quot;_blank&quot;&gt;www.naver.com&lt;/a&gt; )&lt;/span&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp; 20bytes의 작은 사이즈도 gzip 압축했으며, .js, .css 파일은 사이즈에 무관하게 압축을 하지 않았다.&lt;br /&gt;&amp;nbsp;&amp;nbsp; auto.naver.com의 .html 파일, .js 파일, .css 파일의 gzip 압축 전송 지원&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;3. 네이트( &lt;a href=&quot;http://www.nate.com&quot; target=&quot;_blank&quot;&gt;www.nate.com&lt;/a&gt; )&lt;/span&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp; .html 파일, .js 파일, .ico 파일의 gzip 압축 전송을 지원한다. 특이하게 .ico까지 한다. 아니, 일반적인 이미지파일을 제외하고는 확장자에 무관하게 gzip을 지원하는 것일 수도 있다. 300bytes대의 사이즈도 gzip 압축을 했다. 메인페이지의 최소사이즈 파일이 300bytes였으며, 이보다 작은 사이즈의 파일이 있었으면 압축을 지원했을 수 있다. 적용범위를 폭넓게 생각하면, 파일확장자와 사이즈에 무관하게 압축할 가능성이 있다.&lt;br /&gt;&amp;nbsp;&amp;nbsp; .css파일은 존재하지 않아 gzip 압축 전송 여부 확인할 수 없었다. &lt;br /&gt;&amp;nbsp; &amp;nbsp;&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;4. 야후! 코리아( &lt;a href=&quot;http://kr.yahoo.com&quot; target=&quot;_blank&quot;&gt;kr.yahoo.com&lt;/a&gt; )&lt;/span&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp; .html 파일의 gzip 압축을 지원한다. .js와 .css는 img.yahoo.co.kr 이미지 웹서버에 존재하는데 .js, .css 파일의 압축을 지원한다.&lt;br /&gt;&amp;nbsp;&amp;nbsp; adz.kr.yahoo.com 요청 중에 .js 파일의 압축을 지원한다.&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;5. 싸이월드( &lt;a href=&quot;http://www.cyworld.com&quot; target=&quot;_blank&quot;&gt;www.cyworld.com&lt;/a&gt; )&lt;/span&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp; .asp(.html), .js 파일의 gzip 압축을 지원한다. 31bytes의 작은 사이즈도 압축했으므로, 사이즈 상관없이 압축한다는 의미일 것이다.&lt;br /&gt;&amp;nbsp;&amp;nbsp; .css는 압축 지원을 하지 않았다.&lt;br /&gt;&lt;br style=&quot;font-weight: bold;&quot;&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;6. 구글( &lt;a href=&quot;http://www.google.co.kr&quot; target=&quot;_blank&quot;&gt;www.google.co.kr&lt;/a&gt; )&lt;/span&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp; .html, .js, .css 파일의 gzip 압축 전송을 지원한다.&lt;br /&gt;&lt;br style=&quot;font-weight: bold;&quot;&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;7. Live Search( &lt;a href=&quot;http://www.live.com&quot; target=&quot;_blank&quot;&gt;www.live.com&lt;/a&gt; )&lt;/span&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp; .html 파일의 gzip 압축 전송을 지원한다.&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;8. MSN Korea( &lt;a href=&quot;http://kr.msn.com&quot; target=&quot;_blank&quot;&gt;kr.msn.com&lt;/a&gt; )&lt;/span&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp; .html 파일의 gzip 압축 전송을 지원한다.&lt;br /&gt;&amp;nbsp;&amp;nbsp; stckr.msn.com의 .css 파일, stjkr.msn.com 의 .js 파일의 gzip 압축을 지원하며,&lt;br /&gt;&amp;nbsp;&amp;nbsp; 특이하게도 ads1.msn.com의 js 파일과 stj.msn.com의 .js 파일은 deflate 압축을 지원한다. 아마도 &#039;Footprint 4.2/FPMCP&#039; 캐싱 서버 때문일 것 같다.&lt;br /&gt;&lt;br /&gt;위 사이트를 확장자별로 지원 여부를 표시했다.&lt;br /&gt;&lt;br /&gt;&lt;div style=&quot;padding: 10px; background-color: rgb(201, 237, 255);&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; .html &amp;nbsp; &amp;nbsp; &amp;nbsp; .js &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; .css &amp;nbsp; &amp;nbsp; &amp;nbsp; .ico&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp; .xml&lt;br /&gt;다음 &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp; O &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; O &amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; X &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp; X&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; O&lt;br /&gt;네이버 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; O &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp; X&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; X &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; X&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; -&lt;br /&gt;네이트 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; O &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; O &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; - &amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; O &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; -&lt;br /&gt;야후!코리아 &amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp; O &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; O &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; O &amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; X &amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; -&lt;br /&gt;싸이월드 &amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; O &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; O &amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; X &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp; X &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp; -&lt;br /&gt;구글 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; O &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp; O &amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; O &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp; X &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp; -&lt;br /&gt;Live Search &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; O &amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; - &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp; - &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp; X &amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; -&lt;br /&gt;MSN Korea &amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; O &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; O &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp; O &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; X&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; -&lt;/div&gt;&lt;br /&gt;다음은 지원하지 않는 사이트이다.&lt;br /&gt;&lt;br /&gt;엠파스( &lt;a href=&quot;http://www.empas.com&quot; target=&quot;_blank&quot;&gt;www.empas.com&lt;/a&gt; ), 파란닷컴( &lt;a href=&quot;http://www.paran.com&quot; target=&quot;_blank&quot;&gt;www.paran.com&lt;/a&gt; ), 드림위즈( &lt;a href=&quot;http://www.dreamwiz.com&quot; target=&quot;_blank&quot;&gt;www.dreamwiz.com&lt;/a&gt; )&lt;div style=&quot;width:100%;text-align:center;&quot;&gt;
&lt;fieldset style=&quot;border:1px solid #a1b0db;text-align:left;width:312px;height:63px;padding:0;margin:0 auto;position:relative;&quot;&gt; 
&lt;legend style=&quot;margin:0 0 0 10px;padding:0 3px;border:1px&quot;&gt;
&lt;a href=&quot;http://bloggernews.media.daum.net/&quot;  target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://img-section.daum-img.net/blognews/common/bl_news.gif&quot; width=&quot;94&quot; height=&quot;13&quot; alt=&quot;Daum 블로거뉴스&quot; border=&quot;0&quot;&gt;&lt;/a&gt;&lt;/legend&gt;
&lt;div style=&quot;font:12px 굴림;color:#31438f;letter-spacing:-1px;margin:11px 0 0 11px&quot;&gt;
블로거뉴스에서 이 포스트를 추천해주세요.&lt;/div&gt;
&lt;div style=&quot;text-decoration:none;margin:1px 0 0 12px&quot;&gt;
&lt;a href=&quot;http://bloggernews.media.daum.net/news/1174080 &quot; target=&quot;blank&quot; style=&quot;font:10px tahoma;color:#929292;text-decoration:none;&quot;&gt;
http://bloggernews.media.daum.net/news/1174080&lt;/a&gt;&lt;/div&gt;
&lt;div style=&quot;position:absolute;margin:-30px 0 0 246px&quot;&gt;&lt;a href=&quot;http://bloggernews.media.daum.net/news/1174080?rec=1&quot; target=&quot;_blank&quot;&gt;
&lt;img src=&quot;http://img-section.daum-img.net/blognews/common/bl_recom.gif&quot; width=&quot;54&quot; height=&quot;30&quot; alt=&quot;추천하기&quot; style=&quot;border:none&quot;&gt;&lt;/a&gt;&lt;/div&gt;
&lt;/fieldset&gt;&lt;/div&gt;</description>
			<category>시스템이야기</category>
			<category>gzip</category>
			<category>http</category>
			<category>HTTP헤더</category>
			<category>검색사이트</category>
			<category>압축전송</category>
			<category>웹서버</category>
			<category>포털</category>
			<author>좋은진호</author>
			<guid>http://truefeel.tistory.com/114</guid>
			<comments>http://truefeel.tistory.com/114#entry114comment</comments>
			<pubDate>Sat, 17 May 2008 00:40:33 +0900</pubDate>
		</item>
		<item>
			<title>퍼주지 않으니 말라버린 생각</title>
			<link>http://truefeel.tistory.com/113</link>
			<description>말하는 것보다는 듣는 것을 좋아하는 편이다. 그러다보니 막상 말을 하려면 잘 되지 않을 때가 있다. &lt;span style=&quot;font-weight: bold; text-decoration: underline;&quot;&gt;샘은 물을 꾸준히 퍼주지 않으면 말라버린다고 한다. 말도 그런 것 같다. 말을 꾸준히 하지 않으면 생각이 말라버리고, 표현하려는 단어의 선별능력까지 매말라버리는 것 같다.&lt;/span&gt; 말라버린 틈에서 얘기를 꺼내봐야 얼마나 잘 나오겠나~~~ 말의 끝이 시들지 않으면 다행일걸...&lt;br /&gt;&lt;br /&gt;물론 얘기를 주도하거나, 내가 얘기를 자주하게 되는 부류의 사람들도 있다. 그 부류의 사람들은 한정적이다. 이미 나와 교감을 주고 받는 사람이다. 이런 사람과 얘기를 할 땐 유머도 날려주고, &#039;기발한데~~~&#039;, &#039;센스쟁이&#039;, &#039;얘리한데~~&#039; 라는 생각을 줄만하다. &lt;br /&gt;&lt;br /&gt;그러나 문제는 새로운 사람이나 자주 얘기를 하지 않는 사람과 함께 할 때다. 이는 며칠전에 다시 한번 느꼈다. &#039;새로운 미래가 온다&#039;라는 책에서 얘기한 것처럼 팩션(&#039;왕비가 죽고 왕이 죽었다.&#039;)만 있지 스토리(&#039;왕비가 죽자 왕이 상심한 나머지 세상을 떠났다&#039;)가 없는 듯한 얘기들. 그리고 유머는 존재하지 않는다. 결국 밋밋한 얘기만 오가게 되고, 상대에게 즐거웠다거나 유익했다라는 것을 느낌을 줄 수 없다.&lt;br /&gt;&lt;br /&gt;이젠 내 자신을 수리해야할 것 같다.&lt;br /&gt;&lt;br /&gt;- 얘기할 기회를 늘릴 것&lt;br /&gt;- 사람 만날 기회를 늘릴 것&lt;br /&gt;- 하려는 말을, 한템포 늦추지 말고 그 때 그 때 할 것&lt;br /&gt;&lt;br /&gt;생각이 말라가지 않도록 퍼주는 것을 자주 해준다면, 말하는 것도 익숙해져, 처음 접하는 분들과도 얘기를 잘 할 수 있지 않을까.&lt;br /&gt;&lt;br /&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;img src=&quot;http://cfs6.tistory.com/image/9/tistory/2008/05/06/23/24/48206a3973793&quot; alt=&quot;사용자 삽입 이미지&quot; height=&quot;400&quot; width=&quot;500&quot;/&gt;&lt;/div&gt;르네 마그리트(Rene Magritte), 대화의 기술&lt;/div&gt;&lt;div style=&quot;width:100%;text-align:center;&quot;&gt;
&lt;fieldset style=&quot;border:1px solid #a1b0db;text-align:left;width:312px;height:63px;padding:0;margin:0 auto;position:relative;&quot;&gt; 
&lt;legend style=&quot;margin:0 0 0 10px;padding:0 3px;border:1px&quot;&gt;
&lt;a href=&quot;http://bloggernews.media.daum.net/&quot;  target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://img-section.daum-img.net/blognews/common/bl_news.gif&quot; width=&quot;94&quot; height=&quot;13&quot; alt=&quot;Daum 블로거뉴스&quot; border=&quot;0&quot;&gt;&lt;/a&gt;&lt;/legend&gt;
&lt;div style=&quot;font:12px 굴림;color:#31438f;letter-spacing:-1px;margin:11px 0 0 11px&quot;&gt;
블로거뉴스에서 이 포스트를 추천해주세요.&lt;/div&gt;
&lt;div style=&quot;text-decoration:none;margin:1px 0 0 12px&quot;&gt;
&lt;a href=&quot;http://bloggernews.media.daum.net/news/1127909 &quot; target=&quot;blank&quot; style=&quot;font:10px tahoma;color:#929292;text-decoration:none;&quot;&gt;
http://bloggernews.media.daum.net/news/1127909&lt;/a&gt;&lt;/div&gt;
&lt;div style=&quot;position:absolute;margin:-30px 0 0 246px&quot;&gt;&lt;a href=&quot;http://bloggernews.media.daum.net/news/1127909?rec=1&quot; target=&quot;_blank&quot;&gt;
&lt;img src=&quot;http://img-section.daum-img.net/blognews/common/bl_recom.gif&quot; width=&quot;54&quot; height=&quot;30&quot; alt=&quot;추천하기&quot; style=&quot;border:none&quot;&gt;&lt;/a&gt;&lt;/div&gt;
&lt;/fieldset&gt;&lt;/div&gt;</description>
			<category>일상</category>
			<category>대화</category>
			<category>말</category>
			<category>생각</category>
			<category>웃음</category>
			<category>유머</category>
			<category>이야기</category>
			<author>좋은진호</author>
			<guid>http://truefeel.tistory.com/113</guid>
			<comments>http://truefeel.tistory.com/113#entry113comment</comments>
			<pubDate>Tue,  6 May 2008 23:28:07 +0900</pubDate>
		</item>
		<item>
			<title>뽕잎차, 그리고 그 옆에 홍차 책</title>
			<link>http://truefeel.tistory.com/112</link>
			<description>뽕잎차를 마시는데, 홍차를 다룬 &#039;&lt;a href=&quot;http://www.yes24.com/Goods/FTGoodsView.aspx?goodsNo=2849973&amp;amp;CategoryNumber=001001017002008&quot; target=&quot;_blank&quot;&gt;나는 티타임에 탐닉한다&lt;/a&gt;&#039;를 읽고 있었다. 어울리기도 하고, 색다르다는 느낌도 들어 찍었다. 하긴~ 커피관련 책을 읽을 때, 감입차나 캐모바일을 마실 때도 있긴했지만. ^^&lt;br /&gt;&lt;br /&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;img src=&quot;http://cfs6.tistory.com/image/19/tistory/2008/04/27/02/14/481362ee3acc4&quot; alt=&quot;사용자 삽입 이미지&quot; height=&quot;450&quot; width=&quot;600&quot;/&gt;&lt;/div&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold; text-decoration: underline;&quot;&gt;뽕잎차&lt;/span&gt;은 혈관에 좋고, 당뇨병 예방, 동맥경화를 막아준다. 물론 하루 아침에 좋아지겠냐~~ 꾸준히 마셔야 한다. &#039;&lt;a href=&quot;http://www.yes24.com/Goods/FTGoodsView.aspx?goodsNo=406835&amp;amp;CategoryNumber=001001017002001&quot; target=&quot;_blank&quot;&gt;지리산에서 보낸 산야초 이야기&lt;/a&gt;&#039;를 쓴 전문희씨는 이를 &#039;&lt;span style=&quot;font-weight: bold; text-decoration: underline;&quot;&gt;콩나물 시루&lt;/span&gt;&#039;에 비교했다. 콩나물 시루에 물을 부어도 밑으로 거의 다 빠져 나가 남는게 없다. 그러나 콩나물은 조금씩 자란다. 우리몸도 차를 마시면 당장은 오줌으로 빠지겠지만, 어느샌가 오줌으로 노폐물을 빠지고 피도 맑아진단다. 즉, &lt;span style=&quot;font-weight: bold; text-decoration: underline;&quot;&gt;차 마시는 것을 생활화하면 자연히 건강해진다는 거...&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;img src=&quot;http://cfs5.tistory.com/image/16/tistory/2008/04/27/02/15/4813633a2d291&quot; alt=&quot;사용자 삽입 이미지&quot; height=&quot;450&quot; width=&quot;600&quot;/&gt;&lt;/div&gt;&lt;br /&gt;&lt;div style=&quot;width:100%;text-align:center;&quot;&gt;
&lt;fieldset style=&quot;border:1px solid #a1b0db;text-align:left;width:312px;height:63px;padding:0;margin:0 auto;position:relative;&quot;&gt; 
&lt;legend style=&quot;margin:0 0 0 10px;padding:0 3px;border:1px&quot;&gt;
&lt;a href=&quot;http://bloggernews.media.daum.net/&quot;  target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://img-section.daum-img.net/blognews/common/bl_news.gif&quot; width=&quot;94&quot; height=&quot;13&quot; alt=&quot;Daum 블로거뉴스&quot; border=&quot;0&quot;&gt;&lt;/a&gt;&lt;/legend&gt;
&lt;div style=&quot;font:12px 굴림;color:#31438f;letter-spacing:-1px;margin:11px 0 0 11px&quot;&gt;
블로거뉴스에서 이 포스트를 추천해주세요.&lt;/div&gt;
&lt;div style=&quot;text-decoration:none;margin:1px 0 0 12px&quot;&gt;
&lt;a href=&quot;http://bloggernews.media.daum.net/news/1086124 &quot; target=&quot;blank&quot; style=&quot;font:10px tahoma;color:#929292;text-decoration:none;&quot;&gt;
http://bloggernews.media.daum.net/news/1086124&lt;/a&gt;&lt;/div&gt;
&lt;div style=&quot;position:absolute;margin:-30px 0 0 246px&quot;&gt;&lt;a href=&quot;http://bloggernews.media.daum.net/news/1086124?rec=1&quot; target=&quot;_blank&quot;&gt;
&lt;img src=&quot;http://img-section.daum-img.net/blognews/common/bl_recom.gif&quot; width=&quot;54&quot; height=&quot;30&quot; alt=&quot;추천하기&quot; style=&quot;border:none&quot;&gt;&lt;/a&gt;&lt;/div&gt;
&lt;/fieldset&gt;&lt;/div&gt;</description>
			<category>일상</category>
			<category>뽕잎차</category>
			<category>전통차</category>
			<category>차</category>
			<category>홍차</category>
			<author>좋은진호</author>
			<guid>http://truefeel.tistory.com/112</guid>
			<comments>http://truefeel.tistory.com/112#entry112comment</comments>
			<pubDate>Sun, 27 Apr 2008 02:17:45 +0900</pubDate>
		</item>
		<item>
			<title>아파치 웹로그에 접속자 국가코드를 남겨보자</title>
			<link>http://truefeel.tistory.com/111</link>
			<description>&lt;a href=&quot;http://www.maxmind.com/app/ip-location&quot; target=&quot;_blank&quot;&gt;MaxMind&lt;/a&gt;의 GeoIP 데이터와 GeoIP apache 모듈을 사용하여, 아파치의 웹로그에 국가코드를 남겨보자.&lt;br /&gt;&lt;br /&gt;1. GeoIP C API 설치한다.&lt;br /&gt;2. 그리고, Apache mod_geoip2 모듈을 설치한다. (apache 2.x 기준임)&lt;br /&gt;&lt;br /&gt;apache 모듈이 설치된 상태에서 phpinfo() 를 살펴보면, Apache Environment 부분에서 GEOIP_CONTINENT_CODE, GEOIP_COUNTRY_CODE, GEOIP_COUNTRY_NAME환경 변수를 볼 수 있다.&lt;br /&gt;이중에서 &lt;span style=&quot;font-weight: bold;&quot;&gt;GEOIP_COUNTRY_CODE 변수값&lt;/span&gt;을 로그에 남기면 된다.&lt;br /&gt;&lt;br /&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;img src=&quot;http://cfs6.tistory.com/image/8/tistory/2008/04/23/22/52/480f3f3b0ead7&quot; alt=&quot;사용자 삽입 이미지&quot; height=&quot;142&quot; width=&quot;561&quot;/&gt;&lt;/div&gt;&lt;br /&gt;&lt;div style=&quot;padding: 10px; background-color: rgb(201, 237, 255);&quot;&gt;&amp;lt;IfModule geoip_module&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; GeoIPEnable On&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; GeoIPDBFile /usr/local/GeoIP/share/GeoIP/GeoIP.dat&lt;br /&gt;&amp;lt;/IfModule&amp;gt;&lt;br /&gt;&lt;br /&gt;LogFormat &quot;%h %l %u %t \&quot;%r\&quot; %&amp;gt;s %b \&quot;%{Referer}i\&quot; \&quot;%{User-Agent}i\&quot; %{Host}i %{GEOIP_COUNTRY_CODE}e&quot; cnxlog&lt;br /&gt;&lt;br /&gt;CustomLog logs/access_log cnxlog&lt;/div&gt;&lt;br /&gt;위에서 %{변수명}i 형식은 Header중 해당 변수값을 말한다. %{변수명}e 는 환경변수를 의미한다.&lt;br /&gt;&lt;br /&gt;%{Host}i : 요청한 호스트명을 로그에 남긴다. 이를테면 하나의 서버에 2개 이상의 도메인을 갖고 있을 때 유용하다.&amp;nbsp; www.foobar.com, www.foobar.net, foobar.com 등의 도메인이 있을 때 어떤 도메인으로 요청했는지를 남길 수 있게 된다.&lt;br /&gt;%{GEOIP_COUNTRY_CODE}e : GEOIP_COUNTRY_CODE 환경변수, 즉 국가코드를 남긴다.&lt;br /&gt;&lt;br /&gt;로그는 다음과 같이 남는다.&lt;br /&gt;&lt;br /&gt;&lt;div style=&quot;padding: 10px; background-color: rgb(201, 237, 255);&quot;&gt;125.129.xxx.xxx - - [01/Apr/2008:01:07:15 +0900] &quot;GET /bbs/ HTTP/1.1&quot; 200 29388 &quot;-&quot; &quot;Mozilla/5.0 (Windows; U; Windows NT 5.1; ko; rv:1.8.1.13) Gecko/20080311 Firefox/2.0.0.13&quot; foobar.com KR&lt;br /&gt;61.243.xxx.xxx - - [01/Apr/2008:01:17:20 +0900] &quot;GET /data/linux_base/editors.html HTTP/1.1&quot; 403 520 &quot;-&quot; &quot;Mozilla/4.0 (compatible; MSIE 5.5; Windows 98; DigExt)&quot; foobar.com CN&lt;/div&gt;&lt;br /&gt;자세한 것은 &lt;a href=&quot;http://coffeenix.net/&quot; target=&quot;_blank&quot;&gt;커피닉스&lt;/a&gt;의 &#039;&lt;a href=&quot;http://coffeenix.net/board_view.php?bd_code=1638&quot; target=&quot;_blank&quot;&gt;GeoIP 활용(아파치 웹로그에 국가코드 남기기 외)&lt;/a&gt;&#039; 에 정리해뒀다.&lt;br /&gt;&lt;br /&gt;&lt;div style=&quot;width:100%;text-align:center;&quot;&gt;
&lt;fieldset style=&quot;border:1px solid #a1b0db;text-align:left;width:312px;height:63px;padding:0;margin:0 auto;position:relative;&quot;&gt; 
&lt;legend style=&quot;margin:0 0 0 10px;padding:0 3px;border:1px&quot;&gt;
&lt;a href=&quot;http://bloggernews.media.daum.net/&quot;  target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://img-section.daum-img.net/blognews/common/bl_news.gif&quot; width=&quot;94&quot; height=&quot;13&quot; alt=&quot;Daum 블로거뉴스&quot; border=&quot;0&quot;&gt;&lt;/a&gt;&lt;/legend&gt;
&lt;div style=&quot;font:12px 굴림;color:#31438f;letter-spacing:-1px;margin:11px 0 0 11px&quot;&gt;
블로거뉴스에서 이 포스트를 추천해주세요.&lt;/div&gt;
&lt;div style=&quot;text-decoration:none;margin:1px 0 0 12px&quot;&gt;
&lt;a href=&quot;http://bloggernews.media.daum.net/news/1073219 &quot; target=&quot;blank&quot; style=&quot;font:10px tahoma;color:#929292;text-decoration:none;&quot;&gt;
http://bloggernews.media.daum.net/news/1073219&lt;/a&gt;&lt;/div&gt;
&lt;div style=&quot;position:absolute;margin:-30px 0 0 246px&quot;&gt;&lt;a href=&quot;http://bloggernews.media.daum.net/news/1073219?rec=1&quot; target=&quot;_blank&quot;&gt;
&lt;img src=&quot;http://img-section.daum-img.net/blognews/common/bl_recom.gif&quot; width=&quot;54&quot; height=&quot;30&quot; alt=&quot;추천하기&quot; style=&quot;border:none&quot;&gt;&lt;/a&gt;&lt;/div&gt;
&lt;/fieldset&gt;&lt;/div&gt;</description>
			<category>시스템이야기</category>
			<category>apache</category>
			<category>geoip</category>
			<category>국가코드</category>
			<category>아파치</category>
			<category>웹로그</category>
			<category>웹서버</category>
			<author>좋은진호</author>
			<guid>http://truefeel.tistory.com/111</guid>
			<comments>http://truefeel.tistory.com/111#entry111comment</comments>
			<pubDate>Wed, 23 Apr 2008 23:19:53 +0900</pubDate>
		</item>
		<item>
			<title>리눅스에서 윈도우즈 게임을... CrossOver Games</title>
			<link>http://truefeel.tistory.com/110</link>
			<description>CrossOver Office로 잘 알려진 &lt;a href=&quot;http://www.codeweavers.com/&quot; target=&quot;_blank&quot;&gt;CodeWeavers&lt;/a&gt;에서 리눅스와 Mac에서 윈도우즈 게임을 할 수 있는 &lt;a href=&quot;http://www.codeweavers.com/products/cxgames/&quot; target=&quot;_blank&quot;&gt;CrossOver Games 7.0.0&lt;/a&gt; 을 발표했다. 발표한지는 시간이 좀 지났는데, 국내 리눅스 관련 커뮤니티나 블로그에서는 조용해서, 얘기를 끄집어 낸다.&lt;br /&gt;&lt;br /&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;img src=&quot;http://cfs6.tistory.com/image/5/tistory/2008/04/22/00/48/480cb73e3c1c5&quot; alt=&quot;사용자 삽입 이미지&quot; height=&quot;40&quot; width=&quot;248&quot;/&gt;&lt;/div&gt;&lt;br /&gt;CrossOver Games은 최신 Wine을 만들어졌으며, 맥 OS X는 Tiger와 Leopard에서 모두 잘 동작한다. 그리고, 리눅스는 우분투(Ubuntu) 7.10과 데비안(Debian) Etch에서 테스트가 되었다. 2개의 배포판에서 테스트되었다는 뜻이지 다른 배포판에서 안되는 것은 아니다. 공식 홈페이지에는 없는 내용이지만, FreeBSD와 FreeBSD기반의 데스크탑BSD인 PC-BSD, DesktopBSD에서도 운영되는 것으로 알려졌다. ( ./ 의 &#039;&lt;a href=&quot;http://games.slashdot.org/games/08/04/21/0213251.shtml&quot; target=&quot;_blank&quot;&gt;CrossOver Games for FreeBSD&lt;/a&gt;&#039; 참고)&lt;br /&gt;&lt;br /&gt;지원하는 게임은 World of Warcraft(WoW), EVE Online, Guild Wars, Prey, Half-Life 2, Team Fortress 2, Counterstrike 등 다양하며, 전체 게임 목록은 &lt;a href=&quot;http://www.codeweavers.com/compatibility/browse/group/?app_parent=4100&quot; target=&quot;_blank&quot;&gt;CrossOver Games의 Compatibility 페이지&lt;/a&gt;에서 확인할 수 있다.&lt;br /&gt;&lt;br /&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;img src=&quot;http://cfs4.tistory.com/image/6/tistory/2008/04/22/00/48/480cb74f9e62f&quot; alt=&quot;사용자 삽입 이미지&quot; height=&quot;165&quot; width=&quot;260&quot;/&gt;&lt;/div&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;img src=&quot;http://cfs6.tistory.com/image/5/tistory/2008/04/22/00/48/480cb75700cb4&quot; alt=&quot;사용자 삽입 이미지&quot; height=&quot;165&quot; width=&quot;260&quot;/&gt;&lt;/div&gt;&lt;br /&gt;&lt;div style=&quot;text-align: center;&quot;&gt;[ 이미지 출처 : CrossOver Games 에서 ]&lt;br /&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;/div&gt;Linux, Mac 버전 모두 39.95달러이며, trial 버전을 홈페이지에서 받아볼 수 있다.&lt;br /&gt;&lt;br /&gt;구글의 &lt;a href=&quot;http://picasa.google.com/linux/&quot; target=&quot;_blank&quot;&gt;리눅스용 피카사(Picasa)&lt;/a&gt;가 Wine을 최적화하여 만들어진 것인데,&amp;nbsp; 윈도우즈보다는 느리게 동작한다. CrossOver Games도 Wine기반이다보니, 게임할 때 느려지는 문제가 있을 건데, 게임에 지장이 없을 만큼 속도감을 주느냐가 CrossOver Games의 가치 판단 기준이 될 것 같다.&lt;br /&gt;&lt;br /&gt;&lt;div style=&quot;width:100%;text-align:center;&quot;&gt;
&lt;fieldset style=&quot;border:1px solid #a1b0db;text-align:left;width:312px;height:63px;padding:0;margin:0 auto;position:relative;&quot;&gt; 
&lt;legend style=&quot;margin:0 0 0 10px;padding:0 3px;border:1px&quot;&gt;
&lt;a href=&quot;http://bloggernews.media.daum.net/&quot;  target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://img-section.daum-img.net/blognews/common/bl_news.gif&quot; width=&quot;94&quot; height=&quot;13&quot; alt=&quot;Daum 블로거뉴스&quot; border=&quot;0&quot;&gt;&lt;/a&gt;&lt;/legend&gt;
&lt;div style=&quot;font:12px 굴림;color:#31438f;letter-spacing:-1px;margin:11px 0 0 11px&quot;&gt;
블로거뉴스에서 이 포스트를 추천해주세요.&lt;/div&gt;
&lt;div style=&quot;text-decoration:none;margin:1px 0 0 12px&quot;&gt;
&lt;a href=&quot;http://bloggernews.media.daum.net/news/1065102 &quot; target=&quot;blank&quot; style=&quot;font:10px tahoma;color:#929292;text-decoration:none;&quot;&gt;
http://bloggernews.media.daum.net/news/1065102&lt;/a&gt;&lt;/div&gt;
&lt;div style=&quot;position:absolute;margin:-30px 0 0 246px&quot;&gt;&lt;a href=&quot;http://bloggernews.media.daum.net/news/1065102?rec=1&quot; target=&quot;_blank&quot;&gt;
&lt;img src=&quot;http://img-section.daum-img.net/blognews/common/bl_recom.gif&quot; width=&quot;54&quot; height=&quot;30&quot; alt=&quot;추천하기&quot; style=&quot;border:none&quot;&gt;&lt;/a&gt;&lt;/div&gt;
&lt;/fieldset&gt;&lt;/div&gt;</description>
			<category>IT이야기</category>
			<category>CrossoverGames</category>
			<category>Mac</category>
			<category>wine</category>
			<category>게임</category>
			<category>리눅스</category>
			<category>와인</category>
			<author>좋은진호</author>
			<guid>http://truefeel.tistory.com/110</guid>
			<comments>http://truefeel.tistory.com/110#entry110comment</comments>
			<pubDate>Tue, 22 Apr 2008 00:52:52 +0900</pubDate>
		</item>
		<item>
			<title>다음(Daum) 요즘 잦은 서비스 장애</title>
			<link>http://truefeel.tistory.com/109</link>
			<description>&lt;span style=&quot;font-weight: bold;&quot;&gt;4.18(금) 22:??(30분, 40분대였을 듯)에 로긴을 하려고 하니, 다음과 같은 메시지를 뿌리면서 로긴할 수가 없었다. &lt;/span&gt;여러번 해도 마찬가지였고, 10~20여분 뒤에 해보니 정상적으로 로긴할 수 있었다. 조용한 것을 보면 일부 유저에게만 해당된 것 일 수도 있겠다.&lt;br /&gt;&lt;br /&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;img src=&quot;http://cfs4.tistory.com/image/8/tistory/2008/04/19/00/26/4808bda3a5be4&quot; alt=&quot;사용자 삽입 이미지&quot; height=&quot;372&quot; width=&quot;431&quot;/&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;오전에는 한메일&lt;/span&gt;을 읽는 것이 더뎠다. 개편이 진행된 이후부터 자주 이런 현상이 발생했다. 클릭을 해도 반응이 오질 않는다. 한두번 입질하는 물고기도 아니고, 클릭하면 바로 반응이 와야하지 않나. 오전에는 로그아웃도 안되는 경우도 발생. 난 나가고 싶었는데. ^^&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;[ 최근 다음(Daum) 서비스 장애 관련 글 ]&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;* &lt;a href=&quot;http://newslink.media.daum.net/news/20080414153113262&quot; target=&quot;_blank&quot;&gt;다음 한메일, 1시간동안 접속 장애로 항의 빗발쳐&lt;/a&gt; (뉴시스, 2008.4.14)&lt;br /&gt;* &lt;a href=&quot;http://www.edaily.co.kr/news/newspath.asp?newsid=01590806586376120&quot; target=&quot;_blank&quot;&gt;다음 한메일 접속장애&lt;/a&gt; (이데일리, 2008.4.14)&lt;br /&gt;* &lt;a href=&quot;http://isponge.net/2462225&quot; target=&quot;_blank&quot;&gt;3.1(토) 오늘 다음 검색이 이상합니다.~&lt;/a&gt; (&#039;마음으로 찍는 사진&#039;님, 2008.3.1)&lt;br /&gt;&lt;br /&gt;&lt;div style=&quot;width:100%;text-align:center;&quot;&gt;
&lt;fieldset style=&quot;border:1px solid #a1b0db;text-align:left;width:312px;height:63px;padding:0;margin:0 auto;position:relative;&quot;&gt; 
&lt;legend style=&quot;margin:0 0 0 10px;padding:0 3px;border:1px&quot;&gt;
&lt;a href=&quot;http://bloggernews.media.daum.net/&quot;  target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://img-section.daum-img.net/blognews/common/bl_news.gif&quot; width=&quot;94&quot; height=&quot;13&quot; alt=&quot;Daum 블로거뉴스&quot; border=&quot;0&quot;&gt;&lt;/a&gt;&lt;/legend&gt;
&lt;div style=&quot;font:12px 굴림;color:#31438f;letter-spacing:-1px;margin:11px 0 0 11px&quot;&gt;
블로거뉴스에서 이 포스트를 추천해주세요.&lt;/div&gt;
&lt;div style=&quot;text-decoration:none;margin:1px 0 0 12px&quot;&gt;
&lt;a href=&quot;http://bloggernews.media.daum.net/news/1053835 &quot; target=&quot;blank&quot; style=&quot;font:10px tahoma;color:#929292;text-decoration:none;&quot;&gt;
http://bloggernews.media.daum.net/news/1053835&lt;/a&gt;&lt;/div&gt;
&lt;div style=&quot;position:absolute;margin:-30px 0 0 246px&quot;&gt;&lt;a href=&quot;http://bloggernews.media.daum.net/news/1053835?rec=1&quot; target=&quot;_blank&quot;&gt;
&lt;img src=&quot;http://img-section.daum-img.net/blognews/common/bl_recom.gif&quot; width=&quot;54&quot; height=&quot;30&quot; alt=&quot;추천하기&quot; style=&quot;border:none&quot;&gt;&lt;/a&gt;&lt;/div&gt;
&lt;/fieldset&gt;&lt;/div&gt;</description>
			<category>IT이야기</category>
			<category>Daum</category>
			<category>다음</category>
			<category>로긴불가</category>
			<category>서비스장애</category>
			<category>한메일</category>
			<author>좋은진호</author>
			<guid>http://truefeel.tistory.com/109</guid>
			<comments>http://truefeel.tistory.com/109#entry109comment</comments>
			<pubDate>Sat, 19 Apr 2008 00:27:46 +0900</pubDate>
		</item>
		<item>
			<title>FreeBSD 7 관련 도서 2권</title>
			<link>http://truefeel.tistory.com/108</link>
			<description>&lt;p&gt;FreeBSD 7관련 원서 2권이 나왔다. 그 중에 &#039;Building a Server with FreeBSD 7: A Modular Approach&#039;은&lt;br /&gt;프비유저의 필독서인 &#039;Absolute BSD&#039;와 같은 출판사에서 나왔다. 지금나온 2권의 책은 FreeBSD 7 위주의 책이기 보다는 보편적인 FreeBSD에 약간의 7.0의 내용이 포함되어 있지 않을까...&lt;/p&gt;&lt;p&gt;&lt;strong&gt;1. Building a Server with FreeBSD 7: A Modular Approach&lt;br /&gt;&lt;br /&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;img src=&quot;http://cfs4.tistory.com/image/11/tistory/2008/04/18/15/05/48083a1c4d0f2&quot; width=&quot;240&quot; height=&quot;240&quot; alt=&quot;FreeBSD7 book&quot;/&gt;&lt;/div&gt;&lt;br /&gt;&lt;/strong&gt;&amp;nbsp; *&amp;nbsp; &lt;a href=&quot;http://www.freebsdos.com/news/2008/04/16/building-server-freebsd-7/&quot;&gt;http://www.freebsdos.com/news/2008/04/16/building-server-freebsd-7/&lt;/a&gt;&lt;br /&gt;&amp;nbsp; * &lt;a href=&quot;http://www.amazon.com/Building-Server-FreeBSD-Modular-Approach/dp/159327145X/ref=sr_1_1?ie=UTF8&amp;amp;s=books&amp;amp;qid=1208426486&amp;amp;sr=1-1&quot; target=&quot;_blank&quot;&gt;Amazon&lt;/a&gt;에서 보기&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;div style=&quot;padding: 10px; background-color: rgb(201, 237, 255);&quot;&gt;* Running common FreeBSD admin commands and tasks.&lt;br /&gt;* Managing the FreeBSD ports collection.&lt;br /&gt;* Installing third-party apps like Apache, Courier-IMAP, SpamAssassin, CUPS, Cyrus SASL, MediaWiki, and WordPress.&lt;br /&gt;* Setting up MySQL, NTP, ISC DHCP, ISC BIND DNS, PHP, OpenLDAP, OpenSSH, OpenSSL, and OpenVPN.&lt;br /&gt;* Appendixes explain user management, backup/restore, and network protocols. Building a Server with FreeBSD 7 will have readers running their own server loaded with useful modules in no time, with a minimum of hassle.&lt;br /&gt;&lt;/div&gt;

&lt;p&gt;&lt;strong&gt;2. Network Administration with FreeBSD 7&lt;br /&gt;&lt;br /&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;img src=&quot;http://cfs6.tistory.com/image/10/tistory/2008/04/18/15/06/48083a7eaf3f0&quot; width=&quot;172&quot; height=&quot;213&quot; alt=&quot;FreeBSD7 book&quot;/&gt;&lt;/div&gt;&lt;/strong&gt;&lt;br /&gt;* &lt;a href=&quot;http://www.farrokhi.net/blog/2008/04/network-adminis.html&quot;&gt;http://www.farrokhi.net/blog/2008/04/network-adminis.html&lt;/a&gt;&lt;br /&gt;* &lt;a href=&quot;http://www.packtpub.com/network-administration-with-freebsd/book&quot; target=&quot;_blank&quot;&gt;PACKT Publishing&lt;/a&gt;에서 보기&lt;/p&gt;
&lt;div style=&quot;padding: 10px; background-color: rgb(201, 237, 255);&quot;&gt;* Set up and manage networking on FreeBSD&lt;br /&gt;* Virtualization with FreeBSD Jails, IPFW and PF&lt;br /&gt;* Configure interfaces, protocols, and routing&lt;br /&gt;* ... 등 ... &lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;[ FreeBSD와 관련 글 ]&lt;/span&gt;&lt;br /&gt;* &lt;a href=&quot;http://truefeel.tistory.com/95&quot;&gt;2008/03/07&amp;nbsp; FreeBSD 7.0 사용기&lt;/a&gt;&lt;br /&gt;* &lt;a href=&quot;/94&quot;&gt;2008/02/28&amp;nbsp; FreeBSD 7.0 릴리즈&lt;/a&gt;&lt;br /&gt;&lt;div style=&quot;width:100%;text-align:center;&quot;&gt;
&lt;fieldset style=&quot;border:1px solid #a1b0db;text-align:left;width:312px;height:63px;padding:0;margin:0 auto;position:relative;&quot;&gt; 
&lt;legend style=&quot;margin:0 0 0 10px;padding:0 3px;border:1px&quot;&gt;
&lt;a href=&quot;http://bloggernews.media.daum.net/&quot;  target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://img-section.daum-img.net/blognews/common/bl_news.gif&quot; width=&quot;94&quot; height=&quot;13&quot; alt=&quot;Daum 블로거뉴스&quot; border=&quot;0&quot;&gt;&lt;/a&gt;&lt;/legend&gt;
&lt;div style=&quot;font:12px 굴림;color:#31438f;letter-spacing:-1px;margin:11px 0 0 11px&quot;&gt;
블로거뉴스에서 이 포스트를 추천해주세요.&lt;/div&gt;
&lt;div style=&quot;text-decoration:none;margin:1px 0 0 12px&quot;&gt;
&lt;a href=&quot;http://bloggernews.media.daum.net/news/1053707 &quot; target=&quot;blank&quot; style=&quot;font:10px tahoma;color:#929292;text-decoration:none;&quot;&gt;
http://bloggernews.media.daum.net/news/1053707&lt;/a&gt;&lt;/div&gt;
&lt;div style=&quot;position:absolute;margin:-30px 0 0 246px&quot;&gt;&lt;a href=&quot;http://bloggernews.media.daum.net/news/1053707?rec=1&quot; target=&quot;_blank&quot;&gt;
&lt;img src=&quot;http://img-section.daum-img.net/blognews/common/bl_recom.gif&quot; width=&quot;54&quot; height=&quot;30&quot; alt=&quot;추천하기&quot; style=&quot;border:none&quot;&gt;&lt;/a&gt;&lt;/div&gt;
&lt;/fieldset&gt;&lt;/div&gt;</description>
			<category>IT이야기</category>
			<category>bsd</category>
			<category>FreeBSD</category>
			<category>FreeBSD7</category>
			<category>도서</category>
			<category>책</category>
			<category>프비</category>
			<author>좋은진호</author>
			<guid>http://truefeel.tistory.com/108</guid>
			<comments>http://truefeel.tistory.com/108#entry108comment</comments>
			<pubDate>Fri, 18 Apr 2008 22:54:00 +0900</pubDate>
		</item>
		<item>
			<title>MySQL 5.1이 정식 버전(GA)으로 나올 예정</title>
			<link>http://truefeel.tistory.com/107</link>
			<description>Santa Clara에서 열리고 있는 &#039;MySQL Conference &amp;amp; Expo&#039;에서 Sun은 MySQL 5.1이 정식버전(GA, General Availability)으로 될 것이라고 발표했다. 지금까지 정식버전(GA)은 5.0이며, 5.1은 RC(Release Candidate)버전 상태이다. 그만큼 5.1버전이 그만큼 5.1버전이 안정 상태에 접어들었다는 의미이다. &lt;span style=&quot;font-weight: bold;&quot;&gt;&lt;u&gt;5.1 정식버전은 이번 분기말에에 나올 예정이다.&lt;/u&gt; &lt;/span&gt;또한 MySQL Community Server, Enterprise Server, Embedded Server 등 3종류로 발표된다.&lt;br /&gt;&lt;br /&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;img src=&quot;http://cfs4.tistory.com/image/7/tistory/2008/04/16/17/20/4805b6de3cffb&quot; alt=&quot;사용자 삽입 이미지&quot; height=&quot;68&quot; width=&quot;205&quot;/&gt;&lt;/div&gt;&lt;br /&gt;5.1은 5.1.23까지 나와 있고, 5.1 정식버전에 가장 가까운 상태의 RC 버전은 &lt;a href=&quot;http://dev.mysql.com/downloads/&quot; target=&quot;_blank&quot;&gt;http://dev.mysql.com/downloads/&lt;/a&gt; 에서 받을 수 있다.&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://www.mysql.com/news-and-events/press-release/release_2008_14.html&quot; target=&quot;_blank&quot;&gt;http://www.mysql.com/news-and-events/press-release/release_2008_14.html&lt;/a&gt;&lt;br /&gt;&lt;a href=&quot;http://www.sun.com/aboutsun/pr/2008-04/sunflash.20080415.1.xml&quot; target=&quot;_blank&quot;&gt;http://www.sun.com/aboutsun/pr/2008-04/sunflash.20080415.1.xml&lt;/a&gt; (2개 URL모두 같은 내용)&lt;br /&gt;&lt;br /&gt;
&lt;div style=&quot;padding: 10px; background-color: rgb(201, 237, 255);&quot;&gt;* Table and Index Partitioning&lt;br /&gt;* Row-Based and Hybrid Replication&lt;br /&gt;* Event Scheduler&lt;br /&gt;* New Upgrade Advisor in MySQL Enterprise Monitor&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;&lt;u&gt;파티셔닝&lt;/u&gt;&lt;/span&gt;은 오라클 DB 등을 사용해보신 분은 알 것이다. 하나의 table인데, 물리적 DB파일은 여러개로 쪼개서 저장 가능하는 것. 예를들어 table은 하나인데, 2007년과 2008년이 다른 DB파일로 저장될 수 있다. &lt;br /&gt;결국 select할 때 2007년을 조건으로 줄 경우에, 통 DB파일보다 빠른 결과를 얻을 수 있다.&lt;br /&gt;&lt;br /&gt;그리고, &lt;span style=&quot;font-weight: bold;&quot;&gt;&lt;u&gt;row기반 리플리케이션&lt;/u&gt;&lt;/span&gt;. 현재까지는 DB전체 리플리케이션만 가능했다.&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;&lt;u&gt;이벤트 스케쥴러&lt;/u&gt;&lt;/span&gt;는 DB내의 cron으로 이해하면 될 것이다. DB내에 주기적으로 반복되는 일을 스케줄러에 등록해주면, 자동으로 실행이 된다. 자정에 통계정보를 일괄처리해야 할 경우 스케줄러에 넣어주면 될 것이다.&lt;br /&gt;&lt;br /&gt;Sun 발표내용에서는 웹크롤러인 spinn3r.com에 대한 얘기도 있다. spinn3r.com MySQL 5.1을 사용중이며, 대략 1일 1800만 URL을 인덱싱하고 있다.&lt;br /&gt;&lt;br /&gt;
&lt;div style=&quot;padding: 10px; background-color: rgb(201, 237, 255);&quot;&gt;We&#039;re using MySQL 5.1 in production for a Weblog discovery code database which indexes approximately 18 million URLs per day,&quot; said Kevin Burton, founder and CEO of Spinn3r.com.&lt;/div&gt;&lt;br /&gt;덧붙여서 4월 29일(화) 그랜드 인터컨티넨탈 호텔에서 &#039;Sun/MySQL Korea Launching Seminar&#039;( &lt;a href=&quot;http://www.theseminar.co.kr/sun/&quot; target=&quot;_blank&quot;&gt;http://www.theseminar.co.kr/sun/&lt;/a&gt; )가 있다. 무료 세미나에 무료 주차권 제공. 덤으로 티셔츠까지. ^^ &lt;br /&gt;&lt;br /&gt;&lt;div style=&quot;width:100%;text-align:center;&quot;&gt;
&lt;fieldset style=&quot;border:1px solid #a1b0db;text-align:left;width:312px;height:63px;padding:0;margin:0 auto;position:relative;&quot;&gt; 
&lt;legend style=&quot;margin:0 0 0 10px;padding:0 3px;border:1px&quot;&gt;
&lt;a href=&quot;http://bloggernews.media.daum.net/&quot;  target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://img-section.daum-img.net/blognews/common/bl_news.gif&quot; width=&quot;94&quot; height=&quot;13&quot; alt=&quot;Daum 블로거뉴스&quot; border=&quot;0&quot;&gt;&lt;/a&gt;&lt;/legend&gt;
&lt;div style=&quot;font:12px 굴림;color:#31438f;letter-spacing:-1px;margin:11px 0 0 11px&quot;&gt;
블로거뉴스에서 이 포스트를 추천해주세요.&lt;/div&gt;
&lt;div style=&quot;text-decoration:none;margin:1px 0 0 12px&quot;&gt;
&lt;a href=&quot;http://bloggernews.media.daum.net/news/1043293 &quot; target=&quot;blank&quot; style=&quot;font:10px tahoma;color:#929292;text-decoration:none;&quot;&gt;
http://bloggernews.media.daum.net/news/1043293&lt;/a&gt;&lt;/div&gt;
&lt;div style=&quot;position:absolute;margin:-30px 0 0 246px&quot;&gt;&lt;a href=&quot;http://bloggernews.media.daum.net/news/1043293?rec=1&quot; target=&quot;_blank&quot;&gt;
&lt;img src=&quot;http://img-section.daum-img.net/blognews/common/bl_recom.gif&quot; width=&quot;54&quot; height=&quot;30&quot; alt=&quot;추천하기&quot; style=&quot;border:none&quot;&gt;&lt;/a&gt;&lt;/div&gt;
&lt;/fieldset&gt;&lt;/div&gt;</description>
			<category>IT이야기</category>
			<category>Database</category>
			<category>DB</category>
			<category>MySQL</category>
			<category>MySQL5.1</category>
			<category>Sun Microsystems</category>
			<author>좋은진호</author>
			<guid>http://truefeel.tistory.com/107</guid>
			<comments>http://truefeel.tistory.com/107#entry107comment</comments>
			<pubDate>Wed, 16 Apr 2008 17:20:00 +0900</pubDate>
		</item>
	</channel>
</rss>
