<?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>catchkin history</title>
	<atom:link href="http://www.catchkin.net/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.catchkin.net</link>
	<description>machine centric</description>
	<lastBuildDate>Wed, 21 Apr 2010 16:05:04 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Ubuntu 9.10 stalls on busybox</title>
		<link>http://www.catchkin.net/?p=673</link>
		<comments>http://www.catchkin.net/?p=673#comments</comments>
		<pubDate>Wed, 21 Apr 2010 16:05:04 +0000</pubDate>
		<dc:creator>catchkin</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[busybox]]></category>
		<category><![CDATA[update 9.10]]></category>

		<guid isPermaLink="false">http://www.catchkin.net/?p=673</guid>
		<description><![CDATA[Ubuntu 9.04에서 Ubuntu 9.10으로 upgrade한 이후, 정상적으로 부팅이 되지 않고 바로 busybox로 넘어가 버리는 엄청난 일이 발생하였습니다. 관련 문제를 검색해 보았더니, 대략 booting option 문제인 것 같더군요:  dropping to Busybox shell, Boot errors after last grub update 9.10, Gave up waiting for root device after upgrade then busybox console
여러 관련 문서에 나와 있는 방법을 따라 [...]


Related posts:<ol><li><a href='http://www.catchkin.net/?p=281' rel='bookmark' title='Permanent Link: Dual-booting of Windows XP and Ubuntu Linux in a HDD using bootsect.lnx'>Dual-booting of Windows XP and Ubuntu Linux in a HDD using bootsect.lnx</a></li>
<li><a href='http://www.catchkin.net/?p=559' rel='bookmark' title='Permanent Link: Ubuntu 9.04에서 Sun VirtualBox 설치하는 방법'>Ubuntu 9.04에서 Sun VirtualBox 설치하는 방법</a></li>
<li><a href='http://www.catchkin.net/?p=25' rel='bookmark' title='Permanent Link: Installing Lex &amp; Yacc in Ubuntu 7.10 Gutsy'>Installing Lex &amp; Yacc in Ubuntu 7.10 Gutsy</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Ubuntu 9.04에서 Ubuntu 9.10으로 upgrade한 이후, 정상적으로 부팅이 되지 않고 바로 busybox로 넘어가 버리는 엄청난 일이 발생하였습니다. 관련 문제를 검색해 보았더니, 대략 booting option 문제인 것 같더군요:  <a href="http://ubuntuforums.org/showthread.php?t=769319" target="_blank">dropping to Busybox shell</a>, <a href="http://ubuntuforums.org/showthread.php?t=1350298" target="_blank">Boot errors after last grub update 9.10</a>, <a href="https://bugs.launchpad.net/ubuntu/+source/linux/+bug/360378" target="_blank">Gave up waiting for root device after upgrade then busybox console</a></p>
<p>여러 관련 문서에 나와 있는 방법을 따라 grub의 boot option을 이리저리 수정해 보았는데, 결국 다음의 방법으로 이 문제를 해결하였습니다.</p>
<blockquote><p>reboot</p>
<p>In the boot menu&#8230; select the first option and press &#8216;e&#8217;</p>
<p>In this menu select boot option and press &#8216;e&#8217; to edit the line and modified as follows:</p>
<p>before:</p>
<p>kernel /boot/vmlinuz-xxx root=UUID-xxx ro quiet splash</p>
<p>after:</p>
<p>kernel /boot/vmlinuz-xxx root=/dev/sdax</p></blockquote>
<blockquote><p>booting</p></blockquote>
<p>이 방법으로 문제는 해결하여 Ubuntu 9.10으로 정상적으로 부팅을 할 수 있었습니다. 그런데 웬지 시원하게 해결한 것 같지 않아 그렇습니다.</p>


<p>Related posts:<ol><li><a href='http://www.catchkin.net/?p=281' rel='bookmark' title='Permanent Link: Dual-booting of Windows XP and Ubuntu Linux in a HDD using bootsect.lnx'>Dual-booting of Windows XP and Ubuntu Linux in a HDD using bootsect.lnx</a></li>
<li><a href='http://www.catchkin.net/?p=559' rel='bookmark' title='Permanent Link: Ubuntu 9.04에서 Sun VirtualBox 설치하는 방법'>Ubuntu 9.04에서 Sun VirtualBox 설치하는 방법</a></li>
<li><a href='http://www.catchkin.net/?p=25' rel='bookmark' title='Permanent Link: Installing Lex &amp; Yacc in Ubuntu 7.10 Gutsy'>Installing Lex &amp; Yacc in Ubuntu 7.10 Gutsy</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.catchkin.net/?feed=rss2&amp;p=673</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu에서 sudo 사용자 추가방법, sudoers</title>
		<link>http://www.catchkin.net/?p=671</link>
		<comments>http://www.catchkin.net/?p=671#comments</comments>
		<pubDate>Mon, 12 Apr 2010 06:23:58 +0000</pubDate>
		<dc:creator>catchkin</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[sudoers]]></category>
		<category><![CDATA[우분투]]></category>

		<guid isPermaLink="false">http://www.catchkin.net/?p=671</guid>
		<description><![CDATA[&#8216;우분투에서 수도 (sudo) 사용자 추가방법, sudoers&#8216;을 참고하여 다음과 같이 설정함.
둘째, 일반사용자 추가, /etc/group 파일 편집하여 사용자의 group을 admin에 추가
# sudo useradd -d /home/catchkin catchkin
# sudo passwd catchkin
passwd:
# sudo vi /etc/group
&#8230;
admin:x:111:catchkin
&#8230;


Related posts:Ubuntu에서 root로 login하는 방법
Trac Page Backup
&#039;sudo:timestamp too far in the future &#8230;&#039; 문제 해결 방법



Related posts:<ol><li><a href='http://www.catchkin.net/?p=43' rel='bookmark' title='Permanent Link: Ubuntu에서 root로 login하는 방법'>Ubuntu에서 root로 login하는 방법</a></li>
<li><a href='http://www.catchkin.net/?p=415' rel='bookmark' title='Permanent Link: Trac Page Backup'>Trac Page Backup</a></li>
<li><a href='http://www.catchkin.net/?p=61' rel='bookmark' title='Permanent Link: &#039;sudo:timestamp too far in the future &#8230;&#039; 문제 해결 방법'>&#039;sudo:timestamp too far in the future &#8230;&#039; 문제 해결 방법</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>&#8216;<a title="sudoers" href="http://jis.pe.kr/road/entry/%EC%9A%B0%EB%B6%84%ED%88%AC%EC%97%90%EC%84%9C-%EC%88%98%EB%8F%84-sudo-%EC%82%AC%EC%9A%A9%EC%9E%90-%EC%B6%94%EA%B0%80%EB%B0%A9%EB%B2%95-sudoers" target="_blank">우분투에서 수도 (sudo) 사용자 추가방법, sudoers</a>&#8216;을 참고하여 다음과 같이 설정함.</p>
<p>둘째, 일반사용자 추가, /etc/group 파일 편집하여 사용자의 group을 admin에 추가</p>
<blockquote><p># sudo useradd -d /home/catchkin catchkin<br />
# sudo passwd catchkin<br />
passwd:</p>
<p># sudo vi /etc/group<br />
&#8230;<br />
admin:x:111:catchkin<br />
&#8230;</p></blockquote>


<p>Related posts:<ol><li><a href='http://www.catchkin.net/?p=43' rel='bookmark' title='Permanent Link: Ubuntu에서 root로 login하는 방법'>Ubuntu에서 root로 login하는 방법</a></li>
<li><a href='http://www.catchkin.net/?p=415' rel='bookmark' title='Permanent Link: Trac Page Backup'>Trac Page Backup</a></li>
<li><a href='http://www.catchkin.net/?p=61' rel='bookmark' title='Permanent Link: &#039;sudo:timestamp too far in the future &#8230;&#039; 문제 해결 방법'>&#039;sudo:timestamp too far in the future &#8230;&#039; 문제 해결 방법</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.catchkin.net/?feed=rss2&amp;p=671</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Clearsilver 설치하는 방법</title>
		<link>http://www.catchkin.net/?p=663</link>
		<comments>http://www.catchkin.net/?p=663#comments</comments>
		<pubDate>Mon, 29 Mar 2010 08:42:49 +0000</pubDate>
		<dc:creator>catchkin</dc:creator>
				<category><![CDATA[Trac]]></category>
		<category><![CDATA[Clearsilver]]></category>
		<category><![CDATA[HTML 템플릿 엔진]]></category>
		<category><![CDATA[trac]]></category>

		<guid isPermaLink="false">http://www.catchkin.net/?p=663</guid>
		<description><![CDATA[clearsilver.net에서 정의하는 Clearsilver란 다음과 같습니다.
Clearsilver is a fast, powerful, and language-neutral HTML template system. In both static content sites and dynamic HTML applications, it provides a separation between presentation code and application logic which makes working with your project easier.
HTML 템플릿 엔진이라고 하는데, Trac에서 사용하는 놈입니다. 자세한 설명은 패스. -.-;;

Trac의 ticket을 email로 전달할 수 있는지 [...]


Related posts:<ol><li><a href='http://www.catchkin.net/?p=394' rel='bookmark' title='Permanent Link: Upgrade from Trac 0.10.4 to Trac 0.11.b2'>Upgrade from Trac 0.10.4 to Trac 0.11.b2</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a title="Clearsilver" href="http://www.clearsilver.net/" target="_blank">clearsilver.net</a>에서 정의하는 Clearsilver란 다음과 같습니다.</p>
<blockquote><p>Clearsilver is a fast, powerful, and language-neutral HTML template system. In both static content sites and dynamic HTML applications, it provides a separation between presentation code and application logic which makes working with your project easier.</p></blockquote>
<p>HTML 템플릿 엔진이라고 하는데, Trac에서 사용하는 놈입니다. 자세한 설명은 패스. -.-;;</p>
<p style="text-align: center;"><a href="http://www.catchkin.net/wp-content/uploads/2010/03/clearsilver-450.jpg"><img class="size-full wp-image-664 aligncenter" title="clearsilver-450" src="http://www.catchkin.net/wp-content/uploads/2010/03/clearsilver-450.jpg" alt="" width="450" height="244" /></a></p>
<p>Trac의 ticket을 email로 전달할 수 있는지 확인해 보려고 이런 저런 plugin을 설치해서 테스트 중인데, 일부 plugin에서 이 놈을 필요로 하네요. 헐, 그런데 Trac 0.11에서는 더 이상 지원하지 않는다네요. <a title="ClearSilver page of the Trac" href="http://trac.edgewall.org/wiki/ClearSilver" target="_blank">Trac 공식 사이트의 ClearSilver 페이지</a>에 다음과 같이 언급되어 있습니다.</p>
<blockquote><p>&#8230;</p>
<p>Therefore, starting with 0.11, Trac will <span style="color: #888888;"><strong><span style="color: #000000;">no longer require Clearsilver</span></strong></span>.</p>
<p>&#8230;</p></blockquote>
<p>컥.</p>


<p>Related posts:<ol><li><a href='http://www.catchkin.net/?p=394' rel='bookmark' title='Permanent Link: Upgrade from Trac 0.10.4 to Trac 0.11.b2'>Upgrade from Trac 0.10.4 to Trac 0.11.b2</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.catchkin.net/?feed=rss2&amp;p=663</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SWAT를 통해 Samba shares 디렉토리 생성 방법</title>
		<link>http://www.catchkin.net/?p=648</link>
		<comments>http://www.catchkin.net/?p=648#comments</comments>
		<pubDate>Fri, 19 Mar 2010 18:34:57 +0000</pubDate>
		<dc:creator>catchkin</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[IP:PORT 번호]]></category>
		<category><![CDATA[nmbd]]></category>
		<category><![CDATA[samba]]></category>
		<category><![CDATA[smbd]]></category>
		<category><![CDATA[SWAT 설정]]></category>
		<category><![CDATA[SWAT 포트 번호]]></category>
		<category><![CDATA[Ubuntu 9.0.4]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[winbindd]]></category>
		<category><![CDATA[우분투]]></category>

		<guid isPermaLink="false">http://www.catchkin.net/?p=648</guid>
		<description><![CDATA[Ubuntu 9.04 버전에서 samba 2.3.3.2 버전을 사용중인데, 이전과 달리 swat 설정에서 사용자 디렉토리가 보이지 않아 이를 추가하는 방법을 적용한 후 기록 차원에서 남기는 글입니다.
1. 원격 PC에서 ubuntu가 설치된 서버 PC로 접속할 수 있도록 설정
제 경우에는 swat을 xinetd에서 서비스하고 있으며, 이 설정은 다음과 같이 같습니다.
service swat {
disable                       =   no
port                             =   901
socket_type             =   stream
wait                              =   no
only_from                 =   [...]


Related posts:<ol><li><a href='http://www.catchkin.net/?p=463' rel='bookmark' title='Permanent Link: Installing &amp; setting samba on Debian Etch'>Installing &amp; setting samba on Debian Etch</a></li>
<li><a href='http://www.catchkin.net/?p=646' rel='bookmark' title='Permanent Link: SWAT 연결 URL인 localhost:901 접속 에러 시 체크 내용'>SWAT 연결 URL인 localhost:901 접속 에러 시 체크 내용</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Ubuntu 9.04 버전에서 samba 2.3.3.2 버전을 사용중인데, 이전과 달리 swat 설정에서 사용자 디렉토리가 보이지 않아 이를 추가하는 방법을 적용한 후 기록 차원에서 남기는 글입니다.</p>
<p>1. 원격 PC에서 ubuntu가 설치된 서버 PC로 접속할 수 있도록 설정</p>
<p>제 경우에는 swat을 xinetd에서 서비스하고 있으며, 이 설정은 다음과 같이 같습니다.</p>
<blockquote><p>service swat {</p>
<p>disable                       =   no<br />
port                             =   901<br />
socket_type             =   stream<br />
wait                              =   no<br />
only_from                 =   localhost<br />
user                              =   root<br />
server                          =   /usr/sbin/swat<br />
log_on_failure       +=   USERID</p>
<p>}</p></blockquote>
<p>위 설정의 경우는 only_from = localhost 라인으로 인해 localhost 이외에서는 swat 접속을 할 수 없게 됩니다. 보안에 장점이 있긴 하지만, 다른 PC에서 접근을 할 수 없으므로 때로는 불편한 경우도 있습니다. 그래서 only_from = localhost 라인을 주석 처리하면 다른 PC에서 접근이 가능해 지므로 임시로 이 라인에 주석 처리를 한 다음 xinetd 서비스를 restart 해 줍니다. 가장 좋은 경우는 LAN에서만 접근이 가능하도록 설정하는 것인데, 여기서는 그냥 패스 합니다. 원격 PC에서 ip:port 번호로 접속한 화면은 다음과 같습니다. 참고로, swat port 번호는 보통 901입니다.</p>
<p style="text-align: center;"><a href="http://www.catchkin.net/wp-content/uploads/2010/03/samba1-450.jpg"><img class="size-full wp-image-651 aligncenter" title="samba1-450" src="http://www.catchkin.net/wp-content/uploads/2010/03/samba1-450.jpg" alt="" width="450" height="248" /></a></p>
<p style="text-align: center;">그림 1. 원격 PC에서 samba 설정으로 접속한 화면</p>
<p style="text-align: left;">그림 1은 원격 PC에서 samba와 swat가 설치된 서버로 웹 브라우저를 통해 접속한 화면입니다. 그림 1의 상단에 [HOME]-[GLOBALS]-[SHARES]-[PRINTERS]-[WIZARD]-[STATUS]-[VIEW]-[PASSWORD] 아이콘이 표시된 경우는 root로 접속한 화면입니다. 이전 기억으로는 SHARES에 Home Directories가 기본으로 포함되어 있던 것 같은데, 이 디렉토리가 없어 새로 생성하는 방법을 알아 보았더니 다음과 같더군요.</p>
<p style="text-align: left;">2. [GLOBALS] 설정</p>
<p style="text-align: left;">그림 1의 상단 아이콘 중 [GLOBALS]를 누르면 다음과 같은 화면이 나타납니다.</p>
<p style="text-align: center;"><a href="http://www.catchkin.net/wp-content/uploads/2010/03/samba3-450.jpg"><img class="size-full wp-image-656 aligncenter" title="samba3-450" src="http://www.catchkin.net/wp-content/uploads/2010/03/samba3-450.jpg" alt="" width="450" height="234" /></a></p>
<p style="text-align: center;">그림 2. [GLOBALS] 설정 화면</p>
<p style="text-align: left;">그림 2는 [GLOBALS] 설정 화면입니다. 다른 것은 기본으로 해도 무방하나 workgroup은 자신의 설정을 적용하기 바랍니다. 예로서, 제 경우는 LAN내의 작업그룹을 HOMELOG로 설정 하였습니다.</p>
<p style="text-align: left;">3. [SHARES] 설정</p>
<p style="text-align: left;">그림 1의 상단 아이콘 중 [SHARES]를 누르면 다음과 같은 화면이 나타납니다.</p>
<p style="text-align: center;"><a href="http://www.catchkin.net/wp-content/uploads/2010/03/samba2-450.jpg"><img class="size-full wp-image-653 aligncenter" title="samba2-450" src="http://www.catchkin.net/wp-content/uploads/2010/03/samba2-450.jpg" alt="" width="450" height="248" /></a></p>
<p style="text-align: center;">그림 3. [SHARES] 설정 화면</p>
<p style="text-align: left;">그림 3은 [SHARES] 설정 화면인데, Home Directories를 생성하기 위해서는 Create Share 버튼 옆의 박스에 원하는 이름을 작성(여기서는, catchkin)하고 Commit Change 버튼을 누릅니다. 그러면 Base Options, Security Options, Browse Options, Miscellaneous Options, VFS module options를 포함하는 Basic 모드와 좀 더 복잡한 설정 화면을 보여주는 Advanced 모드를 선택할 수 있는데, Basic 모드 설정만으로도 원하는 모든 부분이 가능합니다. 그림 3에서 보듯이, Base Options에 comment/path, Security Options에 read only/guest ok, Micellaneous Options 부분 설정만 신경 쓰도록 합니다.</p>
<p style="text-align: left;">4. [STATUS] 설정</p>
<p style="text-align: left;">그림 1의 상단 아이콘 중 [STATUS]를 누르면 다음과 같은 화면이 나타납니다.</p>
<p style="text-align: center;"><a href="http://www.catchkin.net/wp-content/uploads/2010/03/samba4-450.jpg"><img class="size-full wp-image-657 aligncenter" title="samba4-450" src="http://www.catchkin.net/wp-content/uploads/2010/03/samba4-450.jpg" alt="" width="450" height="206" /></a></p>
<p style="text-align: center;">그림 4. [STATUS] 설정 화면</p>
<p style="text-align: left;">그림 4는 [STATUS] 설정 화면인데, 설정 완료 후 이를 적용하기 위해 smbd, nmbd, winbindd 서비스를 restart 해 줍니다. 그림 4의 Restart All 버튼을 누르면 됩니다.</p>
<p style="text-align: left;">5. 접속 테스트</p>
<p style="text-align: left;">Vista가 설치된 노트북에서 samba가 설치된 서버 PC의 공유 디렉토리로 올바르게 접속되는지 테스트하기 위해 탐색기의 주소창에서 서버 PC의 IP를 입력합니다. 그러면 ID와 비밀번호를 요구하는 창이 나타나고 인증을 통과한 후에는 다음과 같이 앞서 생성한 공유 디렉토리를 볼 수 있습니다.</p>
<p style="text-align: center;"><a href="http://www.catchkin.net/wp-content/uploads/2010/03/samba5-4501.jpg"><img class="size-full wp-image-660 aligncenter" title="samba5-450" src="http://www.catchkin.net/wp-content/uploads/2010/03/samba5-4501.jpg" alt="" width="450" height="280" /></a></p>
<p style="text-align: center;">그림 5. Vista 노트북에서 서버 PC의 공유 디렉토리로 접속한 화면</p>
<p style="text-align: left;">그림 5에서 Vista 노트북에서 서버 PC의 공유 디렉토리인 catchkin으로 접속한 것을 볼 수 있습니다. 그림 5의 우측에 보이는 파일들은 서버 PC의 공유 디렉토리인 catchkin의 서브 디렉토리 및 파일 목록입니다.</p>
<p style="text-align: left;">
<p style="text-align: left;">


<p>Related posts:<ol><li><a href='http://www.catchkin.net/?p=463' rel='bookmark' title='Permanent Link: Installing &amp; setting samba on Debian Etch'>Installing &amp; setting samba on Debian Etch</a></li>
<li><a href='http://www.catchkin.net/?p=646' rel='bookmark' title='Permanent Link: SWAT 연결 URL인 localhost:901 접속 에러 시 체크 내용'>SWAT 연결 URL인 localhost:901 접속 에러 시 체크 내용</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.catchkin.net/?feed=rss2&amp;p=648</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SWAT 연결 URL인 localhost:901 접속 에러 시 체크 내용</title>
		<link>http://www.catchkin.net/?p=646</link>
		<comments>http://www.catchkin.net/?p=646#comments</comments>
		<pubDate>Fri, 19 Mar 2010 16:16:16 +0000</pubDate>
		<dc:creator>catchkin</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[localhost:901]]></category>
		<category><![CDATA[samba]]></category>
		<category><![CDATA[SWAT]]></category>
		<category><![CDATA[우분투]]></category>

		<guid isPermaLink="false">http://www.catchkin.net/?p=646</guid>
		<description><![CDATA[Ubuntu를 설치하고, 이전에 작성한 &#8216;Installing &#38; setting samba on Debian Etch&#8216; 글에 따라 분명히 SAMBA 관련 패키지를 설치 및 설정 하였고, apache 관련 설정에도 문제가 없는 상황에서 이상하게 localhost:901 접속를 할 수 없는 경우 다음을 확인해 볼 필요가 있음.
수정 전: /etc/hosts
127.0.0.1        ubuntu localhost.localdomain       localhost
127.0.1.1         ubuntu.local      ubuntu
수정 후: /etc/hosts
127.0.0.1        localhost
127.0.1.1        ubuntu.local      ubuntu
192.168.0.2   localhost
이 설정을 설정하고 apache를 [...]


Related posts:<ol><li><a href='http://www.catchkin.net/?p=463' rel='bookmark' title='Permanent Link: Installing &amp; setting samba on Debian Etch'>Installing &amp; setting samba on Debian Etch</a></li>
<li><a href='http://www.catchkin.net/?p=167' rel='bookmark' title='Permanent Link: Solaris에서 network install – 설치 과정에서 DHCP 사용 enable'>Solaris에서 network install – 설치 과정에서 DHCP 사용 enable</a></li>
<li><a href='http://www.catchkin.net/?p=83' rel='bookmark' title='Permanent Link: xhost 명령을 사용해서 화면 표시 (local/remote)'>xhost 명령을 사용해서 화면 표시 (local/remote)</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Ubuntu를 설치하고, 이전에 작성한 &#8216;<a title="Installing &amp; setting samba on Debian Etch" href="http://www.catchkin.net/?p=463" target="_blank">Installing &amp; setting samba on Debian Etch</a>&#8216; 글에 따라 분명히 SAMBA 관련 패키지를 설치 및 설정 하였고, apache 관련 설정에도 문제가 없는 상황에서 이상하게 localhost:901 접속를 할 수 없는 경우 다음을 확인해 볼 필요가 있음.</p>
<p>수정 전: /etc/hosts</p>
<blockquote><p>127.0.0.1        ubuntu localhost.localdomain       localhost<br />
127.0.1.1         ubuntu.local      ubuntu</p></blockquote>
<p>수정 후: /etc/hosts</p>
<blockquote><p>127.0.0.1        localhost<br />
127.0.1.1        ubuntu.local      ubuntu<br />
192.168.0.2   localhost</p></blockquote>
<p>이 설정을 설정하고 apache를 restart한 후 localhost:901 접속을 하면 웹 브라우저에서 SWAT 설정 화면을 볼 수 있음.</p>
<p>여기 소개된 방법은 일반적인 방법은 아님.</p>


<p>Related posts:<ol><li><a href='http://www.catchkin.net/?p=463' rel='bookmark' title='Permanent Link: Installing &amp; setting samba on Debian Etch'>Installing &amp; setting samba on Debian Etch</a></li>
<li><a href='http://www.catchkin.net/?p=167' rel='bookmark' title='Permanent Link: Solaris에서 network install – 설치 과정에서 DHCP 사용 enable'>Solaris에서 network install – 설치 과정에서 DHCP 사용 enable</a></li>
<li><a href='http://www.catchkin.net/?p=83' rel='bookmark' title='Permanent Link: xhost 명령을 사용해서 화면 표시 (local/remote)'>xhost 명령을 사용해서 화면 표시 (local/remote)</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.catchkin.net/?feed=rss2&amp;p=646</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu에서 PHP GD2 library 설치 방법</title>
		<link>http://www.catchkin.net/?p=643</link>
		<comments>http://www.catchkin.net/?p=643#comments</comments>
		<pubDate>Thu, 18 Feb 2010 05:41:07 +0000</pubDate>
		<dc:creator>catchkin</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[PHP GD2]]></category>

		<guid isPermaLink="false">http://www.catchkin.net/?p=643</guid>
		<description><![CDATA[콘솔에서 다음 명령어 실행
sudo apt-get install php5-gd
Apache 재실행
sudo /etc/init.d/apach2 restart
간단하게 할 수 있습니다.
참고: http://lifeonubuntu.com/how-to-install-php-gd2-library-on-ubuntu/


Related posts:Ubuntu에서 sudo 사용자 추가방법, sudoers
Ubuntu에서 root로 login하는 방법
Installing &#38; setting Xdebug on Debian



Related posts:<ol><li><a href='http://www.catchkin.net/?p=671' rel='bookmark' title='Permanent Link: Ubuntu에서 sudo 사용자 추가방법, sudoers'>Ubuntu에서 sudo 사용자 추가방법, sudoers</a></li>
<li><a href='http://www.catchkin.net/?p=43' rel='bookmark' title='Permanent Link: Ubuntu에서 root로 login하는 방법'>Ubuntu에서 root로 login하는 방법</a></li>
<li><a href='http://www.catchkin.net/?p=27' rel='bookmark' title='Permanent Link: Installing &amp; setting Xdebug on Debian'>Installing &amp; setting Xdebug on Debian</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>콘솔에서 다음 명령어 실행</p>
<blockquote><p>sudo apt-get install php5-gd</p></blockquote>
<p>Apache 재실행</p>
<blockquote><p>sudo /etc/init.d/apach2 restart</p></blockquote>
<p>간단하게 할 수 있습니다.</p>
<p>참고: http://lifeonubuntu.com/how-to-install-php-gd2-library-on-ubuntu/</p>


<p>Related posts:<ol><li><a href='http://www.catchkin.net/?p=671' rel='bookmark' title='Permanent Link: Ubuntu에서 sudo 사용자 추가방법, sudoers'>Ubuntu에서 sudo 사용자 추가방법, sudoers</a></li>
<li><a href='http://www.catchkin.net/?p=43' rel='bookmark' title='Permanent Link: Ubuntu에서 root로 login하는 방법'>Ubuntu에서 root로 login하는 방법</a></li>
<li><a href='http://www.catchkin.net/?p=27' rel='bookmark' title='Permanent Link: Installing &amp; setting Xdebug on Debian'>Installing &amp; setting Xdebug on Debian</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.catchkin.net/?feed=rss2&amp;p=643</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Search for suitable plugin? 기능</title>
		<link>http://www.catchkin.net/?p=639</link>
		<comments>http://www.catchkin.net/?p=639#comments</comments>
		<pubDate>Wed, 13 Jan 2010 08:43:54 +0000</pubDate>
		<dc:creator>catchkin</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Search for suitable plugin]]></category>
		<category><![CDATA[Ubuntu 9.10]]></category>

		<guid isPermaLink="false">http://www.catchkin.net/?p=639</guid>
		<description><![CDATA[Ubuntu 9.10을 설치해서 사용하는 중입니다. Ubuntu의 이전 버전에서도 이 기능이 포함되어 있는지는 잘 모르겠으나, ubuntu 9.10에서 &#8216;Search for suitable plugin?&#8217; 기능으로 인해 Ubuntu 사용이 한결 편해졌다는 느낌이 듭니다. 한 가지 예로, Firefox 브라우저를 설치하고 특정한 사이트를 방문하였는데, 그 사이트 페이지에 YouTube 동영상이 포함되어 있습니다. 이 경우 Ubuntu 시스템에서 이 동영상을 play하는데 필요한 플러그인을 확인해보고,  아직 [...]


Related posts:<ol><li><a href='http://www.catchkin.net/?p=358' rel='bookmark' title='Permanent Link: Installing WebAdmin Plugin on Trac 0.10.3'>Installing WebAdmin Plugin on Trac 0.10.3</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Ubuntu 9.10을 설치해서 사용하는 중입니다. Ubuntu의 이전 버전에서도 이 기능이 포함되어 있는지는 잘 모르겠으나, ubuntu 9.10에서 &#8216;Search for suitable plugin?&#8217; 기능으로 인해 Ubuntu 사용이 한결 편해졌다는 느낌이 듭니다. 한 가지 예로, Firefox 브라우저를 설치하고 특정한 사이트를 방문하였는데, 그 사이트 페이지에 YouTube 동영상이 포함되어 있습니다. 이 경우 Ubuntu 시스템에서 이 동영상을 play하는데 필요한 플러그인을 확인해보고,  아직 설치되지 않은 경우 다음 그림과 같이 &#8217;search for suitable plugin?&#8217; 창이 나타나면서 설치 가능한 플러그인을 검색하도록 합니다.</p>
<p style="text-align: center;"><img class="size-full wp-image-640 aligncenter" title="searchforsuitableplugin-450" src="http://www.catchkin.net/wp-content/uploads/2010/01/searchforsuitableplugin-450.jpg" alt="searchforsuitableplugin-450" width="450" height="234" /></p>
<p style="text-align: center;">그림 1. Search for suitable plugin 화면</p>
<p style="text-align: left;">Search를 하면 다음과 같이 필요한 플러그인 리스트를 출력해 줍니다.</p>
<p style="text-align: center;"><img class="size-full wp-image-641 aligncenter" title="installplugins-450" src="http://www.catchkin.net/wp-content/uploads/2010/01/installplugins-450.jpg" alt="installplugins-450" width="450" height="255" /></p>
<p style="text-align: center;">그림 2. 설치 가능한 plugin 리스트 화면 출력</p>
<p style="text-align: left;">Install을 눌러 설치를 진행하기만 하면 됩니다. 참 편해졌습니다.</p>


<p>Related posts:<ol><li><a href='http://www.catchkin.net/?p=358' rel='bookmark' title='Permanent Link: Installing WebAdmin Plugin on Trac 0.10.3'>Installing WebAdmin Plugin on Trac 0.10.3</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.catchkin.net/?feed=rss2&amp;p=639</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>trunk source를 tag로 export하는 방법</title>
		<link>http://www.catchkin.net/?p=634</link>
		<comments>http://www.catchkin.net/?p=634#comments</comments>
		<pubDate>Thu, 26 Nov 2009 01:44:09 +0000</pubDate>
		<dc:creator>catchkin</dc:creator>
				<category><![CDATA[Svn]]></category>
		<category><![CDATA[Trac]]></category>
		<category><![CDATA[svn export]]></category>
		<category><![CDATA[trunk source]]></category>

		<guid isPermaLink="false">http://www.catchkin.net/?p=634</guid>
		<description><![CDATA[참고 사이트: http://www.alexlab.net/blog/?p=116
5. 분기
특징: Repository 전체를 받음 (trunk만 아님, 모두 받음)
svn checkout http://(SERVER_IP)/svn/sample sample
sample# svn copy trunk bacnches/sample-branch
sample# svn commit
Branch된 소스를 받기 위해서는 branches/sample-branch를 checkout하면 됩니다. trunk와 branch는 따로 revision을 가지지 않습니다. Subversion의 revision은 저장소 전체의 revision입니다.


No related posts.


No related posts.]]></description>
			<content:encoded><![CDATA[<p>참고 사이트: <a title="trunk source" href="http://www.alexlab.net/blog/?p=116" target="_blank">http://www.alexlab.net/blog/?p=116</a></p>
<blockquote><p>5. 분기</p>
<p>특징: Repository 전체를 받음 (trunk만 아님, 모두 받음)</p>
<p>svn checkout http://(SERVER_IP)/svn/sample sample<br />
sample# svn copy trunk bacnches/sample-branch<br />
sample# svn commit</p>
<p>Branch된 소스를 받기 위해서는 branches/sample-branch를 checkout하면 됩니다. trunk와 branch는 따로 revision을 가지지 않습니다. Subversion의 revision은 저장소 전체의 revision입니다.</p></blockquote>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.catchkin.net/?feed=rss2&amp;p=634</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Trac 0.11에서 0.12dev로 업그레이드 하는 방법</title>
		<link>http://www.catchkin.net/?p=630</link>
		<comments>http://www.catchkin.net/?p=630#comments</comments>
		<pubDate>Thu, 26 Nov 2009 00:05:31 +0000</pubDate>
		<dc:creator>catchkin</dc:creator>
				<category><![CDATA[Trac]]></category>
		<category><![CDATA[easy_install]]></category>
		<category><![CDATA[Genshi]]></category>
		<category><![CDATA[trac]]></category>
		<category><![CDATA[trac 업그레이드]]></category>

		<guid isPermaLink="false">http://www.catchkin.net/?p=630</guid>
		<description><![CDATA[easy_install을 이용하여 다음과 같이 간단히 업그레이드 가능합니다.
easy_install http://svn.edgewall.org/repos/trac/trunk/
Genshi 버전 에러가 발생한 경우,  다음과 같이 Genshi을 먼저 업그레이드합니다.
easy_install -U &#8220;Genshi==dev&#8221;
그리고 다시 다음과 같이 trac 0.12dev로 업그레이드합니다.
easy_install http://svn.edgewall.org/repos/trac/trunk/
Apache 웹서버를 restart한 다음, 다음과 같이 trac을 업그레이드합니다.
trac-admin /var/trac/bchybrid upgrade
업그레이드가 되었는지 확인해봅니다.
참고 사이트: TracDownload


Related posts:Installing WebAdmin Plugin on Trac 0.10.3
How to upgrade trac with easy_install
Upgrade from Trac 0.11b2 to Trac [...]


Related posts:<ol><li><a href='http://www.catchkin.net/?p=358' rel='bookmark' title='Permanent Link: Installing WebAdmin Plugin on Trac 0.10.3'>Installing WebAdmin Plugin on Trac 0.10.3</a></li>
<li><a href='http://www.catchkin.net/?p=407' rel='bookmark' title='Permanent Link: How to upgrade trac with easy_install'>How to upgrade trac with easy_install</a></li>
<li><a href='http://www.catchkin.net/?p=403' rel='bookmark' title='Permanent Link: Upgrade from Trac 0.11b2 to Trac 0.11rc1'>Upgrade from Trac 0.11b2 to Trac 0.11rc1</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>easy_install을 이용하여 다음과 같이 간단히 업그레이드 가능합니다.</p>
<blockquote><p>easy_install http://svn.edgewall.org/repos/trac/trunk/</p></blockquote>
<p>Genshi 버전 에러가 발생한 경우,  다음과 같이 <a title="Genshi 업그레이드" href="http://genshi.edgewall.org/wiki/Download" target="_blank">Genshi을 먼저 업그레이드</a>합니다.</p>
<blockquote><p>easy_install -U &#8220;Genshi==dev&#8221;</p></blockquote>
<p>그리고 다시 다음과 같이 trac 0.12dev로 업그레이드합니다.</p>
<blockquote><p>easy_install http://svn.edgewall.org/repos/trac/trunk/</p></blockquote>
<p>Apache 웹서버를 restart한 다음, 다음과 같이 trac을 업그레이드합니다.</p>
<blockquote><p>trac-admin /var/trac/bchybrid upgrade</p></blockquote>
<p>업그레이드가 되었는지 확인해봅니다.</p>
<p>참고 사이트: <a title="TracDownload" href="http://trac.edgewall.org/wiki/TracDownload" target="_blank">TracDownload</a></p>


<p>Related posts:<ol><li><a href='http://www.catchkin.net/?p=358' rel='bookmark' title='Permanent Link: Installing WebAdmin Plugin on Trac 0.10.3'>Installing WebAdmin Plugin on Trac 0.10.3</a></li>
<li><a href='http://www.catchkin.net/?p=407' rel='bookmark' title='Permanent Link: How to upgrade trac with easy_install'>How to upgrade trac with easy_install</a></li>
<li><a href='http://www.catchkin.net/?p=403' rel='bookmark' title='Permanent Link: Upgrade from Trac 0.11b2 to Trac 0.11rc1'>Upgrade from Trac 0.11b2 to Trac 0.11rc1</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.catchkin.net/?feed=rss2&amp;p=630</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox 플러그인: scrapbook</title>
		<link>http://www.catchkin.net/?p=602</link>
		<comments>http://www.catchkin.net/?p=602#comments</comments>
		<pubDate>Fri, 06 Nov 2009 06:44:01 +0000</pubDate>
		<dc:creator>catchkin</dc:creator>
				<category><![CDATA[Firefox]]></category>
		<category><![CDATA[scrapbook]]></category>
		<category><![CDATA[파이어폭스]]></category>

		<guid isPermaLink="false">http://www.catchkin.net/?p=602</guid>
		<description><![CDATA[웹 브라우저로 파이어폭스를 사용하고 계신가요? IE와 비교할 때 어떤 장점이 있기에 파이어폭스를 사용하고 있나요? 개인적으로는 다양한 용도로 개발된 플러그인을 파이어폭스의 큰 장점 중 하나로 꼽고 있습니다. 여러 사람이 참여해서 함께 만들어 가는 오픈소스 플랫폼인 만큼 많은 사람의 요구 사항이 반영되었다고 볼 수 있지 않을까요. 예를 들어, scrapbook이라는 플러그인도 나와 같은 사용자를 위해 개발된 플러그인 중 [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p>웹 브라우저로 파이어폭스를 사용하고 계신가요? IE와 비교할 때 어떤 장점이 있기에 파이어폭스를 사용하고 있나요? 개인적으로는 다양한 용도로 개발된 플러그인을 파이어폭스의 큰 장점 중 하나로 꼽고 있습니다. 여러 사람이 참여해서 함께 만들어 가는 오픈소스 플랫폼인 만큼 많은 사람의 요구 사항이 반영되었다고 볼 수 있지 않을까요. 예를 들어, scrapbook이라는 플러그인도 나와 같은 사용자를 위해 개발된 플러그인 중 하나입니다.</p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.catchkin.net/?feed=rss2&amp;p=602</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
