<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title>거리를 마음으로 찍는 사진사 - GEOSA Kimgun</title>
		<link>http://kimgun.pe.kr/</link>
		<description>거사(거리를 마음으로 찍는 사진사) 김군의 블로그 입니다.
거사의 직업은 프로그래머입니다.
거리의 사진을 닮아 보았어요.
- The Like GEOSA Kimgun -</description>
		<language>ko</language>
		<pubDate>Mon, 14 May 2012 23:12:36 +0900</pubDate>
		<generator>Tistory 1.1 (http://www.tistory.com/)</generator>
		<managingEditor>Kim JeongTaek</managingEditor>
		<image>
			<title>거리를 마음으로 찍는 사진사 - GEOSA Kimgun</title>
			<url>http://cfile7.uf.tistory.com/image/116247014BE4A0CE44440F</url>
			<link>http://kimgun.pe.kr</link>
			<description>거사(거리를 마음으로 찍는 사진사) 김군의 블로그 입니다.
거사의 직업은 프로그래머입니다.
거리의 사진을 닮아 보았어요.
- The Like GEOSA Kimgun -</description>
		</image>
		<item>
			<title>traceroute로 패킷 전송 경로를 추적 하기</title>
			<link>http://kimgun.pe.kr/335</link>
			<description>&lt;P&gt;&lt;B&gt;traceroute&lt;/B&gt; 로 패킷 전송을 확인해보자&lt;br /&gt;통신을 하는데 오류가 있거나 갑자기 속도가 더뎌질때 원인을 알수 없을 때 사용하면 좋다.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;B&gt;[ traceroute 옵션 및 설명 ]&lt;/B&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV style=&quot;BORDER-BOTTOM: rgb(193,193,193) 1px solid; BORDER-LEFT: rgb(193,193,193) 1px solid; PADDING-BOTTOM: 10px; BACKGROUND-COLOR: rgb(238,238,238); PADDING-LEFT: 10px; PADDING-RIGHT: 10px; BORDER-TOP: rgb(193,193,193) 1px solid; BORDER-RIGHT: rgb(193,193,193) 1px solid; PADDING-TOP: 10px&quot; class=txc-textbox&gt;사용법: traceroute [ -m max_ttl ] [ -n ] [ -p port ] [ -q nqueries ]&lt;br /&gt;[ -r ] [ -s src_addr ] [ -t tos ] [ -w ] [ -w waittime ]&lt;br /&gt;host [ packetsize ]
&lt;P&gt;&amp;nbsp;&lt;/P&gt;옵션:&lt;br /&gt;ㆍ-m &lt;br /&gt;IP 패킷의 최대 time-to-live를 설정하는 옵션으로 기본값은 30 hops 임&lt;br /&gt;ㆍ-n&lt;br /&gt;홉 주소를 숫자로 표현하여 출력&lt;br /&gt;ㆍ-p&lt;br /&gt;사용되는 UDP port 번호(기본 33434)를 지정하는 옵션&lt;br /&gt;ㆍ-r&lt;br /&gt;목적 호스트가 직접 로컬로 연결되었다고 지정하는 옵션. 만약 목 적 호스트가 로컬 세그먼트가 아니면 에러를 보고&lt;br /&gt;ㆍ-s&lt;br /&gt;traceroute를 사용하는 호스트의 IP 주소를 지정(다른 IP로 지정가 능)하는 옵션&lt;br /&gt;ㆍ-t &lt;br /&gt;패킷에 type-of-service를 지정하는 옵션&lt;br /&gt;ㆍ-v&lt;br /&gt;자세하게 보고하는 옵션&lt;br /&gt;ㆍ-w&lt;br /&gt;전송한 패킷을 기다리는 시간을 설정하는 옵션(기본값 : 3초)&lt;B&gt;&lt;br /&gt;&lt;/B&gt;&lt;/DIV&gt;
&lt;P&gt;&lt;B&gt;[ traceroute 사용예 ]&lt;br /&gt;&lt;/B&gt;&lt;/P&gt;
&lt;DIV style=&quot;BORDER-BOTTOM: rgb(243,197,52) 1px solid; BORDER-LEFT: rgb(243,197,52) 1px solid; PADDING-BOTTOM: 10px; BACKGROUND-COLOR: rgb(254,254,184); PADDING-LEFT: 10px; PADDING-RIGHT: 10px; BORDER-TOP: rgb(243,197,52) 1px solid; BORDER-RIGHT: rgb(243,197,52) 1px solid; PADDING-TOP: 10px&quot; class=txc-textbox&gt;&lt;B&gt;$ traceroute kimgun.pe.kr&lt;br /&gt;&lt;br /&gt;traceroute to kimgun.pe.kr (xxx.xxx.xxx.xxx), 64 hops max, 40 byte packets&lt;br /&gt;&lt;br /&gt;&amp;nbsp;1&amp;nbsp; xxx.xxx.xxx.xxx (xxx.xxx.xxx.xxx)&amp;nbsp; 3.761 ms&amp;nbsp; 0.966 ms&amp;nbsp; 0.852 ms&lt;br /&gt;&amp;nbsp;2&amp;nbsp; * * *&lt;br /&gt;&amp;nbsp;3&amp;nbsp; 111.118.1.34 (111.118.1.34)&amp;nbsp; 0.905 ms&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 111.118.1.38 (111.118.1.38)&amp;nbsp; 0.728 ms&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 111.118.1.34 (111.118.1.34)&amp;nbsp; 0.803 ms&lt;br /&gt;&amp;nbsp;4&amp;nbsp; 61.41.203.245 (61.41.203.245)&amp;nbsp; 1.314 ms&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 211.53.0.121 (211.53.0.121)&amp;nbsp; 2.348 ms&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 61.41.203.245 (61.41.203.245)&amp;nbsp; 1.033 ms&lt;br /&gt;&lt;/B&gt;&lt;/DIV&gt;
&lt;P&gt;&lt;br /&gt;위 처럼 패킷이 전송되는 경로를 알려준다.&lt;br /&gt;&lt;br /&gt;&lt;/P&gt;&lt;div class=&quot;entry-ccl&quot; style=&quot;clear: both; text-align: right; margin-bottom: 10px&quot;&gt;
	&lt;img id=&quot;ccl-icon-335-0&quot; class=&quot;entry-ccl-by&quot; src=&quot;http://i1.daumcdn.net/cfs.tistory/v/0/static/admin/editor/ccl_black01.png&quot; alt=&quot;저작자 표시&quot;/&gt;
	&lt;img id=&quot;ccl-icon-335-1&quot; class=&quot;entry-ccl-nc&quot; src=&quot;http://i1.daumcdn.net/cfs.tistory/v/0/static/admin/editor/ccl_black02.png&quot; alt=&quot;비영리&quot;/&gt;
	&lt;img id=&quot;ccl-icon-335-2&quot; class=&quot;entry-ccl-nd&quot; src=&quot;http://i1.daumcdn.net/cfs.tistory/v/0/static/admin/editor/ccl_black03.png&quot; alt=&quot;변경 금지&quot;/&gt;
	&lt;!--
	&lt;rdf:RDF xmlns=&quot;http://web.resource.org/cc/&quot; xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot; xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;&gt;
		&lt;Work rdf:about=&quot;&quot;&gt;
			&lt;license rdf:resource=&quot;http://creativecommons.org/licenses/by-nc-nd/2.0/kr/&quot; /&gt;
		&lt;/Work&gt;
		&lt;License rdf:about=&quot;http://creativecommons.org/licenses/by-nc-nd/&quot;&gt;
			&lt;permits rdf:resource=&quot;http://web.resource.org/cc/Reproduction&quot;/&gt;
			&lt;permits rdf:resource=&quot;http://web.resource.org/cc/Distribution&quot;/&gt;
			&lt;requires rdf:resource=&quot;http://web.resource.org/cc/Notice&quot;/&gt;
			&lt;requires rdf:resource=&quot;http://web.resource.org/cc/Attribution&quot;/&gt;
			&lt;prohibits rdf:resource=&quot;http://web.resource.org/cc/CommercialUse&quot;/&gt;
		&lt;/License&gt;
	&lt;/rdf:RDF&gt;
	--&gt;
&lt;/div&gt;
&lt;div class=&quot;tt-plugin tt-share-entry-with-sns tt-sns-icon-alignment-center tt-sns-icon-size-big&quot;&gt;
	&lt;div class=&quot;tt-sns-wrap&quot; id=&quot;ttSnsWrap-&quot;&gt;
		&lt;ul class=&quot;tt-sns-service-default&quot;&gt;
			&lt;li class=&quot;tt-sns-service-mypeople&quot;&gt;&lt;a href=&quot;javascript:;&quot; onclick=&quot;ShareEntryWithSNS.share('mypeople', '', '');&quot;&gt;마이피플&lt;/a&gt;&lt;/li&gt;
			&lt;li class=&quot;tt-sns-service-twitter&quot;&gt;&lt;a href=&quot;javascript:;&quot; onclick=&quot;ShareEntryWithSNS.share('twitter', '', '');&quot;&gt;트위터&lt;/a&gt;&lt;/li&gt;
			&lt;li class=&quot;tt-sns-service-facebook&quot;&gt;&lt;a href=&quot;javascript:;&quot; onclick=&quot;ShareEntryWithSNS.share('facebook', '', '');&quot;&gt;페이스북&lt;/a&gt;&lt;/li&gt;
			&lt;li class=&quot;tt-sns-service-other&quot;&gt;&lt;a href=&quot;javascript:;&quot; onmouseover=&quot;ShareEntryWithSNS.showLayer(event, '');&quot; onmouseout=&quot;ShareEntryWithSNS.hideLayer(event, '');&quot;&gt;더보기&lt;/a&gt;&lt;/li&gt;
		&lt;/ul&gt;
		&lt;ul class=&quot;tt-sns-service-more&quot; id=&quot;ttSnsServiceMore-&quot; onmouseout=&quot;ShareEntryWithSNS.hideLayer(event, '');&quot;&gt;
			&lt;li class=&quot;tt-sns-service-me2day&quot;&gt;&lt;a href=&quot;javascript:;&quot; onclick=&quot;ShareEntryWithSNS.share('me2day', '', '');&quot;&gt;미투데이&lt;/a&gt;&lt;/li&gt;
			&lt;li class=&quot;tt-sns-service-yozm&quot;&gt;&lt;a href=&quot;javascript:;&quot; onclick=&quot;ShareEntryWithSNS.share('yozm', '', '');&quot;&gt;요즘&lt;/a&gt;&lt;/li&gt;
		&lt;/ul&gt;
	&lt;/div&gt;
	&lt;div class=&quot;tt-sns-clear&quot;&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align:center; padding-top:10px;&quot;&gt;
&lt;iframe src=&quot;http://www.facebook.com/plugins/like.php?href=kimgun.pe.kr/335&amp;amp;layout=button_count&amp;amp;show_faces=true&amp;amp;width=90&amp;amp;action=like&amp;amp;font=tahoma&amp;amp;colorscheme=light&amp;amp;height=65&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;border:none; overflow:hidden; width:90px; height:65px;&quot; allowTransparency=&quot;true&quot;&gt;&lt;/iframe&gt;
&lt;/div&gt;
&lt;div style='text-align: center; margin: 10px auto; height: 91px; overflow: hidden; clear: both;'&gt;&lt;iframe title='mixUP 위젯' src='http://mixsh.com/widget/new_mixup/loader_plugin.html?domain=kimgun.pe.kr&amp;media_type=10&amp;guid=kimgun.pe.kr%2F335&amp;regts=1337004710&amp;showhitcnt=1&amp;platform=10' frameBorder='0' scrolling='no' allowTransparency='true' width='402' height='130'&gt;&lt;/iframe&gt;&lt;/div&gt;</description>
			<category>서버관리 Linux</category>
			<author>Kim JeongTaek</author>
			<guid>http://kimgun.pe.kr/335</guid>
			<comments>http://kimgun.pe.kr/335#entry335comment</comments>
			<pubDate>Thu, 03 May 2012 10:19:05 +0900</pubDate>
		</item>
		<item>
			<title>Mysql Dump 오류 LOCK TABLES 해결방법</title>
			<link>http://kimgun.pe.kr/334</link>
			<description>Mysql Dump 처리시 아래와 같은 오류가 발생할수 있다.&lt;br /&gt;
이때 처리 방법입니다.&lt;br /&gt;
&lt;br /&gt;
명령 : mysqldump -u [User] -p [DBname] &amp;gt; [dump file name].sql&lt;br /&gt;
오류 : Error ....&amp;nbsp; LOCK TABLES ....&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
해결 명령 : mysqldump -u [User] -p --lock-all-tables [DBname] &amp;gt; [dump file name].sql&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
사용된 옵션 : --lock-all-tables&lt;br /&gt;
&lt;br /&gt;&lt;div class=&quot;entry-ccl&quot; style=&quot;clear: both; text-align: right; margin-bottom: 10px&quot;&gt;
	&lt;img id=&quot;ccl-icon-334-0&quot; class=&quot;entry-ccl-by&quot; src=&quot;http://i1.daumcdn.net/cfs.tistory/v/0/static/admin/editor/ccl_black01.png&quot; alt=&quot;저작자 표시&quot;/&gt;
	&lt;img id=&quot;ccl-icon-334-1&quot; class=&quot;entry-ccl-nc&quot; src=&quot;http://i1.daumcdn.net/cfs.tistory/v/0/static/admin/editor/ccl_black02.png&quot; alt=&quot;비영리&quot;/&gt;
	&lt;img id=&quot;ccl-icon-334-2&quot; class=&quot;entry-ccl-nd&quot; src=&quot;http://i1.daumcdn.net/cfs.tistory/v/0/static/admin/editor/ccl_black03.png&quot; alt=&quot;변경 금지&quot;/&gt;
	&lt;!--
	&lt;rdf:RDF xmlns=&quot;http://web.resource.org/cc/&quot; xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot; xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;&gt;
		&lt;Work rdf:about=&quot;&quot;&gt;
			&lt;license rdf:resource=&quot;http://creativecommons.org/licenses/by-nc-nd/2.0/kr/&quot; /&gt;
		&lt;/Work&gt;
		&lt;License rdf:about=&quot;http://creativecommons.org/licenses/by-nc-nd/&quot;&gt;
			&lt;permits rdf:resource=&quot;http://web.resource.org/cc/Reproduction&quot;/&gt;
			&lt;permits rdf:resource=&quot;http://web.resource.org/cc/Distribution&quot;/&gt;
			&lt;requires rdf:resource=&quot;http://web.resource.org/cc/Notice&quot;/&gt;
			&lt;requires rdf:resource=&quot;http://web.resource.org/cc/Attribution&quot;/&gt;
			&lt;prohibits rdf:resource=&quot;http://web.resource.org/cc/CommercialUse&quot;/&gt;
		&lt;/License&gt;
	&lt;/rdf:RDF&gt;
	--&gt;
&lt;/div&gt;
&lt;div class=&quot;tt-plugin tt-share-entry-with-sns tt-sns-icon-alignment-center tt-sns-icon-size-big&quot;&gt;
	&lt;div class=&quot;tt-sns-wrap&quot; id=&quot;ttSnsWrap-&quot;&gt;
		&lt;ul class=&quot;tt-sns-service-default&quot;&gt;
			&lt;li class=&quot;tt-sns-service-mypeople&quot;&gt;&lt;a href=&quot;javascript:;&quot; onclick=&quot;ShareEntryWithSNS.share('mypeople', '', '');&quot;&gt;마이피플&lt;/a&gt;&lt;/li&gt;
			&lt;li class=&quot;tt-sns-service-twitter&quot;&gt;&lt;a href=&quot;javascript:;&quot; onclick=&quot;ShareEntryWithSNS.share('twitter', '', '');&quot;&gt;트위터&lt;/a&gt;&lt;/li&gt;
			&lt;li class=&quot;tt-sns-service-facebook&quot;&gt;&lt;a href=&quot;javascript:;&quot; onclick=&quot;ShareEntryWithSNS.share('facebook', '', '');&quot;&gt;페이스북&lt;/a&gt;&lt;/li&gt;
			&lt;li class=&quot;tt-sns-service-other&quot;&gt;&lt;a href=&quot;javascript:;&quot; onmouseover=&quot;ShareEntryWithSNS.showLayer(event, '');&quot; onmouseout=&quot;ShareEntryWithSNS.hideLayer(event, '');&quot;&gt;더보기&lt;/a&gt;&lt;/li&gt;
		&lt;/ul&gt;
		&lt;ul class=&quot;tt-sns-service-more&quot; id=&quot;ttSnsServiceMore-&quot; onmouseout=&quot;ShareEntryWithSNS.hideLayer(event, '');&quot;&gt;
			&lt;li class=&quot;tt-sns-service-me2day&quot;&gt;&lt;a href=&quot;javascript:;&quot; onclick=&quot;ShareEntryWithSNS.share('me2day', '', '');&quot;&gt;미투데이&lt;/a&gt;&lt;/li&gt;
			&lt;li class=&quot;tt-sns-service-yozm&quot;&gt;&lt;a href=&quot;javascript:;&quot; onclick=&quot;ShareEntryWithSNS.share('yozm', '', '');&quot;&gt;요즘&lt;/a&gt;&lt;/li&gt;
		&lt;/ul&gt;
	&lt;/div&gt;
	&lt;div class=&quot;tt-sns-clear&quot;&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align:center; padding-top:10px;&quot;&gt;
&lt;iframe src=&quot;http://www.facebook.com/plugins/like.php?href=kimgun.pe.kr/334&amp;amp;layout=button_count&amp;amp;show_faces=true&amp;amp;width=90&amp;amp;action=like&amp;amp;font=tahoma&amp;amp;colorscheme=light&amp;amp;height=65&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;border:none; overflow:hidden; width:90px; height:65px;&quot; allowTransparency=&quot;true&quot;&gt;&lt;/iframe&gt;
&lt;/div&gt;
&lt;div style='text-align: center; margin: 10px auto; height: 91px; overflow: hidden; clear: both;'&gt;&lt;iframe title='mixUP 위젯' src='http://mixsh.com/widget/new_mixup/loader_plugin.html?domain=kimgun.pe.kr&amp;media_type=10&amp;guid=kimgun.pe.kr%2F334&amp;regts=1302832448&amp;showhitcnt=1&amp;platform=10' frameBorder='0' scrolling='no' allowTransparency='true' width='402' height='130'&gt;&lt;/iframe&gt;&lt;/div&gt;</description>
			<category>프로그램_일반</category>
			<author>Kim JeongTaek</author>
			<guid>http://kimgun.pe.kr/334</guid>
			<comments>http://kimgun.pe.kr/334#entry334comment</comments>
			<pubDate>Fri, 15 Apr 2011 10:53:47 +0900</pubDate>
		</item>
		<item>
			<title>MySQL 테이블 처리</title>
			<link>http://kimgun.pe.kr/333</link>
			<description>&lt;p&gt;1. 테이블 이름 바꾸기&lt;br /&gt;
&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&lt;font color=&quot;#bf4c00&quot;&gt;ALTER TABLE `원래 테이블 이름` RENAME `수정할 테이블 이름`&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;br /&gt;2. 구조만 복사
&lt;p&gt;&lt;strong&gt;&lt;font color=&quot;#bf4c00&quot;&gt;CREATE TABLE `생성될 테이블명` LIKE `구조를 복사할 테이블`;&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;3. 구조와 내용복사&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;font color=&quot;#bf4c00&quot;&gt;CREATE TABLE `생성될 테이블명` AS SELECT * FROM `구조를 복사할 테이블`;&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;
&lt;strong&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;font color=&quot;#bf4c00&quot;&gt;&lt;br /&gt;
&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;&lt;div class=&quot;entry-ccl&quot; style=&quot;clear: both; text-align: right; margin-bottom: 10px&quot;&gt;
	&lt;img id=&quot;ccl-icon-333-0&quot; class=&quot;entry-ccl-by&quot; src=&quot;http://i1.daumcdn.net/cfs.tistory/v/0/static/admin/editor/ccl_black01.png&quot; alt=&quot;저작자 표시&quot;/&gt;
	&lt;img id=&quot;ccl-icon-333-1&quot; class=&quot;entry-ccl-nc&quot; src=&quot;http://i1.daumcdn.net/cfs.tistory/v/0/static/admin/editor/ccl_black02.png&quot; alt=&quot;비영리&quot;/&gt;
	&lt;img id=&quot;ccl-icon-333-2&quot; class=&quot;entry-ccl-nd&quot; src=&quot;http://i1.daumcdn.net/cfs.tistory/v/0/static/admin/editor/ccl_black03.png&quot; alt=&quot;변경 금지&quot;/&gt;
	&lt;!--
	&lt;rdf:RDF xmlns=&quot;http://web.resource.org/cc/&quot; xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot; xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;&gt;
		&lt;Work rdf:about=&quot;&quot;&gt;
			&lt;license rdf:resource=&quot;http://creativecommons.org/licenses/by-nc-nd/2.0/kr/&quot; /&gt;
		&lt;/Work&gt;
		&lt;License rdf:about=&quot;http://creativecommons.org/licenses/by-nc-nd/&quot;&gt;
			&lt;permits rdf:resource=&quot;http://web.resource.org/cc/Reproduction&quot;/&gt;
			&lt;permits rdf:resource=&quot;http://web.resource.org/cc/Distribution&quot;/&gt;
			&lt;requires rdf:resource=&quot;http://web.resource.org/cc/Notice&quot;/&gt;
			&lt;requires rdf:resource=&quot;http://web.resource.org/cc/Attribution&quot;/&gt;
			&lt;prohibits rdf:resource=&quot;http://web.resource.org/cc/CommercialUse&quot;/&gt;
		&lt;/License&gt;
	&lt;/rdf:RDF&gt;
	--&gt;
&lt;/div&gt;
&lt;div class=&quot;tt-plugin tt-share-entry-with-sns tt-sns-icon-alignment-center tt-sns-icon-size-big&quot;&gt;
	&lt;div class=&quot;tt-sns-wrap&quot; id=&quot;ttSnsWrap-&quot;&gt;
		&lt;ul class=&quot;tt-sns-service-default&quot;&gt;
			&lt;li class=&quot;tt-sns-service-mypeople&quot;&gt;&lt;a href=&quot;javascript:;&quot; onclick=&quot;ShareEntryWithSNS.share('mypeople', '', '');&quot;&gt;마이피플&lt;/a&gt;&lt;/li&gt;
			&lt;li class=&quot;tt-sns-service-twitter&quot;&gt;&lt;a href=&quot;javascript:;&quot; onclick=&quot;ShareEntryWithSNS.share('twitter', '', '');&quot;&gt;트위터&lt;/a&gt;&lt;/li&gt;
			&lt;li class=&quot;tt-sns-service-facebook&quot;&gt;&lt;a href=&quot;javascript:;&quot; onclick=&quot;ShareEntryWithSNS.share('facebook', '', '');&quot;&gt;페이스북&lt;/a&gt;&lt;/li&gt;
			&lt;li class=&quot;tt-sns-service-other&quot;&gt;&lt;a href=&quot;javascript:;&quot; onmouseover=&quot;ShareEntryWithSNS.showLayer(event, '');&quot; onmouseout=&quot;ShareEntryWithSNS.hideLayer(event, '');&quot;&gt;더보기&lt;/a&gt;&lt;/li&gt;
		&lt;/ul&gt;
		&lt;ul class=&quot;tt-sns-service-more&quot; id=&quot;ttSnsServiceMore-&quot; onmouseout=&quot;ShareEntryWithSNS.hideLayer(event, '');&quot;&gt;
			&lt;li class=&quot;tt-sns-service-me2day&quot;&gt;&lt;a href=&quot;javascript:;&quot; onclick=&quot;ShareEntryWithSNS.share('me2day', '', '');&quot;&gt;미투데이&lt;/a&gt;&lt;/li&gt;
			&lt;li class=&quot;tt-sns-service-yozm&quot;&gt;&lt;a href=&quot;javascript:;&quot; onclick=&quot;ShareEntryWithSNS.share('yozm', '', '');&quot;&gt;요즘&lt;/a&gt;&lt;/li&gt;
		&lt;/ul&gt;
	&lt;/div&gt;
	&lt;div class=&quot;tt-sns-clear&quot;&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align:center; padding-top:10px;&quot;&gt;
&lt;iframe src=&quot;http://www.facebook.com/plugins/like.php?href=kimgun.pe.kr/333&amp;amp;layout=button_count&amp;amp;show_faces=true&amp;amp;width=90&amp;amp;action=like&amp;amp;font=tahoma&amp;amp;colorscheme=light&amp;amp;height=65&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;border:none; overflow:hidden; width:90px; height:65px;&quot; allowTransparency=&quot;true&quot;&gt;&lt;/iframe&gt;
&lt;/div&gt;
&lt;div style='text-align: center; margin: 10px auto; height: 91px; overflow: hidden; clear: both;'&gt;&lt;iframe title='mixUP 위젯' src='http://mixsh.com/widget/new_mixup/loader_plugin.html?domain=kimgun.pe.kr&amp;media_type=10&amp;guid=kimgun.pe.kr%2F333&amp;regts=1302832456&amp;showhitcnt=1&amp;platform=10' frameBorder='0' scrolling='no' allowTransparency='true' width='402' height='130'&gt;&lt;/iframe&gt;&lt;/div&gt;</description>
			<category>프로그램_일반</category>
			<author>Kim JeongTaek</author>
			<guid>http://kimgun.pe.kr/333</guid>
			<comments>http://kimgun.pe.kr/333#entry333comment</comments>
			<pubDate>Tue, 12 Apr 2011 16:05:56 +0900</pubDate>
		</item>
		<item>
			<title>Subversion 에서 특정파일 관리 제외 하기</title>
			<link>http://kimgun.pe.kr/330</link>
			<description>svn 에서 작업을 하다보면 특정 파일은 관를 하면 안될때가 있다&lt;div&gt;
그런때 쓰이는 것이 ignore 인데&lt;/div&gt;
&lt;div&gt;
이것의 사용법을 정리 해둔다&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
[ 제외 생성 ]&lt;/div&gt;
&lt;div&gt;
svn ps svn:ignore test.inc ./&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
[ 제외 목록 편집 ]&lt;/div&gt;
&lt;div&gt;
svn pe svn:ignore&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
[ 제외 목록 보기 ]&lt;/div&gt;
&lt;div&gt;
svn pg svn:ignore&lt;/div&gt;&lt;div class=&quot;entry-ccl&quot; style=&quot;clear: both; text-align: right; margin-bottom: 10px&quot;&gt;
	&lt;img id=&quot;ccl-icon-330-0&quot; class=&quot;entry-ccl-by&quot; src=&quot;http://i1.daumcdn.net/cfs.tistory/v/0/static/admin/editor/ccl_black01.png&quot; alt=&quot;저작자 표시&quot;/&gt;
	&lt;img id=&quot;ccl-icon-330-1&quot; class=&quot;entry-ccl-nc&quot; src=&quot;http://i1.daumcdn.net/cfs.tistory/v/0/static/admin/editor/ccl_black02.png&quot; alt=&quot;비영리&quot;/&gt;
	&lt;img id=&quot;ccl-icon-330-2&quot; class=&quot;entry-ccl-nd&quot; src=&quot;http://i1.daumcdn.net/cfs.tistory/v/0/static/admin/editor/ccl_black03.png&quot; alt=&quot;변경 금지&quot;/&gt;
	&lt;!--
	&lt;rdf:RDF xmlns=&quot;http://web.resource.org/cc/&quot; xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot; xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;&gt;
		&lt;Work rdf:about=&quot;&quot;&gt;
			&lt;license rdf:resource=&quot;http://creativecommons.org/licenses/by-nc-nd/2.0/kr/&quot; /&gt;
		&lt;/Work&gt;
		&lt;License rdf:about=&quot;http://creativecommons.org/licenses/by-nc-nd/&quot;&gt;
			&lt;permits rdf:resource=&quot;http://web.resource.org/cc/Reproduction&quot;/&gt;
			&lt;permits rdf:resource=&quot;http://web.resource.org/cc/Distribution&quot;/&gt;
			&lt;requires rdf:resource=&quot;http://web.resource.org/cc/Notice&quot;/&gt;
			&lt;requires rdf:resource=&quot;http://web.resource.org/cc/Attribution&quot;/&gt;
			&lt;prohibits rdf:resource=&quot;http://web.resource.org/cc/CommercialUse&quot;/&gt;
		&lt;/License&gt;
	&lt;/rdf:RDF&gt;
	--&gt;
&lt;/div&gt;
&lt;div class=&quot;tt-plugin tt-share-entry-with-sns tt-sns-icon-alignment-center tt-sns-icon-size-big&quot;&gt;
	&lt;div class=&quot;tt-sns-wrap&quot; id=&quot;ttSnsWrap-&quot;&gt;
		&lt;ul class=&quot;tt-sns-service-default&quot;&gt;
			&lt;li class=&quot;tt-sns-service-mypeople&quot;&gt;&lt;a href=&quot;javascript:;&quot; onclick=&quot;ShareEntryWithSNS.share('mypeople', '', '');&quot;&gt;마이피플&lt;/a&gt;&lt;/li&gt;
			&lt;li class=&quot;tt-sns-service-twitter&quot;&gt;&lt;a href=&quot;javascript:;&quot; onclick=&quot;ShareEntryWithSNS.share('twitter', '', '');&quot;&gt;트위터&lt;/a&gt;&lt;/li&gt;
			&lt;li class=&quot;tt-sns-service-facebook&quot;&gt;&lt;a href=&quot;javascript:;&quot; onclick=&quot;ShareEntryWithSNS.share('facebook', '', '');&quot;&gt;페이스북&lt;/a&gt;&lt;/li&gt;
			&lt;li class=&quot;tt-sns-service-other&quot;&gt;&lt;a href=&quot;javascript:;&quot; onmouseover=&quot;ShareEntryWithSNS.showLayer(event, '');&quot; onmouseout=&quot;ShareEntryWithSNS.hideLayer(event, '');&quot;&gt;더보기&lt;/a&gt;&lt;/li&gt;
		&lt;/ul&gt;
		&lt;ul class=&quot;tt-sns-service-more&quot; id=&quot;ttSnsServiceMore-&quot; onmouseout=&quot;ShareEntryWithSNS.hideLayer(event, '');&quot;&gt;
			&lt;li class=&quot;tt-sns-service-me2day&quot;&gt;&lt;a href=&quot;javascript:;&quot; onclick=&quot;ShareEntryWithSNS.share('me2day', '', '');&quot;&gt;미투데이&lt;/a&gt;&lt;/li&gt;
			&lt;li class=&quot;tt-sns-service-yozm&quot;&gt;&lt;a href=&quot;javascript:;&quot; onclick=&quot;ShareEntryWithSNS.share('yozm', '', '');&quot;&gt;요즘&lt;/a&gt;&lt;/li&gt;
		&lt;/ul&gt;
	&lt;/div&gt;
	&lt;div class=&quot;tt-sns-clear&quot;&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;blogger-news-widget&quot; style=&quot;width: 100%; text-align: center&quot;&gt;
			  				&lt;embed src=&quot;http://api.v.daum.net/static/recombox3.swf&quot; quality=&quot;high&quot; flashvars=&quot;nid=11276782&quot; allowscriptaccess=&quot;always&quot; allowfullscreen=&quot;false&quot; bgcolor=&quot;#ffffff&quot; width=&quot;67&quot; height=&quot;80&quot; type=&quot;application/x-shockwave-flash&quot; wmode=&quot;transparent&quot;&gt;&lt;/embed&gt;
						&lt;/div&gt;&lt;div style=&quot;text-align:center; padding-top:10px;&quot;&gt;
&lt;iframe src=&quot;http://www.facebook.com/plugins/like.php?href=kimgun.pe.kr/330&amp;amp;layout=button_count&amp;amp;show_faces=true&amp;amp;width=90&amp;amp;action=like&amp;amp;font=tahoma&amp;amp;colorscheme=light&amp;amp;height=65&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;border:none; overflow:hidden; width:90px; height:65px;&quot; allowTransparency=&quot;true&quot;&gt;&lt;/iframe&gt;
&lt;/div&gt;
&lt;div style='text-align: center; margin: 10px auto; height: 91px; overflow: hidden; clear: both;'&gt;&lt;iframe title='mixUP 위젯' src='http://mixsh.com/widget/new_mixup/loader_plugin.html?domain=kimgun.pe.kr&amp;media_type=10&amp;guid=kimgun.pe.kr%2F330&amp;regts=1289801994&amp;showhitcnt=1&amp;platform=10' frameBorder='0' scrolling='no' allowTransparency='true' width='402' height='130'&gt;&lt;/iframe&gt;&lt;/div&gt;</description>
			<category>개발자이야기</category>
			<category>svn</category>
			<author>Kim JeongTaek</author>
			<guid>http://kimgun.pe.kr/330</guid>
			<comments>http://kimgun.pe.kr/330#entry330comment</comments>
			<pubDate>Mon, 15 Nov 2010 15:19:54 +0900</pubDate>
		</item>
		<item>
			<title>Linux &gt; find 명령 활용하기</title>
			<link>http://kimgun.pe.kr/327</link>
			<description>&lt;span style=&quot;font-weight: bold;&quot;&gt;&lt;br /&gt;
&lt;br /&gt;[예제 1] ./foo/bar 디렉토리는 제외하고, *.txt 파일을 찾아라.&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div style=&quot;border: 1px solid rgb(159, 211, 49); background-color: rgb(231, 253, 181); padding: 10px;&quot; class=&quot;txc-textbox&quot;&gt;$ find . ! \( -path './foo/bar' -prune \) -name &quot;*.txt&quot;&lt;br /&gt;
$ find . ! \( -type d -path './foo/bar' -prune \) -name &quot;*.txt&quot; (보다 정확한 표현)&lt;br /&gt;
&lt;/div&gt;
&lt;br /&gt;&lt;br /&gt;
&lt;span style=&quot;font-weight: bold;&quot;&gt;[예제 2] ./foo/bar 디렉토리와 ./coffeenix/temp 디렉토리는 제외하고, *.bak 파일을 찾아라.&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div style=&quot;border: 1px solid rgb(159, 211, 49); background-color: rgb(231, 253, 181); padding: 10px;&quot; class=&quot;txc-textbox&quot;&gt;$ find . ! \( \( -path './foo/bar' -o -path './coffeenix/temp' \) -prune \) -name &quot;*.bak&quot;&lt;br /&gt;
$ find . ! \( \( -type d -path './foo/bar' -o -path './coffeenix/temp' \) -prune \) -name &quot;*.bak&quot; (보다 정확한 표현)&lt;br /&gt;
&lt;/div&gt;
&lt;br /&gt;&lt;br /&gt;
&lt;span style=&quot;font-weight: bold;&quot;&gt;[예제 3] .svn로 시작하는 디렉토리는 제외하고, .*.bak 파일을 찾아라.&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div style=&quot;border: 1px solid rgb(159, 211, 49); background-color: rgb(231, 253, 181); padding: 10px;&quot; class=&quot;txc-textbox&quot;&gt;$ find . ! \( -path '*.svn' -prune \) -name &quot;*.bak&quot;&lt;br /&gt;
$ find . ! \( -type d -path '*.svn' -prune \) -name &quot;*.bak&quot; (보다 정확한 표현)&lt;br /&gt;
&lt;/div&gt;
&lt;br /&gt;&lt;br /&gt;
&lt;span style=&quot;font-weight: bold;&quot;&gt;
[예제 4] 특정 문자열을 찾고 그 찾은 문자를 다른 문자로 변경 하라.&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div style=&quot;border: 1px solid rgb(159, 211, 49); background-color: rgb(231, 253, 181); padding: 10px;&quot; class=&quot;txc-textbox&quot;&gt;
$ find ./ -name &quot;*.php&quot; -exec perl -pi -e &quot;s/search/replace/g&quot; {} ; -print&lt;/div&gt;
&lt;br /&gt;
디렉토리내에 *.php라는 파일명을 가진 파일을 찾고 그 안에 search라는 단어가 포함되어 있을경우, replace로 수정합니다.&lt;br /&gt;
문자열안에 &quot; 이 들어갈 경우 x22로 써준다.&lt;br /&gt;&lt;div class=&quot;entry-ccl&quot; style=&quot;clear: both; text-align: right; margin-bottom: 10px&quot;&gt;
	&lt;img id=&quot;ccl-icon-327-0&quot; class=&quot;entry-ccl-by&quot; src=&quot;http://i1.daumcdn.net/cfs.tistory/v/0/static/admin/editor/ccl_black01.png&quot; alt=&quot;저작자 표시&quot;/&gt;
	&lt;img id=&quot;ccl-icon-327-1&quot; class=&quot;entry-ccl-nc&quot; src=&quot;http://i1.daumcdn.net/cfs.tistory/v/0/static/admin/editor/ccl_black02.png&quot; alt=&quot;비영리&quot;/&gt;
	&lt;img id=&quot;ccl-icon-327-2&quot; class=&quot;entry-ccl-nd&quot; src=&quot;http://i1.daumcdn.net/cfs.tistory/v/0/static/admin/editor/ccl_black03.png&quot; alt=&quot;변경 금지&quot;/&gt;
	&lt;!--
	&lt;rdf:RDF xmlns=&quot;http://web.resource.org/cc/&quot; xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot; xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;&gt;
		&lt;Work rdf:about=&quot;&quot;&gt;
			&lt;license rdf:resource=&quot;http://creativecommons.org/licenses/by-nc-nd/2.0/kr/&quot; /&gt;
		&lt;/Work&gt;
		&lt;License rdf:about=&quot;http://creativecommons.org/licenses/by-nc-nd/&quot;&gt;
			&lt;permits rdf:resource=&quot;http://web.resource.org/cc/Reproduction&quot;/&gt;
			&lt;permits rdf:resource=&quot;http://web.resource.org/cc/Distribution&quot;/&gt;
			&lt;requires rdf:resource=&quot;http://web.resource.org/cc/Notice&quot;/&gt;
			&lt;requires rdf:resource=&quot;http://web.resource.org/cc/Attribution&quot;/&gt;
			&lt;prohibits rdf:resource=&quot;http://web.resource.org/cc/CommercialUse&quot;/&gt;
		&lt;/License&gt;
	&lt;/rdf:RDF&gt;
	--&gt;
&lt;/div&gt;
&lt;div class=&quot;tt-plugin tt-share-entry-with-sns tt-sns-icon-alignment-center tt-sns-icon-size-big&quot;&gt;
	&lt;div class=&quot;tt-sns-wrap&quot; id=&quot;ttSnsWrap-&quot;&gt;
		&lt;ul class=&quot;tt-sns-service-default&quot;&gt;
			&lt;li class=&quot;tt-sns-service-mypeople&quot;&gt;&lt;a href=&quot;javascript:;&quot; onclick=&quot;ShareEntryWithSNS.share('mypeople', '', '');&quot;&gt;마이피플&lt;/a&gt;&lt;/li&gt;
			&lt;li class=&quot;tt-sns-service-twitter&quot;&gt;&lt;a href=&quot;javascript:;&quot; onclick=&quot;ShareEntryWithSNS.share('twitter', '', '');&quot;&gt;트위터&lt;/a&gt;&lt;/li&gt;
			&lt;li class=&quot;tt-sns-service-facebook&quot;&gt;&lt;a href=&quot;javascript:;&quot; onclick=&quot;ShareEntryWithSNS.share('facebook', '', '');&quot;&gt;페이스북&lt;/a&gt;&lt;/li&gt;
			&lt;li class=&quot;tt-sns-service-other&quot;&gt;&lt;a href=&quot;javascript:;&quot; onmouseover=&quot;ShareEntryWithSNS.showLayer(event, '');&quot; onmouseout=&quot;ShareEntryWithSNS.hideLayer(event, '');&quot;&gt;더보기&lt;/a&gt;&lt;/li&gt;
		&lt;/ul&gt;
		&lt;ul class=&quot;tt-sns-service-more&quot; id=&quot;ttSnsServiceMore-&quot; onmouseout=&quot;ShareEntryWithSNS.hideLayer(event, '');&quot;&gt;
			&lt;li class=&quot;tt-sns-service-me2day&quot;&gt;&lt;a href=&quot;javascript:;&quot; onclick=&quot;ShareEntryWithSNS.share('me2day', '', '');&quot;&gt;미투데이&lt;/a&gt;&lt;/li&gt;
			&lt;li class=&quot;tt-sns-service-yozm&quot;&gt;&lt;a href=&quot;javascript:;&quot; onclick=&quot;ShareEntryWithSNS.share('yozm', '', '');&quot;&gt;요즘&lt;/a&gt;&lt;/li&gt;
		&lt;/ul&gt;
	&lt;/div&gt;
	&lt;div class=&quot;tt-sns-clear&quot;&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;blogger-news-widget&quot; style=&quot;width: 100%; text-align: center&quot;&gt;
			  				&lt;embed src=&quot;http://api.v.daum.net/static/recombox3.swf&quot; quality=&quot;high&quot; flashvars=&quot;nid=8347917&quot; allowscriptaccess=&quot;always&quot; allowfullscreen=&quot;false&quot; bgcolor=&quot;#ffffff&quot; width=&quot;67&quot; height=&quot;80&quot; type=&quot;application/x-shockwave-flash&quot; wmode=&quot;transparent&quot;&gt;&lt;/embed&gt;
						&lt;/div&gt;&lt;br /&gt;&lt;iframe src=&quot;http://api.v.daum.net/open/related_news?news_id=8347917&amp;display_type=widget&amp;skin=5&amp;frameContents=both&quot; style=&quot;width:100%;height:160px;&quot; frameborder=&quot;0&quot;&gt;&lt;/iframe&gt;&lt;div style=&quot;text-align:center; padding-top:10px;&quot;&gt;
&lt;iframe src=&quot;http://www.facebook.com/plugins/like.php?href=kimgun.pe.kr/327&amp;amp;layout=button_count&amp;amp;show_faces=true&amp;amp;width=90&amp;amp;action=like&amp;amp;font=tahoma&amp;amp;colorscheme=light&amp;amp;height=65&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;border:none; overflow:hidden; width:90px; height:65px;&quot; allowTransparency=&quot;true&quot;&gt;&lt;/iframe&gt;
&lt;/div&gt;
&lt;div style='text-align: center; margin: 10px auto; height: 91px; overflow: hidden; clear: both;'&gt;&lt;iframe title='mixUP 위젯' src='http://mixsh.com/widget/new_mixup/loader_plugin.html?domain=kimgun.pe.kr&amp;media_type=10&amp;guid=kimgun.pe.kr%2F327&amp;regts=1279862624&amp;showhitcnt=1&amp;platform=10' frameBorder='0' scrolling='no' allowTransparency='true' width='402' height='130'&gt;&lt;/iframe&gt;&lt;/div&gt;</description>
			<category>서버관리 Linux</category>
			<category>find</category>
			<category>Linux</category>
			<category>검색</category>
			<category>특정디렉토리 제외 검색</category>
			<author>Kim JeongTaek</author>
			<guid>http://kimgun.pe.kr/327</guid>
			<comments>http://kimgun.pe.kr/327#entry327comment</comments>
			<pubDate>Fri, 23 Jul 2010 14:23:44 +0900</pubDate>
		</item>
		<item>
			<title>FreeBSD &gt; 네트워크 설정 하기</title>
			<link>http://kimgun.pe.kr/326</link>
			<description>[ 아이피 네트웍 기본설정 ]&lt;br /&gt;
vi /etc/rc.conf&lt;br /&gt;
defaultrouter=&quot;000.000.000.000&quot;&lt;br /&gt;
network_interfaces=&quot;em0 lo0&quot;&lt;br /&gt;
ifconfig_em0=&quot;inet 000.000.000.000 netmask 000.000.000.000&quot;&lt;br /&gt;
hostname=&quot;domain.com&quot;&lt;br /&gt;
&lt;br /&gt;
[ 네임서버 설정 ]&lt;br /&gt;
vi /etc/resolv.conf&lt;br /&gt;
nameserver 123.456.789.000&lt;div class=&quot;entry-ccl&quot; style=&quot;clear: both; text-align: right; margin-bottom: 10px&quot;&gt;
	&lt;img id=&quot;ccl-icon-326-0&quot; class=&quot;entry-ccl-by&quot; src=&quot;http://i1.daumcdn.net/cfs.tistory/v/0/static/admin/editor/ccl_black01.png&quot; alt=&quot;저작자 표시&quot;/&gt;
	&lt;img id=&quot;ccl-icon-326-1&quot; class=&quot;entry-ccl-nc&quot; src=&quot;http://i1.daumcdn.net/cfs.tistory/v/0/static/admin/editor/ccl_black02.png&quot; alt=&quot;비영리&quot;/&gt;
	&lt;img id=&quot;ccl-icon-326-2&quot; class=&quot;entry-ccl-nd&quot; src=&quot;http://i1.daumcdn.net/cfs.tistory/v/0/static/admin/editor/ccl_black03.png&quot; alt=&quot;변경 금지&quot;/&gt;
	&lt;!--
	&lt;rdf:RDF xmlns=&quot;http://web.resource.org/cc/&quot; xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot; xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;&gt;
		&lt;Work rdf:about=&quot;&quot;&gt;
			&lt;license rdf:resource=&quot;http://creativecommons.org/licenses/by-nc-nd/2.0/kr/&quot; /&gt;
		&lt;/Work&gt;
		&lt;License rdf:about=&quot;http://creativecommons.org/licenses/by-nc-nd/&quot;&gt;
			&lt;permits rdf:resource=&quot;http://web.resource.org/cc/Reproduction&quot;/&gt;
			&lt;permits rdf:resource=&quot;http://web.resource.org/cc/Distribution&quot;/&gt;
			&lt;requires rdf:resource=&quot;http://web.resource.org/cc/Notice&quot;/&gt;
			&lt;requires rdf:resource=&quot;http://web.resource.org/cc/Attribution&quot;/&gt;
			&lt;prohibits rdf:resource=&quot;http://web.resource.org/cc/CommercialUse&quot;/&gt;
		&lt;/License&gt;
	&lt;/rdf:RDF&gt;
	--&gt;
&lt;/div&gt;
&lt;div class=&quot;tt-plugin tt-share-entry-with-sns tt-sns-icon-alignment-center tt-sns-icon-size-big&quot;&gt;
	&lt;div class=&quot;tt-sns-wrap&quot; id=&quot;ttSnsWrap-&quot;&gt;
		&lt;ul class=&quot;tt-sns-service-default&quot;&gt;
			&lt;li class=&quot;tt-sns-service-mypeople&quot;&gt;&lt;a href=&quot;javascript:;&quot; onclick=&quot;ShareEntryWithSNS.share('mypeople', '', '');&quot;&gt;마이피플&lt;/a&gt;&lt;/li&gt;
			&lt;li class=&quot;tt-sns-service-twitter&quot;&gt;&lt;a href=&quot;javascript:;&quot; onclick=&quot;ShareEntryWithSNS.share('twitter', '', '');&quot;&gt;트위터&lt;/a&gt;&lt;/li&gt;
			&lt;li class=&quot;tt-sns-service-facebook&quot;&gt;&lt;a href=&quot;javascript:;&quot; onclick=&quot;ShareEntryWithSNS.share('facebook', '', '');&quot;&gt;페이스북&lt;/a&gt;&lt;/li&gt;
			&lt;li class=&quot;tt-sns-service-other&quot;&gt;&lt;a href=&quot;javascript:;&quot; onmouseover=&quot;ShareEntryWithSNS.showLayer(event, '');&quot; onmouseout=&quot;ShareEntryWithSNS.hideLayer(event, '');&quot;&gt;더보기&lt;/a&gt;&lt;/li&gt;
		&lt;/ul&gt;
		&lt;ul class=&quot;tt-sns-service-more&quot; id=&quot;ttSnsServiceMore-&quot; onmouseout=&quot;ShareEntryWithSNS.hideLayer(event, '');&quot;&gt;
			&lt;li class=&quot;tt-sns-service-me2day&quot;&gt;&lt;a href=&quot;javascript:;&quot; onclick=&quot;ShareEntryWithSNS.share('me2day', '', '');&quot;&gt;미투데이&lt;/a&gt;&lt;/li&gt;
			&lt;li class=&quot;tt-sns-service-yozm&quot;&gt;&lt;a href=&quot;javascript:;&quot; onclick=&quot;ShareEntryWithSNS.share('yozm', '', '');&quot;&gt;요즘&lt;/a&gt;&lt;/li&gt;
		&lt;/ul&gt;
	&lt;/div&gt;
	&lt;div class=&quot;tt-sns-clear&quot;&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;blogger-news-widget&quot; style=&quot;width: 100%; text-align: center&quot;&gt;
			  				&lt;embed src=&quot;http://api.v.daum.net/static/recombox3.swf&quot; quality=&quot;high&quot; flashvars=&quot;nid=8329528&quot; allowscriptaccess=&quot;always&quot; allowfullscreen=&quot;false&quot; bgcolor=&quot;#ffffff&quot; width=&quot;67&quot; height=&quot;80&quot; type=&quot;application/x-shockwave-flash&quot; wmode=&quot;transparent&quot;&gt;&lt;/embed&gt;
						&lt;/div&gt;&lt;br /&gt;&lt;iframe src=&quot;http://api.v.daum.net/open/related_news?news_id=8329528&amp;display_type=widget&amp;skin=5&amp;frameContents=both&quot; style=&quot;width:100%;height:160px;&quot; frameborder=&quot;0&quot;&gt;&lt;/iframe&gt;&lt;div style=&quot;text-align:center; padding-top:10px;&quot;&gt;
&lt;iframe src=&quot;http://www.facebook.com/plugins/like.php?href=kimgun.pe.kr/326&amp;amp;layout=button_count&amp;amp;show_faces=true&amp;amp;width=90&amp;amp;action=like&amp;amp;font=tahoma&amp;amp;colorscheme=light&amp;amp;height=65&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;border:none; overflow:hidden; width:90px; height:65px;&quot; allowTransparency=&quot;true&quot;&gt;&lt;/iframe&gt;
&lt;/div&gt;
&lt;div style='text-align: center; margin: 10px auto; height: 91px; overflow: hidden; clear: both;'&gt;&lt;iframe title='mixUP 위젯' src='http://mixsh.com/widget/new_mixup/loader_plugin.html?domain=kimgun.pe.kr&amp;media_type=10&amp;guid=kimgun.pe.kr%2F326&amp;regts=1279791955&amp;showhitcnt=1&amp;platform=10' frameBorder='0' scrolling='no' allowTransparency='true' width='402' height='130'&gt;&lt;/iframe&gt;&lt;/div&gt;</description>
			<category>서버관리 Linux</category>
			<author>Kim JeongTaek</author>
			<guid>http://kimgun.pe.kr/326</guid>
			<comments>http://kimgun.pe.kr/326#entry326comment</comments>
			<pubDate>Thu, 22 Jul 2010 18:45:37 +0900</pubDate>
		</item>
		<item>
			<title>LAPM 셋팅 하기</title>
			<link>http://kimgun.pe.kr/323</link>
			<description>&lt;span style=&quot;font-weight: bold;&quot;&gt;[apache]&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
wget http://mirror.korea.ac.kr/apache/httpd/httpd-2.2.15.tar.gz&lt;br /&gt;
&lt;br /&gt;
./configure --prefix=/usr/local/apache2 \&lt;br /&gt;
--enable-mods-shared=all \&lt;br /&gt;
--enable-so \&lt;br /&gt;
--enable-module=rewrite&lt;br /&gt;
&lt;br /&gt;
- 동적 모듈 처리 되도록 처리함.&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-weight: bold;&quot;&gt;[php]&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
wget http://kr.php.net/get/php-5.3.2.tar.gz/from/this/mirror&lt;br /&gt;
&lt;br /&gt;
./configure \&lt;br /&gt;
--prefix=/usr/local/php5 \&lt;br /&gt;
--with-apxs2=/usr/local/apache2/bin/apxs \&lt;br /&gt;
--with-zlib-dir \&lt;br /&gt;
--with-gd \&lt;br /&gt;
--with-ttf \&lt;br /&gt;
--with-png-dir \&lt;br /&gt;
--with-gmp \&lt;br /&gt;
--with-libxml-dir=/usr/lib \&lt;br /&gt;
--with-xsl \&lt;br /&gt;
--with-pic \&lt;br /&gt;
--with-iconv \&lt;br /&gt;
--with-jpeg-dir \&lt;br /&gt;
--with-freetype-dir \&lt;br /&gt;
--with-mysql \&lt;br /&gt;
--disable-debug \&lt;br /&gt;
--disable-rpath \&lt;br /&gt;
--enable-debug \&lt;br /&gt;
--enable-safe-mode \&lt;br /&gt;
--enable-magic-quotes \&lt;br /&gt;
--enable-bcmath \&lt;br /&gt;
--enable-gd-native-ttf \&lt;br /&gt;
--enable-sysvsem \&lt;br /&gt;
--enable-sysvshm \&lt;br /&gt;
--enable-wddx \&lt;br /&gt;
--enable-inline-optimization \&lt;br /&gt;
--enable-mbstring \&lt;br /&gt;
--enable-ftp \&lt;br /&gt;
--enable-gd-native-ttf \&lt;br /&gt;
--enable-exif \&lt;br /&gt;
--enable-sockets&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-weight: bold;&quot;&gt;[MySQL]&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
다운로드 : http://www.mysql.com/get/Downloads/MySQL-5.1/mysql-5.1.48.tar.gz/from/http://mirror.khlug.org/mysql/&lt;br /&gt;
&lt;br /&gt;
./configure --prefix=/usr/local/mysql \&lt;br /&gt;
--with-charset=euckr \&lt;br /&gt;
--enable-assembler \&lt;br /&gt;
--with-mysqld-user=mysql \&lt;br /&gt;
--localstatedir=/usr/local/mysql/var \&lt;br /&gt;
--with-language=Korean \&lt;br /&gt;
--enable-thread-safe-client&lt;br /&gt;
&lt;br /&gt;&lt;div class=&quot;entry-ccl&quot; style=&quot;clear: both; text-align: right; margin-bottom: 10px&quot;&gt;
	&lt;img id=&quot;ccl-icon-323-0&quot; class=&quot;entry-ccl-by&quot; src=&quot;http://i1.daumcdn.net/cfs.tistory/v/0/static/admin/editor/ccl_black01.png&quot; alt=&quot;저작자 표시&quot;/&gt;
	&lt;img id=&quot;ccl-icon-323-1&quot; class=&quot;entry-ccl-nc&quot; src=&quot;http://i1.daumcdn.net/cfs.tistory/v/0/static/admin/editor/ccl_black02.png&quot; alt=&quot;비영리&quot;/&gt;
	&lt;img id=&quot;ccl-icon-323-2&quot; class=&quot;entry-ccl-nd&quot; src=&quot;http://i1.daumcdn.net/cfs.tistory/v/0/static/admin/editor/ccl_black03.png&quot; alt=&quot;변경 금지&quot;/&gt;
	&lt;!--
	&lt;rdf:RDF xmlns=&quot;http://web.resource.org/cc/&quot; xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot; xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;&gt;
		&lt;Work rdf:about=&quot;&quot;&gt;
			&lt;license rdf:resource=&quot;http://creativecommons.org/licenses/by-nc-nd/2.0/kr/&quot; /&gt;
		&lt;/Work&gt;
		&lt;License rdf:about=&quot;http://creativecommons.org/licenses/by-nc-nd/&quot;&gt;
			&lt;permits rdf:resource=&quot;http://web.resource.org/cc/Reproduction&quot;/&gt;
			&lt;permits rdf:resource=&quot;http://web.resource.org/cc/Distribution&quot;/&gt;
			&lt;requires rdf:resource=&quot;http://web.resource.org/cc/Notice&quot;/&gt;
			&lt;requires rdf:resource=&quot;http://web.resource.org/cc/Attribution&quot;/&gt;
			&lt;prohibits rdf:resource=&quot;http://web.resource.org/cc/CommercialUse&quot;/&gt;
		&lt;/License&gt;
	&lt;/rdf:RDF&gt;
	--&gt;
&lt;/div&gt;
&lt;div class=&quot;tt-plugin tt-share-entry-with-sns tt-sns-icon-alignment-center tt-sns-icon-size-big&quot;&gt;
	&lt;div class=&quot;tt-sns-wrap&quot; id=&quot;ttSnsWrap-&quot;&gt;
		&lt;ul class=&quot;tt-sns-service-default&quot;&gt;
			&lt;li class=&quot;tt-sns-service-mypeople&quot;&gt;&lt;a href=&quot;javascript:;&quot; onclick=&quot;ShareEntryWithSNS.share('mypeople', '', '');&quot;&gt;마이피플&lt;/a&gt;&lt;/li&gt;
			&lt;li class=&quot;tt-sns-service-twitter&quot;&gt;&lt;a href=&quot;javascript:;&quot; onclick=&quot;ShareEntryWithSNS.share('twitter', '', '');&quot;&gt;트위터&lt;/a&gt;&lt;/li&gt;
			&lt;li class=&quot;tt-sns-service-facebook&quot;&gt;&lt;a href=&quot;javascript:;&quot; onclick=&quot;ShareEntryWithSNS.share('facebook', '', '');&quot;&gt;페이스북&lt;/a&gt;&lt;/li&gt;
			&lt;li class=&quot;tt-sns-service-other&quot;&gt;&lt;a href=&quot;javascript:;&quot; onmouseover=&quot;ShareEntryWithSNS.showLayer(event, '');&quot; onmouseout=&quot;ShareEntryWithSNS.hideLayer(event, '');&quot;&gt;더보기&lt;/a&gt;&lt;/li&gt;
		&lt;/ul&gt;
		&lt;ul class=&quot;tt-sns-service-more&quot; id=&quot;ttSnsServiceMore-&quot; onmouseout=&quot;ShareEntryWithSNS.hideLayer(event, '');&quot;&gt;
			&lt;li class=&quot;tt-sns-service-me2day&quot;&gt;&lt;a href=&quot;javascript:;&quot; onclick=&quot;ShareEntryWithSNS.share('me2day', '', '');&quot;&gt;미투데이&lt;/a&gt;&lt;/li&gt;
			&lt;li class=&quot;tt-sns-service-yozm&quot;&gt;&lt;a href=&quot;javascript:;&quot; onclick=&quot;ShareEntryWithSNS.share('yozm', '', '');&quot;&gt;요즘&lt;/a&gt;&lt;/li&gt;
		&lt;/ul&gt;
	&lt;/div&gt;
	&lt;div class=&quot;tt-sns-clear&quot;&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;blogger-news-widget&quot; style=&quot;width: 100%; text-align: center&quot;&gt;
			  				&lt;embed src=&quot;http://api.v.daum.net/static/recombox3.swf&quot; quality=&quot;high&quot; flashvars=&quot;nid=8298012&quot; allowscriptaccess=&quot;always&quot; allowfullscreen=&quot;false&quot; bgcolor=&quot;#ffffff&quot; width=&quot;67&quot; height=&quot;80&quot; type=&quot;application/x-shockwave-flash&quot; wmode=&quot;transparent&quot;&gt;&lt;/embed&gt;
						&lt;/div&gt;&lt;br /&gt;&lt;iframe src=&quot;http://api.v.daum.net/open/related_news?news_id=8298012&amp;display_type=widget&amp;skin=5&amp;frameContents=both&quot; style=&quot;width:100%;height:160px;&quot; frameborder=&quot;0&quot;&gt;&lt;/iframe&gt;&lt;div style=&quot;text-align:center; padding-top:10px;&quot;&gt;
&lt;iframe src=&quot;http://www.facebook.com/plugins/like.php?href=kimgun.pe.kr/323&amp;amp;layout=button_count&amp;amp;show_faces=true&amp;amp;width=90&amp;amp;action=like&amp;amp;font=tahoma&amp;amp;colorscheme=light&amp;amp;height=65&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;border:none; overflow:hidden; width:90px; height:65px;&quot; allowTransparency=&quot;true&quot;&gt;&lt;/iframe&gt;
&lt;/div&gt;
&lt;div style='text-align: center; margin: 10px auto; height: 91px; overflow: hidden; clear: both;'&gt;&lt;iframe title='mixUP 위젯' src='http://mixsh.com/widget/new_mixup/loader_plugin.html?domain=kimgun.pe.kr&amp;media_type=10&amp;guid=kimgun.pe.kr%2F323&amp;regts=1279859112&amp;showhitcnt=1&amp;platform=10' frameBorder='0' scrolling='no' allowTransparency='true' width='402' height='130'&gt;&lt;/iframe&gt;&lt;/div&gt;</description>
			<category>서버관리 Linux</category>
			<author>Kim JeongTaek</author>
			<guid>http://kimgun.pe.kr/323</guid>
			<comments>http://kimgun.pe.kr/323#entry323comment</comments>
			<pubDate>Wed, 21 Jul 2010 15:20:00 +0900</pubDate>
		</item>
		<item>
			<title>무료 이미지 맵 프로그램</title>
			<link>http://kimgun.pe.kr/325</link>
			<description>웹사이트를 만들다보면 이미지에 링크를 걸어야 하는 경우가 종종 발생을 하죠.&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;br /&gt;
&lt;br /&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a href=&quot;http://kimgun.tistory.com/attachment/cfile8.uf@144E721F4C32EE050342D0.exe&quot;&gt;&lt;img src=&quot;http://i1.daumcdn.net/cfs.tistory/v/0/blog/image/extension/exe.gif&quot; alt=&quot;&quot; style=&quot;vertical-align: middle;&quot; /&gt; imapic2.exe&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a href=&quot;http://cfile24.uf.tistory.com/original/195E59214C32ED9E71148C&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile24.uf.tistory.com/image/195E59214C32ED9E71148C&quot; alt=&quot;&quot; filemime=&quot;image/png&quot; filename=&quot;download.blog.png&quot; height=&quot;491&quot; width=&quot;527&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;&lt;br /&gt;
&lt;br /&gt;&lt;div class=&quot;entry-ccl&quot; style=&quot;clear: both; text-align: right; margin-bottom: 10px&quot;&gt;
	&lt;img id=&quot;ccl-icon-325-0&quot; class=&quot;entry-ccl-by&quot; src=&quot;http://i1.daumcdn.net/cfs.tistory/v/0/static/admin/editor/ccl_black01.png&quot; alt=&quot;저작자 표시&quot;/&gt;
	&lt;img id=&quot;ccl-icon-325-1&quot; class=&quot;entry-ccl-nc&quot; src=&quot;http://i1.daumcdn.net/cfs.tistory/v/0/static/admin/editor/ccl_black02.png&quot; alt=&quot;비영리&quot;/&gt;
	&lt;img id=&quot;ccl-icon-325-2&quot; class=&quot;entry-ccl-nd&quot; src=&quot;http://i1.daumcdn.net/cfs.tistory/v/0/static/admin/editor/ccl_black03.png&quot; alt=&quot;변경 금지&quot;/&gt;
	&lt;!--
	&lt;rdf:RDF xmlns=&quot;http://web.resource.org/cc/&quot; xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot; xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;&gt;
		&lt;Work rdf:about=&quot;&quot;&gt;
			&lt;license rdf:resource=&quot;http://creativecommons.org/licenses/by-nc-nd/2.0/kr/&quot; /&gt;
		&lt;/Work&gt;
		&lt;License rdf:about=&quot;http://creativecommons.org/licenses/by-nc-nd/&quot;&gt;
			&lt;permits rdf:resource=&quot;http://web.resource.org/cc/Reproduction&quot;/&gt;
			&lt;permits rdf:resource=&quot;http://web.resource.org/cc/Distribution&quot;/&gt;
			&lt;requires rdf:resource=&quot;http://web.resource.org/cc/Notice&quot;/&gt;
			&lt;requires rdf:resource=&quot;http://web.resource.org/cc/Attribution&quot;/&gt;
			&lt;prohibits rdf:resource=&quot;http://web.resource.org/cc/CommercialUse&quot;/&gt;
		&lt;/License&gt;
	&lt;/rdf:RDF&gt;
	--&gt;
&lt;/div&gt;
&lt;div class=&quot;tt-plugin tt-share-entry-with-sns tt-sns-icon-alignment-center tt-sns-icon-size-big&quot;&gt;
	&lt;div class=&quot;tt-sns-wrap&quot; id=&quot;ttSnsWrap-&quot;&gt;
		&lt;ul class=&quot;tt-sns-service-default&quot;&gt;
			&lt;li class=&quot;tt-sns-service-mypeople&quot;&gt;&lt;a href=&quot;javascript:;&quot; onclick=&quot;ShareEntryWithSNS.share('mypeople', '', '');&quot;&gt;마이피플&lt;/a&gt;&lt;/li&gt;
			&lt;li class=&quot;tt-sns-service-twitter&quot;&gt;&lt;a href=&quot;javascript:;&quot; onclick=&quot;ShareEntryWithSNS.share('twitter', '', '');&quot;&gt;트위터&lt;/a&gt;&lt;/li&gt;
			&lt;li class=&quot;tt-sns-service-facebook&quot;&gt;&lt;a href=&quot;javascript:;&quot; onclick=&quot;ShareEntryWithSNS.share('facebook', '', '');&quot;&gt;페이스북&lt;/a&gt;&lt;/li&gt;
			&lt;li class=&quot;tt-sns-service-other&quot;&gt;&lt;a href=&quot;javascript:;&quot; onmouseover=&quot;ShareEntryWithSNS.showLayer(event, '');&quot; onmouseout=&quot;ShareEntryWithSNS.hideLayer(event, '');&quot;&gt;더보기&lt;/a&gt;&lt;/li&gt;
		&lt;/ul&gt;
		&lt;ul class=&quot;tt-sns-service-more&quot; id=&quot;ttSnsServiceMore-&quot; onmouseout=&quot;ShareEntryWithSNS.hideLayer(event, '');&quot;&gt;
			&lt;li class=&quot;tt-sns-service-me2day&quot;&gt;&lt;a href=&quot;javascript:;&quot; onclick=&quot;ShareEntryWithSNS.share('me2day', '', '');&quot;&gt;미투데이&lt;/a&gt;&lt;/li&gt;
			&lt;li class=&quot;tt-sns-service-yozm&quot;&gt;&lt;a href=&quot;javascript:;&quot; onclick=&quot;ShareEntryWithSNS.share('yozm', '', '');&quot;&gt;요즘&lt;/a&gt;&lt;/li&gt;
		&lt;/ul&gt;
	&lt;/div&gt;
	&lt;div class=&quot;tt-sns-clear&quot;&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;blogger-news-widget&quot; style=&quot;width: 100%; text-align: center&quot;&gt;
			  				&lt;embed src=&quot;http://api.v.daum.net/static/recombox3.swf&quot; quality=&quot;high&quot; flashvars=&quot;nid=7963107&quot; allowscriptaccess=&quot;always&quot; allowfullscreen=&quot;false&quot; bgcolor=&quot;#ffffff&quot; width=&quot;67&quot; height=&quot;80&quot; type=&quot;application/x-shockwave-flash&quot; wmode=&quot;transparent&quot;&gt;&lt;/embed&gt;
						&lt;/div&gt;&lt;br /&gt;&lt;iframe src=&quot;http://api.v.daum.net/open/related_news?news_id=7963107&amp;display_type=widget&amp;skin=5&amp;frameContents=both&quot; style=&quot;width:100%;height:160px;&quot; frameborder=&quot;0&quot;&gt;&lt;/iframe&gt;&lt;div style=&quot;text-align:center; padding-top:10px;&quot;&gt;
&lt;iframe src=&quot;http://www.facebook.com/plugins/like.php?href=kimgun.pe.kr/325&amp;amp;layout=button_count&amp;amp;show_faces=true&amp;amp;width=90&amp;amp;action=like&amp;amp;font=tahoma&amp;amp;colorscheme=light&amp;amp;height=65&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;border:none; overflow:hidden; width:90px; height:65px;&quot; allowTransparency=&quot;true&quot;&gt;&lt;/iframe&gt;
&lt;/div&gt;
&lt;div style='text-align: center; margin: 10px auto; height: 91px; overflow: hidden; clear: both;'&gt;&lt;iframe title='mixUP 위젯' src='http://mixsh.com/widget/new_mixup/loader_plugin.html?domain=kimgun.pe.kr&amp;media_type=10&amp;guid=kimgun.pe.kr%2F325&amp;regts=1278406271&amp;showhitcnt=1&amp;platform=10' frameBorder='0' scrolling='no' allowTransparency='true' width='402' height='130'&gt;&lt;/iframe&gt;&lt;/div&gt;</description>
			<category>프로그램_일반</category>
			<category>Freeware</category>
			<category>imagemapic</category>
			<category>링크</category>
			<category>무료</category>
			<category>이미지맵</category>
			<author>Kim JeongTaek</author>
			<guid>http://kimgun.pe.kr/325</guid>
			<comments>http://kimgun.pe.kr/325#entry325comment</comments>
			<pubDate>Tue, 06 Jul 2010 17:51:11 +0900</pubDate>
		</item>
		<item>
			<title>양수리 두물머리 - 수종사 번개</title>
			<link>http://kimgun.pe.kr/303</link>
			<description>&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;
&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;새벽 공기도 차가운데.. 같이 해주신 분들 수고 많으셨습니다.&lt;br /&gt;
모두 방가웠구요. 간만에.. 즐거운 출사였습니다..^0^ &lt;/p&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;/div&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;사실 아래 사진중 한 4장 정도는 CCD에 물방울이 맺혀서 포토샵으로 제거를 했습니다.&lt;br /&gt;
그리고 별도의 색감 조정등은 하지 않았습니다.&lt;br /&gt;
내일 올릴까 하다가 가만 생각 해보니. 내일 업무가 중요한 업무라서 시간이 안될거 같아.. 지금 올립니다..^^&lt;br /&gt;
그럼 미천한 사진이지만 보시고 악평도 좋고 칭찬으평도 좋습니다. 평좀 내려 주세요.. ^^; &lt;/p&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;참고 : 리사이징 및 샤픈 한방은 했습니다..^^&lt;br /&gt;
&lt;/div&gt;&lt;p style=&quot;text-align: center;&quot;&gt;
&lt;br /&gt;
&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a href=&quot;http://cfile8.uf.tistory.com/original/14590B0C4BE3E8A7AB75A0&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile8.uf.tistory.com/image/14590B0C4BE3E8A7AB75A0&quot; alt=&quot;&quot; height=&quot;527&quot; width=&quot;790&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;&lt;br /&gt;
&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a href=&quot;http://cfile27.uf.tistory.com/original/1877750D4BE3E8A79522DE&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile27.uf.tistory.com/image/1877750D4BE3E8A79522DE&quot; alt=&quot;&quot; height=&quot;526&quot; width=&quot;790&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;&lt;br /&gt;
&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a href=&quot;http://cfile30.uf.tistory.com/original/1360B60F4BE3E8A85A8B68&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile30.uf.tistory.com/image/1360B60F4BE3E8A85A8B68&quot; alt=&quot;&quot; height=&quot;526&quot; width=&quot;790&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;&lt;br /&gt;
&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a href=&quot;http://cfile22.uf.tistory.com/original/163B460E4BE3E8A8964A55&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile22.uf.tistory.com/image/163B460E4BE3E8A8964A55&quot; alt=&quot;&quot; height=&quot;800&quot; width=&quot;533&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;&lt;br /&gt;
&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;&lt;br /&gt;
&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a href=&quot;http://cfile25.uf.tistory.com/original/1327790B4BE3E8A801EC66&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile25.uf.tistory.com/image/1327790B4BE3E8A801EC66&quot; alt=&quot;&quot; height=&quot;526&quot; width=&quot;790&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;&lt;br /&gt;
&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a href=&quot;http://cfile27.uf.tistory.com/original/12685B0C4BE3E8A97C5B10&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile27.uf.tistory.com/image/12685B0C4BE3E8A97C5B10&quot; alt=&quot;&quot; height=&quot;526&quot; width=&quot;790&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;&lt;br /&gt;
&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a href=&quot;http://cfile26.uf.tistory.com/original/1708E9274BE3E8A9733FE0&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile26.uf.tistory.com/image/1708E9274BE3E8A9733FE0&quot; alt=&quot;&quot; height=&quot;526&quot; width=&quot;790&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;&lt;br /&gt;
&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a href=&quot;http://cfile6.uf.tistory.com/original/1265570C4BE3E8A99E53BF&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile6.uf.tistory.com/image/1265570C4BE3E8A99E53BF&quot; alt=&quot;&quot; height=&quot;526&quot; width=&quot;790&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;&lt;br /&gt;
&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;&lt;br /&gt;
&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;&lt;br /&gt;
이상 두물머리 &amp;amp; 수종사 번개 였습니다.&lt;br /&gt;
&lt;br /&gt;
미천한 사진 봐주셔서 감솨 합니다.^^a..&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;&lt;br /&gt;
2 0 0 7 1 1 0 4&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;&lt;br /&gt;
&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;Copyright ⓒ Kim JeongTaek. All rights reserved.&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;&lt;br /&gt;
&lt;/p&gt;&lt;div class=&quot;tt-plugin tt-share-entry-with-sns tt-sns-icon-alignment-center tt-sns-icon-size-big&quot;&gt;
	&lt;div class=&quot;tt-sns-wrap&quot; id=&quot;ttSnsWrap-&quot;&gt;
		&lt;ul class=&quot;tt-sns-service-default&quot;&gt;
			&lt;li class=&quot;tt-sns-service-mypeople&quot;&gt;&lt;a href=&quot;javascript:;&quot; onclick=&quot;ShareEntryWithSNS.share('mypeople', '', '');&quot;&gt;마이피플&lt;/a&gt;&lt;/li&gt;
			&lt;li class=&quot;tt-sns-service-twitter&quot;&gt;&lt;a href=&quot;javascript:;&quot; onclick=&quot;ShareEntryWithSNS.share('twitter', '', '');&quot;&gt;트위터&lt;/a&gt;&lt;/li&gt;
			&lt;li class=&quot;tt-sns-service-facebook&quot;&gt;&lt;a href=&quot;javascript:;&quot; onclick=&quot;ShareEntryWithSNS.share('facebook', '', '');&quot;&gt;페이스북&lt;/a&gt;&lt;/li&gt;
			&lt;li class=&quot;tt-sns-service-other&quot;&gt;&lt;a href=&quot;javascript:;&quot; onmouseover=&quot;ShareEntryWithSNS.showLayer(event, '');&quot; onmouseout=&quot;ShareEntryWithSNS.hideLayer(event, '');&quot;&gt;더보기&lt;/a&gt;&lt;/li&gt;
		&lt;/ul&gt;
		&lt;ul class=&quot;tt-sns-service-more&quot; id=&quot;ttSnsServiceMore-&quot; onmouseout=&quot;ShareEntryWithSNS.hideLayer(event, '');&quot;&gt;
			&lt;li class=&quot;tt-sns-service-me2day&quot;&gt;&lt;a href=&quot;javascript:;&quot; onclick=&quot;ShareEntryWithSNS.share('me2day', '', '');&quot;&gt;미투데이&lt;/a&gt;&lt;/li&gt;
			&lt;li class=&quot;tt-sns-service-yozm&quot;&gt;&lt;a href=&quot;javascript:;&quot; onclick=&quot;ShareEntryWithSNS.share('yozm', '', '');&quot;&gt;요즘&lt;/a&gt;&lt;/li&gt;
		&lt;/ul&gt;
	&lt;/div&gt;
	&lt;div class=&quot;tt-sns-clear&quot;&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;blogger-news-widget&quot; style=&quot;width: 100%; text-align: center&quot;&gt;
			  				&lt;embed src=&quot;http://api.v.daum.net/static/recombox3.swf&quot; quality=&quot;high&quot; flashvars=&quot;nid=5161584&quot; allowscriptaccess=&quot;always&quot; allowfullscreen=&quot;false&quot; bgcolor=&quot;#ffffff&quot; width=&quot;67&quot; height=&quot;80&quot; type=&quot;application/x-shockwave-flash&quot; wmode=&quot;transparent&quot;&gt;&lt;/embed&gt;
						&lt;/div&gt;&lt;div style=&quot;text-align:center; padding-top:10px;&quot;&gt;
&lt;iframe src=&quot;http://www.facebook.com/plugins/like.php?href=kimgun.pe.kr/303&amp;amp;layout=button_count&amp;amp;show_faces=true&amp;amp;width=90&amp;amp;action=like&amp;amp;font=tahoma&amp;amp;colorscheme=light&amp;amp;height=65&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;border:none; overflow:hidden; width:90px; height:65px;&quot; allowTransparency=&quot;true&quot;&gt;&lt;/iframe&gt;
&lt;/div&gt;
&lt;div style='text-align: center; margin: 10px auto; height: 91px; overflow: hidden; clear: both;'&gt;&lt;iframe title='mixUP 위젯' src='http://mixsh.com/widget/new_mixup/loader_plugin.html?domain=kimgun.pe.kr&amp;media_type=10&amp;guid=kimgun.pe.kr%2F303&amp;regts=1277780563&amp;showhitcnt=1&amp;platform=10' frameBorder='0' scrolling='no' allowTransparency='true' width='402' height='130'&gt;&lt;/iframe&gt;&lt;/div&gt;</description>
			<category>풍경_야경</category>
			<category>두물머리</category>
			<category>디스동</category>
			<category>새벽출사</category>
			<category>수종사</category>
			<author>Kim JeongTaek</author>
			<guid>http://kimgun.pe.kr/303</guid>
			<comments>http://kimgun.pe.kr/303#entry303comment</comments>
			<pubDate>Tue, 29 Jun 2010 12:02:43 +0900</pubDate>
		</item>
		<item>
			<title>메뉴레이어 처리</title>
			<link>http://kimgun.pe.kr/320</link>
			<description>메뉴레이어 처리&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;border: 1px solid rgb(121, 165, 228); background-color: rgb(219, 232, 251); padding: 10px;&quot; class=&quot;txc-textbox&quot;&gt;
&lt;span style=&quot;font-size: 8pt;&quot;&gt;&amp;lt;script type=&quot;text/javascript&quot;&amp;gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-size: 8pt;&quot;&gt;function ch(idx, sel, ImagePID, endNum) {&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-size: 8pt;&quot;&gt;&amp;nbsp; &amp;nbsp; for(i = 0; endNum &amp;gt; i; i++){&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-size: 8pt;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; getMenuId = document.getElementById(idx
 + '_imgMenu-' + i);&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-size: 8pt;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
getCouId = document.getElementById(idx + '_list-' + i);&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-size: 8pt;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-size: 8pt;&quot;&gt;&amp;nbsp;
 &amp;nbsp; &amp;nbsp; &amp;nbsp; // 레이어메뉴&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-size: 8pt;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
getMenuId.src = (sel == i) ? ImagePID + &quot;_&quot; + i + &quot;_on.gif&quot; : ImagePID +
 &quot;_&quot; + i + &quot;_off.gif&quot;;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-size: 8pt;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-size: 8pt;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; // 서브내용&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-size: 8pt;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; getCouId.style.display = (sel == i) ? &quot;&quot;
 : &quot;none&quot;;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-size: 8pt;&quot;&gt;&amp;nbsp; &amp;nbsp; }&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-size: 8pt;&quot;&gt;}&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-size: 8pt;&quot;&gt;&amp;lt;/script&amp;gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-size: 8pt;&quot;&gt;&amp;lt;ul&amp;gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-size: 8pt;&quot;&gt;&amp;nbsp; &amp;lt;li&amp;gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-size: 8pt;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;lt;a 
href=&quot;#none&quot;&amp;gt;&amp;lt;img border=&quot;0&quot; alt=&quot;&quot; onmouseover=&quot;ch('menu1', 0, 
'/images/submenu', 2)&quot; src=&quot;/images/submenu_0_off.gif&quot; 
id=&quot;menu1_imgMenu-0&quot;&amp;gt;&amp;lt;/a&amp;gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-size: 8pt;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;lt;a href=&quot;#none&quot;&amp;gt;&amp;lt;img border=&quot;0&quot; alt=&quot;&quot; 
onmouseover=&quot;ch('menu1', 1, '/images/submenu', 2)&quot; 
src=&quot;/images/submenu_1_off.gif&quot; id=&quot;menu1_imgMenu-1&quot;&amp;gt;&amp;lt;/a&amp;gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-size: 8pt;&quot;&gt;&amp;nbsp; &amp;lt;/li&amp;gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-size: 8pt;&quot;&gt;&amp;lt;/ul&amp;gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-size: 8pt;&quot;&gt;&amp;lt;div 
id=&quot;menu1_list-0&quot;&amp;gt;0&amp;lt;/div&amp;gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-size: 8pt;&quot;&gt;&amp;lt;div id=&quot;menu1_list-1&quot;&amp;gt;1&amp;lt;/div&amp;gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-size: 8pt;&quot;&gt;&amp;lt;li&amp;gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-size: 8pt;&quot;&gt;&amp;lt;a href=&quot;#none&quot;&amp;gt;&amp;lt;img border=&quot;0&quot; alt=&quot;&quot; 
onmouseover=&quot;ch('m2', 0, '/images/submenu', 10)&quot; 
src=&quot;/images/submenu_0_off.gif&quot; id=&quot;m2_imgMenu-0&quot;&amp;gt;&amp;lt;/a&amp;gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-size: 8pt;&quot;&gt;&amp;lt;a href=&quot;#none&quot;&amp;gt;&amp;lt;img border=&quot;0&quot; alt=&quot;&quot;
 onmouseover=&quot;ch('m2', 1, '/images/submenu', 10)&quot; 
