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

<channel>
	<title>Alones world &#187; OS &amp; Tools/Windows</title>
	<atom:link href="http://alones.kr/category/os-toolswindows/feed" rel="self" type="application/rss+xml" />
	<link>http://alones.kr</link>
	<description>iPhone Indie Developer</description>
	<lastBuildDate>Thu, 09 Sep 2010 01:34:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>[Turtoise SVN] svn server가 변경되었을 때</title>
		<link>http://alones.kr/1099</link>
		<comments>http://alones.kr/1099#comments</comments>
		<pubDate>Mon, 29 Dec 2008 23:58:08 +0000</pubDate>
		<dc:creator>alones</dc:creator>
				<category><![CDATA[OS & Tools/Windows]]></category>
		<category><![CDATA[relocate]]></category>
		<category><![CDATA[scm]]></category>
		<category><![CDATA[svn]]></category>
		<category><![CDATA[svn relocate]]></category>
		<category><![CDATA[Tool]]></category>
		<category><![CDATA[TortoiseSVN]]></category>

		<guid isPermaLink="false">http://alones.kr/?p=1099</guid>
		<description><![CDATA[도메인이나 IP가 변경되어서 SVN server가 변경되었을 땐, (예전엔 생각 없이, 투덜 되면서 새로 repository를 받았는데) TortoiseSVN은 메뉴에서 &#8220;Relocate&#8221;를 해서 새로운 SVN 주소를 써주면 되는 군요. No related posts. Related posts brought to you by Yet Another Related Posts Plugin.


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>도메인이나 IP가 변경되어서 SVN server가 변경되었을 땐,
<div></div>
<div>(예전엔 생각 없이, 투덜 되면서 새로 repository를 받았는데)</div>
<div></div>
<div>TortoiseSVN은 메뉴에서 &#8220;Relocate&#8221;를 해서 새로운 SVN 주소를 써주면 되는 군요.</div>
<div></div>
<div></div>

<div class="like">
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Falones.kr%2F1099&amp;layout=standard&amp;show_faces=true&amp;width=450&amp;action=like&amp;font=&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height:62px; "></iframe>
</div>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://alones.kr/1099/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[TRAC] 계정에 admin 권한 주기</title>
		<link>http://alones.kr/1097</link>
		<comments>http://alones.kr/1097#comments</comments>
		<pubDate>Thu, 25 Dec 2008 18:07:00 +0000</pubDate>
		<dc:creator>alones</dc:creator>
				<category><![CDATA[OS & Tools/Windows]]></category>
		<category><![CDATA[Project Management]]></category>
		<category><![CDATA[trac]]></category>
		<category><![CDATA[Util]]></category>
		<category><![CDATA[유틸]]></category>

		<guid isPermaLink="false">http://alones.kr/?p=1097</guid>
		<description><![CDATA[윈도우에 TRAC 서버를 설치하는 것을 소개했었다.사용자 추가까지는 아래 URL의 &#8220;Getting Started&#8221;에 잘 나와있지만,http://trac.edgewall.org/wiki/TracOnWindowsmilestone이나 component 등을 설정하기 위해서는 admin 권한이 필요하다.TRAC에 접속해서 wiki 페이지를 잘 찾아 보면 추가하는 방법이 나와있다.(보통 http://localhost:8000/my-project/wiki/TracAdmin&#160;문서에 설명이 되어있다.)방법은 아래 구문과 같다.trac-admin &#60;my-project pth&#62; add &#60;id&#62; &#60;권한&#62; [&#60;권한&#62;]예는 아래와 같다.trac-admin c:\projects\trac\my-project permission add alones TRAC_ADMIN※ 추가 가능한 권한은 아래와 같은 명령으로 알 [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p><A href="http://alones.kr/blog/959" target=_blank>윈도우에 TRAC 서버를 설치하는 것</A>을 소개했었다.<BR>사용자 추가까지는 아래 URL의 &#8220;Getting Started&#8221;에 잘 나와있지만,<BR><A href="http://trac.edgewall.org/wiki/TracOnWindows" target=_blank>http://trac.edgewall.org/wiki/TracOnWindows</A><BR><BR>milestone이나 component 등을 설정하기 위해서는 admin 권한이 필요하다.<BR>TRAC에 접속해서 wiki 페이지를 잘 찾아 보면 추가하는 방법이 나와있다.<BR>(보통 <A href="http://localhost:8000/my-project/wiki/TracAdmin" target="">http://localhost:8000/my-project/wiki/TracAdmin</A>&nbsp;문서에 설명이 되어있다.)<BR><BR>방법은 아래 구문과 같다.<BR>trac-admin &lt;my-project pth&gt; add &lt;id&gt; &lt;권한&gt; [&lt;권한&gt;]<BR><BR>예는 아래와 같다.<BR>trac-admin c:\projects\trac\my-project permission add alones TRAC_ADMIN<BR><BR>※ 추가 가능한 권한은 아래와 같은 명령으로 알 수 있다.<BR>trac-admin c:\projects\trac\my-project permission list alones</p>

<div class="like">
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Falones.kr%2F1097&amp;layout=standard&amp;show_faces=true&amp;width=450&amp;action=like&amp;font=&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height:62px; "></iframe>
</div>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://alones.kr/1097/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[Util] 윈도우에 SVN 서버를 구축해보자. (Visual SVN)</title>
		<link>http://alones.kr/1096</link>
		<comments>http://alones.kr/1096#comments</comments>
		<pubDate>Thu, 25 Dec 2008 17:00:05 +0000</pubDate>
		<dc:creator>alones</dc:creator>
				<category><![CDATA[OS & Tools/Windows]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[svn]]></category>
		<category><![CDATA[Visual SVN]]></category>
		<category><![CDATA[window]]></category>
		<category><![CDATA[xcode]]></category>
		<category><![CDATA[유틸]]></category>

		<guid isPermaLink="false">http://alones.kr/?p=1096</guid>
		<description><![CDATA[TRAC 서버를 윈도우에 손쉽게 설치하는 것에 이어, SVN 서버도 윈도우에 쉽게 구축할 수 있다. 아래 URL에서 Visual SVN을 다운로드 받아서 클릭 질 몇 번이면 구축된다.http://www.visualsvn.com/server/ 아래 그림과 같이 GUI가 제공되기 때문에 repository나 사용자 관리가 무척 쉽다. 문제는 윈도우에 Visual SVN으로 서버를 띄우고, 맥의 XCODE에서 접속을 해봤는데, 파일 시스템이 틀려서 그런지 접근이 안되었다. -_-;; No related [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p><a href="http://alones.kr/blog/959" target="_blank">TRAC 서버를 윈도우에 손쉽게 설치하는 것</a>에 이어, SVN 서버도 윈도우에 쉽게 구축할 수 있다.</p>
<p>아래 URL에서 Visual SVN을 다운로드 받아서 클릭 질 몇 번이면 구축된다.<br /><a href="http://www.visualsvn.com/server/" target="_blank">http://www.visualsvn.com/server/</a></p>
<p>아래 그림과 같이 GUI가 제공되기 때문에 repository나 사용자 관리가 무척 쉽다.
<div id="photoImgDiv3135857938" style="width: 268px;" class="photoImgDiv">
<img src="http://farm4.static.flickr.com/3081/3135857938_c2cb1caa2e.jpg?v=0" alt="그림 2 by you." title="" onload="show_notes_initially();" class="reflect" width="266" height="228"></div>
<p>문제는 윈도우에 Visual SVN으로 서버를 띄우고, 맥의 XCODE에서 접속을 해봤는데, 파일 시스템이 틀려서 그런지 접근이 안되었다. -_-;;</p>

<div class="like">
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Falones.kr%2F1096&amp;layout=standard&amp;show_faces=true&amp;width=450&amp;action=like&amp;font=&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height:62px; "></iframe>
</div>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://alones.kr/1096/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>[Util] 윈도우에 TRAC 서버를 구축해보자. 손쉽게~</title>
		<link>http://alones.kr/1095</link>
		<comments>http://alones.kr/1095#comments</comments>
		<pubDate>Thu, 25 Dec 2008 16:57:16 +0000</pubDate>
		<dc:creator>alones</dc:creator>
				<category><![CDATA[OS & Tools/Windows]]></category>
		<category><![CDATA[Project Management]]></category>
		<category><![CDATA[scm]]></category>
		<category><![CDATA[svn]]></category>
		<category><![CDATA[trac]]></category>
		<category><![CDATA[Util]]></category>
		<category><![CDATA[유틸]]></category>

		<guid isPermaLink="false">http://alones.kr/?p=1095</guid>
		<description><![CDATA[TRAC 서버를 윈도우에서도 너무나 쉽게 설치할 수 있다.SVN과도 물릴 수 있고 (물론, 동일 컴퓨터에 SVN 서버도 있어야 하지만), 인증 관련 기능도 사용할 수 있다. 아래 링크대로 Python 2.5를 설치하고 &#8220;Method 1: Using Installers&#8221; 대로 따라한 후에,&#8220;Getting Started&#8221; 대로 하면 손쉽게 설치 할 수 있다.자체 서버가 있어서 아파치를 설치하지 않아도 된다~http://trac.edgewall.org/wiki/TracOnWindows 아래는 집에 있는 윈도우 PC에 [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>TRAC 서버를 윈도우에서도 너무나 쉽게 설치할 수 있다.<br />SVN과도 물릴 수 있고 (물론, 동일 컴퓨터에 SVN 서버도 있어야 하지만), 인증 관련 기능도 사용할 수 있다.</p>
<p>아래 링크대로 Python 2.5를 설치하고 &#8220;Method 1: Using Installers&#8221; 대로 따라한 후에,<br />&#8220;Getting Started&#8221; 대로 하면 손쉽게 설치 할 수 있다.<br />자체 서버가 있어서 아파치를 설치하지 않아도 된다~<br /><a href="http://trac.edgewall.org/wiki/TracOnWindows" target="_blank">http://trac.edgewall.org/wiki/TracOnWindows</a></p>
<p>아래는 집에 있는 윈도우 PC에 서버를 설치하고, 맥에서 접속한 화면을 캡쳐한 것이다.
<div id="photoImgDiv3135020429" style="width: 502px;" class="photoImgDiv">
<img src="http://farm4.static.flickr.com/3091/3135020429_094c32da76.jpg?v=0" alt="그림 1 by you." title="" onload="show_notes_initially();" class="reflect" width="500" height="425"></div>

<div class="like">
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Falones.kr%2F1095&amp;layout=standard&amp;show_faces=true&amp;width=450&amp;action=like&amp;font=&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height:62px; "></iframe>
</div>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://alones.kr/1095/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VC++ 6.0 Visual Assist의 클립보드 목록 기능!!! &#8211; 10년 가까이 몰랐다니..</title>
		<link>http://alones.kr/945</link>
		<comments>http://alones.kr/945#comments</comments>
		<pubDate>Mon, 12 Nov 2007 23:32:21 +0000</pubDate>
		<dc:creator>alones</dc:creator>
				<category><![CDATA[OS & Tools/Windows]]></category>
		<category><![CDATA[Clipboard]]></category>
		<category><![CDATA[Tips&Tricks]]></category>
		<category><![CDATA[VC6.0]]></category>
		<category><![CDATA[Visual Studio 6]]></category>
		<category><![CDATA[다중 복사]]></category>
		<category><![CDATA[클립보드]]></category>

		<guid isPermaLink="false">http://alones.kr/?p=945</guid>
		<description><![CDATA[VC++6.0을 해수로만 거의 10년가까이 사용한 것 같은데 (항상 사용한 것은 아니지만&#8230;), 아주 편한 기능을 최근에 우연히 알게되었습니다. 아래 기능은 Visual Assist를 설치했을 때만 되는 것 같습니다.※ St.Junior 님의 댓글에 따라 내용을 수정합니다. (St.Junior님 감사합니다~) 코드를 복사하고 붙일 때 Ctrl+V를 누를 때, 먼가를 잘 못 눌러서 놀라운 기능을 발견했습니다. 바로 복사 시 클립보드에 저장되는 복사 내용이 [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>VC++6.0을 해수로만 거의 10년가까이 사용한 것 같은데 (항상 사용한 것은 아니지만&#8230;), 아주 편한 기능을 최근에 우연히 알게되었습니다.</p>
<p>  <span style="color: rgb(0, 0, 255);">아래 기능은 Visual Assist를 설치했을 때만 되는 것 같습니다.</span><br />※ <a href="http://www.saintjr.com/tt" onclick="return openLinkInNewWindow(this)">St.Junior</a> 님의 댓글에 따라 내용을 수정합니다. (St.Junior님 감사합니다~)</p>
<p>코드를 복사하고 붙일 때 Ctrl+V를 누를 때, 먼가를 잘 못 눌러서 놀라운 기능을 발견했습니다.</p>
<p> 
<p><strong><font color="#0000ff">바로 복사 시 클립보드에 저장되는 복사 내용이 하나 이상 목록으로 관리된다는 것입니다. 그리고 그 것을 붙일 때 선택할 수 있는 기능입니다!</font></strong></p>
<p> 
<p>아래 그림과 같이 std::cout&lt;&lt;&#8221;#1 string&#8221;; 부터 std::cout&lt;&lt;&#8221;#3 string&#8221; 까지 각 줄을 복사 (Ctrl+C)를 했을 때, </p>
<p> 
<p><img alt="" src="http://farm3.static.flickr.com/2235/1935394438_4f4321178e.jpg?v=0" height="178" width="236"><img alt="" src="http://farm3.static.flickr.com/2124/1935394616_288e03243e.jpg?v=0" height="193" width="242"></p>
<p><img alt="" src="http://farm3.static.flickr.com/2241/1934562343_70971db41c.jpg?v=0" height="198" width="231"></p>
<p>각 내용이 모두 클립 보드에 쌓이게 됩니다. </p>
<p>그래서 아래와 같이 <strong>Ctrl+Shift+V</strong>를 누르면 기존에 복사된 내용들이 목록으로 나타나고 그중 하나를 선택해서 붙여 넣을 수 있습니다.</p>
<p> 
<p><img alt="" src="http://farm3.static.flickr.com/2169/1935395026_9a571b270b.jpg?v=0" height="269" width="394"></p>
<p> 
<p>두 번째를 선택하니 아래와 같이 짜잔하고 붙여넣기가 됩니다.</p>
<p><img alt="" src="http://farm3.static.flickr.com/2379/1934562741_68a2cf5744.jpg?v=0" height="169" width="441"></p>
<p> 
<p>그리고 아래와 같이 클립보드 목록에서 붙여넣기 된 내용은 최상위로 올라갑니다. 이 작은 배려까지~~~</p>
<p>아래 그림을 보면 3 &#8211; 2 -1 에서 2가 복사되어 2 &#8211; 3 -1 이 된 것을 확인할 수 있습니다.</p>
<p><img alt="" src="http://farm3.static.flickr.com/2096/1935435714_919c10af00.jpg?v=0" height="224" width="440"></p>
<p> 
<p><font color="#0080ff">코드를 작성하다 보면 Outlook의 복사된 내용을 목록으로 제공하고 선택해서 붙일 수 있는 기능이 있으면 좋겠다고 생각했는데..</font></p>
<p><font color="#0080ff">VC++ 6.0에서는 이미 제공하고 있었네요^^</font></p>
<p>※ 여러 줄인 경우에는 &#8220;std::cout&#8230;&#8221;과 같이 줄여서 나옵니다.</p>
<p><font color="#0080ff"><span style="color: rgb(0, 0, 0);">※ VC++6.0 이외의 다른 편집기에서 복사한 내용은 위 복사 목록에 나타나지 않습니다.<br /></span></font></p>
<p><font color="#0080ff"><br /></font></p>

<div class="like">
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Falones.kr%2F945&amp;layout=standard&amp;show_faces=true&amp;width=450&amp;action=like&amp;font=&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height:62px; "></iframe>
</div>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://alones.kr/945/feed</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>막강한 압축률을 자랑하는 7-Zip (open source)</title>
		<link>http://alones.kr/905</link>
		<comments>http://alones.kr/905#comments</comments>
		<pubDate>Sun, 07 Oct 2007 07:01:44 +0000</pubDate>
		<dc:creator>alones</dc:creator>
				<category><![CDATA[OS & Tools/Windows]]></category>
		<category><![CDATA[7z]]></category>
		<category><![CDATA[7ZIP]]></category>
		<category><![CDATA[file archiver]]></category>
		<category><![CDATA[LZMA]]></category>
		<category><![CDATA[압축]]></category>
		<category><![CDATA[압축 프로그램]]></category>

		<guid isPermaLink="false">http://alones.kr/?p=905</guid>
		<description><![CDATA[7-Zip은 오픈소스로서 높은 압축률을 자랑하는 무료 압축 도구입니다.기존 zip 파일 포맷을 그대로 지원하면서 LZMA 압축 기술에 의한 7z 포맷을 제공하기도 합니다. 아래 표는 파이어폭스와 구글 어스의 파일들을 7-Zip, WinRAR, WinZip과 압축해서 비교한 것입니다.7z 포맷으로했을 때가 가장 압축률이 높고 이 것을 100% 기준으로 하고 나머지 도구와 7ZIP이 일반 zip 포맷으로 한 것과도 비교한 것입니다. Archiver Mozilla [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.7-zip.org/" target="_blank">7-Zip</a>은 오픈소스로서 높은 압축률을 자랑하는 무료 압축 도구입니다.<br />기존 zip 파일 포맷을 그대로 지원하면서 LZMA 압축 기술에 의한 7z 포맷을 제공하기도 합니다.</p>
<p><a href="http://www.7-zip.org/" target="_blank"><img src="http://www.7-zip.org/7ziplogo.png" alt="7-Zip" border="0" height="63" width="110"></a></p>
<p>아래 표는 파이어폭스와 구글 어스의 파일들을 7-Zip, WinRAR, WinZip과 압축해서 비교한 것입니다.<br />7z 포맷으로했을 때가 가장 압축률이 높고 이 것을 100% 기준으로 하고 나머지 도구와 7ZIP이 일반 zip 포맷으로 한 것과도 비교한 것입니다.</p>
<table cellpadding="6" cellspacing="2">
<tbody>
<tr>
<th class="Title" rowspan="3">Archiver</th>
<th class="Title" colspan="2" align="center">Mozilla Firefox</th>
<th class="Title" colspan="2" align="center">Google Earth</th>
</tr>
<tr>
<th class="Title" colspan="2" align="center">161 files<br />15,684,168 bytes</th>
<th class="Title" colspan="2" align="center">115 files<br />23,530,652 bytes</th>
</tr>
<tr>
<th class="Title" align="center">Compressed size</th>
<th class="Title" align="center">Ratio</th>
<th class="Title" align="center">Compressed size</th>
<th class="Title" align="center">Ratio</th>
</tr>
<tr>
<td class="Item"><b>7-Zip 4.23 (<span style="color: rgb(0, 0, 255);">7z format</span>)</b></td>
<td class="Item" align="center"><b>4621135</b></td>
<td style="color: rgb(0, 0, 255);" class="Item" align="center"><b>100%</b></td>
<td class="Item" align="center"><b>6109183</b></td>
<td style="color: rgb(0, 0, 255);" class="Item" align="center"><b>100%</b></td>
</tr>
<tr>
<td class="Item">WinRAR 3.50</td>
<td class="Item" align="center">5021556</td>
<td class="Item" align="center">109%</td>
<td class="Item" align="center">6824892</td>
<td class="Item" align="center">112%</td>
</tr>
<tr>
<td class="Item">CABARC 5.1</td>
<td class="Item" align="center">5131393</td>
<td class="Item" align="center">111%</td>
<td class="Item" align="center">7434325</td>
<td class="Item" align="center">122%</td>
</tr>
<tr>
<td class="Item">WinZip 10.0 beta (maximum-PPMd)</td>
<td class="Item" align="center">5277118</td>
<td style="color: rgb(0, 0, 255);" class="Item" align="center">114%</td>
<td class="Item" align="center">8200708</td>
<td style="color: rgb(0, 0, 255);" class="Item" align="center">134%</td>
</tr>
<tr>
<td class="Item"><b>7-Zip 4.23 (<span style="color: rgb(0, 0, 255);">zip format</span>)</b></td>
<td class="Item" align="center"><b>6222627</b></td>
<td style="color: rgb(0, 0, 255);" class="Item" align="center"><b>135%</b></td>
<td class="Item" align="center"><b>8909446</b></td>
<td style="color: rgb(0, 0, 255);" class="Item" align="center"><b>146%</b></td>
</tr>
<tr>
<td class="Item">WinZip 10.0 beta (maximum-portable)</td>
<td class="Item" align="center">6448666</td>
<td style="color: rgb(0, 0, 255);" class="Item" align="center">140%</td>
<td class="Item" align="center">9153898</td>
<td style="color: rgb(0, 0, 255);" class="Item" align="center">150%</td>
</tr>
</tbody>
</table>
<p>기본적으로 다른 압축 도구들과 같이<br />여러 압축 파일 포맷이나 Self-extracting, 도스 커맨드, 파일 관리 UI, 63개국 언어로 localization<br />등의 feature들을 제공합니다.</p>
<p>아래는 파일 매니저의 모습입니다.<br /><img src="http://www.7-zip.org/7zfm.png" alt="7-Zip" border="0" height="320" width="352"></p>
<p><a href="http://www.7-zip.org/" target="_blank">여기</a>에 방문하셔서 무료로 다운로드 받아서 사용하실 수 있습니다.</p>
<p><span style="font-weight: bold;">Tips) 7-Zip을 커맨드라인으로 실행하는 방법</span><br />설치 폴더에 잇는 7z.exe를 WINDOWS/system32 폴더로 복사하면 된다.<br />e.g.<br /><tt>C:\Program Files\7-Zip\7z.exe ==&gt; </tt><tt>C:\WINDOWS\system32</tt></p>

<div class="like">
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Falones.kr%2F905&amp;layout=standard&amp;show_faces=true&amp;width=450&amp;action=like&amp;font=&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height:62px; "></iframe>
</div>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://alones.kr/905/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>파워포인트 페이지 이동 할 때마다 계속 깜박거릴 때..해결 방안</title>
		<link>http://alones.kr/792</link>
		<comments>http://alones.kr/792#comments</comments>
		<pubDate>Fri, 10 Aug 2007 04:34:28 +0000</pubDate>
		<dc:creator>alones</dc:creator>
				<category><![CDATA[OS & Tools/Windows]]></category>
		<category><![CDATA[PowerPointer]]></category>
		<category><![CDATA[문제 해결]]></category>
		<category><![CDATA[파워포인트]]></category>

		<guid isPermaLink="false">http://alones.kr/?p=792</guid>
		<description><![CDATA[파워포인트 작업을 할 때 해상도가 높은 그림들을 한 장에 많이 삽입하는 경우 (그리고 컴퓨터가 저사양이거나 다른 작업을 많이 하고 있을 때), 화면이 계속 깜박거려서 사람을 미치게 하는 경우가 있습니다. 저도 이 것 때문에 여러 군데 해결책을 찾고 적용도 해봤는데.. 아래 파워포인트전문가클럽의 글이 제일 정리가 젤 되고 좋은 해결책을 많이 제시하고 있습니다. 간단히 정리하면 아래와 같고 [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>파워포인트 작업을 할 때 해상도가 높은 그림들을 한 장에 많이 삽입하는 경우 (그리고 컴퓨터가 저사양이거나 다른 작업을 많이 하고 있을 때),</p>
<p>화면이 계속 깜박거려서 사람을 미치게 하는 경우가 있습니다.</p>
<p>저도 이 것 때문에 여러 군데 해결책을 찾고 적용도 해봤는데..</p>
<p>아래 <a href="http://cafe.naver.com/powerpoint.cafe?iframe_url=/ArticleRead.nhn%3Farticleid=2524" target="_blank">파워포인트전문가클럽</a>의 글이 제일 정리가 젤 되고 좋은 해결책을 많이 제시하고 있습니다.</p>
<p>간단히 정리하면 아래와 같고 자세한 사항은 아래 링크를 따라가보세요~</p>
<p><span style="color: rgb(0, 51, 102);">1. 맞춤법검사 항목해제 (도구-옵션)</span><br style="color: rgb(0, 51, 102);"><br style="color: rgb(0, 51, 102);"><span style="color: rgb(0, 51, 102);">2. 그림 해상도 조절 (XP의 경우 &#8220;그림압축&#8221; 기능)</span><br style="color: rgb(0, 51, 102);"><br style="color: rgb(0, 51, 102);"><span style="color: rgb(0, 51, 102);">3. 각종 윈도우 드라이브 update</span><br style="color: rgb(0, 51, 102);"><br style="color: rgb(0, 51, 102);"><span style="color: rgb(0, 51, 102);">4. Msconfig를 조절해서 충돌 제거 &#8211; 아래 링크에 필요한 파일과 자세한 설명이 있습니다.</span><br style="color: rgb(0, 51, 102);"><br style="color: rgb(0, 51, 102);"><span style="color: rgb(0, 51, 102);">5. 하드웨어 가속기 기능 조정</span><br style="color: rgb(0, 51, 102);"><span style="color: rgb(0, 51, 102);">&nbsp;&nbsp; 디스플레이 등록정보 -&gt; 설정 -&gt; 고급 -&gt; 문제 해결 -&gt; DirectorX가속을 사용하지 않는 곳 까지 가속 내리기 (파워포인트 작업 후 다시 원래 상태로 복구)</span></p>
<p>출처: <a href="http://cafe.naver.com/powerpoint.cafe?iframe_url=/ArticleRead.nhn%3Farticleid=2524" target="_blank"><span class="b m-tcol-c">[프라미스]파워포인트 페이지 이동 할 때마다 계속 깜박거릴 때..</span></a><span class="b m-tcol-c"></p>
<p></span></p>

<div class="like">
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Falones.kr%2F792&amp;layout=standard&amp;show_faces=true&amp;width=450&amp;action=like&amp;font=&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height:62px; "></iframe>
</div>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://alones.kr/792/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>사용할 수 있는 활성 믹서 장치가 없습니다. 라는 메시지 해결 법</title>
		<link>http://alones.kr/614</link>
		<comments>http://alones.kr/614#comments</comments>
		<pubDate>Sun, 15 Apr 2007 04:37:48 +0000</pubDate>
		<dc:creator>alones</dc:creator>
				<category><![CDATA[OS & Tools/Windows]]></category>
		<category><![CDATA[windows update]]></category>
		<category><![CDATA[믹서 장치]]></category>
		<category><![CDATA[보안 업데이트]]></category>
		<category><![CDATA[사운드 문제]]></category>
		<category><![CDATA[활성 믹서 장치]]></category>

		<guid isPermaLink="false">http://alones.kr/?p=614</guid>
		<description><![CDATA[트레이에 있는 불륨 조절 장치를 클릭할 때 아래와 같은 메시지를 만나거나사용할 수 있는 활성 믹서 장치가 없습니다. winamp등으로 음악을 들을 때 direct sound 문제가 발생하는 경우가 있다. 장치 문제라기 보다는 windows update 문제이다. 아래 중 ncsoft (두 번째)에 들어가서 업데이트를 해주고 재부팅하면 된다. http://www.boho.or.kr/index.html http://security.ncsoft.co.kr/pcService/patch/setup.asp&#160; ←강추 http://game.paran.com/ http://www.lineage2.co.kr/&#160; &#160; &#160; &#160; &#160; &#160; ←강추 From: [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>트레이에 있는 불륨 조절 장치를 클릭할 때 아래와 같은 메시지를 만나거나<br />사용할 수 있는 활성 믹서 장치가 없습니다. <br />winamp등으로 음악을 들을 때 direct sound 문제가 발생하는 경우가 있다.</p>
<p>장치 문제라기 보다는 windows update 문제이다.</p>
<p>아래 중 ncsoft (두 번째)에 들어가서 업데이트를 해주고 재부팅하면 된다.</p>
<p><P><A href="http://www.boho.or.kr/index.html" target=_blank>http://www.boho.or.kr/index.html</A></P><br />
<P><A href="http://security.ncsoft.co.kr/pcService/patch/setup.asp" target=_blank><FONT color=#696969>http://security.ncsoft.co.kr/pcService/patch/setup.asp</FONT></A>&nbsp; ←강추</P><br />
<P><A href="http://game.paran.com/" target=_blank>http://game.paran.com/</A></P><br />
<P><A href="http://www.lineage2.co.kr/" target=_blank>http://www.lineage2.co.kr/</A>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ←강추</p>
<p>From: Naver 직식 검색 <A href="http://kin.naver.com/db/detail.php?d1id=1&amp;dir_id=104&amp;eid=rKqQVhE14Y/VbfW3dnRAbfe0uk25Jhge&amp;qb=yLC8uiC5zbytIMDlxKGwoSC++L3AtM+02Q" target=_blank>http://kin.naver.com/db/detail.php?d1id=1&amp;dir_id=104&amp;eid=rKqQVhE14Y/VbfW3dnRAbfe0uk25Jhge&amp;qb=yLC8uiC5zbytIMDlxKGwoSC++L3AtM+02Q</A></p>
<p></P></p>

<div class="like">
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Falones.kr%2F614&amp;layout=standard&amp;show_faces=true&amp;width=450&amp;action=like&amp;font=&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height:62px; "></iframe>
</div>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://alones.kr/614/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Understanding and Getting Around in DOS</title>
		<link>http://alones.kr/527</link>
		<comments>http://alones.kr/527#comments</comments>
		<pubDate>Fri, 09 Feb 2007 07:45:55 +0000</pubDate>
		<dc:creator>alones</dc:creator>
				<category><![CDATA[OS & Tools/Windows]]></category>
		<category><![CDATA[DOS]]></category>
		<category><![CDATA[window]]></category>

		<guid isPermaLink="false">http://alones.kr/?p=527</guid>
		<description><![CDATA[DOS command에 대해서 잘 설명되어있다.http://w3.aces.uiuc.edu/AIM/CCSOcourses/DOS-rev.html Table of Contents The Environment The Command Prompt Directory File Management Change Directory Make Directory Copy Delete and Undelete Rename Extras Working with the Files Executing Viewing Editing Printing Configuration Related posts:iPhone OS 3.2 &#8211; File-Sharing Support File-Sharing Support Applications that want to make user data files... Related posts brought [...]


Related posts:<ol><li><a href='http://alones.kr/1679' rel='bookmark' title='Permanent Link: iPhone OS 3.2 &#8211; File-Sharing Support'>iPhone OS 3.2 &#8211; File-Sharing Support</a> <small>File-Sharing Support Applications that want to make user data files...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>DOS command에 대해서 잘 설명되어있다.<br /><A href="http://w3.aces.uiuc.edu/AIM/CCSOcourses/DOS-rev.html" target=_blank>http://w3.aces.uiuc.edu/AIM/CCSOcourses/DOS-rev.html</A></p>
<p>
<H3>Table of Contents</H3><br />
<UL><br />
<LI><A href="http://w3.aces.uiuc.edu/AIM/CCSOcourses/DOS-rev.html#env">The Environment</A><br />
<UL><br />
<LI><A href="http://w3.aces.uiuc.edu/AIM/CCSOcourses/DOS-rev.html#prompt">The Command Prompt</A><br />
<LI><A href="http://w3.aces.uiuc.edu/AIM/CCSOcourses/DOS-rev.html#dir">Directory</A></LI></UL></p>
<p><LI><A href="http://w3.aces.uiuc.edu/AIM/CCSOcourses/DOS-rev.html#file">File Management</A><br />
<UL><br />
<LI><A href="http://w3.aces.uiuc.edu/AIM/CCSOcourses/DOS-rev.html#chdir">Change Directory</A><br />
<LI><A href="http://w3.aces.uiuc.edu/AIM/CCSOcourses/DOS-rev.html#mkdir">Make Directory</A><br />
<LI><A href="http://w3.aces.uiuc.edu/AIM/CCSOcourses/DOS-rev.html#copy">Copy</A><br />
<LI><A href="http://w3.aces.uiuc.edu/AIM/CCSOcourses/DOS-rev.html#del">Delete and Undelete</A><br />
<LI><A href="http://w3.aces.uiuc.edu/AIM/CCSOcourses/DOS-rev.html#rename">Rename</A><br />
<LI><A href="http://w3.aces.uiuc.edu/AIM/CCSOcourses/DOS-rev.html#extras">Extras</A></LI></UL></p>
<p><LI><A href="http://w3.aces.uiuc.edu/AIM/CCSOcourses/DOS-rev.html#work">Working with the Files</A><br />
<UL><br />
<LI>Executing<br />
<LI>Viewing<br />
<LI>Editing<br />
<LI>Printing</LI></UL></p>
<p><LI><A href="http://w3.aces.uiuc.edu/AIM/CCSOcourses/DOS-rev.html#config">Configuration</A> </LI></UL></p>

<div class="like">
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Falones.kr%2F527&amp;layout=standard&amp;show_faces=true&amp;width=450&amp;action=like&amp;font=&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height:62px; "></iframe>
</div>


<p>Related posts:<ol><li><a href='http://alones.kr/1679' rel='bookmark' title='Permanent Link: iPhone OS 3.2 &#8211; File-Sharing Support'>iPhone OS 3.2 &#8211; File-Sharing Support</a> <small>File-Sharing Support Applications that want to make user data files...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://alones.kr/527/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[본문스크랩] Pageview, Visit, Unique User의 상관관계</title>
		<link>http://alones.kr/496</link>
		<comments>http://alones.kr/496#comments</comments>
		<pubDate>Tue, 09 Jan 2007 23:59:06 +0000</pubDate>
		<dc:creator>alones</dc:creator>
				<category><![CDATA[OS & Tools/Windows]]></category>
		<category><![CDATA[페이지 임프레션]]></category>

		<guid isPermaLink="false">http://alones.kr/?p=496</guid>
		<description><![CDATA[[본문스크랩] Pageview, Visit, Unique User의 상관관계 &#124; 나의 관심정보 2007/01/10 08:58 &#160;&#160; 아로(alones76) http://memolog.blog.naver.com/alones76/17 블로그 &#62; 아씨의 지구별 여행기 http://blog.naver.com/moon9yep/26533421 로그분석하면 누구나 한마디씩 하는 단어가 바로 이 3개의 단어가 아닌가 싶다. 1. Pageview 2. Visit 3. Unique User 우선 Pageview. 페이지뷰. 좀 더 쉬운? 말로 한다면 &#8216;얼마나 보였냐?&#8217;를 수치화한 것. 임프레션(Impression), 페이지임프레션(Page IMP) 등 동네마다 [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p><TABLE id=printPost0 cellSpacing=0 cellPadding=0 width="100%" border=0><br />
<TBODY><br />
<TR vAlign=bottom><br />
<TD style="PADDING-RIGHT: 0px; PADDING-LEFT: 9px; PADDING-BOTTOM: 10px; PADDING-TOP: 11px"><SPAN class=itemSubjectBoldfont>[본문스크랩] Pageview, Visit, Unique User의 상관관계</SPAN> <SPAN class=ct><B>|</B></SPAN> <A href="javascript:goList2();"><SPAN class=ct>나의 관심정보</SPAN></A> <A href="javascript:goDelete();"><IMG style="MARGIN-BOTTOM: 2px; MARGIN-LEFT: 2px" height=9 alt="메모 삭제" src="http://blogimgs.naver.com/imgs/btn_del04.gif" width=21 align=absMiddle border=0></A> </TD><br />
<TD class=eng style="PADDING-RIGHT: 0px; PADDING-LEFT: 9px; PADDING-BOTTOM: 12px; PADDING-TOP: 11px" noWrap align=right>2007/01/10 08:58 &nbsp;&nbsp; </TD></TR><br />
<TR><br />
</TR><br />
<TR><br />
<TD align=left colSpan=2 height=20><br />
<TABLE height=20 cellSpacing=0 cellPadding=0 width="100%" border=0><br />
<TBODY><br />
<TR><br />
<TD style="PADDING-RIGHT: 0px; PADDING-LEFT: 10px; PADDING-BOTTOM: 0px; PADDING-TOP: 7px"><A href="http://blog.naver.com/alones76" target=_top>아로(alones76) </A></TD></p>
<p><TD style="PADDING-RIGHT: 10px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; PADDING-TOP: 2px" align=right><A href="http://memolog.blog.naver.com/alones76/17" target=_top><SPAN class=eng_gray>http://memolog.blog.naver.com/alones76/17</SPAN></A></TD></TR></TBODY></TABLE></TD></TR><br />
<TR><br />
</TR><br />
<TR><br />
<TD style="PADDING-RIGHT: 10px; PADDING-BOTTOM: 15px; PADDING-TOP: 15px" align=left colSpan=2><IMG style="MARGIN-BOTTOM: 2px" alt=출처 src="http://blogimgs.naver.com/blog20/blog/ico_origin.gif" align=absMiddle vspace=1> <A class=s_link href="http://blog.naver.com/moon9yep" target=_top>블로그 &gt; 아씨의 지구별 여행기</A><br /><IMG style="MARGIN-BOTTOM: 2px" alt=원본 src="http://blogimgs.naver.com/blog20/blog/ico_source.gif" align=absMiddle vspace=1> <A class=s_link href="http://blog.naver.com/moon9yep/26533421" target=_top>http://blog.naver.com/moon9yep/26533421</A> </TD></TR><br />
<TR><br />
<TD style="PADDING-RIGHT: 10px; PADDING-LEFT: 10px; PADDING-BOTTOM: 35px; PADDING-TOP: 15px" width="100%" colSpan=2><!-- div id="article_content" style="overflow-x:auto;width:550px;height:100%;" --><br />
<TABLE id=tblContent cellSpacing=0 cellPadding=0 width="100%" border=0><br />
<TBODY><br />
<TR><br />
<TD class=view><br />
<P><FONT face=verdana>로그분석하면 누구나 한마디씩 하는 단어가 바로 이 3개의 단어가 아닌가 싶다.</FONT></P><br />
<P> </P><br />
<P><FONT face=verdana>1. Pageview</FONT></P><br />
<P><FONT face=verdana>2. Visit</FONT></P><br />
<P><FONT face=verdana>3. Unique User</FONT></P><br />
<P> </P><br />
<P><FONT face=verdana>우선 <STRONG>Pageview</STRONG>. 페이지뷰. 좀 더 쉬운? 말로 한다면 &#8216;얼마나 보였냐?&#8217;를 수치화한 것. 임프레션(Impression), 페이지임프레션(Page IMP) 등 동네마다 다르게 표현한다. 걍 실제 보여지는 페이지 수만큼을 말하면 된다. 예를 들어, 스포츠서울 웹사이트를 방문해서 메인페이지 보고, 메인페이지에 있는 박찬호 기사를 클릭해서 박찬호가 열심히 재활 중이라는 기사를 봤다고 치자. 그러면 페이지뷰는 2개가 된다. 뭐 이런 식이다&#8230;</FONT></P><br />
<P> </P><br />
<P><FONT face=verdana>다음 <STRONG>Visit.</STRONG> &#8216;방문&#8217;이란다. 동네에 따라 세션(Session)이라고도 한다. 즉, 몇 번 들어왔냐 그걸 수치화 시킨거다. 위에서 2번 본 페이지뷰의 경우 Visit는 한번이다. 왜냐? 당연히 한번 방문했으니&#8230; -_-; 그렇다면 아침에 출근해서 한번 도장 찍고, 점심 밥 먹고 한번 도장 찍었다면 Visit는 얼마일까? 2? 아니면 1? 정답은 &#8216;정하기 나름&#8217;이다. 예를 들어, 어떤 외판원이 당신한테 물건 팔러 왔다고 하자. 물건 열심히 설명하고 팔았다. 그리고 그 외판원이 나가서 한 5분쯤 가다가 서비스품을 안줬다고 느끼고 다시 당신을 방문했다. 한번인가 두번인가? 그건 말하는 사람 맘이다&#8230; 물론 일반적인 웹프로그래밍에서는 15분의 간격을 기준으로 넘으면 방문이 하나 증가되고, 그 안쪽이라면 걍 그대로다. 이건 설정하는 사람 맘이고, 당연히 로그분석 솔루션마다 다르다. 솔루션 교체가 이루어진다면 그 기준체계에 따라서 그 수치는 대폭 줄어들거나 늘어나기도 한다.</FONT></P><br />
<P> </P><br />
<P><FONT face=verdana>마지막으로 <STRONG>Unique User</STRONG>, 방문 중에서도 정말로 순수한 사용자를 말한다. 예를 들어, PC방에 컴퓨터가 딱 한대 있다고 치자. 이 컴퓨터를 가지고 여러 사람이 스포츠서울 웹사이트을 방문했다고 치자. 그렇다면 Unique User는 몇 일까? 정답은 1이다. 누군지 알게 뭐냐? 스프츠서울 웹사이트에는 해당 PC방 IP Address 하나만 찍힐꺼다. 그러니 당연히 하나지.. 물론 중간에 Global IP가 아니라 Dynamic IP인데 라우터나 모뎀 껐다 켜서 IP가 달라지거나 회원 가입제 서비스라고 한다면 이야기는 달라지겠지만서도&#8230; 암튼 &#8216;순수 사용자&#8217;라고 하는 애매모호하게 표현할 수 있다.</FONT></P><br />
<P> </P><br />
<P><FONT face=verdana>자 어느 PC방에 컴퓨터가 1대가 있는데 이 컴퓨터를 가지고 여러 사람이 10분 보고 5분 Idle time 후에 다음 사람이 2페이지씩 1시간 동안 스포츠서울을 방문했다고 가정하자. 그렇다면 Pageview, Vist, Unique user는 어떻게 될까?</FONT></P><br />
<P> </P><br />
<P><FONT face=verdana>Pageview &#8211; 4명 * 2 페이지 = 8페이지뷰</FONT></P><br />
<P><FONT face=verdana>Visit &#8211; 15분 기준이라고 한다면 1. 15분이 아닌 5분이기 때문에 앞에서 본 놈 Visit 및 Session이 그대로 유지된다.</FONT></P><br />
<P><FONT face=verdana>Unique User &#8211; 당근 1이다. 원래대로라면 4지만 &#8216;증거&#8217;가 없다. PC방 주인을 알지 몰라도 스포츠서울 웹마스터는 죽었다 깨나도 모른다.</FONT></P></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></p>

<div class="like">
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Falones.kr%2F496&amp;layout=standard&amp;show_faces=true&amp;width=450&amp;action=like&amp;font=&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height:62px; "></iframe>
</div>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://alones.kr/496/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
