<?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/wp/feed" rel="self" type="application/rss+xml" />
	<link>http://meye.pe.kr/wp</link>
	<description>독백, 1인극, 독백 형식의 시</description>
	<lastBuildDate>Fri, 21 May 2010 07:25:22 +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>iPad 직접 만져보니&#8230;</title>
		<link>http://meye.pe.kr/wp/archives/681</link>
		<comments>http://meye.pe.kr/wp/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/wp/archives/681/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>LVM 설정</title>
		<link>http://meye.pe.kr/wp/archives/646</link>
		<comments>http://meye.pe.kr/wp/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/wp/archives/646/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQL 대소문자 구분</title>
		<link>http://meye.pe.kr/wp/archives/661</link>
		<comments>http://meye.pe.kr/wp/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/wp/archives/661/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flush DNS cache on Windows</title>
		<link>http://meye.pe.kr/wp/archives/630</link>
		<comments>http://meye.pe.kr/wp/archives/630#comments</comments>
		<pubDate>Mon, 22 Feb 2010 05:08:21 +0000</pubDate>
		<dc:creator>mEye</dc:creator>
				<category><![CDATA[컴퓨터/인터넷]]></category>

		<guid isPermaLink="false">http://meye.pe.kr/wp/?p=630</guid>
		<description><![CDATA[윈도우 PC를 사용하다보면, 종종 DNS 정보가 변경된 후에도 이전 IP로 접속되는 경우가 있다. 이는 윈도우가 한번 얻은 DNS 정보를 캐쉬하기 때문인데, 이는 24시간동안 유지된다고 한다. 컴퓨터를 한번 껐다 켜는 것이 가장 간단한 방법일 수 있겠지만, 컴퓨터를 끌 수 없는 상황에서 캐쉬만 초기화 하기 위한 방법이 있어서 소개한다.
사실, 별로 복잡할 것은 없는데, 커맨드 창을 열고 아래와 [...]]]></description>
		<wfw:commentRss>http://meye.pe.kr/wp/archives/630/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>리눅스에서 디바이스의 UUID 확인하기</title>
		<link>http://meye.pe.kr/wp/archives/626</link>
		<comments>http://meye.pe.kr/wp/archives/626#comments</comments>
		<pubDate>Thu, 18 Feb 2010 05:21:13 +0000</pubDate>
		<dc:creator>mEye</dc:creator>
				<category><![CDATA[컴퓨터/인터넷]]></category>

		<guid isPermaLink="false">http://meye.pe.kr/wp/?p=626</guid>
		<description><![CDATA[최근의 리눅스 배포판들의 fstab파일에는 주로 디바이스 경로가 아니라 UUID값이 들어가 있는데, 이러한 디바이스의 UUID를 확인하기 위해서는 vol_id 명령을 사용한다. 사용법은 아래와 같다.
# vol_id [디바이스 경로]
ex> vol_id /dev/sda1
프로그램을 실행하면 다음과 같은 형식으로 내용이 출력되는데, &#039;ID_FS_UUID&#039; 항목에 나오는 값이 바로 해당 디바이스의 UUID이다.
ID_FS_USAGE=filesystem
ID_FS_TYPE=xfs
ID_FS_VERSION=1.0
ID_FS_UUID=34694935-eca3-4c9c-85ab-b16ca1bd548b
ID_FS_UUID_ENC=34694935-eca3-4c9c-85ab-b16ca1bd548b
ID_FS_LABEL=
ID_FS_LABEL_ENC=
ID_FS_LABEL_SAFE=
반대로 UUID를 이용해서 디바이스 경로를 알아내기 위해서는 &#039;findfs&#039; 명령을 사용한다. 사용법은 다음과 같으며, 명령을 입력하면 [...]]]></description>
		<wfw:commentRss>http://meye.pe.kr/wp/archives/626/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Install Windows Mobile 6.5 on Blackjack i607</title>
		<link>http://meye.pe.kr/wp/archives/635</link>
		<comments>http://meye.pe.kr/wp/archives/635#comments</comments>
		<pubDate>Sun, 31 Jan 2010 12:38:49 +0000</pubDate>
		<dc:creator>mEye</dc:creator>
				<category><![CDATA[컴퓨터/인터넷]]></category>

		<guid isPermaLink="false">http://meye.pe.kr/wp/?p=635</guid>
		<description><![CDATA[사용 중이던 Blackjack i607에서 갑자기 인터넷이 안되고, 컴퓨터랑 싱크도 안되는 일이 발생했다. 아무래도 최근에 설치 시도했던 SmartCJK 2.0때문에 문제가 생긴 것이 아닌가 하지만, 정확한 이유는 알 수 없다.(한글 입력이 된다는 말에 시험판을 설치해봤지만, 입력되지 않아서 삭제했는데, 몇시간 뒤에 이런 문제가 있다는 것을 발견했다.) 어쨌든, 복구해보려고 별 짓을 다해보다가 결국 Windows를 다시 설치하는 것으로 해결했다. 이왕 [...]]]></description>
		<wfw:commentRss>http://meye.pe.kr/wp/archives/635/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>간단하게 SMTP 서버 테스트 하기</title>
		<link>http://meye.pe.kr/wp/archives/616</link>
		<comments>http://meye.pe.kr/wp/archives/616#comments</comments>
		<pubDate>Tue, 10 Nov 2009 09:19:19 +0000</pubDate>
		<dc:creator>mEye</dc:creator>
				<category><![CDATA[컴퓨터/인터넷]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://meye.pe.kr/wp/?p=616</guid>
		<description><![CDATA[간단히 telnet 클라이언트를 사용해서 SMTP 서버를 테스트해보는 방법이다.

&#034;telnet < 서버 이름> 25&#034; 엔터
&#034;ehlo < 서버 이름" 엔터

(인증이 필요할 경우) &#034;auth login&#034; 엔터
(인증이 필요할 경우) BASE 64 인코딩된 사용자이름 입력
(인증이 필요할 경우) BASE 64 인코딩된 비밀번호 입력
&#034;mail from:< 보내는 메일 주소>&#034; 엔터
&#034;rcpt to:< 받을 메일 주소>&#034; 엔터
&#034;data&#034; 엔터
메일 내용 작성후 엔터 두번을 연타하면 완료
&#034;quit&#034; 엔터

BASE 64 [...]]]></description>
		<wfw:commentRss>http://meye.pe.kr/wp/archives/616/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>예수전 &#8211; 김규항</title>
		<link>http://meye.pe.kr/wp/archives/559</link>
		<comments>http://meye.pe.kr/wp/archives/559#comments</comments>
		<pubDate>Sun, 08 Nov 2009 00:19:28 +0000</pubDate>
		<dc:creator>mEye</dc:creator>
				<category><![CDATA[읽을거리 / 볼거리]]></category>
		<category><![CDATA[종교]]></category>
		<category><![CDATA[책]]></category>

		<guid isPermaLink="false">http://meye.pe.kr/wp/?p=559</guid>
		<description><![CDATA[지배자들과 기독교 지도자들이 질색할만한 책이라는 느낌을 받았다. 저자가 예수를 그렇게 그렸듯이&#8230;
책을 읽고나서, 내 안의 바리새인을 인정할 수 밖에 없었다.
]]></description>
		<wfw:commentRss>http://meye.pe.kr/wp/archives/559/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>내가 상상하면 현실이 된다 &#8211; 리처드 브랜슨</title>
		<link>http://meye.pe.kr/wp/archives/567</link>
		<comments>http://meye.pe.kr/wp/archives/567#comments</comments>
		<pubDate>Sun, 25 Oct 2009 09:29:05 +0000</pubDate>
		<dc:creator>mEye</dc:creator>
				<category><![CDATA[읽을거리 / 볼거리]]></category>

		<guid isPermaLink="false">http://meye.pe.kr/wp/?p=567</guid>
		<description><![CDATA[기업 &#039;Virgin&#039;을 만든 리처드 브랜슨의 이야기.
상상만으로 끝내지 않고 할 수 있는 방법을 찾는 적극적인 성향과 가능성이 보일때, 혹은 기회가 왔을때 뛰어들 수 있는 과감한 성격이 지금의 그를 만든 것 같음. 물론, 운도 따라줬다는 건 두말해 잔소리.
]]></description>
		<wfw:commentRss>http://meye.pe.kr/wp/archives/567/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>낚시 문자</title>
		<link>http://meye.pe.kr/wp/archives/605</link>
		<comments>http://meye.pe.kr/wp/archives/605#comments</comments>
		<pubDate>Wed, 07 Oct 2009 14:27:35 +0000</pubDate>
		<dc:creator>mEye</dc:creator>
				<category><![CDATA[사는 얘기]]></category>

		<guid isPermaLink="false">http://meye.pe.kr/wp/?p=605</guid>
		<description><![CDATA[
위와 같이 왠 이상한 문자를 받았다. 광고성이 짙다면 바로 삭제해버리곤 했는데, 이 경우는 아는 사람이 사진을 보낸 것 같은 느낌의 문자라서 한순간 망설였다. 그런데, 알고보니 악성 광고였다. 당한사람도 꽤 많은지 &#039;휴대폰 소액결제 피해자 모임&#039;이라는 이름의 카페도 있었다.
세상에 이렇게 사기쳐서 돈을 버는 사람도 있구나 싶었다. 하긴, 뭔 짓을 해도 경제만 살리면 된다고??
]]></description>
		<wfw:commentRss>http://meye.pe.kr/wp/archives/605/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