src=&quot;/images/submenu_1_off.gif&quot; id=&quot;m2_imgMenu-1&quot;&amp;gt;&amp;lt;/a&amp;gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-size: 8pt;&quot;&gt;&amp;lt;a href=&quot;#none&quot;&amp;gt;&amp;lt;img border=&quot;0&quot; alt=&quot;&quot;
 onmouseover=&quot;ch('m2', 2, '/images/submenu', 10)&quot; 
src=&quot;/images/submenu_2_off.gif&quot; id=&quot;m2_imgMenu-2&quot;&amp;gt;&amp;lt;/a&amp;gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-size: 8pt;&quot;&gt;&amp;lt;a href=&quot;#none&quot;&amp;gt;&amp;lt;img border=&quot;0&quot; alt=&quot;&quot;
 onmouseover=&quot;ch('m2', 3, '/images/submenu', 10)&quot; 
src=&quot;/images/submenu_3_off.gif&quot; id=&quot;m2_imgMenu-3&quot;&amp;gt;&amp;lt;/a&amp;gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-size: 8pt;&quot;&gt;&amp;lt;a href=&quot;#none&quot;&amp;gt;&amp;lt;img border=&quot;0&quot; alt=&quot;&quot;
 onmouseover=&quot;ch('m2', 4, '/images/submenu', 10)&quot; 
