<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Blog-boxcorea를 위한 답글</title>
	<atom:link href="http://blog.boxcorea.com/wp/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.boxcorea.com/wp</link>
	<description>Simple is Beautiful!</description>
	<lastBuildDate>Sun, 30 May 2010 11:49:59 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>poss가 쓴 oracle 데이타 임포트, 익스포트의 답글</title>
		<link>http://blog.boxcorea.com/wp/archives/123/comment-page-1#comment-855</link>
		<dc:creator>poss</dc:creator>
		<pubDate>Sun, 30 May 2010 11:49:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.boxcorea.com/wp/archives/123#comment-855</guid>
		<description>특정테이블만 import/export할 때

exp id/passwd@listener tables=table1,table2...  file=file_name.dmp

imp id/passwd file=file_name.dmp tables=table_name</description>
		<content:encoded><![CDATA[<p>특정테이블만 import/export할 때</p>
<p>exp id/passwd@listener tables=table1,table2&#8230;  file=file_name.dmp</p>
<p>imp id/passwd file=file_name.dmp tables=table_name</p>
]]></content:encoded>
	</item>
	<item>
		<title>snowfox가 쓴 ssh 터널 뚫기.의 답글</title>
		<link>http://blog.boxcorea.com/wp/archives/211/comment-page-1#comment-773</link>
		<dc:creator>snowfox</dc:creator>
		<pubDate>Fri, 13 Nov 2009 03:20:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.boxcorea.com/wp/?p=211#comment-773</guid>
		<description>요즘 방화벽은 터널링도 차단하나보다.
방화벽 바깥에서 접속 안됨</description>
		<content:encoded><![CDATA[<p>요즘 방화벽은 터널링도 차단하나보다.<br />
방화벽 바깥에서 접속 안됨</p>
]]></content:encoded>
	</item>
	<item>
		<title>snowfox가 쓴 리눅스 배포판 업그레이드의 답글</title>
		<link>http://blog.boxcorea.com/wp/archives/110/comment-page-1#comment-702</link>
		<dc:creator>snowfox</dc:creator>
		<pubDate>Tue, 15 Sep 2009 06:25:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.boxcorea.com/wp/archives/110#comment-702</guid>
		<description>오래된 배포판을 업그레이드하려면, 레포지터리가 지원되지 않아서 업그레이드가 안된다.
우분투 7.04버젼을 최신 배포판으로 업그레이드하려면, 위 사이트에 나온 커맨드로는 업그레이드 할 수가 없다. apt-get update시 에러가 나기 때문이다.
이때는, /etc/apt/sources.list를 변경한다.

즉, 7.04 guesty 부분을 8.04 hardy부분으로 바꿔준후 업그레이드 커맨드를 날린다.

deb http://kr.archive.ubuntu.com/ubuntu/ hardy main restricted
deb-src http://kr.archive.ubuntu.com/ubuntu/ hardy main restricted


deb http://security.ubuntu.com/ubuntu hardy-security main restricted
deb-src http://security.ubuntu.com/ubuntu hardy-security main restricted
deb http://security.ubuntu.com/ubuntu hardy-security universe
deb-src http://security.ubuntu.com/ubuntu hardy-security universe
deb http://security.ubuntu.com/ubuntu hardy-security multiverse
deb-src http://security.ubuntu.com/ubuntu hardy-security multiverse</description>
		<content:encoded><![CDATA[<p>오래된 배포판을 업그레이드하려면, 레포지터리가 지원되지 않아서 업그레이드가 안된다.<br />
우분투 7.04버젼을 최신 배포판으로 업그레이드하려면, 위 사이트에 나온 커맨드로는 업그레이드 할 수가 없다. apt-get update시 에러가 나기 때문이다.<br />
이때는, /etc/apt/sources.list를 변경한다.</p>
<p>즉, 7.04 guesty 부분을 8.04 hardy부분으로 바꿔준후 업그레이드 커맨드를 날린다.</p>
<p>deb <a href="http://kr.archive.ubuntu.com/ubuntu/" rel="nofollow">http://kr.archive.ubuntu.com/ubuntu/</a> hardy main restricted<br />
deb-src <a href="http://kr.archive.ubuntu.com/ubuntu/" rel="nofollow">http://kr.archive.ubuntu.com/ubuntu/</a> hardy main restricted</p>
<p>deb <a href="http://security.ubuntu.com/ubuntu" rel="nofollow">http://security.ubuntu.com/ubuntu</a> hardy-security main restricted<br />
deb-src <a href="http://security.ubuntu.com/ubuntu" rel="nofollow">http://security.ubuntu.com/ubuntu</a> hardy-security main restricted<br />
deb <a href="http://security.ubuntu.com/ubuntu" rel="nofollow">http://security.ubuntu.com/ubuntu</a> hardy-security universe<br />
deb-src <a href="http://security.ubuntu.com/ubuntu" rel="nofollow">http://security.ubuntu.com/ubuntu</a> hardy-security universe<br />
deb <a href="http://security.ubuntu.com/ubuntu" rel="nofollow">http://security.ubuntu.com/ubuntu</a> hardy-security multiverse<br />
deb-src <a href="http://security.ubuntu.com/ubuntu" rel="nofollow">http://security.ubuntu.com/ubuntu</a> hardy-security multiverse</p>
]]></content:encoded>
	</item>
	<item>
		<title>snowfox가 쓴 RedHat ES5에 apache2, tomcat 연동하기의 답글</title>
		<link>http://blog.boxcorea.com/wp/archives/176/comment-page-1#comment-459</link>
		<dc:creator>snowfox</dc:creator>
		<pubDate>Fri, 13 Mar 2009 09:09:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.boxcorea.com/wp/?p=176#comment-459</guid>
		<description>설정한 workers.properties

