<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Gsong's Blog</title>
	
	<link>http://www.gsong.pe.kr/wp</link>
	<description>사는 이야기 조금, 개발 이야기 눈꼽만큼</description>
	<lastBuildDate>Tue, 15 May 2012 01:36:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/</creativeCommons:license>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/GsongsBlog" /><feedburner:info uri="gsongsblog" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><image><link>http://creativecommons.org/licenses/by-nc-sa/3.0/</link><url>http://creativecommons.org/images/public/somerights20.gif</url><title>Some Rights Reserved</title></image><item>
		<title>Ubuntu 에서 Jenkins 를 일반 사용자 계정으로 실행하려면?</title>
		<link>http://feedproxy.google.com/~r/GsongsBlog/~3/uliLRuijMMA/</link>
		<comments>http://www.gsong.pe.kr/wp/?p=6155#comments</comments>
		<pubDate>Tue, 15 May 2012 01:36:47 +0000</pubDate>
		<dc:creator>gsong</dc:creator>
				<category><![CDATA[Dev]]></category>
		<category><![CDATA[계정]]></category>
		<category><![CDATA[사용자]]></category>
		<category><![CDATA[우분투]]></category>
		<category><![CDATA[젠킨스]]></category>

		<guid isPermaLink="false">http://www.gsong.pe.kr/wp/?p=6155</guid>
		<description><![CDATA[Ubuntu 에서 apt-get install jenkins 로 젠킨스를 설치하게 되면 jenkins 라는 계정을 만들어  그 계정에서 툴을 실행하게 된다. 대부분 개발은 개발자 자신의 사용자 계정에서 이뤄어 지므로, 젠킨스를 개인 용으로 쓰려면, 사용자 계정 권한으로 실행해줄 필요가 있을 수 있다. /etc/default/jenkins 에서 &#8230; <a href="http://www.gsong.pe.kr/wp/?p=6155">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Ubuntu 에서 apt-get install jenkins 로 젠킨스를 설치하게 되면 jenkins 라는 계정을 만들어  그 계정에서 툴을 실행하게 된다. 대부분 개발은 개발자 자신의 사용자 계정에서 이뤄어 지므로, 젠킨스를 개인 용으로 쓰려면, 사용자 계정 권한으로 실행해줄 필요가 있을 수 있다.</p>
<ol>
<li>/etc/default/jenkins 에서 JENKINS_USER 를 본인의 사용자 계정으로 수정한다.</li>
<li>sudo chown -R &lt;user&gt;:&lt;group&gt; /var/run/jenkins/war</li>
<li>sudo chown -R &lt;user&gt;:&lt;group&gt; /var/log/jenkins</li>
</ol>
<p>이렇게 하면 권한 문제에 시달리지 않고 젠킨스를 설정할 수 있다.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/GsongsBlog?a=uliLRuijMMA:J_hGbD5gVvk:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/GsongsBlog?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/GsongsBlog?a=uliLRuijMMA:J_hGbD5gVvk:0uMQ1BZwEsk"><img src="http://feeds.feedburner.com/~ff/GsongsBlog?d=0uMQ1BZwEsk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/GsongsBlog?a=uliLRuijMMA:J_hGbD5gVvk:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/GsongsBlog?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/GsongsBlog/~4/uliLRuijMMA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.gsong.pe.kr/wp/?feed=rss2&amp;p=6155</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-sa/3.0/</creativeCommons:license>
	<feedburner:origLink>http://www.gsong.pe.kr/wp/?p=6155</feedburner:origLink></item>
		<item>
		<title>Start Small, Stay small: A Developer’s Guide to Launching a Startup</title>
		<link>http://feedproxy.google.com/~r/GsongsBlog/~3/B8HCL7i_JKw/</link>
		<comments>http://www.gsong.pe.kr/wp/?p=6105#comments</comments>
		<pubDate>Mon, 14 May 2012 09:58:52 +0000</pubDate>
		<dc:creator>gsong</dc:creator>
				<category><![CDATA[Book]]></category>
		<category><![CDATA[Dev]]></category>
		<category><![CDATA[Start small]]></category>
		<category><![CDATA[stay small]]></category>
		<category><![CDATA[개발자]]></category>
		<category><![CDATA[스타트업]]></category>

		<guid isPermaLink="false">http://www.gsong.pe.kr/wp/?p=6105</guid>
		<description><![CDATA[Start Small, Stay Small: A Developer&#8217;s Guide to Launching a Startup (Paperback)- Walling, Rob/Numa Group, LLC 원래는 lean startup 을 읽어볼 요량이었는데, 하단에 추천 메뉴에서 우연히 본 책 제목에 혹해 구매해 읽어본 것이다. 요즘과 같은 창업 붐에 나도 뭔가 해보고 &#8230; <a href="http://www.gsong.pe.kr/wp/?p=6105">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.gsong.pe.kr/wp/wp-content/uploads/2012/05/31p7nE9DwNL._BO2204203200_PIsitb-sticker-arrow-clickTopRight35-76_AA278_PIkin4BottomRight-6322_AA300_SH20_OU01_.jpg"><img class="alignnone size-full wp-image-6147" title="31p7nE9DwNL._BO2,204,203,200_PIsitb-sticker-arrow-click,TopRight,35,-76_AA278_PIkin4,BottomRight,-63,22_AA300_SH20_OU01_" src="http://www.gsong.pe.kr/wp/wp-content/uploads/2012/05/31p7nE9DwNL._BO2204203200_PIsitb-sticker-arrow-clickTopRight35-76_AA278_PIkin4BottomRight-6322_AA300_SH20_OU01_.jpg" alt="" width="300" height="300" /></a><br />
<a href="http://www.aladin.co.kr/shop/wproduct.aspx?ISBN=0615373968&amp;ttbkey=ttbgsong791557002&amp;COPYPaper=1">Start Small, Stay Small: A Developer&#8217;s Guide to Launching a Startup (Paperback)</a>- <img src="http://image.aladin.co.kr/img/common/star_s8.gif" alt="8점" border="0" /><br />
Walling, Rob/Numa Group, LLC</p>
<p>원래는 lean startup 을 읽어볼 요량이었는데, 하단에 추천 메뉴에서 우연히 본 책 제목에 혹해 구매해 읽어본 것이다.</p>
<p>요즘과 같은 창업 붐에 나도 뭔가 해보고 싶은 개발자들이 있다면 추천하는 책이다. 개발자들이 자기만의 비지니스를 해보고 싶거나, 혹은 낮에 회사 일을 하고, 밤 시간이나 주말을 활용하여 돈을 벌어보고자 할 때 어떻게 시작해야 하는지 알려준다. 특히 그 중에서도 외부 투자를 받지 않고, 진행할 수 있는 요령에 집중한다.</p>
<blockquote><p>Millions of people in this world can build software. A fractional subset of those can build software and convince people to buy it. A developer who knows how to market a product is a rare (and powerful) combination.</p>
<p>…</p>
<p>Marketing is more important than your product. Let me say it another way: Product Last. Marketing First.</p></blockquote>
<blockquote><p>&#8230;</p>
<p>With an enormous amount of anecdotes to back me up I strongly believe that building something no one wants is the most common source of failure for entrepreneurs.</p></blockquote>
<p>마켓의 중요성을 강조하는 부분들이다. 프로그래밍을 할 수 있는 사람들은 많으나, 자신이 만든 걸 남들이 사도록 설득할 수 있는 사람은 많지 않다. 마켓을 이해하는 개발자는 아주 드물고, 그만큼 강력한 능력을 가지고 있다 할 수 있다.</p>
<p>그러니 비지니스의 출발점도 마켓이어야 한다. 가능하면, 틈새를 찾아 시작하는 것이 좋다. 개발자들이 자신의 비지니스를 시작할 때, 프로젝트 아이디어와 프로덕트 아이디어를 헷갈려하는 경우가 많다고 한다. 프로젝트는 소프트웨어를 만드는 걸 말한다. 재미로 하는 것일 수도 있다. 프로덕트는 사람들이 돈을 지불하는 프로젝트를 말한다. 즉, 마켓을 가지고 있는 프로젝트가 바로 프로덕트 인 것이다.</p>
<p>이외에도 여러 재미있는 이야기들이 많다. 프로덕트를 어떻게 유지보수할지 부터 시작해서, 아웃소싱의 중요성과 개발자들이라면 코딩 그자체에 몰입이 될 수 있는데, 그것보다는 비지니스를 하도록 노력해야 한다는 이야기등이 나온다. 여태 별다른 개인 프로젝트를 해본적이 없는 나에게는 책의 앞 쪽 절반이 더 흥미롭게 읽혔고, 스타팅을 한 뒤의 이야기를 다루는 뒷쪽은 조금 지루한 감이 있었지만, 지금같은 스타트업 붐에서 개발자들의 둬야 되는 첫 한수는 어떤 모습이어야 하는지 가이드 해주는 책이라 마음에 든다.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/GsongsBlog?a=B8HCL7i_JKw:0Pxtwv2bkyM:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/GsongsBlog?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/GsongsBlog?a=B8HCL7i_JKw:0Pxtwv2bkyM:0uMQ1BZwEsk"><img src="http://feeds.feedburner.com/~ff/GsongsBlog?d=0uMQ1BZwEsk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/GsongsBlog?a=B8HCL7i_JKw:0Pxtwv2bkyM:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/GsongsBlog?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/GsongsBlog/~4/B8HCL7i_JKw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.gsong.pe.kr/wp/?feed=rss2&amp;p=6105</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-sa/3.0/</creativeCommons:license>
	<feedburner:origLink>http://www.gsong.pe.kr/wp/?p=6105</feedburner:origLink></item>
		<item>
		<title>우분투 12.04 듀얼 모니터 쓸 때 마우스 이동이 걸린다면</title>
		<link>http://feedproxy.google.com/~r/GsongsBlog/~3/YQqA746nTSA/</link>
		<comments>http://www.gsong.pe.kr/wp/?p=6125#comments</comments>
		<pubDate>Tue, 08 May 2012 06:06:53 +0000</pubDate>
		<dc:creator>gsong</dc:creator>
				<category><![CDATA[Dev]]></category>
		<category><![CDATA[듀얼모니터]]></category>
		<category><![CDATA[마우스]]></category>
		<category><![CDATA[우분투]]></category>
		<category><![CDATA[이동]]></category>

		<guid isPermaLink="false">http://www.gsong.pe.kr/wp/?p=6125</guid>
		<description><![CDATA[http://joe-riggs.com/blog/2012/04/ubuntu-mouse-stops-or-hangs-when-going-to-otherscreen/ 우분투 12.04 깔고 듀얼 모니터 쓰다보면, 마우스로 모니터 사이를 이동할때 턱하니 걸리는 느낌이 든다.  이걸 없애고 싶으면, Displays 에서 아래처럼 Sticky edge 를 꺼주면 된다. 버그인줄 알았는데&#8230; 기능이었구나&#8230;헐.]]></description>
			<content:encoded><![CDATA[<p><a href="http://joe-riggs.com/blog/2012/04/ubuntu-mouse-stops-or-hangs-when-going-to-otherscreen/">http://joe-riggs.com/blog/2012/04/ubuntu-mouse-stops-or-hangs-when-going-to-otherscreen/</a></p>
<p>우분투 12.04 깔고 듀얼 모니터 쓰다보면, 마우스로 모니터 사이를 이동할때 턱하니 걸리는 느낌이 든다.  이걸 없애고 싶으면, Displays 에서 아래처럼 Sticky edge 를 꺼주면 된다. 버그인줄 알았는데&#8230; 기능이었구나&#8230;헐.</p>
<p><img class="alignnone" src="http://joe-riggs.com/blog/wp-content/uploads/2012/04/Screenshot-from-2012-04-27-152727.png" alt="" width="745" height="558" /></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/GsongsBlog?a=YQqA746nTSA:VB6hKAds8Ow:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/GsongsBlog?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/GsongsBlog?a=YQqA746nTSA:VB6hKAds8Ow:0uMQ1BZwEsk"><img src="http://feeds.feedburner.com/~ff/GsongsBlog?d=0uMQ1BZwEsk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/GsongsBlog?a=YQqA746nTSA:VB6hKAds8Ow:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/GsongsBlog?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/GsongsBlog/~4/YQqA746nTSA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.gsong.pe.kr/wp/?feed=rss2&amp;p=6125</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-sa/3.0/</creativeCommons:license>
	<feedburner:origLink>http://www.gsong.pe.kr/wp/?p=6125</feedburner:origLink></item>
		<item>
		<title>관리 작업에 매몰돼 간다</title>
		<link>http://feedproxy.google.com/~r/GsongsBlog/~3/wvd6PNx8JeE/</link>
		<comments>http://www.gsong.pe.kr/wp/?p=6100#comments</comments>
		<pubDate>Fri, 04 May 2012 12:01:46 +0000</pubDate>
		<dc:creator>gsong</dc:creator>
				<category><![CDATA[Dev]]></category>

		<guid isPermaLink="false">http://www.gsong.pe.kr/wp/?p=6100</guid>
		<description><![CDATA[코딩 작업을 너무 안하니 따라갈 수가 없다. 따라갈 수가 없으니 리뷰를 자세하게 할 수 없고, 자세히 보지 못하니 놓치는 버그들이 생긴다. 문서 작업은 최소화, 테스트는 각자하도록 세팅해 가야겠다. 테스팅에 룰을 세울 필요가 있다. 그리고 나는 이쪽 저쪽 건드리기보다 작은 거 &#8230; <a href="http://www.gsong.pe.kr/wp/?p=6100">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>코딩 작업을 너무 안하니 따라갈 수가 없다. 따라갈 수가 없으니 리뷰를 자세하게 할 수 없고, 자세히 보지 못하니 놓치는 버그들이 생긴다.</p>
<p>문서 작업은 최소화, 테스트는 각자하도록 세팅해 가야겠다. 테스팅에 룰을 세울 필요가 있다.</p>
<p>그리고 나는 이쪽 저쪽 건드리기보다 작은 거 하나를 집중해서 처음부터 끝까지 구현을 해봐야겠다.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/GsongsBlog?a=wvd6PNx8JeE:fpIIZXsCLtg:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/GsongsBlog?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/GsongsBlog?a=wvd6PNx8JeE:fpIIZXsCLtg:0uMQ1BZwEsk"><img src="http://feeds.feedburner.com/~ff/GsongsBlog?d=0uMQ1BZwEsk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/GsongsBlog?a=wvd6PNx8JeE:fpIIZXsCLtg:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/GsongsBlog?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/GsongsBlog/~4/wvd6PNx8JeE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.gsong.pe.kr/wp/?feed=rss2&amp;p=6100</wfw:commentRss>
		<slash:comments>1</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-sa/3.0/</creativeCommons:license>
	<feedburner:origLink>http://www.gsong.pe.kr/wp/?p=6100</feedburner:origLink></item>
		<item>
		<title>비교되는 마케팅 사례 2건</title>
		<link>http://feedproxy.google.com/~r/GsongsBlog/~3/6gPO4vRxPn4/</link>
		<comments>http://www.gsong.pe.kr/wp/?p=6062#comments</comments>
		<pubDate>Wed, 25 Apr 2012 11:52:00 +0000</pubDate>
		<dc:creator>gsong</dc:creator>
				<category><![CDATA[Dev]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.gsong.pe.kr/wp/?p=6062</guid>
		<description><![CDATA[지하철에 잡상인 아주머니 한 분이 나타났다. 늘 보던 분이 아닌게, 아마 새로 장사를 시작한 분 같았다. 종착역 도착이 얼마남지 않았는데,  슬슬 홍보를 시작했다. 문제는 그분의 카트였다. 거기에는 지하철 잡상인들이 파는 모든 종류의 물건이 담겨 있었다. 아줌마는 파스 광고로 운을 뗐고, &#8230; <a href="http://www.gsong.pe.kr/wp/?p=6062">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>지하철에 잡상인 아주머니 한 분이 나타났다. 늘 보던 분이 아닌게, 아마 새로 장사를 시작한 분 같았다. 종착역 도착이 얼마남지 않았는데,  슬슬 홍보를 시작했다.</p>
<p>문제는 그분의 카트였다. 거기에는 지하철 잡상인들이 파는 모든 종류의 물건이 담겨 있었다. 아줌마는 파스 광고로 운을 뗐고, 연이어 하수구 이물질 제거 도구를 보여주고, 팽이도 팔았다. 덧버선도 있고 우산도 있었는데 설명할 겨를도 없이 열차는 종착역에 도착했다. 손님들은 서로 밀치며 그 아줌마는 안중에도 없이 내리고 말았다.<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>장어 집에 갔다. 가게는 도심에서 떨어진 외진 곳에 있었다. 박지성 아버지가 자주 오신다는 곳이다. 장어를 시키고 음식이 나오자, 아줌마가 장어를 구워 주는 막간을 이용해 자기 집의 장어가 왜 맛있는지 간간이 설명하기 시작한다.</p>
<p>모든 반찬은 장어 맛을 살리기 위해 필요한 것들로만 내놓았다. 깻잎과 생강 대파김치. 부식들의 존재 이유는 장어맛이다. 숯불도 장어를 위해 고온을 내는 걸 이용했다. 맛을 극대화하기 위해 어떻게 싸먹으면 맛있는지도 설명해준다.</p>
<p>가게에 들어와 앉는 그 순간부터 결제하고 나갈 때까지 이 집에서 겪는 경험들은 장어에 그 촛점이 맞춰져 있었다. 참고로 위에서 우리에게 장어에 대해 설명해주신분은 주인장이 아니라 그냥 주방 아줌마였다.</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>Stay focused. 라는 말이 어떤 의미인지 두 건의 사례를 통해 피부로 느껴볼 수 있었고, 마케팅이란 말단 직원부터 사장까지 모두가 어떤식으로든 동참해야 진정한 마케팅아닌가 하는 교훈도 얻을 수 있었다.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/GsongsBlog?a=6gPO4vRxPn4:y6S2EVTdzsE:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/GsongsBlog?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/GsongsBlog?a=6gPO4vRxPn4:y6S2EVTdzsE:0uMQ1BZwEsk"><img src="http://feeds.feedburner.com/~ff/GsongsBlog?d=0uMQ1BZwEsk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/GsongsBlog?a=6gPO4vRxPn4:y6S2EVTdzsE:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/GsongsBlog?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/GsongsBlog/~4/6gPO4vRxPn4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.gsong.pe.kr/wp/?feed=rss2&amp;p=6062</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-sa/3.0/</creativeCommons:license>
	<feedburner:origLink>http://www.gsong.pe.kr/wp/?p=6062</feedburner:origLink></item>
		<item>
		<title>어떡하면 좋은 프로그램을 만들까 고민하는 고양이</title>
		<link>http://feedproxy.google.com/~r/GsongsBlog/~3/OWAfPuDBUWk/</link>
		<comments>http://www.gsong.pe.kr/wp/?p=6069#comments</comments>
		<pubDate>Wed, 25 Apr 2012 05:43:04 +0000</pubDate>
		<dc:creator>gsong</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[HTDP]]></category>
		<category><![CDATA[고양이]]></category>
		<category><![CDATA[별님이]]></category>

		<guid isPermaLink="false">http://www.gsong.pe.kr/wp/?p=6069</guid>
		<description><![CDATA[How to Design Program. 심오한 주제를 앞에 둔 그녀의 옆 얼굴에서 고뇌가 느껴진다.]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone" title="" src="http://www.gsong.pe.kr/wp/wp-content/uploads/2012/04/wpid-IMAG0054.jpg" alt="image" /></p>
<p>How to Design Program. 심오한 주제를 앞에 둔 그녀의 옆 얼굴에서 고뇌가 느껴진다.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/GsongsBlog?a=OWAfPuDBUWk:KWQjlSZZ_uI:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/GsongsBlog?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/GsongsBlog?a=OWAfPuDBUWk:KWQjlSZZ_uI:0uMQ1BZwEsk"><img src="http://feeds.feedburner.com/~ff/GsongsBlog?d=0uMQ1BZwEsk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/GsongsBlog?a=OWAfPuDBUWk:KWQjlSZZ_uI:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/GsongsBlog?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/GsongsBlog/~4/OWAfPuDBUWk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.gsong.pe.kr/wp/?feed=rss2&amp;p=6069</wfw:commentRss>
		<slash:comments>2</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-sa/3.0/</creativeCommons:license>
	<feedburner:origLink>http://www.gsong.pe.kr/wp/?p=6069</feedburner:origLink></item>
		<item>
		<title>Skydrive 저장소 25G 로 유지하려면</title>
		<link>http://feedproxy.google.com/~r/GsongsBlog/~3/ZzeMqt1lBLI/</link>
		<comments>http://www.gsong.pe.kr/wp/?p=6065#comments</comments>
		<pubDate>Wed, 25 Apr 2012 02:47:43 +0000</pubDate>
		<dc:creator>gsong</dc:creator>
				<category><![CDATA[Misc]]></category>

		<guid isPermaLink="false">http://www.gsong.pe.kr/wp/?p=6065</guid>
		<description><![CDATA[잽싸게 아래 링크 클릭해서 무료 업그레이드 신청해야 함. https://skydrive.live.com/ManageStorage 클라우즈 저장소 중에서 스카이드라이브가 그래도 용량이 제법 큰 편인데, 최근에 알게 모르게 7 기가 로 그 크기를 줄였다. 사용자 불만이 생길 것을 피해가기 위해, 무료 업그레이드를 제한된 기간안에 신청하면 원래대로 25 &#8230; <a href="http://www.gsong.pe.kr/wp/?p=6065">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>잽싸게 아래 링크 클릭해서 무료 업그레이드 신청해야 함.</p>
<p><a href="https://skydrive.live.com/ManageStorage">https://skydrive.live.com/ManageStorage</a></p>
<p>클라우즈 저장소 중에서 스카이드라이브가 그래도 용량이 제법 큰 편인데, 최근에 알게 모르게 7 기가 로 그 크기를 줄였다. 사용자 불만이 생길 것을 피해가기 위해, 무료 업그레이드를 제한된 기간안에 신청하면 원래대로 25 기가로 해준다는 것이다. 이 무슨 세금 뜯어가고 환급신청하는 소리인가. 하여간 잽싸게 클릭해서 일단 무료 클라우드 저장소를 확보해 놓는 것이 좋을 듯.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/GsongsBlog?a=ZzeMqt1lBLI:FP5de8Lof60:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/GsongsBlog?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/GsongsBlog?a=ZzeMqt1lBLI:FP5de8Lof60:0uMQ1BZwEsk"><img src="http://feeds.feedburner.com/~ff/GsongsBlog?d=0uMQ1BZwEsk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/GsongsBlog?a=ZzeMqt1lBLI:FP5de8Lof60:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/GsongsBlog?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/GsongsBlog/~4/ZzeMqt1lBLI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.gsong.pe.kr/wp/?feed=rss2&amp;p=6065</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-sa/3.0/</creativeCommons:license>
	<feedburner:origLink>http://www.gsong.pe.kr/wp/?p=6065</feedburner:origLink></item>
		<item>
		<title>Ubuntu 12.04 64bit 에서 안드로이드 개발 환경을 갖추기</title>
		<link>http://feedproxy.google.com/~r/GsongsBlog/~3/PB1ZnzlAlqg/</link>
		<comments>http://www.gsong.pe.kr/wp/?p=6040#comments</comments>
		<pubDate>Sat, 21 Apr 2012 13:53:08 +0000</pubDate>
		<dc:creator>gsong</dc:creator>
				<category><![CDATA[Dev]]></category>
		<category><![CDATA[64비트]]></category>
		<category><![CDATA[개발 환경]]></category>
		<category><![CDATA[안드로이드]]></category>
		<category><![CDATA[우분투]]></category>

		<guid isPermaLink="false">http://www.gsong.pe.kr/wp/?p=6040</guid>
		<description><![CDATA[Ubuntu 12.04 64bit 버전에 안드로이드 개발 환경 갖추기 JDK6 설치하기가 조금 까다롭다. 다행히 용자분이 계셔서이미 해결해두었음. cd ~/ wget https://raw.github.com/flexiondotorg/oab-java6/master/oab-java6.sh -O oab-java6.sh chmod +x oab-java6.sh sudo ./oab-java6.sh sudo apt-get install sun-java6-jdk 여기에서 eclipse 다운로드 받아 적당한 위치에 압축 풀어 두기. &#8230; <a href="http://www.gsong.pe.kr/wp/?p=6040">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Ubuntu 12.04 64bit 버전에 안드로이드 개발 환경 갖추기</p>
<ol>
<li>JDK6 설치하기가 조금 까다롭다. 다행히 <a href="http://blog.flexion.org/2012/01/16/install-sun-java-6-jre-jdk-from-deb-packages/">용자분이 계셔서</a>이미 해결해두었음.
<pre class="brush: bash; gutter: true">cd ~/
wget https://raw.github.com/flexiondotorg/oab-java6/master/oab-java6.sh -O oab-java6.sh
chmod +x oab-java6.sh
sudo ./oab-java6.sh
sudo apt-get install sun-java6-jdk</pre>
</li>
<li><a href="http://www.eclipse.org/downloads/">여기</a>에서 eclipse 다운로드 받아 적당한 위치에 압축 풀어 두기.</li>
<li><a href="http://dl.google.com/android/ADT-18.0.0.zip">여기</a>에서 ADT Plugin 다운로드.</li>
<li>eclipse 실행한 다음  Help &lt; Install New Software 에서 Add 누르고 위에서 다운로드한 zip 파일 선택</li>
<li>sudo apt-get ia32-libs</li>
<li>나머지는 ADT plugin 을 통해 모두 설치.</li>
</ol>
<p>ia32-libs 없으니까 adb 명령이 안돌아감.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/GsongsBlog?a=PB1ZnzlAlqg:p2WDmQHa09g:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/GsongsBlog?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/GsongsBlog?a=PB1ZnzlAlqg:p2WDmQHa09g:0uMQ1BZwEsk"><img src="http://feeds.feedburner.com/~ff/GsongsBlog?d=0uMQ1BZwEsk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/GsongsBlog?a=PB1ZnzlAlqg:p2WDmQHa09g:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/GsongsBlog?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/GsongsBlog/~4/PB1ZnzlAlqg" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.gsong.pe.kr/wp/?feed=rss2&amp;p=6040</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-sa/3.0/</creativeCommons:license>
	<feedburner:origLink>http://www.gsong.pe.kr/wp/?p=6040</feedburner:origLink></item>
		<item>
		<title>청명산 민물장어</title>
		<link>http://feedproxy.google.com/~r/GsongsBlog/~3/ehBVhJ07zG8/</link>
		<comments>http://www.gsong.pe.kr/wp/?p=6038#comments</comments>
		<pubDate>Sat, 21 Apr 2012 11:31:04 +0000</pubDate>
		<dc:creator>gsong</dc:creator>
				<category><![CDATA[Life]]></category>

		<guid isPermaLink="false">http://www.gsong.pe.kr/wp/?p=6038</guid>
		<description><![CDATA[http://blog.naver.com/parkym0621 오랜만에 배부르게 먹은 장어. 맛있음.]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone" title="IMAG0052.jpg" src="http://www.gsong.pe.kr/wp/wp-content/uploads/2012/04/wpid-IMAG0052.jpg" alt="image" /></p>
<p><a href="http://blog.naver.com/parkym0621">http://blog.naver.com/parkym0621</a></p>
<p>오랜만에 배부르게 먹은 장어. 맛있음.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/GsongsBlog?a=ehBVhJ07zG8:XeOV0JXCy4I:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/GsongsBlog?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/GsongsBlog?a=ehBVhJ07zG8:XeOV0JXCy4I:0uMQ1BZwEsk"><img src="http://feeds.feedburner.com/~ff/GsongsBlog?d=0uMQ1BZwEsk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/GsongsBlog?a=ehBVhJ07zG8:XeOV0JXCy4I:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/GsongsBlog?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/GsongsBlog/~4/ehBVhJ07zG8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.gsong.pe.kr/wp/?feed=rss2&amp;p=6038</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-sa/3.0/</creativeCommons:license>
	<feedburner:origLink>http://www.gsong.pe.kr/wp/?p=6038</feedburner:origLink></item>
		<item>
		<title>혼자 쓸 개발 서버 가장 싸게 세팅하려면,</title>
		<link>http://feedproxy.google.com/~r/GsongsBlog/~3/RzOPZPxrU0k/</link>
		<comments>http://www.gsong.pe.kr/wp/?p=6027#comments</comments>
		<pubDate>Sat, 21 Apr 2012 05:00:04 +0000</pubDate>
		<dc:creator>gsong</dc:creator>
				<category><![CDATA[Dev]]></category>

		<guid isPermaLink="false">http://www.gsong.pe.kr/wp/?p=6027</guid>
		<description><![CDATA[집에 노는 pc 가 있다면, dyndns.com 을 써서 집에서 서버 돌리는 게 비용이 가장 적을 듯 하다. dyndns.com 에서 제일 싼걸로 결제하니까 1년에 $20 불. 이만원 정도니까 그리 부담되는 가격도 아니다. 다른 가상 호스팅이나, 클라우드를 쓰려면 이 보다 많은 비용이 &#8230; <a href="http://www.gsong.pe.kr/wp/?p=6027">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>집에 노는 pc 가 있다면, dyndns.com 을 써서 집에서 서버 돌리는 게 비용이 가장 적을 듯 하다. dyndns.com 에서 제일 싼걸로 결제하니까 1년에 $20 불. 이만원 정도니까 그리 부담되는 가격도 아니다. 다른 가상 호스팅이나, 클라우드를 쓰려면 이 보다 많은 비용이 나감. 집에서 나가는 전기세를 계산에 넣어야 하겠지만 말이다.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/GsongsBlog?a=RzOPZPxrU0k:VW-O9mDOfV4:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/GsongsBlog?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/GsongsBlog?a=RzOPZPxrU0k:VW-O9mDOfV4:0uMQ1BZwEsk"><img src="http://feeds.feedburner.com/~ff/GsongsBlog?d=0uMQ1BZwEsk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/GsongsBlog?a=RzOPZPxrU0k:VW-O9mDOfV4:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/GsongsBlog?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/GsongsBlog/~4/RzOPZPxrU0k" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.gsong.pe.kr/wp/?feed=rss2&amp;p=6027</wfw:commentRss>
		<slash:comments>3</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-sa/3.0/</creativeCommons:license>
	<feedburner:origLink>http://www.gsong.pe.kr/wp/?p=6027</feedburner:origLink></item>
	</channel>
</rss>