src=&quot;/images/submenu_4_off.gif&quot; id=&quot;m2_imgMenu-4&quot;&amp;gt;&amp;lt;/a&amp;gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-size: 8pt;&quot;&gt;&amp;lt;a href=&quot;#none&quot;&amp;gt;&amp;lt;img border=&quot;0&quot; alt=&quot;&quot;
 onmouseover=&quot;ch('m2', 5, '/images/submenu', 10)&quot; 
src=&quot;/images/submenu_5_off.gif&quot; id=&quot;m2_imgMenu-5&quot;&amp;gt;&amp;lt;/a&amp;gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-size: 8pt;&quot;&gt;&amp;lt;a href=&quot;#none&quot;&amp;gt;&amp;lt;img border=&quot;0&quot; alt=&quot;&quot;
 onmouseover=&quot;ch('m2', 6, '/images/submenu', 10)&quot; 
src=&quot;/images/submenu_6_off.gif&quot; id=&quot;m2_imgMenu-6&quot;&amp;gt;&amp;lt;/a&amp;gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-size: 8pt;&quot;&gt;&amp;lt;a href=&quot;#none&quot;&amp;gt;&amp;lt;img border=&quot;0&quot; alt=&quot;&quot;
 onmouseover=&quot;ch('m2', 7, '/images/submenu', 10)&quot; 