workers.tomcat_home=/usr/local/tomcat
workers.java_home=/usr/lib/jdk
ps=/
worker.list=worker1

worker.default.port=8009
worker.default.host=localhost
worker.default.type=ajp13
worker.default.lbfactor=1

worker.loadbalancer.type=lb
worker.loadbalancer.balanced_workers=worker1

worker.inprocess.type=jni

worker.inprocess.class_path=$(workers.tomcat_home)$(ps)lib$(ps)tomcat.jar

worker.inprocess.cmd_line=start

worker.inprocess.jvm_lib=$(workers.java_home)$(ps)jre$(ps)lib$(ps)
i386$(ps)classic$(ps)libjvm.so

worker.inprocess.stdout=$(workers.tomcat_home)$(ps)logs$(ps)inprocess.stdout
worker.inprocess.stderr=$(workers.tomcat_home)$(ps)logs$(ps)inprocess.stderr

[uri:192.168.10.253/*.jsp]
worker=worker1:localhost:8009

host /host 사이에

Context path=&quot;&quot; docBase=&quot;www&quot; debug=&quot;0&quot; reloadable=&quot;true&quot; workDir=&quot;/home/www/WEB-INF/work&quot;&gt;/Context
를 추가했음.</description>
		<content:encoded><![CDATA[<p>설정한 workers.properties</p>
<p>workers.tomcat_home=/usr/local/tomcat<br />
workers.java_home=/usr/lib/jdk<br />
ps=/<br />
worker.list=worker1</p>
<p>worker.default.port=8009<br />
worker.default.host=localhost<br />
worker.default.type=ajp13<br />
worker.default.lbfactor=1</p>
<p>worker.loadbalancer.type=lb<br />
worker.loadbalancer.balanced_workers=worker1</p>
<p>worker.inprocess.type=jni</p>
<p>worker.inprocess.class_path=$(workers.tomcat_home)$(ps)lib$(ps)tomcat.jar</p>
<p>worker.inprocess.cmd_line=start</p>
<p>worker.inprocess.jvm_lib=$(workers.java_home)$(ps)jre$(ps)lib$(ps)<br />
i386$(ps)classic$(ps)libjvm.so</p>
<p>worker.inprocess.stdout=$(workers.tomcat_home)$(ps)logs$(ps)inprocess.stdout<br />
worker.inprocess.stderr=$(workers.tomcat_home)$(ps)logs$(ps)inprocess.stderr</p>
<p>[uri:192.168.10.253/*.jsp]<br />
worker=worker1:localhost:8009</p>
<p>host /host 사이에</p>
<p>Context path=&#8221;" docBase=&#8221;www&#8221; debug=&#8221;0&#8243; reloadable=&#8221;true&#8221; workDir=&#8221;/home/www/WEB-INF/work&#8221;&gt;/Context<br />
를 추가했음.</p>
]]></content:encoded>
	</item>
	<item>
		<title>snowfox가 쓴 apache2, tomcat, oracle10g 연동&#8230;의 답글</title>
		<link>http://blog.boxcorea.com/wp/archives/131/comment-page-1#comment-455</link>
		<dc:creator>snowfox</dc:creator>
		<pubDate>Thu, 12 Mar 2009 01:08:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.boxcorea.com/wp/?p=131#comment-455</guid>
		<description>Context path=&quot;&quot; docBase=&quot;www&quot; debug=&quot;0&quot; reloadable=&quot;true&quot; workDir=&quot;/home/www/WEB-INF/work&quot;
 /Context
2번 코멘트에 없는부분이 이 내용일듯...;ㅡㅡ
너무 오래되서 기억이 안남 ...</description>
		<content:encoded><![CDATA[<p>Context path=&#8221;" docBase=&#8221;www&#8221; debug=&#8221;0&#8243; reloadable=&#8221;true&#8221; workDir=&#8221;/home/www/WEB-INF/work&#8221;<br />
 /Context<br />
2번 코멘트에 없는부분이 이 내용일듯&#8230;;ㅡㅡ<br />
너무 오래되서 기억이 안남 &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>snowfox가 쓴 RedHat ES5에 apache2, tomcat 연동하기의 답글</title>
		<link>http://blog.boxcorea.com/wp/archives/176/comment-page-1#comment-454</link>
		<dc:creator>snowfox</dc:creator>
		<pubDate>Thu, 12 Mar 2009 01:04:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.boxcorea.com/wp/?p=176#comment-454</guid>
		<description>연동이 제대로 되지 않아서  오라클 클라이언트를 설치했음.</description>
		<content:encoded><![CDATA[<p>연동이 제대로 되지 않아서  오라클 클라이언트를 설치했음.</p>
]]></content:encoded>
	</item>
	<item>
		<title>snowfox가 쓴 RedHat ES5에 apache2, tomcat 연동하기의 답글</title>
		<link>http://blog.boxcorea.com/wp/archives/176/comment-page-1#comment-448</link>
		<dc:creator>snowfox</dc:creator>
		<pubDate>Sun, 08 Mar 2009 09:46:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.boxcorea.com/wp/?p=176#comment-448</guid>
		<description>http://www.howtoforge.com/apache2_tomcat5_mod_jk_integration

참조...</description>
		<content:encoded><![CDATA[<p><a href="http://www.howtoforge.com/apache2_tomcat5_mod_jk_integration" rel="nofollow">http://www.howtoforge.com/apache2_tomcat5_mod_jk_integration</a></p>
<p>참조&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>snowfox가 쓴 smpatch의 답글</title>
		<link>http://blog.boxcorea.com/wp/archives/71/comment-page-1#comment-366</link>
		<dc:creator>snowfox</dc:creator>
		<pubDate>Tue, 11 Nov 2008 07:10:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.boxcorea.com/wp/archives/71#comment-366</guid>
		<description>그냥 간단하게  updatemanager 실행하면 gui 툴로 간편하게 업데이트, 패치 할 수 있음...</description>
		<content:encoded><![CDATA[<p>그냥 간단하게  updatemanager 실행하면 gui 툴로 간편하게 업데이트, 패치 할 수 있음&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>poss가 쓴 zfs 사용기?의 답글</title>
		<link>http://blog.boxcorea.com/wp/archives/129/comment-page-1#comment-357</link>
		<dc:creator>poss</dc:creator>
		<pubDate>Mon, 03 Nov 2008 01:55:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.boxcorea.com/wp/?p=129#comment-357</guid>
		<description>https://skyfox.gaegle.co.kr:6789/zfs

만약, 접속 안되면
/usr/sbin/smcwebserver start</description>
		<content:encoded><![CDATA[<p><a href="https://skyfox.gaegle.co.kr:6789/zfs" rel="nofollow">https://skyfox.gaegle.co.kr:6789/zfs</a></p>
<p>만약, 접속 안되면<br />
/usr/sbin/smcwebserver start</p>
]]></content:encoded>
	</item>
	<item>
		<title>poss가 쓴 오라클 아카이브 모드.의 답글</title>
		<link>http://blog.boxcorea.com/wp/archives/136/comment-page-1#comment-349</link>
		<dc:creator>poss</dc:creator>
		<pubDate>Tue, 21 Oct 2008 04:10:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.boxcorea.com/wp/?p=136#comment-349</guid>
		<description>포맷의 의미.. 

%s: log sequence number
%S: log sequence number, zero filled
%t: thread number
%T: thread number, zero filled
%a: activation ID
%d: database ID
%r: resetlogs ID that ensures unique names are constructed for the archived log files across multiple incarnations of the database</description>
		<content:encoded><![CDATA[<p>포맷의 의미.. </p>
<p>%s: log sequence number<br />
%S: log sequence number, zero filled<br />
%t: thread number<br />
%T: thread number, zero filled<br />
%a: activation ID<br />
%d: database ID<br />
%r: resetlogs ID that ensures unique names are constructed for the archived log files across multiple incarnations of the database</p>
]]></content:encoded>
	</item>
</channel>
</rss>
