<?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>monologue 3rd</title>
	<atom:link href="http://meye.pe.kr/feed" rel="self" type="application/rss+xml" />
	<link>http://meye.pe.kr</link>
	<description>독백, 1인극, 독백 형식의 시</description>
	<lastBuildDate>Thu, 24 Feb 2011 00:13:50 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>주소 변경</title>
		<link>http://meye.pe.kr/archives/796</link>
		<comments>http://meye.pe.kr/archives/796#comments</comments>
		<pubDate>Tue, 15 Feb 2011 06:33:17 +0000</pubDate>
		<dc:creator>mEye</dc:creator>
				<category><![CDATA[블로그]]></category>

		<guid isPermaLink="false">http://meye.pe.kr/?p=796</guid>
		<description><![CDATA[간만에 블로그를 좀 수정해서, 주소가 바뀌었다. 기존에 사용하던 퍼머링크를 어떻게든 살려보려고 했지만, 좀 번거로워서 퍼머링크로 들어올 방문자가 얼마나 될까 싶어서 그만두었다. 도메인도 그대로이고, RSS도 그대로 feedburner를 사용 중이니 별 문제는 없을거라 생각한다.
]]></description>
		<wfw:commentRss>http://meye.pe.kr/archives/796/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Redmine 계정으로 Subversion 인증 연동하기</title>
		<link>http://meye.pe.kr/archives/783</link>
		<comments>http://meye.pe.kr/archives/783#comments</comments>
		<pubDate>Sat, 12 Feb 2011 16:22:01 +0000</pubDate>
		<dc:creator>mEye</dc:creator>
				<category><![CDATA[컴퓨터/인터넷]]></category>

		<guid isPermaLink="false">http://meye.pe.kr/wp/?p=783</guid>
		<description><![CDATA[Redmine으로 소프트웨어 개발 프로젝트를 관리하고 있으면서 Subversion을 사용중이라면, Redmine 계정과 Subversion 계정이 별도로 관리하는 것이 꽤 번거로울 수 있다. 이런 번거로움을 덜수 있도록 Redmine 계정에 대해서 Subversion 접근권한을 부여하는 방법을 소개한다.
아래의 설정은 아파치 설정파일 내용으로 이와같이 설정하면 Redmine 계정으로 Subversion 접근이 가능하다. 7줄은 Subversion 저장소가 위치할 절대 경로인데, 이 설정으로는 이 디렉토리 하위 디렉토리에 Redmine에서 [...]]]></description>
		<wfw:commentRss>http://meye.pe.kr/archives/783/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WebSocket 채팅 프로그램 예제 &#8211; 패러디 웨이브 </title>
		<link>http://meye.pe.kr/archives/752</link>
		<comments>http://meye.pe.kr/archives/752#comments</comments>
		<pubDate>Wed, 15 Dec 2010 00:00:08 +0000</pubDate>
		<dc:creator>mEye</dc:creator>
				<category><![CDATA[컴퓨터/인터넷]]></category>

		<guid isPermaLink="false">http://meye.pe.kr/wp/?p=752</guid>
		<description><![CDATA[&#034;패러디 웨이브가 어떤 것인지 빨리 한번 돌려보고 싶은 사람들을 위해서 간단한 사용방법을 적어보려고 한다. 프로그램및 발표 자료 다운로드는 아래 링크에서 할 수 있다.

패러디 웨이브 0.1a
발표자료

먼저 Node.js 설치가 필요하다. Linux 등을 사용한다면 설치에 큰 어려움이 없겠지만, Windows를 사용한다면, cygwin을 먼저 설치하는 등 손이 좀 갈 것이다. 설치방법은 Node.js 웹사이트를 참고하여 다음과 같이 하면 된다.(Windows에서 설치해보고 싶은 [...]]]></description>
		<wfw:commentRss>http://meye.pe.kr/archives/752/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WebSocket 채팅 프로그램 예제 &#8211; 패러디 웨이브 </title>
		<link>http://meye.pe.kr/archives/747</link>
		<comments>http://meye.pe.kr/archives/747#comments</comments>
		<pubDate>Tue, 14 Dec 2010 02:46:53 +0000</pubDate>
		<dc:creator>mEye</dc:creator>
				<category><![CDATA[컴퓨터/인터넷]]></category>

		<guid isPermaLink="false">http://meye.pe.kr/wp/?p=747</guid>
		<description><![CDATA[이번에는 마지막으로 클라이언트 부분이다. 이 부분은 HTML5에서 제공하는 WebSocket API대로만 작성하면 되기때문에 크게 어려운 부분은 없다.

&#60;!doctype html&#62;
&#60;html&#62;
&#60;head&#62;
    &#60;meta charset=&#34;UTF-8&#34; /&#62;
    &#60;title&#62;패러디 웨이브 version 0.1a&#60;/title&#62;
	&#60;style type=&#34;text/css&#34;&#62;
		* { margin: 0; padding: 0; font-family: Helvetica; font-size: 9pt; }
		body { width: 100%; height: 100%; color; #444; overflow: hidden; }
		ul { list-style: none; }
		li [...]]]></description>
		<wfw:commentRss>http://meye.pe.kr/archives/747/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WebSocket 채팅 프로그램 예제 &#8211; 패러디 웨이브 </title>
		<link>http://meye.pe.kr/archives/741</link>
		<comments>http://meye.pe.kr/archives/741#comments</comments>
		<pubDate>Mon, 13 Dec 2010 09:15:58 +0000</pubDate>
		<dc:creator>mEye</dc:creator>
				<category><![CDATA[컴퓨터/인터넷]]></category>

		<guid isPermaLink="false">http://meye.pe.kr/wp/?p=741</guid>
		<description><![CDATA[이전 포스트에서 올린 서버에서 WebSocket 요청을 처리하는 부분에 이어서 이번에는 &#034;패러디 웨이브&#034; 서비스를 제공하는 부분이다. 정리가 제대로 안되서 코드가 보기에 좀 너접하지만, 이것 역시 참고 자료 삼아서 올린다.
ParodyWave.js

var ParodyWave = {
    totalcount: 0,
    clients: [],
    status: function () {
        [...]]]></description>
		<wfw:commentRss>http://meye.pe.kr/archives/741/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WebSocket 채팅 프로그램 예제 &#8211; 패러디 웨이브 </title>
		<link>http://meye.pe.kr/archives/722</link>
		<comments>http://meye.pe.kr/archives/722#comments</comments>
		<pubDate>Sun, 12 Dec 2010 04:04:38 +0000</pubDate>
		<dc:creator>mEye</dc:creator>
				<category><![CDATA[컴퓨터/인터넷]]></category>

		<guid isPermaLink="false">http://meye.pe.kr/wp/?p=722</guid>
		<description><![CDATA[지난 주에 &#039;WebSocket &#038; Node.js&#039; 라는 주제로 발표하면서 예제로 준비했던 WebSocket을 사용한 간단한 채팅 프로그램을 여기에 올려보려고한다. 이 프로그램은 Google의 Wave서비스에서 아이디어를 얻어서, 훨씬 적은 부하로 Wave와 비슷한 기능을 구현할 수 있다는 것을 보여주려고 만들었기에 &#034;패러디 웨이브&#034;라고 이름을 지었는데, 어쩌다보니 Wave와는 전혀 다른 모습이 되었다.

사용해보신 분들의 요구 사항도 좀 적용하고 코드를 좀 더 정리해서, 실제로 [...]]]></description>
		<wfw:commentRss>http://meye.pe.kr/archives/722/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>VMWare에서 리부팅없이 새 하드디스크 추가하기</title>
		<link>http://meye.pe.kr/archives/625</link>
		<comments>http://meye.pe.kr/archives/625#comments</comments>
		<pubDate>Thu, 11 Nov 2010 08:54:09 +0000</pubDate>
		<dc:creator>mEye</dc:creator>
				<category><![CDATA[컴퓨터/인터넷]]></category>

		<guid isPermaLink="false">http://meye.pe.kr/wp/?p=625</guid>
		<description><![CDATA[vmware에서 리눅스를 Guest OS로 사용 중일때, 새 하드디스크를 추가하기 위해서는 리부팅을 해야한다. 하지만, 리부팅을 하지 않고도 디스크를 추가할 수 있는 방법이 있어 소개한다.

가상 머신의 설정에 들어가서 하드디스크를 추가한다.
리눅스 콘솔에서 관리자 권한으로 다음을 입력한다. 이때, #은 0,1,2 등의 번호가 되는데, vmware에서 하드디스크 정보에서 볼수 있는 ID값의 첫째자리(인 것으로 생각된)다. 이것을 통해서 OS가 SCSI로 연결된 장치를 재검색하게한다.
echo [...]]]></description>
		<wfw:commentRss>http://meye.pe.kr/archives/625/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPad 직접 만져보니&#8230;</title>
		<link>http://meye.pe.kr/archives/681</link>
		<comments>http://meye.pe.kr/archives/681#comments</comments>
		<pubDate>Fri, 21 May 2010 07:25:22 +0000</pubDate>
		<dc:creator>mEye</dc:creator>
				<category><![CDATA[재미있는것들]]></category>

		<guid isPermaLink="false">http://meye.pe.kr/wp/?p=681</guid>
		<description><![CDATA[iPad가 출시되었을때부터 한번 만져봐야겠다고 생각하고 있었는데, 어쩌다보니 이제서야 직접 보게되었다. South Coast Plaza에 있는 Apple Store에서 봤는데, 큰 테이블 두개에 iPad만 깔아놨는데도 놀고있는게 거의 없었다.
직접 보기전에는 그저 큰 iPhone/iPod Touch라고만 생각했는데, 직접 만저보니 조금 느낌이 달랐다. 크기때문인지 iPod보다는 컴퓨터라는 생각이 들었다. 약간 다른 형태의 Netbook 이란 느낌이랄까? 물론, 조작법이나 소프트웨어는 iPhone/iPod Touch와 크게 다르지 않았지만, [...]]]></description>
		<wfw:commentRss>http://meye.pe.kr/archives/681/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>LVM 설정</title>
		<link>http://meye.pe.kr/archives/646</link>
		<comments>http://meye.pe.kr/archives/646#comments</comments>
		<pubDate>Thu, 01 Apr 2010 00:03:59 +0000</pubDate>
		<dc:creator>mEye</dc:creator>
				<category><![CDATA[컴퓨터/인터넷]]></category>

		<guid isPermaLink="false">http://meye.pe.kr/wp/?p=646</guid>
		<description><![CDATA[리눅스에서 제공하는 LVM을 이용하면, 파티션 용량 증설, 축소, 디스크 이전 등이 간편해진다. 특히, 계속 용량이 증가해야하는 곳에서는 유용할 텐데, 그 사용법을 간단히 정리해보았다.
설치 및 초기 설정 방법

LVM 설정을 위해서 필요한 패키지 설치(우분투 기준)
# apt-get install lvm2 dmsetup
# modprobe dm-mod
파티션 준비
fdisk에서 파티션을 만들때, 형식(type)을 8e(Linux LVM)으로 지정해준다.
physical volume(PV) 준비
# pvcreate < 파티션 경로 (ex. /dev/sdb1)> => [...]]]></description>
		<wfw:commentRss>http://meye.pe.kr/archives/646/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQL 대소문자 구분</title>
		<link>http://meye.pe.kr/archives/661</link>
		<comments>http://meye.pe.kr/archives/661#comments</comments>
		<pubDate>Wed, 10 Mar 2010 04:15:32 +0000</pubDate>
		<dc:creator>mEye</dc:creator>
				<category><![CDATA[컴퓨터/인터넷]]></category>

		<guid isPermaLink="false">http://meye.pe.kr/wp/?p=661</guid>
		<description><![CDATA[MySQL에서 Collation 설정에 따라서 영어 대소문자 구분을 하지 않는 경우가 있다. 예를 들어 다음과 같은 쿼리를 했을 경우, 결과로 &#034;TRUE(1)&#034;를 출력하는 경우가 바로 그런 경우이다.
SELECT 'A' = 'a';
이런 경우에 대소문자를 구분할 필요가 있을 경우에는 &#034;=&#034;연산 대신에 &#034;LIKE&#034;연산을 사용하면 된다. 예를 들어 위의 쿼리는 다음과 같이 할 경우, 결과로 &#034;FALSE(0)&#034;를 얻게된다.
SELECT 'A' LIKE 'a';
]]></description>
		<wfw:commentRss>http://meye.pe.kr/archives/661/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