src=&quot;/images/submenu_7_off.gif&quot; id=&quot;m2_imgMenu-7&quot;&amp;gt;&amp;lt;/a&amp;gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-size: 8pt;&quot;&gt;&amp;lt;a href=&quot;#none&quot;&amp;gt;&amp;lt;img border=&quot;0&quot; alt=&quot;&quot;
 onmouseover=&quot;ch('m2', 8, '/images/submenu', 10)&quot; 
src=&quot;/images/submenu_8_off.gif&quot; id=&quot;m2_imgMenu-8&quot;&amp;gt;&amp;lt;/a&amp;gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-size: 8pt;&quot;&gt;&amp;lt;a href=&quot;#none&quot;&amp;gt;&amp;lt;img border=&quot;0&quot; alt=&quot;&quot;
 onmouseover=&quot;ch('m2', 9, '/images/submenu', 10)&quot; 
src=&quot;/images/submenu_9_off.gif&quot; id=&quot;m2_imgMenu-9&quot;&amp;gt;&amp;lt;/a&amp;gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-size: 8pt;&quot;&gt;&amp;lt;/li&amp;gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-size: 8pt;&quot;&gt;&amp;lt;div id=&quot;m2_list-0&quot;&amp;gt;0&amp;lt;/div&amp;gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-size: 8pt;&quot;&gt;&amp;lt;div id=&quot;m2_list-1&quot; 
style=&quot;display:none;&quot;&amp;gt;1&amp;lt;/div&amp;gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-size: 8pt;&quot;&gt;&amp;lt;div id=&quot;m2_list-2&quot; style=&quot;display:none;&quot;&amp;gt;2&amp;lt;/div&amp;gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-size: 8pt;&quot;&gt;&amp;lt;div id=&quot;m2_list-3&quot; 
style=&quot;display:none;&quot;&amp;gt;3&amp;lt;/div&amp;gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-size: 8pt;&quot;&gt;&amp;lt;div id=&quot;m2_list-4&quot; style=&quot;display:none;&quot;&amp;gt;4&amp;lt;/div&amp;gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-size: 8pt;&quot;&gt;&amp;lt;div id=&quot;m2_list-5&quot; 
style=&quot;display:none;&quot;&amp;gt;5&amp;lt;/div&amp;gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-size: 8pt;&quot;&gt;&amp;lt;div id=&quot;m2_list-6&quot; style=&quot;display:none;&quot;&amp;gt;6&amp;lt;/div&amp;gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-size: 8pt;&quot;&gt;&amp;lt;div id=&quot;m2_list-7&quot; 
style=&quot;display:none;&quot;&amp;gt;7&amp;lt;/div&amp;gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-size: 8pt;&quot;&gt;&amp;lt;div id=&quot;m2_list-8&quot; style=&quot;display:none;&quot;&amp;gt;8&amp;lt;/div&amp;gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-size: 8pt;&quot;&gt;&amp;lt;div id=&quot;m2_list-9&quot; 
style=&quot;display:none;&quot;&amp;gt;9&amp;lt;/div&amp;gt;&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;span style=&quot;font-size: 8pt;&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size: 8pt;&quot;&gt;&lt;/span&gt;&lt;br /&gt;&lt;div class=&quot;tt-plugin tt-share-entry-with-sns tt-sns-icon-alignment-center tt-sns-icon-size-big&quot;&gt;
	&lt;div class=&quot;tt-sns-wrap&quot; id=&quot;ttSnsWrap-&quot;&gt;
		&lt;ul class=&quot;tt-sns-service-default&quot;&gt;
			&lt;li class=&quot;tt-sns-service-mypeople&quot;&gt;&lt;a href=&quot;javascript:;&quot; onclick=&quot;ShareEntryWithSNS.share('mypeople', '', '');&quot;&gt;마이피플&lt;/a&gt;&lt;/li&gt;
			&lt;li class=&quot;tt-sns-service-twitter&quot;&gt;&lt;a href=&quot;javascript:;&quot; onclick=&quot;ShareEntryWithSNS.share('twitter', '', '');&quot;&gt;트위터&lt;/a&gt;&lt;/li&gt;
			&lt;li class=&quot;tt-sns-service-facebook&quot;&gt;&lt;a href=&quot;javascript:;&quot; onclick=&quot;ShareEntryWithSNS.share('facebook', '', '');&quot;&gt;페이스북&lt;/a&gt;&lt;/li&gt;
			&lt;li class=&quot;tt-sns-service-other&quot;&gt;&lt;a href=&quot;javascript:;&quot; onmouseover=&quot;ShareEntryWithSNS.showLayer(event, '');&quot; onmouseout=&quot;ShareEntryWithSNS.hideLayer(event, '');&quot;&gt;더보기&lt;/a&gt;&lt;/li&gt;
		&lt;/ul&gt;
		&lt;ul class=&quot;tt-sns-service-more&quot; id=&quot;ttSnsServiceMore-&quot; onmouseout=&quot;ShareEntryWithSNS.hideLayer(event, '');&quot;&gt;
			&lt;li class=&quot;tt-sns-service-me2day&quot;&gt;&lt;a href=&quot;javascript:;&quot; onclick=&quot;ShareEntryWithSNS.share('me2day', '', '');&quot;&gt;미투데이&lt;/a&gt;&lt;/li&gt;
			&lt;li class=&quot;tt-sns-service-yozm&quot;&gt;&lt;a href=&quot;javascript:;&quot; onclick=&quot;ShareEntryWithSNS.share('yozm', '', '');&quot;&gt;요즘&lt;/a&gt;&lt;/li&gt;
		&lt;/ul&gt;
	&lt;/div&gt;
	&lt;div class=&quot;tt-sns-clear&quot;&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align:center; padding-top:10px;&quot;&gt;
