<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title>Study Log of phiDel</title>
		<link>http://blog.foxb.kr/</link>
		<description></description>
		<language>ko</language>
		<pubDate>Fri, 09 Dec 2011 22:46:31 +0900</pubDate>
		<generator>Tistory 1.1 (http://www.tistory.com/)</generator>
		<managingEditor>파이델</managingEditor>
		<image>
		<title>Study Log of phiDel</title>
		<url><![CDATA[http://cfs11.tistory.com/upload_control/download.blog?fhandle=YmxvZzMzODcwMUBmczExLnRpc3RvcnkuY29tOi9hdHRhY2gvMC8yMzAwMDAwMDAwMDAuanBlZw%3D%3D]]></url>
		<link>http://blog.foxb.kr/</link>
		<description></description>
		</image>
		<item>
			<title>L,APM mySql data 폴더를 다른곳으로 변경하고 windows, ubuntu 같은 폴더 사용하기</title>
			<link>http://blog.foxb.kr/261</link>
			<description>&lt;div&gt;
L,APM mySql의 data 폴더를 다른곳으로 변경하기입니다.&lt;br /&gt;
windows/ubuntu 같은&amp;nbsp;data 폴더를 사용할 수 있습니다.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;windows APMsetup&lt;/b&gt;&lt;br /&gt;
&lt;div class=&quot;txc-textbox&quot; style=&quot;border-top-style: dashed; border-right-style: dashed; border-bottom-style: dashed; border-left-style: dashed; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-color: rgb(121, 165, 228); border-right-color: rgb(121, 165, 228); border-bottom-color: rgb(121, 165, 228); border-left-color: rgb(121, 165, 228); background-color: rgb(219, 232, 251); padding-top: 10px; padding-right: 10px; padding-bottom: 10px; padding-left: 10px; &quot;&gt;
&lt;p style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; &quot;&gt;아래 파일에서&amp;nbsp;[mysqld] 를 찾습니다.&lt;br /&gt;
&amp;nbsp; C:\APM_Setup\Server\MySQL5\data\my.ini&amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
그후 &amp;nbsp;아래 항목을 추가해 줍시다. ex: 위치는 알아서 (datadir =&amp;nbsp;&lt;font class=&quot;Apple-style-span&quot; color=&quot;#f3709b&quot;&gt;D:\!!APM\mysql&lt;/font&gt;)&lt;br /&gt;
&amp;nbsp;&amp;nbsp;# The MySQL server&lt;/p&gt;
&lt;p style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; &quot;&gt;&amp;nbsp; [mysqld]&lt;/p&gt;
&lt;p style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; &quot;&gt;&amp;nbsp; datadir = D:\!!APM\mysql&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;저장후&amp;nbsp;my.ini 파일을&amp;nbsp;아래 위치로 복사해 줍니다.&lt;br /&gt;
&amp;nbsp; &amp;nbsp;C:\APM_Setup\Server\MySQL5\my.ini&amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;이제 mysql 을 재시작하시면 됩니다.&lt;/p&gt;
&lt;/div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;br /&gt;
&lt;b&gt;
ubuntu LAPM&lt;/b&gt;&lt;br /&gt;
&lt;div class=&quot;txc-textbox&quot; style=&quot;border-top-style: dashed; border-right-style: dashed; border-bottom-style: dashed; border-left-style: dashed; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-color: rgb(254, 137, 67); border-right-color: rgb(254, 137, 67); border-bottom-color: rgb(254, 137, 67); border-left-color: rgb(254, 137, 67); background-color: rgb(254, 222, 199); padding-top: 10px; padding-right: 10px; padding-bottom: 10px; padding-left: 10px; &quot;&gt;
&lt;p style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; &quot;&gt;우선 mySQL 중지 합니다&lt;br /&gt;
&amp;nbsp; sudo /etc/init.d/mysql stop&lt;br /&gt;
&lt;br /&gt;
옮길 디렉토리를 준비합니다. &lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot;&gt;ex: 위치는 알아서 (datadir =&amp;nbsp;&lt;/span&gt;&lt;font class=&quot;Apple-style-span&quot; color=&quot;#801fbf&quot;&gt;/home/user/mysql&lt;/font&gt;)&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;sudo cp -r /var/lib/mysql /home/user/&lt;br /&gt;
&lt;br /&gt;
소유자 및 그룹 권한을 mysql로 변경합니다.&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp; sudo chown -R mysql:mysql /home/user/mysql&lt;br /&gt;
&lt;br /&gt;
그후 &amp;nbsp;my.cnf 아래&amp;nbsp;datadir&amp;nbsp;항목을 찾아 수정합니다. &lt;br /&gt;
&lt;br /&gt;
&lt;/p&gt;
&lt;p style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; &quot;&gt;&amp;nbsp; sudo gedit /etc/mysql/my.cnf&lt;br /&gt;
&amp;nbsp;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;[mysqld]&lt;br /&gt;
&amp;nbsp; #datadir=/var/lib/mysql&lt;br /&gt;
&amp;nbsp; datadir=/home/user/mysql&amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
또&amp;nbsp;usr.sbin.mysqld 도 수정합니다. &lt;br /&gt;
ex:&amp;nbsp;/var/lib/mysql/ 를&amp;nbsp;/home/user/mysql/ 로 수정&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;sudo gedit /etc/apparmor.d/usr.sbin.mysqld&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;# /var/lib/mysql/ r,&lt;/p&gt;
&lt;p style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; &quot;&gt;&amp;nbsp; # /var/lib/mysql/** rwk,&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;/home/user/mysql/ r,&lt;/p&gt;
&lt;p style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; &quot;&gt;&amp;nbsp; /home/user/mysql/** rwk,&amp;nbsp;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&lt;br /&gt;
저장후&amp;nbsp;apparmor 와 mysql 재시작 합니다.&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp; sudo /etc/init.d/apparmor reload&lt;br /&gt;
&amp;nbsp; sudo /etc/init.d/mysql restart&amp;nbsp;&lt;/p&gt;
&lt;/div&gt;
&amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;
참고: 같은 폴더 사용하기&lt;/b&gt;&lt;br /&gt;
&lt;div class=&quot;txc-textbox&quot; style=&quot;border-top-style: dashed; border-right-style: dashed; border-bottom-style: dashed; border-left-style: dashed; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-color: rgb(193, 193, 193); border-right-color: rgb(193, 193, 193); border-bottom-color: rgb(193, 193, 193); border-left-color: rgb(193, 193, 193); background-color: rgb(238, 238, 238); padding-top: 10px; padding-right: 10px; padding-bottom: 10px; padding-left: 10px; &quot;&gt;
&lt;p style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; &quot;&gt;윈도우에선 ext4 파티션을 사용하기 불편합니다.&amp;nbsp;못하는건 아니고요. &lt;br /&gt;
&lt;a href=&quot;http://www.ext2fsd.com/&quot; target=&quot;_blank&quot; title=&quot;[http://www.ext2fsd.com/]로 이동합니다.&quot;&gt;www.ext2fsd.com&lt;/a&gt; 방문하시면 해당 유틸의 도움으로 윈도우에서 ext4 파티션 사용이 가능합니다.&lt;br /&gt;
&lt;br /&gt;
아무튼 그래서 ntfs 파티션을 사용하겠다면 자동 마운트를 해두어야 합니다.&lt;br /&gt;
자동 마운트 해두고 위에서 처럼 설정하시면 됩니다.&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://blog.foxb.kr/124&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; line-height: 1.3em; font-family: dotum; text-decoration: none; color: rgb(255, 128, 0); font: normal normal bold 12px/16px dotum; font-size: 12px; &quot;&gt;자동으로 드라이브(파티션) 마운트하기 - K/Ubuntu&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;&lt;div class=&quot;entry-ccl&quot; style=&quot;clear: both; text-align: right; margin-bottom: 10px&quot;&gt;
	&lt;img id=&quot;ccl-icon-261-0&quot; class=&quot;entry-ccl-by&quot; src=&quot;http://i1.daumcdn.net/cfs.tistory/v/0/static/admin/editor/ccl_black01.png&quot; alt=&quot;저작자 표시&quot;/&gt;
	&lt;img id=&quot;ccl-icon-261-1&quot; class=&quot;entry-ccl-nc&quot; src=&quot;http://i1.daumcdn.net/cfs.tistory/v/0/static/admin/editor/ccl_black02.png&quot; alt=&quot;비영리&quot;/&gt;
	&lt;img id=&quot;ccl-icon-261-2&quot; class=&quot;entry-ccl-sa&quot; src=&quot;http://i1.daumcdn.net/cfs.tistory/v/0/static/admin/editor/ccl_black04.png&quot; alt=&quot;동일 조건 변경 허락&quot;/&gt;
	&lt;!--
	&lt;rdf:RDF xmlns=&quot;http://web.resource.org/cc/&quot; xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot; xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;&gt;
		&lt;Work rdf:about=&quot;&quot;&gt;
			&lt;license rdf:resource=&quot;http://creativecommons.org/licenses/by-nc-sa/2.0/kr/&quot; /&gt;
		&lt;/Work&gt;
		&lt;License rdf:about=&quot;http://creativecommons.org/licenses/by-nc-sa/&quot;&gt;
			&lt;permits rdf:resource=&quot;http://web.resource.org/cc/Reproduction&quot;/&gt;
			&lt;permits rdf:resource=&quot;http://web.resource.org/cc/Distribution&quot;/&gt;
			&lt;requires rdf:resource=&quot;http://web.resource.org/cc/Notice&quot;/&gt;
			&lt;requires rdf:resource=&quot;http://web.resource.org/cc/Attribution&quot;/&gt;
			&lt;prohibits rdf:resource=&quot;http://web.resource.org/cc/CommercialUse&quot;/&gt;
		&lt;/License&gt;
	&lt;/rdf:RDF&gt;
	--&gt;
&lt;/div&gt;
</description>
			<category>APM-conf</category>
			<category>APMsetup</category>
			<category>data</category>
			<category>datadir</category>
			<category>EXT4</category>
			<category>LAPM</category>
			<category>MySQL</category>
			<category>ntfs</category>
			<category>ubuntu</category>
			<category>Windows</category>
			<author>파이델</author>
			<guid>http://blog.foxb.kr/261</guid>
			<comments>http://blog.foxb.kr/261#entry261comment</comments>
			<pubDate>Thu, 10 Nov 2011 14:10:28 +0900</pubDate>
		</item>
		<item>
			<title>우분투의 유니티(Unity) 쉘에서 이클립스(Eclipse) 스크롤바 안뜨는 문제</title>
			<link>http://blog.foxb.kr/271</link>
			<description>ubuntu 11.xx 에서 이클립스를 실행하면 아래처럼 스크롤바가 안뜨는 문제가 있습니다.&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;imageblock&quot; style=&quot;display:inline;&quot;&gt;&lt;a href=&quot;http://cfile24.uf.tistory.com/original/162296364EA376E12A8B95&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile24.uf.tistory.com/image/162296364EA376E12A8B95&quot; alt=&quot;&quot; filemime=&quot;image/png&quot; filename=&quot;Screenshot at 2011-10-23 10:32:32.png&quot; height=&quot;218&quot; width=&quot;683&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
우분투 11 버전부터 사용되는 unity 쉘 때문인거 같은데요.&lt;br /&gt;
다음과 같이하면 버그 수정될때까지 임시로 사용할 수 있습니다.&lt;br /&gt;
&lt;br /&gt;
script 파일을 만들고 아래 내용을 씁니다.&lt;br /&gt;
출처:&amp;nbsp;&lt;a href=&quot;http://technomagus.wordpress.com/linux/window-managers/ubuntu-11-04-and-disappearing-scrollbars/&quot;&gt;http://technomagus.wordpress.com/linux/window-managers/ubuntu-11-04-and-disappearing-scrollbars/&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div&gt;
&lt;/div&gt;
&lt;div class=&quot;txc-textbox&quot; style=&quot;border-top-style: dashed; border-right-style: dashed; border-bottom-style: dashed; border-left-style: dashed; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-color: rgb(193, 193, 193); border-right-color: rgb(193, 193, 193); border-bottom-color: rgb(193, 193, 193); border-left-color: rgb(193, 193, 193); background-color: rgb(238, 238, 238); padding-top: 10px; padding-right: 10px; padding-bottom: 10px; padding-left: 10px; &quot;&gt;
&lt;p style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; &quot;&gt;&lt;/p&gt;
&lt;div&gt;
#!/bin/bash&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
export UBUNTU_MENUPROXY=0&lt;/div&gt;
&lt;div&gt;
export LIBOVERLAY_SCROLLBAR=0&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
/usr/bin/eclipse&lt;/div&gt;
&lt;p&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;div class=&quot;txc-textbox&quot; style=&quot;border-top-style: dashed; border-right-style: dashed; border-bottom-style: dashed; border-left-style: dashed; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-color: rgb(243, 197, 52); border-right-color: rgb(243, 197, 52); border-bottom-color: rgb(243, 197, 52); border-left-color: rgb(243, 197, 52); background-color: rgb(254, 254, 184); padding-top: 10px; padding-right: 10px; padding-bottom: 10px; padding-left: 10px; &quot;&gt;
&lt;p style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; &quot;&gt;* ps *&lt;br /&gt;
참고로 /usr/bin/eclipse 파일은 script file 이므로 해당 파일 상단에 export 부분만 적어 넣어도 됩니다.&lt;br /&gt;
그러면 따로 스크립트 파일을 만들 필요도없고 직접 실행 하면됩니다.&lt;br /&gt;
&lt;br /&gt;
&lt;/p&gt;
&lt;div class=&quot;txc-textbox&quot; style=&quot;border-top-style: dashed; border-right-style: dashed; border-bottom-style: dashed; border-left-style: dashed; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-color: rgb(193, 193, 193); border-right-color: rgb(193, 193, 193); border-bottom-color: rgb(193, 193, 193); border-left-color: rgb(193, 193, 193); background-color: rgb(238, 238, 238); padding-top: 10px; padding-right: 10px; padding-bottom: 10px; padding-left: 10px; &quot;&gt;
&lt;p style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; &quot;&gt;sudo gedit /usr/bin/eclipse&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;br /&gt;
저장후 해당 스크립트 파일을 실행하시면됩니다.&lt;br /&gt;
아래 그림처럼 스크롤바가 생깁니다.&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;imageblock&quot; style=&quot;display:inline;&quot;&gt;&lt;a href=&quot;http://cfile29.uf.tistory.com/original/1722FA364EA376E124287E&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile29.uf.tistory.com/image/1722FA364EA376E124287E&quot; alt=&quot;&quot; filemime=&quot;image/png&quot; filename=&quot;Screenshot at 2011-10-23 10:59:16.png&quot; height=&quot;219&quot; width=&quot;683&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;entry-ccl&quot; style=&quot;clear: both; text-align: right; margin-bottom: 10px&quot;&gt;
	&lt;img id=&quot;ccl-icon-271-0&quot; class=&quot;entry-ccl-by&quot; src=&quot;http://i1.daumcdn.net/cfs.tistory/v/0/static/admin/editor/ccl_black01.png&quot; alt=&quot;저작자 표시&quot;/&gt;
	&lt;img id=&quot;ccl-icon-271-1&quot; class=&quot;entry-ccl-nc&quot; src=&quot;http://i1.daumcdn.net/cfs.tistory/v/0/static/admin/editor/ccl_black02.png&quot; alt=&quot;비영리&quot;/&gt;
	&lt;img id=&quot;ccl-icon-271-2&quot; class=&quot;entry-ccl-sa&quot; src=&quot;http://i1.daumcdn.net/cfs.tistory/v/0/static/admin/editor/ccl_black04.png&quot; alt=&quot;동일 조건 변경 허락&quot;/&gt;
	&lt;!--
	&lt;rdf:RDF xmlns=&quot;http://web.resource.org/cc/&quot; xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot; xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;&gt;
		&lt;Work rdf:about=&quot;&quot;&gt;
			&lt;license rdf:resource=&quot;http://creativecommons.org/licenses/by-nc-sa/2.0/kr/&quot; /&gt;
		&lt;/Work&gt;
		&lt;License rdf:about=&quot;http://creativecommons.org/licenses/by-nc-sa/&quot;&gt;
			&lt;permits rdf:resource=&quot;http://web.resource.org/cc/Reproduction&quot;/&gt;
			&lt;permits rdf:resource=&quot;http://web.resource.org/cc/Distribution&quot;/&gt;
			&lt;requires rdf:resource=&quot;http://web.resource.org/cc/Notice&quot;/&gt;
			&lt;requires rdf:resource=&quot;http://web.resource.org/cc/Attribution&quot;/&gt;
			&lt;prohibits rdf:resource=&quot;http://web.resource.org/cc/CommercialUse&quot;/&gt;
		&lt;/License&gt;
	&lt;/rdf:RDF&gt;
	--&gt;
&lt;/div&gt;
</description>
			<category>문제해결</category>
			<category>Eclipse</category>
			<category>script</category>
			<category>scrollbar</category>
			<category>ubuntu</category>
			<category>스크롤바</category>
			<category>우분투</category>
			<category>이클립스</category>
			<author>파이델</author>
			<guid>http://blog.foxb.kr/271</guid>
			<comments>http://blog.foxb.kr/271#entry271comment</comments>
			<pubDate>Sun, 23 Oct 2011 11:17:42 +0900</pubDate>
		</item>
		<item>
			<title>우분투 11.10 설치후 할일 한방에 끝내기</title>
			<link>http://blog.foxb.kr/213</link>
			<description>설치후 이것 저것 설정하기 귀찮아서 9.10 때 만들어둔 것 인데.&lt;br /&gt;
이번에 미루고 미루던 10.04 bata1 을 설치했습니다.&amp;nbsp;그래서 이것도 10.04 bata1 맞게 업데이트 해봤습니다.&lt;br /&gt;
&lt;br /&gt;
201/10/22 - ubuntu 11.10 으로 다시 업데이트&lt;br /&gt;
&lt;br /&gt;
아래 index1.sh, index2.sh 스크립트를 &lt;span style=&quot;font-weight: bold; color: rgb(227, 22, 0);&quot;&gt;실행 권한&lt;/span&gt;으로 만든후 &quot;$ bash &lt;span style=&quot;font-weight: bold;&quot;&gt;index1.sh&lt;/span&gt;&quot; 실행합니다.&lt;br /&gt;
&lt;div class=&quot;imageblock&quot; style=&quot;display:inline;&quot;&gt;&lt;a href=&quot;http://phidel.tistory.com/attachment/cfile1.uf@157CC9494EA2853720A96D.gz&quot;&gt;&lt;img src=&quot;http://i1.daumcdn.net/cfs.tistory/v/0/blog/image/extension/gz.gif&quot; alt=&quot;&quot; style=&quot;vertical-align: middle;&quot; /&gt; 11.10.install.tar.gz&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-weight: bold; color: rgb(227, 22, 0);&quot;&gt;*&lt;/span&gt; 중요한점은 루트권한으로 실행하지 말것 (루트권한이 필요한 스크립트가 따로 나누어져있고 실행시 알아서 물어봅니다)&lt;br /&gt;
&lt;span style=&quot;font-weight: bold; color: rgb(227, 22, 0);&quot;&gt;*&lt;/span&gt; 실행 완료후엔 로그아웃 한번 해줄것&lt;br /&gt;
&lt;br /&gt;
저에게 필요한 부분 외에는 주석 처리 해두었으니 사용자 구미에 맞게 주석 해제 후 사용하시면 됩니다.&lt;br /&gt;
주석 해제는 맨앞에 # &amp;nbsp;을 지워주시면 됩니다. 단, 문단의 첫 줄은 설명이니 지우시면 안되고 2번째 줄 부터가 명령어...&lt;br /&gt;
&lt;br /&gt;
-- index1.sh&lt;br /&gt;
&lt;div&gt;
&lt;/div&gt;
&lt;div class=&quot;txc-textbox&quot; style=&quot;border-top-style: dashed; border-right-style: dashed; border-bottom-style: dashed; border-left-style: dashed; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-color: rgb(193, 193, 193); border-right-color: rgb(193, 193, 193); border-bottom-color: rgb(193, 193, 193); border-left-color: rgb(193, 193, 193); background-color: rgb(238, 238, 238); padding-top: 10px; padding-right: 10px; padding-bottom: 10px; padding-left: 10px; &quot;&gt;
&lt;p style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; &quot;&gt;&lt;/p&gt;
&lt;div&gt;
#!/bin/bash&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
## 루트권환이 필요한 스크립트 ##&lt;/div&gt;
&lt;div&gt;
sudo bash install2.sh&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
## 루트권환이 필요없는스크립트 ##&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
#시스템 버튼 (최소화, 최대화, 닫기) 오른쪽으로 바꾸기&lt;/div&gt;
&lt;div&gt;
#gconftool-2 --type string --set /apps/metacity/general/button_layout &quot;menu:minimize,maximize,close&quot;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
#터미널 색상 변경&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
#10.04 에선 Ambiance 변경되고 이게 기본 설정이지만 Default 도 입력해둠&lt;/div&gt;
&lt;div&gt;
#11.10 에서 다시 Default 로 변경됨&lt;/div&gt;
&lt;div&gt;
gconftool-2 --type bool --set /apps/gnome-terminal/profiles/Default/use_theme_colors false&lt;/div&gt;
&lt;div&gt;
gconftool-2 --type string --set /apps/gnome-terminal/profiles/Default/background_color &quot;#000000000000&quot;&lt;/div&gt;
&lt;div&gt;
gconftool-2 --type string --set /apps/gnome-terminal/profiles/Default/foreground_color &quot;#AAAAAAAAAAAA&quot;&lt;/div&gt;
&lt;div&gt;
gconftool-2 --type string --set /apps/gnome-terminal/profiles/Default/background_type &quot;transparent&quot;&lt;/div&gt;
&lt;div&gt;
gconftool-2 --type float --set /apps/gnome-terminal/profiles/Default/background_darkness 0.8&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
#터미널 단축키 alt+F3&lt;/div&gt;
&lt;div&gt;
gconftool-2 --type string --set /apps/metacity/global_keybindings/run_command_terminal &quot;&amp;lt;Alt&amp;gt;F3&quot;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
#스크린샷 도구 단축키 추가 ctrl+Print (유니티에서 적용 안됨, 좀더 연구 필요)&lt;/div&gt;
&lt;div&gt;
#gconftool-2 --set-schema &amp;nbsp;&quot;/schemas/apps/metacity/global_keybindings/run_command_9&quot; --owner &quot;metacity&quot;&lt;/div&gt;
&lt;div&gt;
#gconftool-2 --set-schema &amp;nbsp;&quot;/schemas/apps/metacity/keybinding_commands/command_9&quot; --owner &quot;metacity&quot;&lt;/div&gt;
&lt;div&gt;
#gconftool-2 --type string --set /apps/metacity/keybinding_commands/command_9 &quot;gnome-screenshot --interactive&quot;&lt;/div&gt;
&lt;div&gt;
#gconftool-2 --type string --set /apps/metacity/global_keybindings/run_command_9 &quot;&amp;lt;Control&amp;gt;Print&quot;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
######################################&lt;/div&gt;
&lt;div&gt;
#아래는 gnome 전용&lt;/div&gt;
&lt;div&gt;
######################################&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
#스크린샷 도구 단축키 추가 ctrl+win+S (&amp;lt;=10.04)&lt;/div&gt;
&lt;div&gt;
#gconftool-2 --type string --set /desktop/gnome/keybindings/custom1/action &quot;gnome-screenshot --interactive&quot;&lt;/div&gt;
&lt;div&gt;
#gconftool-2 --type string --set /desktop/gnome/keybindings/custom1/binding &quot;&amp;lt;Control&amp;gt;&amp;lt;Mod4&amp;gt;S&quot;&lt;/div&gt;
&lt;div&gt;
#gconftool-2 --type string --set /desktop/gnome/keybindings/custom1/name &quot;Gnome Screenshot Tool&quot;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
#메뉴나 단추에 아이콘 사용 (&amp;lt;=10.04)&lt;/div&gt;
&lt;div&gt;
#gconftool-2 --type bool --set /desktop/gnome/interface/menus_have_icons true&lt;/div&gt;
&lt;div&gt;
#gconftool-2 --type bool --set /desktop/gnome/interface/buttons_have_icons true&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
#바탕화면 마운트된 드라이브 감추기 (&amp;lt;=10.04)&lt;/div&gt;
&lt;div&gt;
#gconftool-2 --type bool --set /apps/nautilus/desktop/volumes_visible false&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
#노틸러스 파일 속성창 권한설정 탭 확장 (&amp;lt;=10.04)&lt;/div&gt;
&lt;div&gt;
#gconftool-2 --type bool --set /apps/nautilus/preferences/show_advanced_permissions true&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
#터미널 가변폭 폰트 설정 (10.04 에선 Default 가 Ambiance 변경)&lt;/div&gt;
&lt;div&gt;
#gconftool-2 --type bool --set /apps/gnome-terminal/profiles/Ambiance/use_system_font false&lt;/div&gt;
&lt;div&gt;
#gconftool-2 --type string --set /apps/gnome-terminal/profiles/Ambiance/font &quot;DejaVu Sans Mono 10&quot;&lt;/div&gt;
&lt;div&gt;
#gconftool-2 --type bool --set /apps/gnome-terminal/profiles/Default/use_system_font false&lt;/div&gt;
&lt;div&gt;
#gconftool-2 --type string --set /apps/gnome-terminal/profiles/Default/font &quot;DejaVu Sans Mono 10&quot;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
#시스템 모니터 단축키 추가 ctrl+win+del (&amp;lt;=10.04)&lt;/div&gt;
&lt;div&gt;
#gconftool-2 --type string --set /desktop/gnome/keybindings/custom0/action &quot;gnome-system-monitor&quot;&lt;/div&gt;
&lt;div&gt;
#gconftool-2 --type string --set /desktop/gnome/keybindings/custom0/binding &quot;&amp;lt;Control&amp;gt;&amp;lt;Mod4&amp;gt;Delete&quot;&lt;/div&gt;
&lt;div&gt;
#gconftool-2 --type string --set /desktop/gnome/keybindings/custom0/name &quot;Gnome System Monitor&quot;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
#Gedit 한글깨짐 해결 (&amp;lt;=9.10)&lt;/div&gt;
&lt;div&gt;
#gconftool-2 --type list --list-type=string --set /apps/gedit-2/preferences/encodings/auto_detected &quot;[UHC,UTF-8,CURRENT,JOHAB,ISO-8859-15,UTF-16]&quot;&lt;/div&gt;
&lt;div&gt;
&lt;/div&gt;
&lt;p&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;br /&gt;
-- index2.sh&lt;br /&gt;
&lt;div class=&quot;txc-textbox&quot; style=&quot;border-top-style: dashed; border-right-style: dashed; border-bottom-style: dashed; border-left-style: dashed; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-color: rgb(193, 193, 193); border-right-color: rgb(193, 193, 193); border-bottom-color: rgb(193, 193, 193); border-left-color: rgb(193, 193, 193); background-color: rgb(238, 238, 238); padding-top: 10px; padding-right: 10px; padding-bottom: 10px; padding-left: 10px; &quot;&gt;
&lt;p style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; &quot;&gt;&lt;/p&gt;
&lt;div&gt;
#!/bin/bash&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
#관리자 모드로 실행&lt;/div&gt;
&lt;div&gt;
if [ &quot;$(/usr/bin/whoami)&quot; != &quot;root&quot; ]; then&lt;/div&gt;
&lt;div&gt;
echo &quot;error&quot;&lt;/div&gt;
&lt;div&gt;
exit 1&lt;/div&gt;
&lt;div&gt;
fi&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
###### 제거할 프로그램들 ######&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
#기본 게임들 제거&lt;/div&gt;
&lt;div&gt;
apt-get -y purge gnome-games-common&lt;/div&gt;
&lt;div&gt;
apt-get -y purge aisleriot&lt;/div&gt;
&lt;div&gt;
apt-get -y purge gbrainy&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
##########################&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
###### 설치할 프로그램들 ######&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
#템플릿 파일 설치&lt;/div&gt;
&lt;div&gt;
case $LANG in&lt;/div&gt;
&lt;div&gt;
&amp;nbsp; &amp;nbsp; ko* )&lt;/div&gt;
&lt;div&gt;
cp ./templates/* ~/서식&lt;/div&gt;
&lt;div&gt;
&amp;nbsp; &amp;nbsp; ;;&lt;/div&gt;
&lt;div&gt;
&amp;nbsp; &amp;nbsp; en* )&lt;/div&gt;
&lt;div&gt;
cp ./templates/* ~/Templates&lt;/div&gt;
&lt;div&gt;
&amp;nbsp; &amp;nbsp; ;;&lt;/div&gt;
&lt;div&gt;
esac&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
#스크립트 파일 설치&lt;/div&gt;
&lt;div&gt;
cp ./nautilus-scripts/* ~/.gnome2/nautilus-scripts&lt;/div&gt;
&lt;div&gt;
chmod 755 ~/.gnome2/nautilus-scripts/*&lt;/div&gt;
&lt;div&gt;
mkdir ~/.gnome2/nautilus-scripts/etc-scripts&lt;/div&gt;
&lt;div&gt;
cp ./nautilus-scripts/etc-scripts/* ~/.gnome2/nautilus-scripts/etc-scripts&lt;/div&gt;
&lt;div&gt;
chmod 755 ~/.gnome2/nautilus-scripts/etc-scripts/*&lt;/div&gt;
&lt;div&gt;
mkdir ~/.gnome2/nautilus-scripts/image-scripts&lt;/div&gt;
&lt;div&gt;
cp ./nautilus-scripts/image-scripts/* ~/.gnome2/nautilus-scripts/image-scripts&lt;/div&gt;
&lt;div&gt;
chmod 755 ~/.gnome2/nautilus-scripts/image-scripts/*&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
#배경 이미지 설치&lt;/div&gt;
&lt;div&gt;
cp ./background/* /usr/share/backgrounds&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
#가독성을 위해 무료 폰트 설치&lt;/div&gt;
&lt;div&gt;
#cp ./addition_fonts/*.ttc /usr/share/fonts/truetype&lt;/div&gt;
&lt;div&gt;
#cp ./addition_fonts/*.ttf /usr/share/fonts/truetype&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
#비디오,오디오 코덱&lt;/div&gt;
&lt;div&gt;
#apt-get -y install gstreamer0.10-ffmpeg&lt;/div&gt;
&lt;div&gt;
#apt-get -y install gstreamer0.10-fluendo-mp3&lt;/div&gt;
&lt;div&gt;
#apt-get -y install gstreamer0.10-plugins-ugly&lt;/div&gt;
&lt;div&gt;
#apt-get -y install gstreamer0.10-plugins-bad&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
#non-free-codecs (w32codec, w64codec)&lt;/div&gt;
&lt;div&gt;
#wget http://www.medibuntu.org/sources.list.d/$(lsb_release -cs).list -O /etc/apt/sources.list.d/medibuntu.list&lt;/div&gt;
&lt;div&gt;
#wget -q http://packages.medibuntu.org/medibuntu-key.gpg -O- | apt-key add - &amp;amp;&amp;amp; apt-get update&lt;/div&gt;
&lt;div&gt;
#apt-get -y install non-free-codecs&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
#노틸러스 확장메뉴 (유니티에선 에러남)&lt;/div&gt;
&lt;div&gt;
#apt-get -y install nautilus-gksu&lt;/div&gt;
&lt;div&gt;
#apt-get -y install nautilus-open-terminal&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
#Google Chrome 브라우져 설치&lt;/div&gt;
&lt;div&gt;
apt-get -y install chromium-browser&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
#플래쉬 플러그인 설치&lt;/div&gt;
&lt;div&gt;
apt-get -y install flashplugin-installer&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
#RabbitVCS&lt;/div&gt;
&lt;div&gt;
#add-apt-repository ppa:rabbitvcs/ppa&lt;/div&gt;
&lt;div&gt;
#apt-get -y install rabbitvcs-core rabbitvcs-nautilus&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
#geany 에디터 설치&lt;/div&gt;
&lt;div&gt;
apt-get -y install geany&lt;/div&gt;
&lt;div&gt;
apt-get -y install geany-plugins&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
#gimp 이미지 에디터 설치&lt;/div&gt;
&lt;div&gt;
apt-get -y install gimp&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
#Smplayer 플레이어&lt;/div&gt;
&lt;div&gt;
#apt-get -y install smplayer&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
#VLC 플레이어&lt;/div&gt;
&lt;div&gt;
apt-get -y install vlc&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
#diff GUI 버전인 파일 비교기&lt;/div&gt;
&lt;div&gt;
apt-get -y install meld&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
#eclipse dev 설치&lt;/div&gt;
&lt;div&gt;
#apt-get -y install eclipse&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
#devhelp 개발자 도움말 설치&lt;/div&gt;
&lt;div&gt;
#apt-get -y install devhelp&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
#g-hex 에디터 설치&lt;/div&gt;
&lt;div&gt;
apt-get -y install ghex&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
#comix 만화 뷰어 설치&lt;/div&gt;
&lt;div&gt;
apt-get -y install comix&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
#Conky 데스크탑 악세사리 설치&lt;/div&gt;
&lt;div&gt;
#apt-get -y install conky&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
#LAMP 웹서버 (중간에 비번 설정 있으니 주의 필요)&lt;/div&gt;
&lt;div&gt;
#apt-get -y install apache2&lt;/div&gt;
&lt;div&gt;
#apt-get -y install php5 libapache2-mod-php5&lt;/div&gt;
&lt;div&gt;
#apt-get -y install mysql-server&lt;/div&gt;
&lt;div&gt;
#apt-get -y install libapache2-mod-auth-mysql php5-mysql phpmyadmin&lt;/div&gt;
&lt;div&gt;
#/etc/init.d/apache2 restart&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
#PDF FoxitReader 설치&lt;/div&gt;
&lt;div&gt;
#mkdir /usr/share/FoxitReader&lt;/div&gt;
&lt;div&gt;
#cp -r ./FoxitReader-1.1-release/* /usr/share/FoxitReader&lt;/div&gt;
&lt;div&gt;
#ln -s /usr/share/FoxitReader/FoxitReader /usr/bin&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
#Music-applet 설치 (&amp;lt;=10.04)&lt;/div&gt;
&lt;div&gt;
#apt-get -y install music-applet&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
##########################&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
########### 설정 ###########&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
#백업 드라이브 자동 마운트&lt;/div&gt;
&lt;div&gt;
#if [ -e &quot;/etc/fstab.backup&quot; ]; then&lt;/div&gt;
&lt;div&gt;
#cp /etc/fstab.backup /etc/fstab&lt;/div&gt;
&lt;div&gt;
#else&lt;/div&gt;
&lt;div&gt;
#cp /etc/fstab /etc/fstab.backup&lt;/div&gt;
&lt;div&gt;
#fi&lt;/div&gt;
&lt;div&gt;
#mkdir &quot;/media/STORAGE-1&quot;&lt;/div&gt;
&lt;div&gt;
#mkdir &quot;/media/STORAGE-2&quot;&lt;/div&gt;
&lt;div&gt;
#mkdir &quot;/media/STORAGE-3&quot;&lt;/div&gt;
&lt;div&gt;
#echo &quot;#auto mount storage drive&quot; &amp;gt;&amp;gt; /etc/fstab&lt;/div&gt;
&lt;div&gt;
#echo &quot;/dev/sdb1 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;/media/STORAGE-1 &amp;nbsp; &amp;nbsp; &amp;nbsp;ntfs &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; defaults,uid=1000,gid=1000,umask=000 &amp;nbsp; &amp;nbsp;0 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0&quot; &amp;gt;&amp;gt; /etc/fstab&lt;/div&gt;
&lt;div&gt;
#echo &quot;/dev/sdc1 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;/media/STORAGE-2 &amp;nbsp; &amp;nbsp; &amp;nbsp;ntfs &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; defaults,uid=1000,gid=1000,umask=000 &amp;nbsp; &amp;nbsp;0 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0&quot; &amp;gt;&amp;gt; /etc/fstab&lt;/div&gt;
&lt;div&gt;
#echo &quot;/dev/sdd1 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;/media/STORAGE-3 &amp;nbsp; &amp;nbsp; &amp;nbsp;ntfs &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; defaults,uid=1000,gid=1000,umask=000 &amp;nbsp; &amp;nbsp;0 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0&quot; &amp;gt;&amp;gt; /etc/fstab&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
#터미널 색상 입히기&lt;/div&gt;
&lt;div&gt;
if [ ! -e &quot;$HOME/.bashrc.backup&quot; ]; then&lt;/div&gt;
&lt;div&gt;
mv &quot;$HOME/.bashrc&quot; &quot;$HOME/.bashrc.backup&quot;&lt;/div&gt;
&lt;div&gt;
fi&lt;/div&gt;
&lt;div&gt;
while read -ers line ; do&lt;/div&gt;
&lt;div&gt;
if [ &quot;$line&quot; = &quot;alias ls=&#039;ls --color=auto&#039;&quot; ]; then&lt;/div&gt;
&lt;div&gt;
echo &quot;alias ls=&#039;ls -F --color=auto&#039;&quot;&lt;/div&gt;
&lt;div&gt;
else&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
if [ &quot;$line&quot; = &quot;#force_color_prompt=yes&quot; ]; then&lt;/div&gt;
&lt;div&gt;
echo &quot;force_color_prompt=yes&quot;&lt;/div&gt;
&lt;div&gt;
else&lt;/div&gt;
&lt;div&gt;
echo $line&lt;/div&gt;
&lt;div&gt;
fi&lt;/div&gt;
&lt;div&gt;
fi&lt;/div&gt;
&lt;div&gt;
done &amp;lt; &quot;$HOME/.bashrc.backup&quot; &amp;gt; &quot;$HOME/.bashrc&quot;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
#로그인 배경 바꾸기 (위에서 #배경 이미지 설치후)&lt;/div&gt;
&lt;div&gt;
if [ ! -e &quot;/etc/lightdm/unity-greeter.conf.backup&quot; ]; then&lt;/div&gt;
&lt;div&gt;
mv &quot;/etc/lightdm/unity-greeter.conf&quot; &quot;/etc/lightdm/unity-greeter.conf.backup&quot;&lt;/div&gt;
&lt;div&gt;
fi&lt;/div&gt;
&lt;div&gt;
while read -ers line ; do&lt;/div&gt;
&lt;div&gt;
if [ &quot;$line&quot; = &quot;background=/usr/share/backgrounds/warty-final-ubuntu.png&quot; ]; then&lt;/div&gt;
&lt;div&gt;
echo &quot;background=/usr/share/backgrounds/logoless-wood.jpg&quot;&lt;/div&gt;
&lt;div&gt;
else&lt;/div&gt;
&lt;div&gt;
echo $line&lt;/div&gt;
&lt;div&gt;
fi&lt;/div&gt;
&lt;div&gt;
done &amp;lt; &quot;/etc/lightdm/unity-greeter.conf.backup&quot; &amp;gt; &quot;/etc/lightdm/unity-greeter.conf&quot;&lt;/div&gt;
&lt;div&gt;
rm &quot;/etc/lightdm/unity-greeter.conf.backup&quot;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
#배경화면 목록 다시 작성&lt;/div&gt;
&lt;div&gt;
WALLPAPER_XML=&quot;/usr/share/gnome-background-properties/ubuntu-wallpapers.xml&quot;&lt;/div&gt;
&lt;div&gt;
WALLPAPER_DIR=&quot;/usr/share/backgrounds&quot;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
rm $WALLPAPER_XML&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
cat &amp;lt;&amp;lt;EOF &amp;gt; $WALLPAPER_XML&lt;/div&gt;
&lt;div&gt;
&amp;lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&amp;gt;&lt;/div&gt;
&lt;div&gt;
&amp;lt;!DOCTYPE wallpapers SYSTEM &quot;gnome-wp-list.dtd&quot;&amp;gt;&lt;/div&gt;
&lt;div&gt;
&amp;lt;wallpapers&amp;gt;&lt;/div&gt;
&lt;div&gt;
EOF&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
ls -1 $WALLPAPER_DIR/contest/*.xml 2&amp;gt; /dev/null |&lt;/div&gt;
&lt;div&gt;
while read image_name; do&lt;/div&gt;
&lt;div&gt;
&amp;nbsp; &amp;nbsp;echo &quot; &amp;nbsp; Adding: `basename &quot;$image_name&quot;`.&quot;&lt;/div&gt;
&lt;div&gt;
&amp;nbsp; &amp;nbsp;fname=`basename &quot;$image_name&quot;`&lt;/div&gt;
&lt;div&gt;
&amp;nbsp; &amp;nbsp;fname=&quot;${fname%%\.*}&quot;&lt;/div&gt;
&lt;div&gt;
&amp;nbsp; &amp;nbsp;echo &quot; &amp;nbsp;&amp;lt;wallpaper deleted=\&quot;false\&quot;&amp;gt;&quot; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;gt;&amp;gt; $WALLPAPER_XML&lt;/div&gt;
&lt;div&gt;
&amp;nbsp; &amp;nbsp;echo &quot; &amp;nbsp; &amp;nbsp;&amp;lt;name&amp;gt;Contest: $fname&amp;lt;/name&amp;gt;&quot; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;gt;&amp;gt; $WALLPAPER_XML&lt;/div&gt;
&lt;div&gt;
&amp;nbsp; &amp;nbsp;echo &quot; &amp;nbsp; &amp;nbsp;&amp;lt;filename&amp;gt;$image_name&amp;lt;/filename&amp;gt;&quot; &amp;nbsp; &amp;gt;&amp;gt; $WALLPAPER_XML&lt;/div&gt;
&lt;div&gt;
&amp;nbsp; &amp;nbsp;echo &quot; &amp;nbsp; &amp;nbsp;&amp;lt;options&amp;gt;zoom&amp;lt;/options&amp;gt;&quot; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;gt;&amp;gt; $WALLPAPER_XML&lt;/div&gt;
&lt;div&gt;
&amp;nbsp; &amp;nbsp;echo &quot; &amp;nbsp;&amp;lt;/wallpaper&amp;gt;&quot; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;gt;&amp;gt; $WALLPAPER_XML&lt;/div&gt;
&lt;div&gt;
done&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
ls -1 $WALLPAPER_DIR/*.jpg $WALLPAPER_DIR/*.png 2&amp;gt; /dev/null |&lt;/div&gt;
&lt;div&gt;
while read image_name; do&lt;/div&gt;
&lt;div&gt;
&amp;nbsp; &amp;nbsp;echo &quot; &amp;nbsp; Adding: `basename &quot;$image_name&quot;`.&quot;&lt;/div&gt;
&lt;div&gt;
&amp;nbsp; &amp;nbsp;fname=`basename &quot;$image_name&quot;`&lt;/div&gt;
&lt;div&gt;
&amp;nbsp; &amp;nbsp;fname=&quot;${fname%%\.*}&quot;&lt;/div&gt;
&lt;div&gt;
&amp;nbsp; &amp;nbsp;echo &quot; &amp;nbsp;&amp;lt;wallpaper&amp;gt;&quot; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;gt;&amp;gt; $WALLPAPER_XML&lt;/div&gt;
&lt;div&gt;
&amp;nbsp; &amp;nbsp;echo &quot; &amp;nbsp; &amp;nbsp;&amp;lt;name&amp;gt;$fname&amp;lt;/name&amp;gt;&quot; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;gt;&amp;gt; $WALLPAPER_XML&lt;/div&gt;
&lt;div&gt;
&amp;nbsp; &amp;nbsp;echo &quot; &amp;nbsp; &amp;nbsp;&amp;lt;filename&amp;gt;$image_name&amp;lt;/filename&amp;gt;&quot; &amp;nbsp; &amp;gt;&amp;gt; $WALLPAPER_XML&lt;/div&gt;
&lt;div&gt;
&amp;nbsp; &amp;nbsp;echo &quot; &amp;nbsp; &amp;nbsp;&amp;lt;options&amp;gt;zoom&amp;lt;/options&amp;gt;&quot; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;gt;&amp;gt; $WALLPAPER_XML&lt;/div&gt;
&lt;div&gt;
&amp;nbsp; &amp;nbsp;echo &quot; &amp;nbsp; &amp;nbsp;&amp;lt;pcolor&amp;gt;#000000&amp;lt;/pcolor&amp;gt;&quot; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;gt;&amp;gt; $WALLPAPER_XML&lt;/div&gt;
&lt;div&gt;
&amp;nbsp; &amp;nbsp;echo &quot; &amp;nbsp; &amp;nbsp;&amp;lt;scolor&amp;gt;#000000&amp;lt;/scolor&amp;gt;&quot; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;gt;&amp;gt; $WALLPAPER_XML&lt;/div&gt;
&lt;div&gt;
&amp;nbsp; &amp;nbsp;echo &quot; &amp;nbsp; &amp;nbsp;&amp;lt;shade_type&amp;gt;solid&amp;lt;/shade_type&amp;gt;&quot; &amp;nbsp; &amp;nbsp; &amp;gt;&amp;gt; $WALLPAPER_XML&lt;/div&gt;
&lt;div&gt;
&amp;nbsp; &amp;nbsp;echo &quot; &amp;nbsp;&amp;lt;/wallpaper&amp;gt;&quot; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;gt;&amp;gt; $WALLPAPER_XML&lt;/div&gt;
&lt;div&gt;
done&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
echo &quot;&amp;lt;/wallpapers&amp;gt;&quot; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;gt;&amp;gt; $WALLPAPER_XML&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
##########################&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
######### 문제 해결 #########&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
#리듬박스 태그 한글깨짐 해결&lt;/div&gt;
&lt;div&gt;
if [ -e &quot;/etc/profile.backup&quot; ]; then&lt;/div&gt;
&lt;div&gt;
cp /etc/profile.backup /etc/profile&lt;/div&gt;
&lt;div&gt;
else&lt;/div&gt;
&lt;div&gt;
cp /etc/profile /etc/profile.backup&lt;/div&gt;
&lt;div&gt;
fi&lt;/div&gt;
&lt;div&gt;
echo -e &quot;\nexport GST_ICY_TAG_ENCODING=cp949&quot; &amp;gt;&amp;gt; /etc/profile&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
#오픈오피스 메뉴 글꼴 버그 (&amp;lt;=9.10)&lt;/div&gt;
&lt;div&gt;
#mv /etc/fonts/conf.d/29-language-selector-ko-kr.conf /etc/fonts/conf.d/29-language-selector-ko-kr.conf.backup&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
#사운드에서 가끔씩 &#039;틱&#039; 소리가 날때 해결 (&amp;lt;=9.10)&lt;/div&gt;
&lt;div&gt;
#if [ ! -e &quot;/etc/modprobe.d/alsa-base.conf.backup&quot; ]; then&lt;/div&gt;
&lt;div&gt;
#mv &quot;/etc/modprobe.d/alsa-base.conf&quot; &quot;/etc/modprobe.d/alsa-base.conf.backup&quot;&lt;/div&gt;
&lt;div&gt;
#fi&lt;/div&gt;
&lt;div&gt;
#while read -ers line ; do&lt;/div&gt;
&lt;div&gt;
#if [ &quot;$line&quot; = &quot;options snd-hda-intel power_save=10 power_save_controller=N&quot; ]; then&lt;/div&gt;
&lt;div&gt;
#echo &quot;#options snd-hda-intel power_save=10 power_save_controller=N&quot;&lt;/div&gt;
&lt;div&gt;
#else&lt;/div&gt;
&lt;div&gt;
#echo &quot;$line&quot;&lt;/div&gt;
&lt;div&gt;
#fi&lt;/div&gt;
&lt;div&gt;
#done &amp;lt; &quot;/etc/modprobe.d/alsa-base.conf.backup&quot; &amp;gt; &quot;/etc/modprobe.d/alsa-base.conf&quot;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
#iwl3945 (&quot;Intel Corporation PRO/Wireless 3945ABG&quot;) 버그, 무선 연결 끊김 방지&lt;/div&gt;
&lt;div&gt;
#루트 권한으로 실행해야해서 직접 수동으로 (sudo -i)&lt;/div&gt;
&lt;div&gt;
#echo -e &quot;alias wlan0 iwl3945\noptions iwl3945 disable_hw_scan=1&quot; &amp;gt; /etc/modprobe.d/iwl3945&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
##########################&lt;/div&gt;
&lt;div&gt;
&lt;/div&gt;
&lt;p&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;&lt;div class=&quot;entry-ccl&quot; style=&quot;clear: both; text-align: right; margin-bottom: 10px&quot;&gt;
	&lt;img id=&quot;ccl-icon-213-0&quot; class=&quot;entry-ccl-by&quot; src=&quot;http://i1.daumcdn.net/cfs.tistory/v/0/static/admin/editor/ccl_black01.png&quot; alt=&quot;저작자 표시&quot;/&gt;
	&lt;img id=&quot;ccl-icon-213-1&quot; class=&quot;entry-ccl-nc&quot; src=&quot;http://i1.daumcdn.net/cfs.tistory/v/0/static/admin/editor/ccl_black02.png&quot; alt=&quot;비영리&quot;/&gt;
	&lt;img id=&quot;ccl-icon-213-2&quot; class=&quot;entry-ccl-sa&quot; src=&quot;http://i1.daumcdn.net/cfs.tistory/v/0/static/admin/editor/ccl_black04.png&quot; alt=&quot;동일 조건 변경 허락&quot;/&gt;
	&lt;!--
	&lt;rdf:RDF xmlns=&quot;http://web.resource.org/cc/&quot; xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot; xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;&gt;
		&lt;Work rdf:about=&quot;&quot;&gt;
			&lt;license rdf:resource=&quot;http://creativecommons.org/licenses/by-nc-sa/2.0/kr/&quot; /&gt;
		&lt;/Work&gt;
		&lt;License rdf:about=&quot;http://creativecommons.org/licenses/by-nc-sa/&quot;&gt;
			&lt;permits rdf:resource=&quot;http://web.resource.org/cc/Reproduction&quot;/&gt;
			&lt;permits rdf:resource=&quot;http://web.resource.org/cc/Distribution&quot;/&gt;
			&lt;requires rdf:resource=&quot;http://web.resource.org/cc/Notice&quot;/&gt;
			&lt;requires rdf:resource=&quot;http://web.resource.org/cc/Attribution&quot;/&gt;
			&lt;prohibits rdf:resource=&quot;http://web.resource.org/cc/CommercialUse&quot;/&gt;
		&lt;/License&gt;
	&lt;/rdf:RDF&gt;
	--&gt;
&lt;/div&gt;
</description>
			<category>좋은스크립트</category>
			<category>bash</category>
			<category>DASH</category>
			<category>Linux</category>
			<category>ubuntu</category>
			<category>리눅스</category>
			<category>우분투</category>
			<author>파이델</author>
			<guid>http://blog.foxb.kr/213</guid>
			<comments>http://blog.foxb.kr/213#entry213comment</comments>
			<pubDate>Sat, 22 Oct 2011 17:59:29 +0900</pubDate>
		</item>
		<item>
			<title>ubuntu 11.10 을 windows7 과 함께 설치후 grub 듀얼 부팅 안되는 문제</title>
			<link>http://blog.foxb.kr/269</link>
			<description>&lt;div&gt;
&lt;/div&gt;
&lt;div class=&quot;txc-textbox&quot; style=&quot;border-top-style: dashed; border-right-style: dashed; border-bottom-style: dashed; border-left-style: dashed; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-color: rgb(193, 193, 193); border-right-color: rgb(193, 193, 193); border-bottom-color: rgb(193, 193, 193); border-left-color: rgb(193, 193, 193); background-color: rgb(238, 238, 238); padding-top: 10px; padding-right: 10px; padding-bottom: 10px; padding-left: 10px; &quot;&gt;
&lt;p style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; &quot;&gt;&lt;/p&gt;
&lt;div&gt;
sudo -i&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
fdisk -l&lt;/div&gt;
&lt;p&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;div&gt;
&lt;/div&gt;
&lt;div class=&quot;txc-textbox&quot; style=&quot;border-top-style: dashed; border-right-style: dashed; border-bottom-style: dashed; border-left-style: dashed; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-color: rgb(121, 165, 228); border-right-color: rgb(121, 165, 228); border-bottom-color: rgb(121, 165, 228); border-left-color: rgb(121, 165, 228); background-color: rgb(219, 232, 251); padding-top: 10px; padding-right: 10px; padding-bottom: 10px; padding-left: 10px; &quot;&gt;
&lt;p style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; &quot;&gt;&lt;/p&gt;
&lt;div&gt;
&amp;nbsp; &amp;nbsp;Device Boot &amp;nbsp; &amp;nbsp; &amp;nbsp;Start &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; End &amp;nbsp; &amp;nbsp; &amp;nbsp;Blocks &amp;nbsp; Id &amp;nbsp;System&lt;/div&gt;
&lt;div&gt;
/dev/sda1 &amp;nbsp; * &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;2048 &amp;nbsp; 977541618 &amp;nbsp; 488769785+ &amp;nbsp; 7 &amp;nbsp;HPFS/NTFS/exFAT&lt;/div&gt;
&lt;div&gt;
/dev/sda2 &amp;nbsp; &amp;nbsp; &amp;nbsp; 977543166 &amp;nbsp;1250263039 &amp;nbsp; 136359937 &amp;nbsp; &amp;nbsp;5 &amp;nbsp;Extended&lt;/div&gt;
&lt;div&gt;
&lt;u&gt;/dev/sda5 &amp;nbsp; &amp;nbsp; &amp;nbsp; 977543168 &amp;nbsp;1225101311 &amp;nbsp; 123779072 &amp;nbsp; 83 &amp;nbsp;Linux&lt;/u&gt;&lt;/div&gt;
&lt;div&gt;
/dev/sda6 &amp;nbsp; &amp;nbsp; &amp;nbsp;1225103360 &amp;nbsp;1250263039 &amp;nbsp; &amp;nbsp;12579840 &amp;nbsp; 82 &amp;nbsp;Linux swap / Solaris&lt;/div&gt;
&lt;p&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
ubuntu (우분투) 설치된 드라이브를 찾아서 만약에 &lt;u&gt;/dev/sda5&lt;/u&gt; 이라면...&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;/div&gt;
&lt;div class=&quot;txc-textbox&quot; style=&quot;border-top-style: dashed; border-right-style: dashed; border-bottom-style: dashed; border-left-style: dashed; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-color: rgb(193, 193, 193); border-right-color: rgb(193, 193, 193); border-bottom-color: rgb(193, 193, 193); border-left-color: rgb(193, 193, 193); background-color: rgb(238, 238, 238); padding-top: 10px; padding-right: 10px; padding-bottom: 10px; padding-left: 10px; &quot;&gt;
&lt;p style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; &quot;&gt;&lt;/p&gt;
&lt;div&gt;
mount &lt;u&gt;/dev/sda5&lt;/u&gt; /mnt&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
grub-install --root-directory=/mnt /dev/sda&lt;/div&gt;
&lt;p&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
이제 재부팅 해보세요.&lt;/div&gt;&lt;div class=&quot;entry-ccl&quot; style=&quot;clear: both; text-align: right; margin-bottom: 10px&quot;&gt;
	&lt;img id=&quot;ccl-icon-269-0&quot; class=&quot;entry-ccl-by&quot; src=&quot;http://i1.daumcdn.net/cfs.tistory/v/0/static/admin/editor/ccl_black01.png&quot; alt=&quot;저작자 표시&quot;/&gt;
	&lt;img id=&quot;ccl-icon-269-1&quot; class=&quot;entry-ccl-nc&quot; src=&quot;http://i1.daumcdn.net/cfs.tistory/v/0/static/admin/editor/ccl_black02.png&quot; alt=&quot;비영리&quot;/&gt;
	&lt;img id=&quot;ccl-icon-269-2&quot; class=&quot;entry-ccl-sa&quot; src=&quot;http://i1.daumcdn.net/cfs.tistory/v/0/static/admin/editor/ccl_black04.png&quot; alt=&quot;동일 조건 변경 허락&quot;/&gt;
	&lt;!--
	&lt;rdf:RDF xmlns=&quot;http://web.resource.org/cc/&quot; xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot; xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;&gt;
		&lt;Work rdf:about=&quot;&quot;&gt;
			&lt;license rdf:resource=&quot;http://creativecommons.org/licenses/by-nc-sa/2.0/kr/&quot; /&gt;
		&lt;/Work&gt;
		&lt;License rdf:about=&quot;http://creativecommons.org/licenses/by-nc-sa/&quot;&gt;
			&lt;permits rdf:resource=&quot;http://web.resource.org/cc/Reproduction&quot;/&gt;
			&lt;permits rdf:resource=&quot;http://web.resource.org/cc/Distribution&quot;/&gt;
			&lt;requires rdf:resource=&quot;http://web.resource.org/cc/Notice&quot;/&gt;
			&lt;requires rdf:resource=&quot;http://web.resource.org/cc/Attribution&quot;/&gt;
			&lt;prohibits rdf:resource=&quot;http://web.resource.org/cc/CommercialUse&quot;/&gt;
		&lt;/License&gt;
	&lt;/rdf:RDF&gt;
	--&gt;
&lt;/div&gt;
</description>
			<category>문제해결</category>
			<category>GRUB</category>
			<category>grub2</category>
			<category>ubuntu</category>
			<category>우분투</category>
			<author>파이델</author>
			<guid>http://blog.foxb.kr/269</guid>
			<comments>http://blog.foxb.kr/269#entry269comment</comments>
			<pubDate>Fri, 21 Oct 2011 18:07:00 +0900</pubDate>
		</item>
		<item>
			<title>특정 하드웨어 제거 (작동 중지 시키기)</title>
			<link>http://blog.foxb.kr/270</link>
			<description>&lt;div&gt;
사운드 카드가&amp;nbsp;2개가 잡혀 1개를 제거하기로 했습니다.&lt;br /&gt;
&lt;br /&gt;설치된 드라이버를 봅시다.&lt;br /&gt;
&lt;br /&gt;&lt;div class=&quot;txc-textbox&quot; style=&quot;border-top-style: dashed; border-right-style: dashed; border-bottom-style: dashed; border-left-style: dashed; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-color: rgb(193, 193, 193); border-right-color: rgb(193, 193, 193); border-bottom-color: rgb(193, 193, 193); border-left-color: rgb(193, 193, 193); background-color: rgb(238, 238, 238); padding-top: 10px; padding-right: 10px; padding-bottom: 10px; padding-left: 10px; &quot;&gt;
&lt;p style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; &quot;&gt;cat /proc/asound/modules&lt;br /&gt;
------------------------------------&lt;br /&gt;
&lt;div&gt;&amp;nbsp;0 snd_ctxfi&lt;/div&gt;
&lt;div&gt;&amp;nbsp;1&amp;nbsp;snd_hda_intel&lt;br /&gt;
----------------------------------&lt;/div&gt;
&lt;/p&gt;&lt;/div&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;이제 블랙리스트에 추가만 하면 됩니다.&lt;br /&gt;
&amp;nbsp;&lt;/div&gt;
&lt;/div&gt;&lt;div class=&quot;txc-textbox&quot; style=&quot;border-top-style: dashed; border-right-style: dashed; border-bottom-style: dashed; border-left-style: dashed; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-color: rgb(193, 193, 193); border-right-color: rgb(193, 193, 193); border-bottom-color: rgb(193, 193, 193); border-left-color: rgb(193, 193, 193); background-color: rgb(238, 238, 238); padding-top: 10px; padding-right: 10px; padding-bottom: 10px; padding-left: 10px; &quot;&gt;
&lt;p style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; &quot;&gt;&lt;div&gt;
sudo gedit /etc/modprobe.d/blacklist&lt;br /&gt;
&amp;nbsp;&lt;/div&gt;
&lt;div&gt;blacklist snd_hda_intel&lt;/div&gt;
&lt;/p&gt;&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;&lt;div class=&quot;entry-ccl&quot; style=&quot;clear: both; text-align: right; margin-bottom: 10px&quot;&gt;
	&lt;img id=&quot;ccl-icon-270-0&quot; class=&quot;entry-ccl-by&quot; src=&quot;http://i1.daumcdn.net/cfs.tistory/v/0/static/admin/editor/ccl_black01.png&quot; alt=&quot;저작자 표시&quot;/&gt;
	&lt;img id=&quot;ccl-icon-270-1&quot; class=&quot;entry-ccl-nc&quot; src=&quot;http://i1.daumcdn.net/cfs.tistory/v/0/static/admin/editor/ccl_black02.png&quot; alt=&quot;비영리&quot;/&gt;
	&lt;img id=&quot;ccl-icon-270-2&quot; class=&quot;entry-ccl-sa&quot; src=&quot;http://i1.daumcdn.net/cfs.tistory/v/0/static/admin/editor/ccl_black04.png&quot; alt=&quot;동일 조건 변경 허락&quot;/&gt;
	&lt;!--
	&lt;rdf:RDF xmlns=&quot;http://web.resource.org/cc/&quot; xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot; xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;&gt;
		&lt;Work rdf:about=&quot;&quot;&gt;
			&lt;license rdf:resource=&quot;http://creativecommons.org/licenses/by-nc-sa/2.0/kr/&quot; /&gt;
		&lt;/Work&gt;
		&lt;License rdf:about=&quot;http://creativecommons.org/licenses/by-nc-sa/&quot;&gt;
			&lt;permits rdf:resource=&quot;http://web.resource.org/cc/Reproduction&quot;/&gt;
			&lt;permits rdf:resource=&quot;http://web.resource.org/cc/Distribution&quot;/&gt;
			&lt;requires rdf:resource=&quot;http://web.resource.org/cc/Notice&quot;/&gt;
			&lt;requires rdf:resource=&quot;http://web.resource.org/cc/Attribution&quot;/&gt;
			&lt;prohibits rdf:resource=&quot;http://web.resource.org/cc/CommercialUse&quot;/&gt;
		&lt;/License&gt;
	&lt;/rdf:RDF&gt;
	--&gt;
&lt;/div&gt;
</description>
			<category>하드웨어</category>
			<category>audio</category>
			<category>disable</category>
			<category>modprobe</category>
			<category>ubuntu</category>
			<category>우분투</category>
			<author>파이델</author>
			<guid>http://blog.foxb.kr/270</guid>
			<comments>http://blog.foxb.kr/270#entry270comment</comments>
			<pubDate>Thu, 20 Oct 2011 18:17:00 +0900</pubDate>
		</item>
		<item>
			<title>CodeTyphon 설치하기 (FPC &amp; Lazarus &amp; Components Package)</title>
			<link>http://blog.foxb.kr/266</link>
			<description>&amp;nbsp;우선&amp;nbsp;&lt;a href=&quot;http://www.pilotlogic.com/sitejoom/index.php/codetyphon&quot; target=&quot;_blank&quot; title=&quot;[http://www.pilotlogic.com/sitejoom/index.php/codetyphon]로 이동합니다.&quot;&gt;CodeTyphon&lt;/a&gt;&amp;nbsp;을 다운받습니다.&amp;nbsp;(&lt;a href=&quot;http://www.pilotlogic.com/&quot;&gt;www.pilotlogic.com&lt;/a&gt;)&lt;br /&gt;
&lt;br /&gt;
&lt;table style=&quot;border-collapse:collapse&quot; cellpadding=&quot;1&quot; cellspacing=&quot;1&quot;&gt;
&lt;tbody&gt;&lt;tr&gt;
&lt;td&gt;&lt;div class=&quot;imageblock&quot; style=&quot;display:inline;&quot;&gt;&lt;a href=&quot;http://cfile10.uf.tistory.com/original/155E4F494E8D12201FCD3B&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile10.uf.tistory.com/image/155E4F494E8D12201FCD3B&quot; alt=&quot;&quot; filemime=&quot;&quot; filename=&quot;001.PNG&quot; height=&quot;379&quot; width=&quot;173&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&amp;nbsp;현재 최신 버전은 2.20 버전이네요.&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp; 다운로드 속도가 좀 많이 느려요... &lt;br /&gt;
&amp;nbsp; (좀 빠른 서버에 올려주면 안되니... ㅠㅠ)&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp; 다운을 받아 파일의 압축을 풉니다.&lt;br /&gt;
&amp;nbsp; C:\CodeTyphon\ 폴더에 풀어 줍시다.&lt;br /&gt;
&amp;nbsp; (위 폴더는 사용되는 폴더니&amp;nbsp;설치 끝났다고 지우면 안되요.)&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp; 그리고 &quot;\setup.bat&quot; 를 실행합니다.&lt;br /&gt;
&amp;nbsp; (Linux, FreeBSD 경우 \setup.sh 를 실행합니다.)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;font class=&quot;Apple-style-span&quot; color=&quot;#c84205&quot;&gt;&lt;b&gt;&amp;nbsp; *주의 *&amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp; 관리자 모드로 실행하셔야 합니다.&lt;br /&gt;
&amp;nbsp; &amp;nbsp; 아니면 설치 중간에 ERROR 납니다.&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp; (&quot;RUN AS&quot; administrator)&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp; CMD &amp;gt; cd CodeTyphon &amp;gt; setup.bat&lt;br /&gt;
&amp;nbsp; &amp;nbsp; Or&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; C:\CodeTyphon\binCenter\CodeTyphon_????.ex?&lt;/b&gt;&amp;nbsp;&lt;/font&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;font class=&quot;Apple-style-span&quot; color=&quot;#e31600&quot;&gt;&lt;b&gt;&lt;br /&gt;
&lt;/b&gt;&lt;/font&gt;&lt;br /&gt;
&lt;div class=&quot;imageblock&quot; style=&quot;display:inline;&quot;&gt;&lt;a href=&quot;http://cfile9.uf.tistory.com/original/135455494E8D12213000D6&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile9.uf.tistory.com/image/135455494E8D12213000D6&quot; alt=&quot;&quot; filemime=&quot;image/png&quot; filename=&quot;002.PNG&quot; height=&quot;353&quot; width=&quot;528&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
CMD 창이 열리면 &quot;1&amp;gt; Run CodeTyphon Center&quot; 를 선택해 줍니다. (바로 8번 눌러도 됩니다.)&lt;br /&gt;
그럼 다음과 같은 창이 열리는걸 볼 수 있습니다.&lt;br /&gt;
&lt;br /&gt;
&lt;font class=&quot;Apple-style-span&quot; color=&quot;#c84205&quot;&gt;* 주의 *&lt;br /&gt;
&amp;nbsp; &amp;nbsp;(Linux, FreeBSD 의 경우 &quot;0&amp;gt; Install System Libraries&quot; 을 눌러 라이브러리를 먼저 설치하셔야 합니다.)&lt;/font&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;imageblock&quot; style=&quot;display:inline;&quot;&gt;&lt;a href=&quot;http://cfile5.uf.tistory.com/original/206498494E8D12221075CD&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile5.uf.tistory.com/image/206498494E8D12221075CD&quot; alt=&quot;&quot; filemime=&quot;&quot; filename=&quot;004.PNG&quot; height=&quot;216&quot; width=&quot;498&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
이제 본격적으로 설치를 시작합니다.&lt;br /&gt;
상단 &quot;Main Menu &amp;gt; CodeTyphon &amp;gt; Remove and Build ALL (FPC and Lazarus)&quot; 를 선택합니다.&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;imageblock&quot; style=&quot;display:inline;&quot;&gt;&lt;a href=&quot;http://cfile24.uf.tistory.com/original/145D6A494E8D12232185E9&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile24.uf.tistory.com/image/145D6A494E8D12232185E9&quot; alt=&quot;&quot; filemime=&quot;&quot; filename=&quot;005.PNG&quot; height=&quot;283&quot; width=&quot;481&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;imageblock&quot; style=&quot;display:inline;&quot;&gt;&lt;a href=&quot;http://cfile23.uf.tistory.com/original/125077494E8D12233A5063&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile23.uf.tistory.com/image/125077494E8D12233A5063&quot; alt=&quot;&quot; filemime=&quot;&quot; filename=&quot;006.PNG&quot; height=&quot;74&quot; width=&quot;509&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
위와 같이 &quot;CommandBox&quot; 에서 설치정보를 볼 수 있습니다. &lt;br /&gt;
설치 시간이 10~30분 정도 &amp;nbsp;걸리니 &quot;Please wait... Executing Script:...&quot; 메세지가 끝날때 까지 기다립시다.&lt;br /&gt;
&lt;br /&gt;
설치가 완료 되면 아래와 같이 바탕화면에 아이콘이 생깁니다.&lt;br /&gt;
이제&amp;nbsp;라자루스(&lt;a href=&quot;http://www.lazarus.freepascal.org/&quot; target=&quot;_blank&quot; title=&quot;[http://www.lazarus.freepascal.org/]로 이동합니다.&quot;&gt;Lazarus&lt;/a&gt;)를 통해 파스칼을 마음껏 즐깁시다 ^^&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;imageblock&quot; style=&quot;display:inline;&quot;&gt;&lt;a href=&quot;http://cfile8.uf.tistory.com/original/167D654B4E8D50E52EE09C&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile8.uf.tistory.com/image/167D654B4E8D50E52EE09C&quot; alt=&quot;&quot; filemime=&quot;image/png&quot; filename=&quot;008.PNG&quot; height=&quot;80&quot; width=&quot;240&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
참고로 라자루스는 &quot;Cross-Build&quot;를 지원합니다.&lt;br /&gt;
지원 OS 는 Windows, WinCE, Linux, FreeBSD 이며 32/64bit 모두 지원 합니다.&lt;br /&gt;
FPC에서 지원하는것 까지 합하면 solaris, haiku, gba, nds, embedded 등이 있습니다.&lt;br /&gt;
&lt;br /&gt;
-----&lt;br /&gt;
&lt;br /&gt;
다음은 설정해두면 코딩이 편한 옵션들 입니다. (개인 취향에 따라 선택 하시면됩니다.^^)&lt;br /&gt;
&lt;br /&gt;
1) 체크하시면 저장시 사용하지 않는 메소드를 제거해 줍니다.&lt;br /&gt;
&amp;nbsp; &amp;nbsp;&amp;gt; Tools &amp;gt; Editor &amp;gt; Completion and Hints &amp;gt; Auto remove empty methods&amp;nbsp;&amp;gt; [check]&lt;br /&gt;
&lt;br /&gt;
2) 체크하시면 코드의 시작과 끝을 묶어 접었다/폈다 할 수 있어 아래로 긴 코드가 보기 편해집니다.&lt;br /&gt;
&amp;nbsp; &amp;nbsp;&amp;gt; Tools &amp;gt; Editor &amp;gt; Code folding &amp;gt;&amp;nbsp;Code folding&amp;nbsp;&amp;gt; [check]&lt;br /&gt;
&lt;br /&gt;
3)&amp;nbsp;체크하시면 체크된 코드의 아래 부분에&amp;nbsp;선으로 나누어 끝을 표시해 줍니다.&lt;br /&gt;
&amp;nbsp; &amp;nbsp;&amp;gt; Tools &amp;gt; Editor &amp;gt;&amp;nbsp;Divider drawing &amp;gt; Items&amp;nbsp;&amp;gt; [check]&lt;br /&gt;
&lt;br /&gt;
4)&amp;nbsp;FCL, LCL 디버깅(debugging) 하기.&lt;br /&gt;
&amp;nbsp; &amp;gt;&amp;nbsp;Project&amp;nbsp;&amp;gt;&amp;nbsp;Compiler&amp;nbsp;Options &amp;gt; Linking &amp;gt; Generate Debugging Info For GDB (-g) &amp;gt; [check]&amp;nbsp;&lt;br /&gt;
&amp;nbsp; &amp;gt; Project&amp;nbsp;&amp;gt;&amp;nbsp;Compiler&amp;nbsp;Options &amp;gt; Linking &amp;gt; Link Smart (-XX) &amp;gt; [check]&amp;nbsp;&lt;br /&gt;
&amp;nbsp;&lt;br /&gt;
5) 실행 파일 크기 줄이기&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;gt;&amp;nbsp;Project&amp;nbsp;&amp;gt;&amp;nbsp;Compiler&amp;nbsp;Options &amp;gt; Linking &amp;gt;&amp;nbsp;Generate Debugging Info For GDB&amp;nbsp;&amp;gt; [uncheck]&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;gt;&amp;nbsp;Project&amp;nbsp;&amp;gt;&amp;nbsp;Compiler&amp;nbsp;Options &amp;gt; Linking &amp;gt;&amp;nbsp;Debugging &amp;gt;&amp;nbsp;Strip Symbols From Executable (-Xs) &amp;gt; [check]&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;gt;&amp;nbsp;Project&amp;nbsp;&amp;gt;&amp;nbsp;Compiler&amp;nbsp;Options &amp;gt; Linking &amp;gt;&amp;nbsp;Debugging &amp;gt;&amp;nbsp;Link Style &amp;gt; Link Smart (-XX) &amp;gt; [check]&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;gt;&amp;nbsp;Project&amp;nbsp;&amp;gt;&amp;nbsp;Compiler&amp;nbsp;Options &amp;gt; Code &amp;gt;&amp;nbsp;Debugging &amp;gt; Smart Linkable (-CX) &amp;gt; [check]&lt;br /&gt;
&lt;br /&gt;
마지막은 라자루스(&lt;a href=&quot;http://www.lazarus.freepascal.org/&quot; target=&quot;_blank&quot; title=&quot;[http://www.lazarus.freepascal.org/]로 이동합니다.&quot;&gt;Lazarus&lt;/a&gt;)를 실행한 모습&lt;br /&gt;
&lt;div class=&quot;imageblock&quot; style=&quot;display:inline;&quot;&gt;&lt;a href=&quot;http://cfile25.uf.tistory.com/original/170C99484E8D5617072911&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile25.uf.tistory.com/image/170C99484E8D5617072911&quot; alt=&quot;&quot; filemime=&quot;&quot; filename=&quot;009.PNG&quot; height=&quot;427&quot; width=&quot;683&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;entry-ccl&quot; style=&quot;clear: both; text-align: right; margin-bottom: 10px&quot;&gt;
	&lt;img id=&quot;ccl-icon-266-0&quot; class=&quot;entry-ccl-by&quot; src=&quot;http://i1.daumcdn.net/cfs.tistory/v/0/static/admin/editor/ccl_black01.png&quot; alt=&quot;저작자 표시&quot;/&gt;
	&lt;img id=&quot;ccl-icon-266-1&quot; class=&quot;entry-ccl-nc&quot; src=&quot;http://i1.daumcdn.net/cfs.tistory/v/0/static/admin/editor/ccl_black02.png&quot; alt=&quot;비영리&quot;/&gt;
	&lt;img id=&quot;ccl-icon-266-2&quot; class=&quot;entry-ccl-sa&quot; src=&quot;http://i1.daumcdn.net/cfs.tistory/v/0/static/admin/editor/ccl_black04.png&quot; alt=&quot;동일 조건 변경 허락&quot;/&gt;
	&lt;!--
	&lt;rdf:RDF xmlns=&quot;http://web.resource.org/cc/&quot; xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot; xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;&gt;
		&lt;Work rdf:about=&quot;&quot;&gt;
			&lt;license rdf:resource=&quot;http://creativecommons.org/licenses/by-nc-sa/2.0/kr/&quot; /&gt;
		&lt;/Work&gt;
		&lt;License rdf:about=&quot;http://creativecommons.org/licenses/by-nc-sa/&quot;&gt;
			&lt;permits rdf:resource=&quot;http://web.resource.org/cc/Reproduction&quot;/&gt;
			&lt;permits rdf:resource=&quot;http://web.resource.org/cc/Distribution&quot;/&gt;
			&lt;requires rdf:resource=&quot;http://web.resource.org/cc/Notice&quot;/&gt;
			&lt;requires rdf:resource=&quot;http://web.resource.org/cc/Attribution&quot;/&gt;
			&lt;prohibits rdf:resource=&quot;http://web.resource.org/cc/CommercialUse&quot;/&gt;
		&lt;/License&gt;
	&lt;/rdf:RDF&gt;
	--&gt;
&lt;/div&gt;
</description>
			<category>Lazarus</category>
			<category>Delphi</category>
			<category>FPC</category>
			<category>FreePascal</category>
			<category>Lazarus</category>
			<category>델파이</category>
			<category>라자루스</category>
			<category>파스칼</category>
			<author>파이델</author>
			<guid>http://blog.foxb.kr/266</guid>
			<comments>http://blog.foxb.kr/266#entry266comment</comments>
			<pubDate>Thu, 06 Oct 2011 11:15:28 +0900</pubDate>
		</item>
		<item>
			<title>XE 1.5 Lang.XML Editor</title>
			<link>http://blog.foxb.kr/265</link>
			<description>&lt;span class=&quot;Apple-style-span&quot;&gt;&lt;a href=&quot;http://www.xpressengine.com/&quot; target=&quot;_blank&quot; title=&quot;[http://www.xpressengine.com/]로 이동합니다.&quot;&gt;XE 1.5&lt;/a&gt; 용 언어파일 lang.xml 편집기 입니다.&lt;br /&gt;
XE 모듈 만들때 언어파일 편집이 불편해서 만들었습니다.&lt;br /&gt;
&lt;br /&gt;
사용법은 lang.xml 을 Open... 후 Insert, Delete, Modify 하시면 됩니다.&lt;br /&gt;
&lt;br /&gt;
각 플랫폼에 맞게 컴파일 하시어 쓰시라고 소스도 같이 공개합니다.&lt;br /&gt;
&lt;br /&gt;
컴파일러:&amp;nbsp;&lt;a title=&quot;[http://www.lazarus.freepascal.org/]로 이동합니다.&quot; href=&quot;http://www.lazarus.freepascal.org/&quot; target=&quot;_blank&quot;&gt;라자루스(Lazarus: free-pascal)&lt;/a&gt;&amp;nbsp;&lt;br /&gt;
라이센스: GPL&lt;br /&gt;
테스트&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot;&gt;환경: windows 7 (64bit)&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;imageblock&quot; style=&quot;display:inline;&quot;&gt;&lt;a href=&quot;http://cfile6.uf.tistory.com/original/137A733D4E8B29C40270A9&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile6.uf.tistory.com/image/137A733D4E8B29C40270A9&quot; alt=&quot;&quot; filemime=&quot;image/png&quot; filename=&quot;XE15LangEditor.png&quot; height=&quot;603&quot; width=&quot;537&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;imageblock&quot; style=&quot;display:inline;&quot;&gt;&lt;a href=&quot;http://phidel.tistory.com/attachment/cfile24.uf@1976A93D4E8B29C809ED24.zip&quot;&gt;&lt;img src=&quot;http://i1.daumcdn.net/cfs.tistory/v/0/blog/image/extension/zip.gif&quot; alt=&quot;&quot; style=&quot;vertical-align: middle;&quot; /&gt; XE15LangEditor.zip&lt;/a&gt;&lt;/div&gt; &lt;br /&gt;
&lt;div class=&quot;imageblock&quot; style=&quot;display:inline;&quot;&gt;&lt;a href=&quot;http://phidel.tistory.com/attachment/cfile3.uf@1759C23D4E8B29C333EF76.zip&quot;&gt;&lt;img src=&quot;http://i1.daumcdn.net/cfs.tistory/v/0/blog/image/extension/zip.gif&quot; alt=&quot;&quot; style=&quot;vertical-align: middle;&quot; /&gt; XE15LangEditor.lazarus.source.zip&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;/span&gt;&lt;div class=&quot;entry-ccl&quot; style=&quot;clear: both; text-align: right; margin-bottom: 10px&quot;&gt;
	&lt;img id=&quot;ccl-icon-265-0&quot; class=&quot;entry-ccl-by&quot; src=&quot;http://i1.daumcdn.net/cfs.tistory/v/0/static/admin/editor/ccl_black01.png&quot; alt=&quot;저작자 표시&quot;/&gt;
	&lt;img id=&quot;ccl-icon-265-1&quot; class=&quot;entry-ccl-nc&quot; src=&quot;http://i1.daumcdn.net/cfs.tistory/v/0/static/admin/editor/ccl_black02.png&quot; alt=&quot;비영리&quot;/&gt;
	&lt;img id=&quot;ccl-icon-265-2&quot; class=&quot;entry-ccl-sa&quot; src=&quot;http://i1.daumcdn.net/cfs.tistory/v/0/static/admin/editor/ccl_black04.png&quot; alt=&quot;동일 조건 변경 허락&quot;/&gt;
	&lt;!--
	&lt;rdf:RDF xmlns=&quot;http://web.resource.org/cc/&quot; xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot; xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;&gt;
		&lt;Work rdf:about=&quot;&quot;&gt;
			&lt;license rdf:resource=&quot;http://creativecommons.org/licenses/by-nc-sa/2.0/kr/&quot; /&gt;
		&lt;/Work&gt;
		&lt;License rdf:about=&quot;http://creativecommons.org/licenses/by-nc-sa/&quot;&gt;
			&lt;permits rdf:resource=&quot;http://web.resource.org/cc/Reproduction&quot;/&gt;
			&lt;permits rdf:resource=&quot;http://web.resource.org/cc/Distribution&quot;/&gt;
			&lt;requires rdf:resource=&quot;http://web.resource.org/cc/Notice&quot;/&gt;
			&lt;requires rdf:resource=&quot;http://web.resource.org/cc/Attribution&quot;/&gt;
			&lt;prohibits rdf:resource=&quot;http://web.resource.org/cc/CommercialUse&quot;/&gt;
		&lt;/License&gt;
	&lt;/rdf:RDF&gt;
	--&gt;
&lt;/div&gt;
</description>
			<category>Lazarus</category>
			<category>Editor</category>
			<category>language</category>
			<category>Lazarus</category>
			<category>xe</category>
			<category>XML</category>
			<category>라자루스</category>
			<author>파이델</author>
			<guid>http://blog.foxb.kr/265</guid>
			<comments>http://blog.foxb.kr/265#entry265comment</comments>
			<pubDate>Wed, 05 Oct 2011 00:56:53 +0900</pubDate>
		</item>
		<item>
			<title>숫자를 문자로 바꾸기 (1234 = 일천이백삼십사) PHP 버전</title>
			<link>http://blog.foxb.kr/260</link>
			<description>&lt;div&gt;
$number_character_set = &#039;일,이,삼,사,오,육,칠,팔,구&#039;;&lt;/div&gt;
&lt;div&gt;
$number_character_pos = &#039;,십,백,천,만,십,백,천,억,십,백,천,조,십,백,천,경&#039;;&lt;/div&gt;
&lt;div&gt;
&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
&amp;nbsp; &amp;nbsp; function numbersToCharacters($number)&lt;/div&gt;
&lt;div&gt;
&amp;nbsp; &amp;nbsp; {&lt;/div&gt;
&lt;div&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; // phiDel (http://blog.foxb.kr)&lt;/div&gt;
&lt;div&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
&lt;div&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; if( !is_numeric($number) ) return &#039;&#039;;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; $ac = explode(&#039;,&#039;, Context::getLang(&#039;number_character_set&#039;));&lt;/div&gt;
&lt;div&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; $ap = explode(&#039;,&#039;, Context::getLang(&#039;number_character_pos&#039;));&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; $char = &#039;&#039;;&lt;/div&gt;
&lt;div&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; $cl = strlen($number);&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; for($i = 0; $i &amp;lt; $cl; $i++)&lt;/div&gt;
&lt;div&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; {&lt;/div&gt;
&lt;div&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; $c = substr($number, $i,1);&lt;/div&gt;
&lt;div&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; if(!is_numeric($c))&lt;/div&gt;
&lt;div&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; {&lt;/div&gt;
&lt;div&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; $char = $c.$char;&lt;/div&gt;
&lt;div&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; continue;&lt;/div&gt;
&lt;div&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }&lt;/div&gt;
&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; if($c&amp;lt;1 &amp;amp;&amp;amp; ((($cl-$i-1)%4) || $is_skip))continue;&lt;/div&gt;
&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; $is_skip = (($cl-$i-1)%4)?false:true;&lt;/div&gt;
&lt;div&gt;
&lt;/div&gt;
&lt;div&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; $char .= $ac[$c-1].$ap[$cl-$i-1];&lt;/div&gt;
&lt;div&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; return $char;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&amp;nbsp; &amp;nbsp; }&lt;br /&gt;
&amp;nbsp;&lt;br /&gt;
사용예 :&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;$num = 1234;&lt;br /&gt;
&amp;nbsp;echo&amp;nbsp;number_convert_character($num);&lt;/div&gt;&lt;div class=&quot;entry-ccl&quot; style=&quot;clear: both; text-align: right; margin-bottom: 10px&quot;&gt;
	&lt;img id=&quot;ccl-icon-260-0&quot; class=&quot;entry-ccl-by&quot; src=&quot;http://i1.daumcdn.net/cfs.tistory/v/0/static/admin/editor/ccl_black01.png&quot; alt=&quot;저작자 표시&quot;/&gt;
	&lt;img id=&quot;ccl-icon-260-1&quot; class=&quot;entry-ccl-nc&quot; src=&quot;http://i1.daumcdn.net/cfs.tistory/v/0/static/admin/editor/ccl_black02.png&quot; alt=&quot;비영리&quot;/&gt;
	&lt;img id=&quot;ccl-icon-260-2&quot; class=&quot;entry-ccl-sa&quot; src=&quot;http://i1.daumcdn.net/cfs.tistory/v/0/static/admin/editor/ccl_black04.png&quot; alt=&quot;동일 조건 변경 허락&quot;/&gt;
	&lt;!--
	&lt;rdf:RDF xmlns=&quot;http://web.resource.org/cc/&quot; xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot; xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;&gt;
		&lt;Work rdf:about=&quot;&quot;&gt;
			&lt;license rdf:resource=&quot;http://creativecommons.org/licenses/by-nc-sa/2.0/kr/&quot; /&gt;
		&lt;/Work&gt;
		&lt;License rdf:about=&quot;http://creativecommons.org/licenses/by-nc-sa/&quot;&gt;
			&lt;permits rdf:resource=&quot;http://web.resource.org/cc/Reproduction&quot;/&gt;
			&lt;permits rdf:resource=&quot;http://web.resource.org/cc/Distribution&quot;/&gt;
			&lt;requires rdf:resource=&quot;http://web.resource.org/cc/Notice&quot;/&gt;
			&lt;requires rdf:resource=&quot;http://web.resource.org/cc/Attribution&quot;/&gt;
			&lt;prohibits rdf:resource=&quot;http://web.resource.org/cc/CommercialUse&quot;/&gt;
		&lt;/License&gt;
	&lt;/rdf:RDF&gt;
	--&gt;
&lt;/div&gt;
</description>
			<category>PHP</category>
			<category>Character</category>
			<category>CONVERT</category>
			<category>Number</category>
			<category>php</category>
			<category>문자</category>
			<category>숫자</category>
			<author>파이델</author>
			<guid>http://blog.foxb.kr/260</guid>
			<comments>http://blog.foxb.kr/260#entry260comment</comments>
			<pubDate>Mon, 08 Aug 2011 10:25:25 +0900</pubDate>
		</item>
		<item>
			<title>숫자를 문자로 바꾸기 (1234 = 일천이백삼십사) SCRIPT 버전</title>
			<link>http://blog.foxb.kr/259</link>
			<description>&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
var __NUMBER_CHARACTER_SET__ = undefined;&lt;/div&gt;
&lt;div&gt;
var __NUMBER_CHARACTER_POS__ = undefined;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
Number.prototype.convertCharacter = function(){&lt;br /&gt;
// phiDel (http://blog.foxb.kr)&lt;br /&gt;
&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
&amp;nbsp; &amp;nbsp; if(isNaN(this)) return;&lt;/div&gt;
&lt;div&gt;
&amp;nbsp; &amp;nbsp; if((__NUMBER_CHARACTER_SET__ == undefined) || (__NUMBER_CHARACTER_POS__ == undefined))&lt;/div&gt;
&lt;div&gt;
&amp;nbsp; &amp;nbsp; {&lt;/div&gt;
&lt;div&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; alert(&#039;__NUMBER_CHARACTER_SET__ and __NUMBER_CHARACTER_POS__ value is not set&#039;);&lt;/div&gt;
&lt;div&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; return;&lt;/div&gt;
&lt;div&gt;
&amp;nbsp; &amp;nbsp; }&lt;/div&gt;
&lt;div&gt;
&amp;nbsp; &amp;nbsp; var n = String(Math.round(this)),&lt;/div&gt;
&lt;div&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp;c = &#039;&#039;,&lt;/div&gt;
&lt;div&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; re = &#039;&#039;,&lt;/div&gt;
&lt;div&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;cl = n.length,&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;is_skip = true,&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; as = __NUMBER_CHARACTER_SET__.split(&#039;,&#039;),&lt;/div&gt;
&lt;div&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;ap = __NUMBER_CHARACTER_POS__.split(&#039;,&#039;);&lt;/div&gt;
&lt;div&gt;
&amp;nbsp; &amp;nbsp; for(var i=0;i&amp;lt;cl;i++)&lt;/div&gt;
&lt;div&gt;
&amp;nbsp; &amp;nbsp; {&lt;/div&gt;
&lt;div&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; c = Number(n.substr(i,1));&lt;/div&gt;
&lt;div&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; if(c&amp;lt;1 &amp;amp;&amp;amp; (((cl-i-1)%4)||is_skip)) continue;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; is_skip = ((cl-i-1)%4)?false:true;&lt;/div&gt;
&lt;div&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; re+=(c&amp;gt;0?as[c-1]:&#039;&#039;)+ap[cl-i-1];&lt;/div&gt;
&lt;div&gt;
&amp;nbsp; &amp;nbsp; }&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
&amp;nbsp; &amp;nbsp; return re;&lt;/div&gt;
&lt;div&gt;
};&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
사용법 :&lt;br /&gt;
&lt;br /&gt;
&lt;div&gt;
__NUMBER_CHARACTER_SET__ = &#039;일,이,삼,사,오,육,칠,팔,구&#039;;&lt;/div&gt;
&lt;div&gt;
__NUMBER_CHARACTER_POS__ = &#039;,십,백,천,만,십,백,천,억,십,백,천,조,십,백,천,경&#039;;&lt;br /&gt;
&lt;br /&gt;
var num = 1234;&lt;br /&gt;
alert(num.convertCharacter());&lt;/div&gt;
&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;entry-ccl&quot; style=&quot;clear: both; text-align: right; margin-bottom: 10px&quot;&gt;
	&lt;img id=&quot;ccl-icon-259-0&quot; class=&quot;entry-ccl-by&quot; src=&quot;http://i1.daumcdn.net/cfs.tistory/v/0/static/admin/editor/ccl_black01.png&quot; alt=&quot;저작자 표시&quot;/&gt;
	&lt;img id=&quot;ccl-icon-259-1&quot; class=&quot;entry-ccl-nc&quot; src=&quot;http://i1.daumcdn.net/cfs.tistory/v/0/static/admin/editor/ccl_black02.png&quot; alt=&quot;비영리&quot;/&gt;
	&lt;img id=&quot;ccl-icon-259-2&quot; class=&quot;entry-ccl-sa&quot; src=&quot;http://i1.daumcdn.net/cfs.tistory/v/0/static/admin/editor/ccl_black04.png&quot; alt=&quot;동일 조건 변경 허락&quot;/&gt;
	&lt;!--
	&lt;rdf:RDF xmlns=&quot;http://web.resource.org/cc/&quot; xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot; xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;&gt;
		&lt;Work rdf:about=&quot;&quot;&gt;
			&lt;license rdf:resource=&quot;http://creativecommons.org/licenses/by-nc-sa/2.0/kr/&quot; /&gt;
		&lt;/Work&gt;
		&lt;License rdf:about=&quot;http://creativecommons.org/licenses/by-nc-sa/&quot;&gt;
			&lt;permits rdf:resource=&quot;http://web.resource.org/cc/Reproduction&quot;/&gt;
			&lt;permits rdf:resource=&quot;http://web.resource.org/cc/Distribution&quot;/&gt;
			&lt;requires rdf:resource=&quot;http://web.resource.org/cc/Notice&quot;/&gt;
			&lt;requires rdf:resource=&quot;http://web.resource.org/cc/Attribution&quot;/&gt;
			&lt;prohibits rdf:resource=&quot;http://web.resource.org/cc/CommercialUse&quot;/&gt;
		&lt;/License&gt;
	&lt;/rdf:RDF&gt;
	--&gt;
&lt;/div&gt;
</description>
			<category>SCRIPT</category>
			<category>Character</category>
			<category>CONVERT</category>
			<category>JavaScript</category>
			<category>Number</category>
			<category>문자</category>
			<category>숫자</category>
			<category>자바스크립트</category>
			<author>파이델</author>
			<guid>http://blog.foxb.kr/259</guid>
			<comments>http://blog.foxb.kr/259#entry259comment</comments>
			<pubDate>Mon, 08 Aug 2011 10:18:31 +0900</pubDate>
		</item>
		<item>
			<title>조각구름 (문서관리기) - 베타버전</title>
			<link>http://blog.foxb.kr/258</link>
			<description>&lt;div class=&quot;imageblock&quot; style=&quot;display:inline;&quot;&gt;&lt;a href=&quot;http://cfile23.uf.tistory.com/original/154748334E3E7D091E896E&quot; rel=&quot;lightbox&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://cfile23.uf.tistory.com/image/154748334E3E7D091E896E&quot; alt=&quot;&quot; filemime=&quot;image/png&quot; filename=&quot;Scud.PNG&quot; height=&quot;620&quot; width=&quot;636&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;&lt;div class=&quot;imageblock&quot; style=&quot;display:inline;&quot;&gt;&lt;a href=&quot;http://phidel.tistory.com/attachment/cfile25.uf@114008334E3E7D082BB8F5.zip&quot;&gt;&lt;img src=&quot;http://i1.daumcdn.net/cfs.tistory/v/0/blog/image/extension/zip.gif&quot; alt=&quot;&quot; style=&quot;vertical-align: middle;&quot; /&gt; scud.bata.2009.09.06.zip&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;&lt;div&gt;
Scud (cloud) - Web Document Manager:&lt;/div&gt;
&lt;div&gt;&amp;nbsp; 인터넷의 유용한 문서나 글등을 보관하고 싶을때 모두 자신만의 방법으로 문서들을 모아 두실겁니다.&lt;/div&gt;
&lt;div&gt;&amp;nbsp; 이 프로그램은 좀더 쉽고 편하게 인터넷 문서를 스크랩하거나 저장해두고 언제든 하드에서 읽어볼수 있도록 도와 줍니다.&lt;/div&gt;
&lt;div&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;자동 업데이트 체크를 사용하시면 인터넷 연결 유무에 따라 실행이 조금 지연될 수 있습니다.&lt;/div&gt;
&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;
Support:&lt;/div&gt;
&lt;div&gt;&amp;nbsp;OS: 32/64 bit Windows, XP, Vista, 7(seven)&lt;/div&gt;
&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;
Language:&lt;/div&gt;
&lt;div&gt;&amp;nbsp; Korean&lt;/div&gt;
&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;
License:&lt;/div&gt;
&lt;div&gt;&amp;nbsp;개인, 기업, 학교, 피씨방, 관공서등 누구나 무료로 사용하실 수 있습니다.&lt;/div&gt;
&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;
Install:&lt;/div&gt;
&lt;div&gt;&amp;nbsp;설치: 압축을 풀어 사용하세요&lt;/div&gt;
&lt;div&gt;&amp;nbsp;삭제: 해당 파일을 지워주세요&lt;br /&gt;
&lt;br /&gt;&lt;p id=&quot;more258_0&quot; class=&quot;moreless_fold&quot;&gt;&lt;span style=&quot;cursor: pointer;&quot; onclick=&quot;toggleMoreLess(this, &#039;258_0&#039;,&#039;히스토리 보기&#039;,&#039;히스토리 접기&#039;); return false;&quot;&gt;히스토리 보기&lt;/span&gt;&lt;/p&gt;&lt;div id=&quot;content258_0&quot; class=&quot;moreless_content&quot; style=&quot;display: none;&quot;&gt;&lt;p style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; &quot;&gt;&lt;p style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; &quot;&gt;ver 2009.09.06&lt;/p&gt;
&lt;p style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; &quot;&gt;&amp;nbsp;1. 첨부파일 관리 기능 오류 수정&lt;/p&gt;
&lt;p style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; &quot;&gt;&amp;nbsp;2. 첨부파일 검색 위치 설정에 없는 폴더 지우기 기능 추가&lt;/p&gt;
&lt;p style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; &quot;&gt;&lt;br /&gt;
&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; &quot;&gt;ver 2009.09.05&lt;/p&gt;
&lt;p style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; &quot;&gt;&amp;nbsp;1. 데이터베이스 최적화 후 용량표시&lt;/p&gt;
&lt;p style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; &quot;&gt;&amp;nbsp;2. 첨부파일 관리 기능 추가&lt;/p&gt;
&lt;p style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; &quot;&gt;&lt;br /&gt;
&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; &quot;&gt;ver 2009.09.01&lt;/p&gt;
&lt;p style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; &quot;&gt;&amp;nbsp;1. 우클릭 제한 해제기능 오작동 수정&lt;/p&gt;
&lt;p style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; &quot;&gt;&amp;nbsp;2. 편집중 문서가 변경되면 알려주기&lt;/p&gt;
&lt;p style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; &quot;&gt;&amp;nbsp;3. 편집기 상태바에 현재 카테고리 표시 (뷰어시 태그 표시)&lt;/p&gt;
&lt;p style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; &quot;&gt;&lt;br /&gt;
&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; &quot;&gt;ver 2009.04.11&lt;/p&gt;
&lt;p style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; &quot;&gt;&amp;nbsp;1. 브라우저 보기시 우클릭 제한 해제기능 추가&lt;/p&gt;
&lt;p style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; &quot;&gt;&amp;nbsp;2. 이미지 파일명에 빈공간이 있을때 퀵보기에서 안보이던거 수정&lt;/p&gt;
&lt;p style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; &quot;&gt;&lt;br /&gt;
&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; &quot;&gt;ver 2009.04.02&lt;/p&gt;
&lt;p style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; &quot;&gt;&amp;nbsp;1. 같은 이름의 다른 이미지가 서로 겹치던거 수정&lt;/p&gt;
&lt;p style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; &quot;&gt;&amp;nbsp;2. 그룹 지정할때 문서번호 검색하기 추가&lt;/p&gt;
&lt;p style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; &quot;&gt;&lt;br /&gt;
&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; &quot;&gt;ver 2009.03.30&lt;/p&gt;
&lt;p style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; &quot;&gt;&amp;nbsp;1. 그룹의 하위문서 만들때 제목 자동 가져오기&lt;/p&gt;
&lt;p style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; &quot;&gt;&amp;nbsp;2. 첨부파일을 찾을수 없을때 첨부목록이 초기화 대는거 수정&lt;/p&gt;
&lt;p style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; &quot;&gt;&amp;nbsp;3. 문서 추가나 수정시 해당 아이템으로 스크롤이 되게 수정&lt;/p&gt;
&lt;p style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; &quot;&gt;&amp;nbsp;4. 문서 목록에 팝업메뉴 추가&lt;/p&gt;
&lt;p style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; &quot;&gt;&amp;nbsp;5. 분류(태그) 보기 메뉴추가&lt;/p&gt;
&lt;p style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; &quot;&gt;&lt;br /&gt;
&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; &quot;&gt;ver 2009.03.29&lt;/p&gt;
&lt;p style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; &quot;&gt;&amp;nbsp;1. 자동 데이터베이스 업데이트 기능 추가&lt;/p&gt;
&lt;p style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; &quot;&gt;&amp;nbsp;2. 그룹의 부모가되는 문서의 그룹 해제시 하위그룹 모두해제&lt;/p&gt;
&lt;p style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; &quot;&gt;&amp;nbsp;3. 문서 편집기의 브라우저로 문서볼때 Script 작동이 않하던거 수정&lt;/p&gt;
&lt;p style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; &quot;&gt;&amp;nbsp;4. 미리 보기시 Style, Script 정보가 이전 문서와 겹치는거 수정&lt;/p&gt;
&lt;p style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; &quot;&gt;&lt;br /&gt;
&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; &quot;&gt;ver 2009.03.27&lt;/p&gt;
&lt;p style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; &quot;&gt;&amp;nbsp;1. 자동 업데이트 체크 기능 추가&lt;/p&gt;
&lt;p style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; &quot;&gt;&amp;nbsp;2. 본문에 첨부한 경로에 빈공간이 있으면 실행 못하던 버그 수정&lt;/p&gt;
&lt;p style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; &quot;&gt;&amp;nbsp;3. 그룹의 부모가되는 상위 문서는 다른 그룹지정 못하게 수정&lt;/p&gt;
&lt;p style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; &quot;&gt;&amp;nbsp;4. 테이블 추가 메뉴 디자인 변경&lt;/p&gt;
&lt;p style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; &quot;&gt;&amp;nbsp;5. 트레이 아이콘 오동작 수정&lt;/p&gt;
&lt;p style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; &quot;&gt;&amp;nbsp;6. 파일로 저장하기 기능 추가&lt;/p&gt;
&lt;p style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; &quot;&gt;&lt;br /&gt;
&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; &quot;&gt;ver 2009.03.24&lt;/p&gt;
&lt;p style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; &quot;&gt;&amp;nbsp;1. 문서 수정하기 메뉴 선택시 보기로 열리던것 수정&lt;/p&gt;
&lt;p style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; &quot;&gt;&amp;nbsp;2. 본문에서 첨부파일 직접 입력/실행 가능&lt;/p&gt;
&lt;p style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; &quot;&gt;&amp;nbsp;3. 트레이 아이콘 오동작 수정&lt;/p&gt;
&lt;p style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; &quot;&gt;&amp;nbsp;4. 문서의 기본 스타일 설정 가능&lt;/p&gt;
&lt;p style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; &quot;&gt;&lt;br /&gt;
&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; &quot;&gt;ver 2009.03.23&lt;/p&gt;
&lt;p style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; &quot;&gt;&amp;nbsp;1. 스크립트, 스타일이 제대로 저장 않되던것 수정&lt;/p&gt;
&lt;p style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; &quot;&gt;&amp;nbsp;2. 색상 선택 메뉴 디자인 변경&lt;/p&gt;
&lt;p style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; &quot;&gt;&amp;nbsp;3. 아이콘 디자인 변경&lt;/p&gt;
&lt;p style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; &quot;&gt;&amp;nbsp;4. XP 에서 이미지가 안뜨던것 수정&lt;/p&gt;
&lt;p style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; &quot;&gt;&lt;br /&gt;
&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; &quot;&gt;ver 2009.03.19&lt;/p&gt;
&lt;p style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; &quot;&gt;&amp;nbsp;1. 하위 (그룹) 문서 만들기 메뉴 추가&lt;/p&gt;
&lt;p style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; &quot;&gt;&amp;nbsp;2. 선택한 문서 수정하기 메뉴 추가&lt;/p&gt;
&lt;p style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; &quot;&gt;&amp;nbsp;3. 선택한 카테고리 수정하기 메뉴 추가&lt;/p&gt;
&lt;p style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; &quot;&gt;&amp;nbsp;4. 목록을 그룹별로 보이게 디자인&lt;/p&gt;
&lt;p style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; &quot;&gt;&lt;br /&gt;
&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; &quot;&gt;ver 2009.03.17&lt;/p&gt;
&lt;p style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; &quot;&gt;&amp;nbsp;1. 검색 옵션 저장&lt;/p&gt;
&lt;p style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; &quot;&gt;&amp;nbsp;2. 트레이 아이콘 추가&lt;/p&gt;
&lt;p style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; &quot;&gt;&amp;nbsp;3. 자동실행 &amp;nbsp;추가&lt;/p&gt;
&lt;p style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; &quot;&gt;&lt;br /&gt;
&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; &quot;&gt;ver 2009.03.14&lt;/p&gt;
&lt;p style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; &quot;&gt;&amp;nbsp;1. 그림 바꾸기의 확장자들을 늘임&lt;/p&gt;
&lt;p style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; &quot;&gt;&amp;nbsp;2. 문서 묶기 기능 추가&lt;/p&gt;
&lt;p style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; &quot;&gt;&amp;nbsp;3. [DOC_UPDATE] 필드 추가&lt;/p&gt;
&lt;p style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; &quot;&gt;&lt;br /&gt;
&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; &quot;&gt;ver 2009.03.12&lt;/p&gt;
&lt;p style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; &quot;&gt;&amp;nbsp; New 조각구름 베타 버전 등록.&lt;/p&gt;
&lt;/p&gt;&lt;/div&gt;&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;entry-ccl&quot; style=&quot;clear: both; text-align: right; margin-bottom: 10px&quot;&gt;
	&lt;img id=&quot;ccl-icon-258-0&quot; class=&quot;entry-ccl-by&quot; src=&quot;http://i1.daumcdn.net/cfs.tistory/v/0/static/admin/editor/ccl_black01.png&quot; alt=&quot;저작자 표시&quot;/&gt;
	&lt;img id=&quot;ccl-icon-258-1&quot; class=&quot;entry-ccl-nc&quot; src=&quot;http://i1.daumcdn.net/cfs.tistory/v/0/static/admin/editor/ccl_black02.png&quot; alt=&quot;비영리&quot;/&gt;
	&lt;img id=&quot;ccl-icon-258-2&quot; class=&quot;entry-ccl-sa&quot; src=&quot;http://i1.daumcdn.net/cfs.tistory/v/0/static/admin/editor/ccl_black04.png&quot; alt=&quot;동일 조건 변경 허락&quot;/&gt;
	&lt;!--
	&lt;rdf:RDF xmlns=&quot;http://web.resource.org/cc/&quot; xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot; xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;&gt;
		&lt;Work rdf:about=&quot;&quot;&gt;
			&lt;license rdf:resource=&quot;http://creativecommons.org/licenses/by-nc-sa/2.0/kr/&quot; /&gt;
		&lt;/Work&gt;
		&lt;License rdf:about=&quot;http://creativecommons.org/licenses/by-nc-sa/&quot;&gt;
			&lt;permits rdf:resource=&quot;http://web.resource.org/cc/Reproduction&quot;/&gt;
			&lt;permits rdf:resource=&quot;http://web.resource.org/cc/Distribution&quot;/&gt;
			&lt;requires rdf:resource=&quot;http://web.resource.org/cc/Notice&quot;/&gt;
			&lt;requires rdf:resource=&quot;http://web.resource.org/cc/Attribution&quot;/&gt;
			&lt;prohibits rdf:resource=&quot;http://web.resource.org/cc/CommercialUse&quot;/&gt;
		&lt;/License&gt;
	&lt;/rdf:RDF&gt;
	--&gt;
&lt;/div&gt;
</description>
			<category>유틸리티들</category>
			<category>UTIL</category>
			<category>Utility</category>
			<category>Windows</category>
			<category>윈도우</category>
			<category>유틸리티</category>
			<author>파이델</author>
			<guid>http://blog.foxb.kr/258</guid>
			<comments>http://blog.foxb.kr/258#entry258comment</comments>
			<pubDate>Sun, 07 Aug 2011 20:55:04 +0900</pubDate>
		</item>
	</channel>
</rss>

