<?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>Guitina &#187; Linux</title>
	<atom:link href="http://www.guitina.com/category/it/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.guitina.com</link>
	<description></description>
	<lastBuildDate>Fri, 05 Mar 2010 03:38:02 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>untar to differect directory</title>
		<link>http://www.guitina.com/2010/03/05/untar-to-differect-directory/</link>
		<comments>http://www.guitina.com/2010/03/05/untar-to-differect-directory/#comments</comments>
		<pubDate>Fri, 05 Mar 2010 03:38:02 +0000</pubDate>
		<dc:creator>도니</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.guitina.com/?p=177</guid>
		<description><![CDATA[tar -C /usr/local/uvscan/tmp/ -xvf /datos/updates/dat-5031.tar
]]></description>
			<content:encoded><![CDATA[<p>tar -C /usr/local/uvscan/tmp/ -xvf /datos/updates/dat-5031.tar</p>
]]></content:encoded>
			<wfw:commentRss>http://www.guitina.com/2010/03/05/untar-to-differect-directory/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Copy hidden files</title>
		<link>http://www.guitina.com/2010/02/23/copy-hidden-files/</link>
		<comments>http://www.guitina.com/2010/02/23/copy-hidden-files/#comments</comments>
		<pubDate>Mon, 22 Feb 2010 20:35:56 +0000</pubDate>
		<dc:creator>도니</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.guitina.com/?p=175</guid>
		<description><![CDATA[cp -rT /from/directory /to/directory
]]></description>
			<content:encoded><![CDATA[<p>cp -rT /from/directory /to/directory</p>
]]></content:encoded>
			<wfw:commentRss>http://www.guitina.com/2010/02/23/copy-hidden-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Find string in various files</title>
		<link>http://www.guitina.com/2010/02/23/find-string-in-various-files/</link>
		<comments>http://www.guitina.com/2010/02/23/find-string-in-various-files/#comments</comments>
		<pubDate>Mon, 22 Feb 2010 20:00:30 +0000</pubDate>
		<dc:creator>도니</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.guitina.com/?p=172</guid>
		<description><![CDATA[find . &#124; xargs grep &#8217;string&#8217; 
]]></description>
			<content:encoded><![CDATA[<p>find . | xargs grep &#8217;string&#8217; </p>
]]></content:encoded>
			<wfw:commentRss>http://www.guitina.com/2010/02/23/find-string-in-various-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Removing Unwanted Startup Files or Services in Debian</title>
		<link>http://www.guitina.com/2009/11/23/httpwww-debianhelp-co-ukunwanted-htm/</link>
		<comments>http://www.guitina.com/2009/11/23/httpwww-debianhelp-co-ukunwanted-htm/#comments</comments>
		<pubDate>Sun, 22 Nov 2009 22:16:35 +0000</pubDate>
		<dc:creator>도니</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.guitina.com/2009/11/23/httpwww-debianhelp-co-ukunwanted-htm/</guid>
		<description><![CDATA[http://www.debianhelp.co.uk/unwanted.htm
]]></description>
			<content:encoded><![CDATA[<p>http://www.debianhelp.co.uk/unwanted.htm</p>
]]></content:encoded>
			<wfw:commentRss>http://www.guitina.com/2009/11/23/httpwww-debianhelp-co-ukunwanted-htm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Debian Source List</title>
		<link>http://www.guitina.com/2009/11/19/debian-source-list/</link>
		<comments>http://www.guitina.com/2009/11/19/debian-source-list/#comments</comments>
		<pubDate>Thu, 19 Nov 2009 04:29:02 +0000</pubDate>
		<dc:creator>도니</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[데비안 소스 리스트]]></category>

		<guid isPermaLink="false">http://www.guitina.com/?p=163</guid>
		<description><![CDATA[데비안을 dvd로 인스톨 했을때 소스 리스트가 cd-rom으로 되어있다
서버가 먼곳에 있거나 리모트 인스톨할때는 dvd로 인스톨을 못하므로 인터넷으로 다운 받아서 설치 해야 하는데
이때는
sudo vi /etc/apt/sources.list
# deb cdrom:[Debian GNU/Linux 5.0.3 _Lenny_ - Official amd64 DVD Binary-1 20090905-11:36]/ lenny contrib main
#deb cdrom:[Debian GNU/Linux 5.0.3 _Lenny_ - Official amd64 DVD Binary-1 20090905-11:36]/ lenny contrib main
#deb cdrom:[Debian GNU/Linux 5.0.3 _Lenny_ - [...]]]></description>
			<content:encoded><![CDATA[<p>데비안을 dvd로 인스톨 했을때 소스 리스트가 cd-rom으로 되어있다</p>
<p>서버가 먼곳에 있거나 리모트 인스톨할때는 dvd로 인스톨을 못하므로 인터넷으로 다운 받아서 설치 해야 하는데</p>
<p>이때는</p>
<blockquote><p>sudo vi /etc/apt/sources.list<br />
# deb cdrom:[Debian GNU/Linux 5.0.3 _Lenny_ - Official amd64 DVD Binary-1 20090905-11:36]/ lenny contrib main</p>
<p>#deb cdrom:[Debian GNU/Linux 5.0.3 _Lenny_ - Official amd64 DVD Binary-1 20090905-11:36]/ lenny contrib main</p>
<p>#deb cdrom:[Debian GNU/Linux 5.0.3 _Lenny_ - Official amd64 DVD Binary-3 20090905-11:36]/ lenny contrib main</p>
<p>#deb cdrom:[Debian GNU/Linux 5.0.3 _Lenny_ - Official amd64 DVD Binary-4 20090905-11:36]/ lenny contrib main</p>
<p>#deb cdrom:[Debian GNU/Linux 5.0.3 _Lenny_ - Official amd64 DVD Binary-5 20090905-11:36]/ lenny contrib main</p>
<p>#deb cdrom:[Debian GNU/Linux 5.0.3 Update DVD 20090907: amd64 DVD 1]/ lenny contrib main non-free</p></blockquote>
<p>apt-get 명령할때 cd-rom에서 인스톨 하는 것에 주석을 달아준다.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.guitina.com/2009/11/19/debian-source-list/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>데비안 (Debian) 에서 서브버전 (Subversion) 설치하기</title>
		<link>http://www.guitina.com/2009/09/28/%eb%8d%b0%eb%b9%84%ec%95%88-debian-%ec%97%90%ec%84%9c-%ec%84%9c%eb%b8%8c%eb%b2%84%ec%a0%84-subversion-%ec%84%a4%ec%b9%98%ed%95%98%ea%b8%b0/</link>
		<comments>http://www.guitina.com/2009/09/28/%eb%8d%b0%eb%b9%84%ec%95%88-debian-%ec%97%90%ec%84%9c-%ec%84%9c%eb%b8%8c%eb%b2%84%ec%a0%84-subversion-%ec%84%a4%ec%b9%98%ed%95%98%ea%b8%b0/#comments</comments>
		<pubDate>Sun, 27 Sep 2009 21:43:25 +0000</pubDate>
		<dc:creator>도니</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[svn]]></category>
		<category><![CDATA[데비안]]></category>
		<category><![CDATA[리눅스]]></category>
		<category><![CDATA[서브버전]]></category>

		<guid isPermaLink="false">http://www.guitina.com/?p=143</guid>
		<description><![CDATA[우선 svn과 아파치2의 svn module을 설치한다
sudo apt-get install subversion libapache2-svn
보통 module을 설치했을때 자동으로 활성화 되지만 활성화되었는지 확인한다.
sudo a2enmod dav_svn
svn을 설치할 디렉토리를 만들고 거기다 svn repository를 설치한다. 
sudo mkdir /home/svn
sudo svnadmin create /home/svn
svn 디렉토리를 아파치 유저를 owner로 설정한다
sudo chown -R www-data /home/svn
웹서버에 svn을 설치하므로 비밀번호를 설정해줘야 한다. htpasswd 명령어에 -c를 더해 비밀번호 파일을 생성한다./
sudo htpasswd -c [...]]]></description>
			<content:encoded><![CDATA[<p>우선 svn과 아파치2의 svn module을 설치한다</p>
<blockquote><p>sudo apt-get install subversion libapache2-svn</p></blockquote>
<p>보통 module을 설치했을때 자동으로 활성화 되지만 활성화되었는지 확인한다.</p>
<blockquote><p>sudo a2enmod dav_svn</p></blockquote>
<p>svn을 설치할 디렉토리를 만들고 거기다 svn repository를 설치한다. </p>
<blockquote><p>sudo mkdir /home/svn<br />
sudo svnadmin create /home/svn</p></blockquote>
<p>svn 디렉토리를 아파치 유저를 owner로 설정한다</p>
<blockquote><p>sudo chown -R www-data /home/svn</p></blockquote>
<p>웹서버에 svn을 설치하므로 비밀번호를 설정해줘야 한다. htpasswd 명령어에 -c를 더해 비밀번호 파일을 생성한다./</p>
<blockquote><p>sudo htpasswd -c /etc/apache2/dav_svn.passwd username</p></blockquote>
<p>유저를 더 하려면 </p>
<blockquote><p>sudo htpasswd /etc/apache2/dav_svn.passwd username2</p></blockquote>
<p>아파치를 다시 시작한다.</p>
<blockquote><p>sudo /etc/init.d/apache2 restart</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.guitina.com/2009/09/28/%eb%8d%b0%eb%b9%84%ec%95%88-debian-%ec%97%90%ec%84%9c-%ec%84%9c%eb%b8%8c%eb%b2%84%ec%a0%84-subversion-%ec%84%a4%ec%b9%98%ed%95%98%ea%b8%b0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>리눅스 하드 디스크 및 파티션 공간 알아보기</title>
		<link>http://www.guitina.com/2009/09/28/%eb%a6%ac%eb%88%85%ec%8a%a4-%ed%95%98%eb%93%9c-%eb%94%94%ec%8a%a4%ed%81%ac-%eb%b0%8f-%ed%8c%8c%ed%8b%b0%ec%85%98-%ea%b3%b5%ea%b0%84-%ec%95%8c%ec%95%84%eb%b3%b4%ea%b8%b0/</link>
		<comments>http://www.guitina.com/2009/09/28/%eb%a6%ac%eb%88%85%ec%8a%a4-%ed%95%98%eb%93%9c-%eb%94%94%ec%8a%a4%ed%81%ac-%eb%b0%8f-%ed%8c%8c%ed%8b%b0%ec%85%98-%ea%b3%b5%ea%b0%84-%ec%95%8c%ec%95%84%eb%b3%b4%ea%b8%b0/#comments</comments>
		<pubDate>Sun, 27 Sep 2009 20:07:46 +0000</pubDate>
		<dc:creator>도니</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[리눅스 하드 디스크 용량]]></category>

		<guid isPermaLink="false">http://www.guitina.com/?p=140</guid>
		<description><![CDATA[df 는 리눅스에 설치된 하드 드라이브의 모든 파티션을 보여준다
df -hT
Filesystem    Type    Size  Used Avail Use% Mounted on
/dev/sda1     ext3    327M  133M  178M  43% /
tmpfs        tmpfs   1008M     0 1008M   0% /lib/init/rw
udev         tmpfs     10M  720K  9.3M   8% /dev
tmpfs        tmpfs   1008M     0 1008M   0% /dev/shm
/dev/sda9     ext3    280G  190G   76G  72% /home
/dev/sda8     ext3    373M   11M  343M   3% /tmp
/dev/sda5     ext3    4.6G  [...]]]></description>
			<content:encoded><![CDATA[<p>df 는 리눅스에 설치된 하드 드라이브의 모든 파티션을 보여준다</p>
<blockquote><p>df -hT</p>
<p>Filesystem    Type    Size  Used Avail Use% Mounted on<br />
/dev/sda1     ext3    327M  133M  178M  43% /<br />
tmpfs        tmpfs   1008M     0 1008M   0% /lib/init/rw<br />
udev         tmpfs     10M  720K  9.3M   8% /dev<br />
tmpfs        tmpfs   1008M     0 1008M   0% /dev/shm<br />
/dev/sda9     ext3    280G  190G   76G  72% /home<br />
/dev/sda8     ext3    373M   11M  343M   3% /tmp<br />
/dev/sda5     ext3    4.6G  2.6G  1.8G  60% /usr<br />
/dev/sda6     ext3    2.8G  1.4G  1.3G  51% /va</p></blockquote>
<p>참고로 du 는 현재 디렉토리의 모든 파일 크기를 보여준다.</p>
<blockquote><p>du -ah</p>
<p>4.0K    ./index.php<br />
4.0K    ./index.php~<br />
4.0K    ./index.html<br />
16K     .</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.guitina.com/2009/09/28/%eb%a6%ac%eb%88%85%ec%8a%a4-%ed%95%98%eb%93%9c-%eb%94%94%ec%8a%a4%ed%81%ac-%eb%b0%8f-%ed%8c%8c%ed%8b%b0%ec%85%98-%ea%b3%b5%ea%b0%84-%ec%95%8c%ec%95%84%eb%b3%b4%ea%b8%b0/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Linux &#8211; Output 파일로 저장하기</title>
		<link>http://www.guitina.com/2009/07/02/linux-output-%ed%8c%8c%ec%9d%bc%eb%a1%9c-%ec%a0%80%ec%9e%a5%ed%95%98%ea%b8%b0/</link>
		<comments>http://www.guitina.com/2009/07/02/linux-output-%ed%8c%8c%ec%9d%bc%eb%a1%9c-%ec%a0%80%ec%9e%a5%ed%95%98%ea%b8%b0/#comments</comments>
		<pubDate>Thu, 02 Jul 2009 03:41:56 +0000</pubDate>
		<dc:creator>도니</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[리눅스]]></category>
		<category><![CDATA[리디렉트]]></category>
		<category><![CDATA[출력]]></category>

		<guid isPermaLink="false">http://www.guitina.com/?p=60</guid>
		<description><![CDATA[CLI (Command Line Interface) 도스와 같은 리눅스 CLI를 쓰다보면 참 답답할때가 있다. GUI (Graphical User Interface) 에 너무 적응이 되서 어쩔줄을 모를때가 한두번이 아니다.
CLI를 쓸때는 항상 내가 무엇을 해야 할지 알아야 한다. GUI에선 여기저기 클릭하다보면 소 뒷걸음질치다 쥐잡는 격으로 답을 찾곤 하는데
CLI에선 그런 경우가 아예 없다고 보면 된다. 요새 리눅스는 GUI 버젼이 나와서 쓰기 많이 [...]]]></description>
			<content:encoded><![CDATA[<p>CLI (Command Line Interface) 도스와 같은 리눅스 CLI를 쓰다보면 참 답답할때가 있다. GUI (Graphical User Interface) 에 너무 적응이 되서 어쩔줄을 모를때가 한두번이 아니다.</p>
<p>CLI를 쓸때는 항상 내가 무엇을 해야 할지 알아야 한다. GUI에선 여기저기 클릭하다보면 소 뒷걸음질치다 쥐잡는 격으로 답을 찾곤 하는데<br />
CLI에선 그런 경우가 아예 없다고 보면 된다. 요새 리눅스는 GUI 버젼이 나와서 쓰기 많이 편해졌는데 그래도 안정성때문에 아직도 CLI를 쓰는 경우가 많다.</p>
<p>내가 사용하는 서버중 절대 안정성을 원하는 서버는 CLI로 설정했는데<br />
안정적이다보니 몇주나 혹은 몇달만에 로긴하곤 한다. 그럴때마다 같은 문제에 접하게 되면 그때 어떻게 했더라? 하면서 기억을 더듬는데 참 난감하다.. ㅡㅡ;</p>
<p>그중 한가지가 리눅스를 처음 접했을때 ls 명령문&#8230;.</p>
<p>파일이 수십개가 있는 디렉토리를 보고 싶을때 ls 엔터키를 치면 내가 보고 싶은 줄은 벌써 지나가버리고 없다.</p>
<p>주변에 물어 볼 사람도 없고 ㅜㅜ; 그때 참 내 자신이 불쌍했다. ls 몇번씩 치면서 지나가는 줄 다시 보려고 하고&#8230;&#8230;</p>
<p>정답은 ls | more 이때 출력이 스크린보다 더 크면 한줄씩 진행되어 볼수 있게 된다.</p>
<p>하지만 스크립트등을 디버그 할때 에러 출력이나 다른 출력들을 보고 싶을 때 more는 아무 쓸모도 없다.</p>
<p>그럴땐</p>
<blockquote><p>./my_script &gt; file         &lt;&#8211; 정상 출력</p>
<p>./my_script 2&gt; file       &lt;&#8211; 에러 출력</p>
<p>./my_script &amp;&gt; file      &lt;&#8211; 모든 결과 출력</p></blockquote>
<p>위처럼 file로 결과를 저장해서 보면 된다.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.guitina.com/2009/07/02/linux-output-%ed%8c%8c%ec%9d%bc%eb%a1%9c-%ec%a0%80%ec%9e%a5%ed%95%98%ea%b8%b0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Debian &#8211; cron log</title>
		<link>http://www.guitina.com/2009/07/02/debian-cron-log/</link>
		<comments>http://www.guitina.com/2009/07/02/debian-cron-log/#comments</comments>
		<pubDate>Thu, 02 Jul 2009 02:49:57 +0000</pubDate>
		<dc:creator>도니</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[cron]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[log]]></category>
		<category><![CDATA[데비안]]></category>
		<category><![CDATA[로그]]></category>
		<category><![CDATA[리눅스]]></category>
		<category><![CDATA[크론]]></category>
		<category><![CDATA[크론 로그]]></category>

		<guid isPermaLink="false">http://www.guitina.com/?p=57</guid>
		<description><![CDATA[Debian Lenny 버젼에서는 cron 로그 파일이 존재하지 않는다. cron 로그 파일을 따로 만들지 않고 그냥 syslog 파일에다 모든 것을 기록하는데
만약 cron 로그 파일을 따로 만들고 싶다면
다음 파일을 열어 cron에 해당되는 주석을 삭제해준다
/etc/syslog-ng/syslog-ng.conf
# this is commented out in the default syslog.conf
# cron.*                         /var/log/cron.log
log {
source(s_all);
filter(f_cron);
destination(df_cron);
};
그리고 syslog 를 다시 시작해주면
/etc/init.d/syslog-ng restart
cron job이 이루어질때 따로 /var/log/cron.log 파일이 생기고 이 [...]]]></description>
			<content:encoded><![CDATA[<p>Debian Lenny 버젼에서는 cron 로그 파일이 존재하지 않는다. cron 로그 파일을 따로 만들지 않고 그냥 syslog 파일에다 모든 것을 기록하는데</p>
<p>만약 cron 로그 파일을 따로 만들고 싶다면</p>
<p>다음 파일을 열어 cron에 해당되는 주석을 삭제해준다</p>
<blockquote><p>/etc/syslog-ng/syslog-ng.conf</p></blockquote>
<blockquote><p># this is commented out in the default syslog.conf<br />
# cron.*                         /var/log/cron.log<br />
log {<br />
source(s_all);<br />
filter(f_cron);<br />
destination(df_cron);<br />
};</p></blockquote>
<p>그리고 syslog 를 다시 시작해주면</p>
<blockquote><p>/etc/init.d/syslog-ng restart</p></blockquote>
<p>cron job이 이루어질때 따로 /var/log/cron.log 파일이 생기고 이 파일에 cron job 이 기록된다.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.guitina.com/2009/07/02/debian-cron-log/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Debian &#8211; locate</title>
		<link>http://www.guitina.com/2009/07/02/debian-locate/</link>
		<comments>http://www.guitina.com/2009/07/02/debian-locate/#comments</comments>
		<pubDate>Thu, 02 Jul 2009 00:39:37 +0000</pubDate>
		<dc:creator>도니</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[find]]></category>
		<category><![CDATA[locate]]></category>
		<category><![CDATA[데비안]]></category>
		<category><![CDATA[로케이트]]></category>
		<category><![CDATA[리눅스]]></category>
		<category><![CDATA[파인드]]></category>

		<guid isPermaLink="false">http://www.guitina.com/?p=53</guid>
		<description><![CDATA[파일을 찾을 때 유용하게 쓰이는 locate
find 보다 locate를 쓰는 이유는
명령어의 간단함과 간편함 그리고 하도 locate를 쓰는 버릇이 들었다
하지만 지금 쓰고 있는 debian에서 locate를 치면
locate syslog
-bash: locate: command not found
에러 메세지가 뜬다.
구글을 뒤져보니 업데이트된 Lenny 의 locate가 mlocate 로 바뀐 것
mlocate를 인스톨해주고 updatedb 를 실행해주면
locate를 쓸 수 있다.
apt-get install &#8211;reinstall mlocate
updatedb
]]></description>
			<content:encoded><![CDATA[<p>파일을 찾을 때 유용하게 쓰이는 locate</p>
<p>find 보다 locate를 쓰는 이유는</p>
<p>명령어의 간단함과 간편함 그리고 하도 locate를 쓰는 버릇이 들었다</p>
<p>하지만 지금 쓰고 있는 debian에서 locate를 치면</p>
<blockquote><p>locate syslog<br />
-bash: locate: command not found</p></blockquote>
<p>에러 메세지가 뜬다.</p>
<p>구글을 뒤져보니 업데이트된 Lenny 의 locate가 mlocate 로 바뀐 것</p>
<p>mlocate를 인스톨해주고 updatedb 를 실행해주면</p>
<p>locate를 쓸 수 있다.</p>
<blockquote><p>apt-get install &#8211;reinstall mlocate</p>
<p>updatedb</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.guitina.com/2009/07/02/debian-locate/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