&lt;iframe src=&quot;http://www.facebook.com/plugins/like.php?href=kimgun.pe.kr/320&amp;amp;layout=button_count&amp;amp;show_faces=true&amp;amp;width=90&amp;amp;action=like&amp;amp;font=tahoma&amp;amp;colorscheme=light&amp;amp;height=65&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;border:none; overflow:hidden; width:90px; height:65px;&quot; allowTransparency=&quot;true&quot;&gt;&lt;/iframe&gt;
&lt;/div&gt;
&lt;div style='text-align: center; margin: 10px auto; height: 91px; overflow: hidden; clear: both;'&gt;&lt;iframe title='mixUP 위젯' src='http://mixsh.com/widget/new_mixup/loader_plugin.html?domain=kimgun.pe.kr&amp;media_type=10&amp;guid=kimgun.pe.kr%2F320&amp;regts=1274838366&amp;showhitcnt=1&amp;platform=10' frameBorder='0' scrolling='no' allowTransparency='true' width='402' height='130'&gt;&lt;/iframe&gt;&lt;/div&gt;</description>
			<category>프로그램_일반</category>
			<category>레이어메뉴</category>
			<author>Kim JeongTaek</author>
			<guid>http://kimgun.pe.kr/320</guid>
			<comments>http://kimgun.pe.kr/320#entry320comment</comments>
			<pubDate>Wed, 26 May 2010 10:46:06 +0900</pubDate>
		</item>
		<item>
			<title>특정영문폰트에 한글폰트 지정하는 방법</title>
			<link>http://kimgun.pe.kr/321</link>
			<description>1. 레지스트리 편집기를 실행해서 아래 키를 연다.&lt;br /&gt;
