<?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>달콤 쌉싸래한 인생 &#187; Server</title>
	<atom:link href="http://jongsunkim.pe.kr/archives/category/server/feed" rel="self" type="application/rss+xml" />
	<link>http://jongsunkim.pe.kr</link>
	<description>Be fully awake if you want to dream</description>
	<lastBuildDate>Sat, 19 Nov 2011 08:34:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>[Hadoop] Format Aborted in</title>
		<link>http://jongsunkim.pe.kr/archives/1636</link>
		<comments>http://jongsunkim.pe.kr/archives/1636#comments</comments>
		<pubDate>Sat, 05 Nov 2011 05:33:54 +0000</pubDate>
		<dc:creator>Kim Jong-seon</dc:creator>
				<category><![CDATA[Hadoop]]></category>
		<category><![CDATA[Server]]></category>

		<guid isPermaLink="false">http://jongsunkim.pe.kr/?p=1636</guid>
		<description><![CDATA[namenode 포맷 시 왜 자꾸 포맷이 안되나 싶었는데 단순 대소문자 이유로 안된거였다&#8230; Re-format filesystem in ~~ ? (Y or N) 에서 대문자 Y 를 해줘야 포맷을 실행한다..]]></description>
			<content:encoded><![CDATA[<p><a href="http://jongsunkim.pe.kr/archives/1636/1-15" rel="attachment wp-att-1637"><img class="alignnone size-large wp-image-1637" title="1" src="http://jongsunkim.pe.kr/wp-content/uploads/2011/11/1-600x400.png" alt="" width="500" height="300" /></a></p>
<p>namenode 포맷 시 왜 자꾸 포맷이 안되나 싶었는데 단순 대소문자 이유로 안된거였다&#8230;</p>
<p><a href="http://jongsunkim.pe.kr/archives/1636/2-11" rel="attachment wp-att-1638"><img class="alignnone size-large wp-image-1638" title="2" src="http://jongsunkim.pe.kr/wp-content/uploads/2011/11/2-600x400.png" alt="" width="500" height="300" /></a></p>
<p>Re-format filesystem in ~~ ? (Y or N)</p>
<p>에서 대문자 Y 를 해줘야 포맷을 실행한다..</p>
]]></content:encoded>
			<wfw:commentRss>http://jongsunkim.pe.kr/archives/1636/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Nagios Core Quickstart Guides</title>
		<link>http://jongsunkim.pe.kr/archives/1622</link>
		<comments>http://jongsunkim.pe.kr/archives/1622#comments</comments>
		<pubDate>Thu, 30 Jun 2011 04:52:44 +0000</pubDate>
		<dc:creator>Kim Jong-seon</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[nagios]]></category>

		<guid isPermaLink="false">http://jongsunkim.pe.kr/?p=1622</guid>
		<description><![CDATA[http://nagios.sourceforge.net/docs/3_0/quickstart-ubuntu.html]]></description>
			<content:encoded><![CDATA[<p><a href="http://nagios.sourceforge.net/docs/3_0/quickstart-ubuntu.html">http://nagios.sourceforge.net/docs/3_0/quickstart-ubuntu.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://jongsunkim.pe.kr/archives/1622/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ps command</title>
		<link>http://jongsunkim.pe.kr/archives/1620</link>
		<comments>http://jongsunkim.pe.kr/archives/1620#comments</comments>
		<pubDate>Sat, 28 May 2011 20:35:23 +0000</pubDate>
		<dc:creator>Kim Jong-seon</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://jongsunkim.pe.kr/?p=1620</guid>
		<description><![CDATA[CPU Top ps -eo  user,pid,ppid,pcpu,pmem,args &#8211;sort -pcpu &#124; head -n 4 &#160; Mem Top ps -eo  user,pid,ppid,pcpu,pmem,args &#8211;sort -rss &#124; head -n 4]]></description>
			<content:encoded><![CDATA[<p>CPU Top</p>
<p>ps -eo  user,pid,ppid,pcpu,pmem,args &#8211;sort -pcpu | head -n 4</p>
<p>&nbsp;</p>
<p>Mem Top</p>
<p>ps -eo  user,pid,ppid,pcpu,pmem,args &#8211;sort -rss | head -n 4</p>
]]></content:encoded>
			<wfw:commentRss>http://jongsunkim.pe.kr/archives/1620/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sed 와 Awk 에 대한 간단한 입문서</title>
		<link>http://jongsunkim.pe.kr/archives/1614</link>
		<comments>http://jongsunkim.pe.kr/archives/1614#comments</comments>
		<pubDate>Thu, 05 May 2011 03:19:03 +0000</pubDate>
		<dc:creator>Kim Jong-seon</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://jongsunkim.pe.kr/?p=1614</guid>
		<description><![CDATA[http://wiki.kldp.org/HOWTO/html/Adv-Bash-Scr-HOWTO/sedawk.html]]></description>
			<content:encoded><![CDATA[<p><a href="http://wiki.kldp.org/HOWTO/html/Adv-Bash-Scr-HOWTO/sedawk.html">http://wiki.kldp.org/HOWTO/html/Adv-Bash-Scr-HOWTO/sedawk.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://jongsunkim.pe.kr/archives/1614/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HowTo: Ubuntu Linux Install Kernel Source Code And Headers</title>
		<link>http://jongsunkim.pe.kr/archives/1606</link>
		<comments>http://jongsunkim.pe.kr/archives/1606#comments</comments>
		<pubDate>Sun, 24 Apr 2011 23:03:19 +0000</pubDate>
		<dc:creator>Kim Jong-seon</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://jongsunkim.pe.kr/?p=1606</guid>
		<description><![CDATA[$ sudo apt-get update $ sudp apt-get install linux-source]]></description>
			<content:encoded><![CDATA[<p><code>$ sudo apt-get update<br />
$ sudp apt-get install linux-source </code></p>
]]></content:encoded>
			<wfw:commentRss>http://jongsunkim.pe.kr/archives/1606/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>-</title>
		<link>http://jongsunkim.pe.kr/archives/1601</link>
		<comments>http://jongsunkim.pe.kr/archives/1601#comments</comments>
		<pubDate>Sun, 17 Apr 2011 12:08:20 +0000</pubDate>
		<dc:creator>Kim Jong-seon</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://jongsunkim.pe.kr/?p=1601</guid>
		<description><![CDATA[리눅스 메모리 확인 http://solarixer.blogspot.com/2010/10/blog-post_08.html 리눅스 시스템 정보 확인 http://neodreamer.tistory.com/120]]></description>
			<content:encoded><![CDATA[<p>리눅스 메모리 확인</p>
<p>http://solarixer.blogspot.com/2010/10/blog-post_08.html</p>
<p>리눅스 시스템 정보 확인</p>
<p>http://neodreamer.tistory.com/120</p>
]]></content:encoded>
			<wfw:commentRss>http://jongsunkim.pe.kr/archives/1601/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>make 기술 파일 기본 구조</title>
		<link>http://jongsunkim.pe.kr/archives/1590</link>
		<comments>http://jongsunkim.pe.kr/archives/1590#comments</comments>
		<pubDate>Sat, 09 Apr 2011 10:58:21 +0000</pubDate>
		<dc:creator>Kim Jong-seon</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://jongsunkim.pe.kr/?p=1590</guid>
		<description><![CDATA[기술 파일 기본 구조 CC = gcc                                                                    ## 매크로 정의 target1 : dependency1 dependency2                   ## 룰1 command1                                                             ##명령어 command2 target2 : dependency3 dependency4 dependency5       ## 룰2 command3 command4]]></description>
			<content:encoded><![CDATA[<p>기술 파일 기본 구조</p>
<p>CC = gcc                                                                    ## 매크로 정의</p>
<p>target1 : dependency1 dependency2                   ## 룰1</p>
<p>command1                                                             ##명령어</p>
<p>command2</p>
<p>target2 : dependency3 dependency4 dependency5       ## 룰2</p>
<p>command3</p>
<p>command4</p>
]]></content:encoded>
			<wfw:commentRss>http://jongsunkim.pe.kr/archives/1590/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>how to install subversion on centos</title>
		<link>http://jongsunkim.pe.kr/archives/1580</link>
		<comments>http://jongsunkim.pe.kr/archives/1580#comments</comments>
		<pubDate>Thu, 17 Mar 2011 00:14:10 +0000</pubDate>
		<dc:creator>Kim Jong-seon</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Server]]></category>

		<guid isPermaLink="false">http://jongsunkim.pe.kr/?p=1580</guid>
		<description><![CDATA[http://ezgreg.tistory.com/40]]></description>
			<content:encoded><![CDATA[<p>http://ezgreg.tistory.com/40</p>
]]></content:encoded>
			<wfw:commentRss>http://jongsunkim.pe.kr/archives/1580/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lenovo s10-3 에 ubuntu</title>
		<link>http://jongsunkim.pe.kr/archives/1577</link>
		<comments>http://jongsunkim.pe.kr/archives/1577#comments</comments>
		<pubDate>Tue, 15 Mar 2011 12:15:40 +0000</pubDate>
		<dc:creator>Kim Jong-seon</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://jongsunkim.pe.kr/?p=1577</guid>
		<description><![CDATA[http://technomess.blogspot.com/2010/11/ubuntu-1010-and-lenovo-ideapad-s10-3.html &#160; usb 설치 시 커널에서 문제 발생으로 부팅 안되는 현상. &#160; 부팅 시작할 때 &#8220;tab&#8221; 키를 눌러 메뉴로 빠진다. 그리고 F6을 눌러 intel_idle.max_cstate=0 quiet splash  &#8211; 아래 내용을 마지막에 추가 후 부팅하면 정상 부팅 가능 &#160;]]></description>
			<content:encoded><![CDATA[<p><a href="http://technomess.blogspot.com/2010/11/ubuntu-1010-and-lenovo-ideapad-s10-3.html">http://technomess.blogspot.com/2010/11/ubuntu-1010-and-lenovo-ideapad-s10-3.html</a></p>
<p>&nbsp;</p>
<p>usb 설치 시 커널에서 문제 발생으로 부팅 안되는 현상.</p>
<p>&nbsp;</p>
<p>부팅 시작할 때 &#8220;tab&#8221; 키를 눌러 메뉴로 빠진다.</p>
<p>그리고 F6을 눌러</p>
<p><strong>intel_idle.max_cstate=0 quiet splash  &#8211;</strong></p>
<p>아래 내용을 마지막에 추가 후 부팅하면 정상 부팅 가능</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://jongsunkim.pe.kr/archives/1577/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cloud Computing with Linux</title>
		<link>http://jongsunkim.pe.kr/archives/1552</link>
		<comments>http://jongsunkim.pe.kr/archives/1552#comments</comments>
		<pubDate>Sun, 27 Feb 2011 04:21:33 +0000</pubDate>
		<dc:creator>Kim Jong-seon</dc:creator>
				<category><![CDATA[IT issue]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Cloud Computing]]></category>

		<guid isPermaLink="false">http://jongsunkim.pe.kr/?p=1552</guid>
		<description><![CDATA[Cloud Computing with Linux http://www.ibm.com/developerworks/linux/library/l-cloud-computing/index.html]]></description>
			<content:encoded><![CDATA[<p>Cloud Computing with Linux</p>
<p><a href="http://www.ibm.com/developerworks/linux/library/l-cloud-computing/index.html">http://www.ibm.com/developerworks/linux/library/l-cloud-computing/index.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://jongsunkim.pe.kr/archives/1552/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