&lt;br /&gt;
HKEY_LOCAL_MACHINE &amp;gt; SOFTWARE &amp;gt; Microsoft &amp;gt; Windows NT &amp;gt; Current &amp;gt; Version &amp;gt; FontLink &amp;gt; SystemLink&lt;br /&gt;
&lt;br /&gt;
2. 콘텍스트 메뉴에서 [새로 만들기]-&amp;gt;[다중 문자열 값]을 실행 한다.&lt;br /&gt;
&lt;br /&gt;
3. 키 이름에 해당 영문 폰트의 이름을 입력한다.&lt;br /&gt;
&lt;br /&gt;
4. 문자열값에 &quot;폰트 파일 이름,폰트 이름&quot; 형식으로 사용하고자 하는 한글 폰트를 지정해주고 리부팅한다.&lt;br /&gt;
&lt;br /&gt;
원문 : http://www.acrosoft.pe.kr/blog/37&lt;br /&gt;&lt;div class=&quot;tt-plugin tt-share-entry-with-sns tt-sns-icon-alignment-center tt-sns-icon-size-big&quot;&gt;
	&lt;div class=&quot;tt-sns-wrap&quot; id=&quot;ttSnsWrap-&quot;&gt;
		&lt;ul class=&quot;tt-sns-service-default&quot;&gt;
			&lt;li class=&quot;tt-sns-service-mypeople&quot;&gt;&lt;a href=&quot;javascript:;&quot; onclick=&quot;ShareEntryWithSNS.share('mypeople', '', '');&quot;&gt;마이피플&lt;/a&gt;&lt;/li&gt;
			&lt;li class=&quot;tt-sns-service-twitter&quot;&gt;&lt;a href=&quot;javascript:;&quot; onclick=&quot;ShareEntryWithSNS.share('twitter', '', '');&quot;&gt;트위터&lt;/a&gt;&lt;/li&gt;
			&lt;li class=&quot;tt-sns-service-facebook&quot;&gt;&lt;a href=&quot;javascript:;&quot; onclick=&quot;ShareEntryWithSNS.share('facebook', '', '');&quot;&gt;페이스북&lt;/a&gt;&lt;/li&gt;
			&lt;li class=&quot;tt-sns-service-other&quot;&gt;&lt;a href=&quot;javascript:;&quot; onmouseover=&quot;ShareEntryWithSNS.showLayer(event, '');&quot; onmouseout=&quot;ShareEntryWithSNS.hideLayer(event, '');&quot;&gt;더보기&lt;/a&gt;&lt;/li&gt;
		&lt;/ul&gt;
		&lt;ul class=&quot;tt-sns-service-more&quot; id=&quot;ttSnsServiceMore-&quot; onmouseout=&quot;ShareEntryWithSNS.hideLayer(event, '');&quot;&gt;
			&lt;li class=&quot;tt-sns-service-me2day&quot;&gt;&lt;a href=&quot;javascript:;&quot; onclick=&quot;ShareEntryWithSNS.share('me2day', '', '');&quot;&gt;미투데이&lt;/a&gt;&lt;/li&gt;
			&lt;li class=&quot;tt-sns-service-yozm&quot;&gt;&lt;a href=&quot;javascript:;&quot; onclick=&quot;ShareEntryWithSNS.share('yozm', '', '');&quot;&gt;요즘&lt;/a&gt;&lt;/li&gt;
		&lt;/ul&gt;
	&lt;/div&gt;
	&lt;div class=&quot;tt-sns-clear&quot;&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;blogger-news-widget&quot; style=&quot;width: 100%; text-align: center&quot;&gt;
			  				&lt;embed src=&quot;http://api.v.daum.net/static/recombox3.swf&quot; quality=&quot;high&quot; flashvars=&quot;nid=7193572&quot; allowscriptaccess=&quot;always&quot; allowfullscreen=&quot;false&quot; bgcolor=&quot;#ffffff&quot; width=&quot;67&quot; height=&quot;80&quot; type=&quot;application/x-shockwave-flash&quot; wmode=&quot;transparent&quot;&gt;&lt;/embed&gt;
						&lt;/div&gt;&lt;div style=&quot;text-align:center; padding-top:10px;&quot;&gt;
&lt;iframe src=&quot;http://www.facebook.com/plugins/like.php?href=kimgun.pe.kr/321&amp;amp;layout=button_count&amp;amp;show_faces=true&amp;amp;width=90&amp;amp;action=like&amp;amp;font=tahoma&amp;amp;colorscheme=light&amp;amp;height=65&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;border:none; overflow:hidden; width:90px; height:65px;&quot; allowTransparency=&quot;true&quot;&gt;&lt;/iframe&gt;
&lt;/div&gt;
&lt;div style='text-align: center; margin: 10px auto; height: 91px; overflow: hidden; clear: both;'&gt;&lt;iframe title='mixUP 위젯' src='http://mixsh.com/widget/new_mixup/loader_plugin.html?domain=kimgun.pe.kr&amp;media_type=10&amp;guid=kimgun.pe.kr%2F321&amp;regts=1274837873&amp;showhitcnt=1&amp;platform=10' frameBorder='0' scrolling='no' allowTransparency='true' width='402' height='130'&gt;&lt;/iframe&gt;&lt;/div&gt;</description>
			<category>생활속의 IT</category>
			<category>영문폰트</category>
			<category>폰트</category>
			<category>한글폰트 지정</category>
			<author>Kim JeongTaek</author>
			<guid>http://kimgun.pe.kr/321</guid>
			<comments>http://kimgun.pe.kr/321#entry321comment</comments>
			<pubDate>Wed, 26 May 2010 10:37:53 +0900</pubDate>
		</item>
		<item>
			<title>서브버전을 쓰자</title>
			<link>http://kimgun.pe.kr/324</link>
			<description>설명이 잘되어 있는 사이트 : http://blog.jidolstar.com/82&lt;br /&gt;
&lt;br /&gt;&lt;STRONG&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;&lt;SPAN style=&quot;FONT-SIZE: 12pt&quot;&gt;참고 사이트&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;br /&gt;
Subversion How to : &lt;A href=&quot;http://www.pyrasis.com/main/Subversion-HOWTO&quot; target=_blank&gt;&lt;FONT color=#2970a6&gt;http://www.pyrasis.com/main/Subversion-HOWTO&lt;/FONT&gt;&lt;/A&gt;&lt;br /&gt;
SVN 다운로드 : &lt;A href=&quot;http://subversion.tigris.org/servlets/ProjectDocumentList?folderID=91&quot; target=_blank&gt;&lt;FONT color=#2970a6&gt;http://subversion.tigris.org/servlets/ProjectDocumentList?folderID=91&lt;/FONT&gt;&lt;/A&gt;&lt;br /&gt;
안녕리눅스 : &lt;A href=&quot;http://annyung.oops.org/&quot; target=_blank&gt;&lt;FONT color=#2970a6&gt;http://annyung.oops.org/&lt;/FONT&gt;&lt;/A&gt;&lt;br /&gt;
구글 Flex 오픈 Lib : &lt;A href=&quot;http://code.google.com/p/flexlib/&quot;&gt;&lt;FONT color=#2970a6&gt;http://code.google.com/p/flexlib/&lt;/FONT&gt;&lt;/A&gt;&lt;br /&gt;
SVN에서 자주 사용되는 용어 : &lt;A href=&quot;http://blog.naver.com/hbesthee/20031075569&quot;&gt;&lt;FONT color=#2970a6&gt;http://blog.naver.com/hbesthee/20031075569&lt;/FONT&gt;&lt;/A&gt;&lt;br /&gt;
FlexBulder에서 Subversion 사용해보기 : &lt;A href=&quot;http://blog.jidolstar.com/78&quot;&gt;&lt;FONT color=#2970a6&gt;http://blog.jidolstar.com/78&lt;/FONT&gt;&lt;/A&gt;&lt;br /&gt;&lt;div class=&quot;entry-ccl&quot; style=&quot;clear: both; text-align: right; margin-bottom: 10px&quot;&gt;
	&lt;img id=&quot;ccl-icon-324-0&quot; class=&quot;entry-ccl-by&quot; src=&quot;http://i1.daumcdn.net/cfs.tistory/v/0/static/admin/editor/ccl_black01.png&quot; alt=&quot;저작자 표시&quot;/&gt;
	&lt;img id=&quot;ccl-icon-324-1&quot; class=&quot;entry-ccl-nc&quot; src=&quot;http://i1.daumcdn.net/cfs.tistory/v/0/static/admin/editor/ccl_black02.png&quot; alt=&quot;비영리&quot;/&gt;
	&lt;img id=&quot;ccl-icon-324-2&quot; class=&quot;entry-ccl-nd&quot; src=&quot;http://i1.daumcdn.net/cfs.tistory/v/0/static/admin/editor/ccl_black03.png&quot; alt=&quot;변경 금지&quot;/&gt;
	&lt;!--
	&lt;rdf:RDF xmlns=&quot;http://web.resource.org/cc/&quot; xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot; xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;&gt;
		&lt;Work rdf:about=&quot;&quot;&gt;
			&lt;license rdf:resource=&quot;http://creativecommons.org/licenses/by-nc-nd/2.0/kr/&quot; /&gt;
		&lt;/Work&gt;
		&lt;License rdf:about=&quot;http://creativecommons.org/licenses/by-nc-nd/&quot;&gt;
			&lt;permits rdf:resource=&quot;http://web.resource.org/cc/Reproduction&quot;/&gt;
			&lt;permits rdf:resource=&quot;http://web.resource.org/cc/Distribution&quot;/&gt;
			&lt;requires rdf:resource=&quot;http://web.resource.org/cc/Notice&quot;/&gt;
			&lt;requires rdf:resource=&quot;http://web.resource.org/cc/Attribution&quot;/&gt;
			&lt;prohibits rdf:resource=&quot;http://web.resource.org/cc/CommercialUse&quot;/&gt;
		&lt;/License&gt;
	&lt;/rdf:RDF&gt;
	--&gt;
&lt;/div&gt;
&lt;div class=&quot;tt-plugin tt-share-entry-with-sns tt-sns-icon-alignment-center tt-sns-icon-size-big&quot;&gt;
	&lt;div class=&quot;tt-sns-wrap&quot; id=&quot;ttSnsWrap-&quot;&gt;
		&lt;ul class=&quot;tt-sns-service-default&quot;&gt;
			&lt;li class=&quot;tt-sns-service-mypeople&quot;&gt;&lt;a href=&quot;javascript:;&quot; onclick=&quot;ShareEntryWithSNS.share('mypeople', '', '');&quot;&gt;마이피플&lt;/a&gt;&lt;/li&gt;
			&lt;li class=&quot;tt-sns-service-twitter&quot;&gt;&lt;a href=&quot;javascript:;&quot; onclick=&quot;ShareEntryWithSNS.share('twitter', '', '');&quot;&gt;트위터&lt;/a&gt;&lt;/li&gt;
			&lt;li class=&quot;tt-sns-service-facebook&quot;&gt;&lt;a href=&quot;javascript:;&quot; onclick=&quot;ShareEntryWithSNS.share('facebook', '', '');&quot;&gt;페이스북&lt;/a&gt;&lt;/li&gt;
			&lt;li class=&quot;tt-sns-service-other&quot;&gt;&lt;a href=&quot;javascript:;&quot; onmouseover=&quot;ShareEntryWithSNS.showLayer(event, '');&quot; onmouseout=&quot;ShareEntryWithSNS.hideLayer(event, '');&quot;&gt;더보기&lt;/a&gt;&lt;/li&gt;
		&lt;/ul&gt;
		&lt;ul class=&quot;tt-sns-service-more&quot; id=&quot;ttSnsServiceMore-&quot; onmouseout=&quot;ShareEntryWithSNS.hideLayer(event, '');&quot;&gt;
			&lt;li class=&quot;tt-sns-service-me2day&quot;&gt;&lt;a href=&quot;javascript:;&quot; onclick=&quot;ShareEntryWithSNS.share('me2day', '', '');&quot;&gt;미투데이&lt;/a&gt;&lt;/li&gt;
			&lt;li class=&quot;tt-sns-service-yozm&quot;&gt;&lt;a href=&quot;javascript:;&quot; onclick=&quot;ShareEntryWithSNS.share('yozm', '', '');&quot;&gt;요즘&lt;/a&gt;&lt;/li&gt;
		&lt;/ul&gt;
	&lt;/div&gt;
	&lt;div class=&quot;tt-sns-clear&quot;&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align:center; padding-top:10px;&quot;&gt;
&lt;iframe src=&quot;http://www.facebook.com/plugins/like.php?href=kimgun.pe.kr/324&amp;amp;layout=button_count&amp;amp;show_faces=true&amp;amp;width=90&amp;amp;action=like&amp;amp;font=tahoma&amp;amp;colorscheme=light&amp;amp;height=65&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;border:none; overflow:hidden; width:90px; height:65px;&quot; allowTransparency=&quot;true&quot;&gt;&lt;/iframe&gt;
&lt;/div&gt;
&lt;div style='text-align: center; margin: 10px auto; height: 91px; overflow: hidden; clear: both;'&gt;&lt;iframe title='mixUP 위젯' src='http://mixsh.com/widget/new_mixup/loader_plugin.html?domain=kimgun.pe.kr&amp;media_type=10&amp;guid=kimgun.pe.kr%2F324&amp;regts=1285809088&amp;showhitcnt=1&amp;platform=10' frameBorder='0' scrolling='no' allowTransparency='true' width='402' height='130'&gt;&lt;/iframe&gt;&lt;/div&gt;</description>
			<category>서버관리 Linux</category>
			<author>Kim JeongTaek</author>
			<guid>http://kimgun.pe.kr/324</guid>
			<comments>http://kimgun.pe.kr/324#entry324comment</comments>
			<pubDate>Tue, 25 May 2010 02:43:11 +0900</pubDate>
		</item>
		<item>
			<title>이메일 수신확인(Message Disposition Notifications) 방법</title>
			<link>http://kimgun.pe.kr/322</link>
			<description>메일수신 확인 서비스 특허가 있다고는 하지만 많은 사람들이 사용하고 있는 방법이다.&lt;br /&gt;
그리고 그 구현 방법도 매우 간단하다&lt;br /&gt;
이메일에 url을 가지고 있는 가짜 이미지 태그를 입력 하고 그 URL을 집계URL로 연결하면 그 것이 바로 그것이다.&lt;br /&gt;&lt;div class=&quot;entry-ccl&quot; style=&quot;clear: both; text-align: right; margin-bottom: 10px&quot;&gt;
	&lt;img id=&quot;ccl-icon-322-0&quot; class=&quot;entry-ccl-by&quot; src=&quot;http://i1.daumcdn.net/cfs.tistory/v/0/static/admin/editor/ccl_black01.png&quot; alt=&quot;저작자 표시&quot;/&gt;
	&lt;img id=&quot;ccl-icon-322-1&quot; class=&quot;entry-ccl-nc&quot; src=&quot;http://i1.daumcdn.net/cfs.tistory/v/0/static/admin/editor/ccl_black02.png&quot; alt=&quot;비영리&quot;/&gt;
	&lt;img id=&quot;ccl-icon-322-2&quot; class=&quot;entry-ccl-nd&quot; src=&quot;http://i1.daumcdn.net/cfs.tistory/v/0/static/admin/editor/ccl_black03.png&quot; alt=&quot;변경 금지&quot;/&gt;
	&lt;!--
	&lt;rdf:RDF xmlns=&quot;http://web.resource.org/cc/&quot; xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot; xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;&gt;
		&lt;Work rdf:about=&quot;&quot;&gt;
			&lt;license rdf:resource=&quot;http://creativecommons.org/licenses/by-nc-nd/2.0/kr/&quot; /&gt;
		&lt;/Work&gt;
		&lt;License rdf:about=&quot;http://creativecommons.org/licenses/by-nc-nd/&quot;&gt;
			&lt;permits rdf:resource=&quot;http://web.resource.org/cc/Reproduction&quot;/&gt;
			&lt;permits rdf:resource=&quot;http://web.resource.org/cc/Distribution&quot;/&gt;
			&lt;requires rdf:resource=&quot;http://web.resource.org/cc/Notice&quot;/&gt;
			&lt;requires rdf:resource=&quot;http://web.resource.org/cc/Attribution&quot;/&gt;
			&lt;prohibits rdf:resource=&quot;http://web.resource.org/cc/CommercialUse&quot;/&gt;
		&lt;/License&gt;
	&lt;/rdf:RDF&gt;
	--&gt;
&lt;/div&gt;
&lt;div class=&quot;tt-plugin tt-share-entry-with-sns tt-sns-icon-alignment-center tt-sns-icon-size-big&quot;&gt;
	&lt;div class=&quot;tt-sns-wrap&quot; id=&quot;ttSnsWrap-&quot;&gt;
		&lt;ul class=&quot;tt-sns-service-default&quot;&gt;
			&lt;li class=&quot;tt-sns-service-mypeople&quot;&gt;&lt;a href=&quot;javascript:;&quot; onclick=&quot;ShareEntryWithSNS.share('mypeople', '', '');&quot;&gt;마이피플&lt;/a&gt;&lt;/li&gt;
			&lt;li class=&quot;tt-sns-service-twitter&quot;&gt;&lt;a href=&quot;javascript:;&quot; onclick=&quot;ShareEntryWithSNS.share('twitter', '', '');&quot;&gt;트위터&lt;/a&gt;&lt;/li&gt;
			&lt;li class=&quot;tt-sns-service-facebook&quot;&gt;&lt;a href=&quot;javascript:;&quot; onclick=&quot;ShareEntryWithSNS.share('facebook', '', '');&quot;&gt;페이스북&lt;/a&gt;&lt;/li&gt;
			&lt;li class=&quot;tt-sns-service-other&quot;&gt;&lt;a href=&quot;javascript:;&quot; onmouseover=&quot;ShareEntryWithSNS.showLayer(event, '');&quot; onmouseout=&quot;ShareEntryWithSNS.hideLayer(event, '');&quot;&gt;더보기&lt;/a&gt;&lt;/li&gt;
		&lt;/ul&gt;
		&lt;ul class=&quot;tt-sns-service-more&quot; id=&quot;ttSnsServiceMore-&quot; onmouseout=&quot;ShareEntryWithSNS.hideLayer(event, '');&quot;&gt;
			&lt;li class=&quot;tt-sns-service-me2day&quot;&gt;&lt;a href=&quot;javascript:;&quot; onclick=&quot;ShareEntryWithSNS.share('me2day', '', '');&quot;&gt;미투데이&lt;/a&gt;&lt;/li&gt;
			&lt;li class=&quot;tt-sns-service-yozm&quot;&gt;&lt;a href=&quot;javascript:;&quot; onclick=&quot;ShareEntryWithSNS.share('yozm', '', '');&quot;&gt;요즘&lt;/a&gt;&lt;/li&gt;
		&lt;/ul&gt;
	&lt;/div&gt;
	&lt;div class=&quot;tt-sns-clear&quot;&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align:center; padding-top:10px;&quot;&gt;
&lt;iframe src=&quot;http://www.facebook.com/plugins/like.php?href=kimgun.pe.kr/322&amp;amp;layout=button_count&amp;amp;show_faces=true&amp;amp;width=90&amp;amp;action=like&amp;amp;font=tahoma&amp;amp;colorscheme=light&amp;amp;height=65&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;border:none; overflow:hidden; width:90px; height:65px;&quot; allowTransparency=&quot;true&quot;&gt;&lt;/iframe&gt;
&lt;/div&gt;
&lt;div style='text-align: center; margin: 10px auto; height: 91px; overflow: hidden; clear: both;'&gt;&lt;iframe title='mixUP 위젯' src='http://mixsh.com/widget/new_mixup/loader_plugin.html?domain=kimgun.pe.kr&amp;media_type=10&amp;guid=kimgun.pe.kr%2F322&amp;regts=1285808975&amp;showhitcnt=1&amp;platform=10' frameBorder='0' scrolling='no' allowTransparency='true' width='402' height='130'&gt;&lt;/iframe&gt;&lt;/div&gt;</description>
			<category>서버관리 Linux</category>
			<author>Kim JeongTaek</author>
			<guid>http://kimgun.pe.kr/322</guid>
			<comments>http://kimgun.pe.kr/322#entry322comment</comments>
			<pubDate>Tue, 18 May 2010 19:02:30 +0900</pubDate>
		</item>
		<item>
			<title>불만금지</title>
			<link>http://kimgun.pe.kr/318</link>
			<description>3월 3일 오후 정확한 시간은 생각이 나지 않네요.&lt;br /&gt;
회의가 있어서 갔다왔는데 책상위에 이상한게 놓여 있어서 봤더니&lt;br /&gt;
이름 하여 &quot; 불만금지 캠페인 &quot; 스티커(?) 였습니다.&lt;br /&gt;
&lt;br /&gt;
메이크샵에서 이번에 추진 한는 캠패인 인데요.&lt;br /&gt;
불만/불평이 아닌 긍저의 에너지 넘치는 아름다운 사내 문화 만들기 캠페인입니다.&lt;br /&gt;
이 켐페인은 3월2일 ~ 5월 28일까지 약 3개월 진행이 된다고 합니다.&lt;br /&gt;
&lt;br /&gt;
내용에는 이런 내용이 있었습니다.&lt;br /&gt;
&lt;br /&gt;
[code]&lt;br /&gt;
감사 : 하루에 세 가지씩 자신이 받은 축복에 대해 헤아려보세요.&lt;br /&gt;
칭찬 : 불평하는 대신 , 칭찬할 것에 초점을 맞추세요&lt;br /&gt;
희망 : 걱정보다는 성공에 초점을 두고 꿈을 꾸세요.&lt;br /&gt;
관조 : 당신이 모든것을 해결하고 바로잡고 변화시키지 않아도 좋아요.&lt;br /&gt;
명상 : 불평하고 싶거나 스트레스를 느낄때 일을 중단하고 명상을 하세요.&lt;br /&gt;
[/code]&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;a href=&quot;http://cfile3.uf.tistory.com/original/1664480C4BE3E8D1BF3A1F&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile3.uf.tistory.com/image/1664480C4BE3E8D1BF3A1F&quot; alt=&quot;책상위의 &quot; height=&quot;800&quot; width=&quot;533&quot;/&gt;&lt;/a&gt;&lt;p class=&quot;cap1&quot;&gt;책상위에 가지런히 놓여있는 불만금지 스티커입니다.&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a href=&quot;http://cfile3.uf.tistory.com/original/112B440E4BE3E8D2AC2B65&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile3.uf.tistory.com/image/112B440E4BE3E8D2AC2B65&quot; alt=&quot;&quot; height=&quot;533&quot; width=&quot;800&quot;/&gt;&lt;/a&gt;&lt;p class=&quot;cap1&quot;&gt;자세히 보니 스티커 이렇습니다.&lt;/p&gt;&lt;/div&gt;&lt;br /&gt;
작년말에 에너지버스라는 책을 사내교육 프로그램을 통해서 읽은적이 있는데 그 책에서 근거하여 진행되는 캠페인으로 보입니다.프로그램을 통해서 읽은적이 있는데 그 책에서 근거하여 진행되는 캠페인으로 보입니다.&lt;br /&gt;
&lt;br /&gt;
읽으면서 우리도 함 해보면 좋겠다는 생각을 했는데 이렇게 진행을 하는군요.&lt;br /&gt;
이걸 계기로 긍정적 사고와 밝은 미소를 잃지 않게 되었으면 하는 바램입니다.&lt;br /&gt;
&lt;br /&gt;
아무튼 캠페인에 동참하기 위해 저도 파티션에 달아 두었답니다.^^&lt;br /&gt;
여러분도 한번 해보세요. &amp;amp;^^&amp;amp;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;&lt;div class=&quot;tt-plugin tt-share-entry-with-sns tt-sns-icon-alignment-center tt-sns-icon-size-big&quot;&gt;
	&lt;div class=&quot;tt-sns-wrap&quot; id=&quot;ttSnsWrap-&quot;&gt;
		&lt;ul class=&quot;tt-sns-service-default&quot;&gt;
			&lt;li class=&quot;tt-sns-service-mypeople&quot;&gt;&lt;a href=&quot;javascript:;&quot; onclick=&quot;ShareEntryWithSNS.share('mypeople', '', '');&quot;&gt;마이피플&lt;/a&gt;&lt;/li&gt;
			&lt;li class=&quot;tt-sns-service-twitter&quot;&gt;&lt;a href=&quot;javascript:;&quot; onclick=&quot;ShareEntryWithSNS.share('twitter', '', '');&quot;&gt;트위터&lt;/a&gt;&lt;/li&gt;
			&lt;li class=&quot;tt-sns-service-facebook&quot;&gt;&lt;a href=&quot;javascript:;&quot; onclick=&quot;ShareEntryWithSNS.share('facebook', '', '');&quot;&gt;페이스북&lt;/a&gt;&lt;/li&gt;
			&lt;li class=&quot;tt-sns-service-other&quot;&gt;&lt;a href=&quot;javascript:;&quot; onmouseover=&quot;ShareEntryWithSNS.showLayer(event, '');&quot; onmouseout=&quot;ShareEntryWithSNS.hideLayer(event, '');&quot;&gt;더보기&lt;/a&gt;&lt;/li&gt;
		&lt;/ul&gt;
		&lt;ul class=&quot;tt-sns-service-more&quot; id=&quot;ttSnsServiceMore-&quot; onmouseout=&quot;ShareEntryWithSNS.hideLayer(event, '');&quot;&gt;
			&lt;li class=&quot;tt-sns-service-me2day&quot;&gt;&lt;a href=&quot;javascript:;&quot; onclick=&quot;ShareEntryWithSNS.share('me2day', '', '');&quot;&gt;미투데이&lt;/a&gt;&lt;/li&gt;
			&lt;li class=&quot;tt-sns-service-yozm&quot;&gt;&lt;a href=&quot;javascript:;&quot; onclick=&quot;ShareEntryWithSNS.share('yozm', '', '');&quot;&gt;요즘&lt;/a&gt;&lt;/li&gt;
		&lt;/ul&gt;
	&lt;/div&gt;
	&lt;div class=&quot;tt-sns-clear&quot;&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align:center; padding-top:10px;&quot;&gt;
&lt;iframe src=&quot;http://www.facebook.com/plugins/like.php?href=kimgun.pe.kr/318&amp;amp;layout=button_count&amp;amp;show_faces=true&amp;amp;width=90&amp;amp;action=like&amp;amp;font=tahoma&amp;amp;colorscheme=light&amp;amp;height=65&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;border:none; overflow:hidden; width:90px; height:65px;&quot; allowTransparency=&quot;true&quot;&gt;&lt;/iframe&gt;
&lt;/div&gt;
&lt;div style='text-align: center; margin: 10px auto; height: 91px; overflow: hidden; clear: both;'&gt;&lt;iframe title='mixUP 위젯' src='http://mixsh.com/widget/new_mixup/loader_plugin.html?domain=kimgun.pe.kr&amp;media_type=10&amp;guid=kimgun.pe.kr%2F318&amp;regts=1273638758&amp;showhitcnt=1&amp;platform=10' frameBorder='0' scrolling='no' allowTransparency='true' width='402' height='130'&gt;&lt;/iframe&gt;&lt;/div&gt;</description>
			<category>생활정보</category>
			<category>메이크샵</category>
			<category>불만금지</category>
			<category>불평금지</category>
			<category>사내교육프로그램</category>
			<category>에너지버스</category>
			<category>캠페인</category>
			<author>Kim JeongTaek</author>
			<guid>http://kimgun.pe.kr/318</guid>
			<comments>http://kimgun.pe.kr/318#entry318comment</comments>
			<pubDate>Thu, 04 Mar 2010 14:05:48 +0900</pubDate>
		</item>
		<item>
			<title>[Linux] 서버시간 동기화</title>
			<link>http://kimgun.pe.kr/317</link>
			<description>아래 방법은 Linux의 서버 동기화 방법입니다.&lt;br /&gt;먼저 현재시간 부터 확인을 해야겠죠&lt;br /&gt;지금 시간이 13시 29분 인데 시간이 14시로 나오는군요.&lt;br /&gt;그럼 동기화를 걸어 보도록 하겠습니다.&lt;br /&gt;&lt;br /&gt;[code]&lt;br /&gt;# date&lt;br /&gt;2010. 02. 18. (목) 14:01:15 KST&lt;br /&gt;# rdate -s time.bora.net&lt;br /&gt;# date&lt;br /&gt;2010. 02. 18. (목) 13:29:51 KST&lt;br /&gt;# clock -w&lt;br /&gt;[/code]&lt;br /&gt;&lt;br /&gt;여기까지 동기화는 되었습니다.&lt;br /&gt;그런데 간혹 시간이 또 달라 질수 있겠죠&lt;br /&gt;그래서 매일 갱신하도록 일정에 걸어보게습니다.&lt;br /&gt;&lt;br /&gt;&lt;div style=&quot;padding: 10px; background-color: rgb(255, 235, 255); border: 1px solid rgb(246, 209, 246);&quot;&gt;# crontab -e&lt;br /&gt;
00 01 * * * rdate -s time.bora.net &amp;amp;&amp;amp; clock -w&lt;br /&gt;
&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;매일 새벽 1시 에 동작하도록 스케줄을 걸어주고 저장을 하면 되겠습니다.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div class=&quot;tt-plugin tt-share-entry-with-sns tt-sns-icon-alignment-center tt-sns-icon-size-big&quot;&gt;
	&lt;div class=&quot;tt-sns-wrap&quot; id=&quot;ttSnsWrap-&quot;&gt;
		&lt;ul class=&quot;tt-sns-service-default&quot;&gt;
			&lt;li class=&quot;tt-sns-service-mypeople&quot;&gt;&lt;a href=&quot;javascript:;&quot; onclick=&quot;ShareEntryWithSNS.share('mypeople', '', '');&quot;&gt;마이피플&lt;/a&gt;&lt;/li&gt;
			&lt;li class=&quot;tt-sns-service-twitter&quot;&gt;&lt;a href=&quot;javascript:;&quot; onclick=&quot;ShareEntryWithSNS.share('twitter', '', '');&quot;&gt;트위터&lt;/a&gt;&lt;/li&gt;
			&lt;li class=&quot;tt-sns-service-facebook&quot;&gt;&lt;a href=&quot;javascript:;&quot; onclick=&quot;ShareEntryWithSNS.share('facebook', '', '');&quot;&gt;페이스북&lt;/a&gt;&lt;/li&gt;
			&lt;li class=&quot;tt-sns-service-other&quot;&gt;&lt;a href=&quot;javascript:;&quot; onmouseover=&quot;ShareEntryWithSNS.showLayer(event, '');&quot; onmouseout=&quot;ShareEntryWithSNS.hideLayer(event, '');&quot;&gt;더보기&lt;/a&gt;&lt;/li&gt;
		&lt;/ul&gt;
		&lt;ul class=&quot;tt-sns-service-more&quot; id=&quot;ttSnsServiceMore-&quot; onmouseout=&quot;ShareEntryWithSNS.hideLayer(event, '');&quot;&gt;
			&lt;li class=&quot;tt-sns-service-me2day&quot;&gt;&lt;a href=&quot;javascript:;&quot; onclick=&quot;ShareEntryWithSNS.share('me2day', '', '');&quot;&gt;미투데이&lt;/a&gt;&lt;/li&gt;
			&lt;li class=&quot;tt-sns-service-yozm&quot;&gt;&lt;a href=&quot;javascript:;&quot; onclick=&quot;ShareEntryWithSNS.share('yozm', '', '');&quot;&gt;요즘&lt;/a&gt;&lt;/li&gt;
		&lt;/ul&gt;
	&lt;/div&gt;
	&lt;div class=&quot;tt-sns-clear&quot;&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align:center; padding-top:10px;&quot;&gt;
&lt;iframe src=&quot;http://www.facebook.com/plugins/like.php?href=kimgun.pe.kr/317&amp;amp;layout=button_count&amp;amp;show_faces=true&amp;amp;width=90&amp;amp;action=like&amp;amp;font=tahoma&amp;amp;colorscheme=light&amp;amp;height=65&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;border:none; overflow:hidden; width:90px; height:65px;&quot; allowTransparency=&quot;true&quot;&gt;&lt;/iframe&gt;
&lt;/div&gt;
&lt;div style='text-align: center; margin: 10px auto; height: 91px; overflow: hidden; clear: both;'&gt;&lt;iframe title='mixUP 위젯' src='http://mixsh.com/widget/new_mixup/loader_plugin.html?domain=kimgun.pe.kr&amp;media_type=10&amp;guid=kimgun.pe.kr%2F317&amp;regts=1273294173&amp;showhitcnt=1&amp;platform=10' frameBorder='0' scrolling='no' allowTransparency='true' width='402' height='130'&gt;&lt;/iframe&gt;&lt;/div&gt;</description>
			<category>서버관리 Linux</category>
			<category>date</category>
			<category>Linux/Unix</category>
			<category>리눅스</category>
			<category>시간동기화</category>
			<author>Kim JeongTaek</author>
			<guid>http://kimgun.pe.kr/317</guid>
			<comments>http://kimgun.pe.kr/317#entry317comment</comments>
			<pubDate>Thu, 18 Feb 2010 13:43:21 +0900</pubDate>
		</item>
	</channel>
</rss>
