<?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>Geek Projects - Linux, Apache, MySQL, PHP &#187; Linux</title>
	<atom:link href="http://www.geekprojects.org/category/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.geekprojects.org</link>
	<description>A Linux Sysadmin</description>
	<lastBuildDate>Sat, 10 Apr 2010 01:42:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Reset the GroundWork Monitor 6.0 Password</title>
		<link>http://www.geekprojects.org/2010/04/reset-the-groundwork-monitor-6-0-password/</link>
		<comments>http://www.geekprojects.org/2010/04/reset-the-groundwork-monitor-6-0-password/#comments</comments>
		<pubDate>Sat, 10 Apr 2010 01:38:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Systems Administration]]></category>

		<guid isPermaLink="false">http://www.geekprojects.org/?p=111</guid>
		<description><![CDATA[The GroundWork Monitor is a simple way to deploy Nagios monitoring to networks. It does a great job of monitoring Linux servers, and anything that speaks SNMP. I recently needed to make some updates to a GroundWork Community Edition VM, and found myself in a situation where the admin user&#8217;s dashboard (web browser interface) password [...]]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://www.groundworkopensource.com/">GroundWork Monitor</a> is a simple way to deploy <a href="http://www.nagios.org/">Nagios monitoring</a> to networks. It does a great job of monitoring Linux servers, and anything that speaks SNMP.</p>
<p>I recently needed to make some updates to a GroundWork Community Edition VM, and found myself in a situation where the admin user&#8217;s dashboard (web browser interface) password had been changed to an unknown value. I was able to SSH into the GroundWork VM though (it&#8217;s CentOS Linux based). There&#8217;s info floating around the net on how to reset the admin password, but it was written for older versions of GroundWork, so some of the default password, and MySQL schema details have changed.</p>
<p>Here&#8217;s what I did to reset the admin user&#8217;s password on GroundWork Monitor 6.0 Community Edition:</p>
<ul>
<li>SSH into the GroundWork VM. If you haven&#8217;t changed the root user&#8217;s default password, then it&#8217;s going to be &#8220;opensource&#8221;</li>
<li>Login to MySQL, and run a query to reset the &#8220;admin&#8221; user&#8217;s password to &#8220;admin&#8221;. The admin password entered below uses a hash:</li>
<p> <code>/usr/local/groundwork/mysql/bin/mysql -u root monarch</code><br />
 <code>update users set password='21232f297a57a5a743894a0e4a801fc3' where user_name='admin';</code>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.geekprojects.org/2010/04/reset-the-groundwork-monitor-6-0-password/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Updating a Soekris net4511&#8242;s BIOS</title>
		<link>http://www.geekprojects.org/2010/01/updating-a-soekris-net4511s-bios/</link>
		<comments>http://www.geekprojects.org/2010/01/updating-a-soekris-net4511s-bios/#comments</comments>
		<pubDate>Sat, 23 Jan 2010 17:55:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.geekprojects.org/?p=104</guid>
		<description><![CDATA[I performed BIOS updates on a stack of Soekris net4511s and net4521s today. Here&#8217;s a quick-and-dirty howto for anyone who wants to do the same thing from a Linux host running minicom. Note that these instructions should work on any net45xx series Soekris board, including the net4501. Download the BIOS update from Soekris&#8217; Downloads Page. [...]]]></description>
			<content:encoded><![CDATA[<p>I performed BIOS updates on a stack of Soekris net4511s and net4521s today. Here&#8217;s a quick-and-dirty howto for anyone who wants to do the same thing from a Linux host running minicom. Note that these instructions should work on any net45xx series Soekris board, including the net4501.</p>
<ol>
<li>Download the BIOS update from <a href="http://soekris.com/downloads.htm">Soekris&#8217; Downloads Page</a>. As of the time of this writing, if you&#8217;re using anything prior to version 1.20 (my Soekris boards were all running 1.15), you&#8217;ll want to start with the <a href="http://soekris.com/software/b4501x_126a.bin">update to 1.26a</a>, then consider whether you want to upgrade to the latest BIOS from there. <a href="http://soekris.com/software/changelog.txt">Soekris publishes a changelog of their BIOS updates</a> to their website.</li>
<li>Connect your serial port to the Soekris net45xx using a null-modem cable, and use <a href="http://freshmeat.net/projects/minicom/">minicom</a>, or your  terminal emulator of choice to establish a connection. Connection settings should be 9600,8,N,1 with hardware and software flow control both turned off.</li>
<li>If your Soekris net45xx&#8217;s serial console isn&#8217;t already configured to work at 9600bps, you can set this by entering Ctrl-P to enter the Monitor, then set the console speed to 9600bps, and reboot:<br />
<code>&gt; set ConSpeed=9600</code><br />
<code>&gt; reboot</code></li>
<li>Start up your Soekris box, and enter Ctrl-P when prompted to enter the Monitor. This should bring to you a &#8220;&gt;&#8221; prompt.</li>
<li>Enter the &#8220;download&#8221; command, and press Enter.<br />
<code>&gt; download</code></li>
<li>In another terminal, run the following command to initiate an xmodem transfer of the updated Soekris BIOS. Substitute in name of the BIOS file:<br />
<code># sx -X b4501x_126a.bin &gt; /dev/ttyS0 &lt; /dev/ttyS0</code></li>
<li>Switch back to your minicom terminal. You should see a &#8220;File downloaded succesfully&#8221; message. If so, run the following commands to apply the update, and reboot:<br />
<code>flashupdate</code><br />
<code>reboot</code></ol>
</li>
<p>That&#8217;s it! Your Soekris net4501, net4511 or net4521 should now have an updated BIOS.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.geekprojects.org/2010/01/updating-a-soekris-net4511s-bios/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Directadmin and &#8220;Error Parsing Cron File&#8221;</title>
		<link>http://www.geekprojects.org/2009/10/directadmin-and-error-parsing-cron-file/</link>
		<comments>http://www.geekprojects.org/2009/10/directadmin-and-error-parsing-cron-file/#comments</comments>
		<pubDate>Mon, 26 Oct 2009 19:22:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Web Hosting]]></category>

		<guid isPermaLink="false">http://www.geekprojects.org/?p=94</guid>
		<description><![CDATA[I migrated my web hosting servers from cPanel to Directadmin earlier this year. The transition was smooth for the most part, but one problem was that users with blank crontabs with cPanel had corrupted crontabs post-migration. They could ssh in, and issue crontab -e, but any attempts to manipulate the crontab via Directadmin&#8217;s web interface [...]]]></description>
			<content:encoded><![CDATA[<p>I migrated my <a href="http://www.windserve.com/services/web-hosting">web hosting</a> servers from <a href="http://www.cpanel.net/">cPanel</a> to <a href="http://directadmin.com/">Directadmin</a> earlier this year. The transition was smooth for the most part, but one problem was that users with blank crontabs with cPanel had corrupted crontabs post-migration. They could ssh in, and issue <strong>crontab -e</strong>, but any attempts to manipulate the crontab via Directadmin&#8217;s web interface resulted in the following error:</p>
<p><code>Error Parsing Cron File</code></p>
<p>The fix for this problem is to clear out all the lines in <strong>/usr/local/directadmin/data/users/username/crontab.conf</strong>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.geekprojects.org/2009/10/directadmin-and-error-parsing-cron-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Logging into a VMware Server stuck on the &#8220;Loading&#8230;&#8221; Page</title>
		<link>http://www.geekprojects.org/2009/08/logging-into-a-vmware-server-stuck-on-the-loading-page/</link>
		<comments>http://www.geekprojects.org/2009/08/logging-into-a-vmware-server-stuck-on-the-loading-page/#comments</comments>
		<pubDate>Thu, 13 Aug 2009 01:45:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Virtualization]]></category>

		<guid isPermaLink="false">http://www.geekprojects.org/?p=53</guid>
		<description><![CDATA[VMware Server is a handy app to run in places where server virtualization is needed, but you can&#8217;t justify the expense or effort required to setup a VMware ESXi or Xen host. One of the reoccurring problems that I run into, even on lightly loaded servers is when trying to log into the VMware Infrastructure [...]]]></description>
			<content:encoded><![CDATA[<p>VMware Server is a handy app to run in places where server virtualization is needed, but you can&#8217;t justify the expense or effort required to setup a VMware ESXi or Xen host. One of the reoccurring problems that I run into, even on lightly loaded servers is when trying to log into the VMware Infrastructure Web Access interface, the browser gets stuck at &#8220;Loading&#8230;&#8221;, and never brings up the login form. I&#8217;ve observed this on Firefox in Linux, Mac OS X and Windows; as well as within Internet Explorer.</p>
<p>It turns out that the fix for this doesn&#8217;t involve the browser at all, but rather a VMware Server settings. Some Googling turned up <a href="http://communities.vmware.com/message/1296995;jsessionid=D7350900042F2C0EEB1EA70CB10F2C8A">this thread in VMware Communities</a>, which spells out the following fix:</p>
<ol>
<li>Edit <strong>/etc/vmware/webAccess/proxy.properties</strong></li>
<li>Change the following line:<strong>proxy.noCache = false</strong>&#8230;to:
<p><strong>proxy.noCache = true</strong></li>
<li>Restart the vmware-mgmt service:<br />
<strong>/etc/init.d/vmware-mgmt restart</strong></li>
</ol>
<p>That&#8217;s it! You may need to refresh your browser one more time after this, but after completing these steps, you should now be prompted to login to VMware Infrastructure Web Access.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.geekprojects.org/2009/08/logging-into-a-vmware-server-stuck-on-the-loading-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Joining the ACM &#8211; A Linux Sysadmin&#8217;s Perpective</title>
		<link>http://www.geekprojects.org/2009/07/joining-the-acm-a-linux-sysadmins-perpective/</link>
		<comments>http://www.geekprojects.org/2009/07/joining-the-acm-a-linux-sysadmins-perpective/#comments</comments>
		<pubDate>Sat, 01 Aug 2009 02:07:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Systems Administration]]></category>

		<guid isPermaLink="false">http://www.geekprojects.org/?p=29</guid>
		<description><![CDATA[The ACM, or the Association of Computing Machinery describes itself as &#8220;the world’s largest educational and scientific computing society&#8221;. Until recently, I assumed that since I was out of academia, and focused more on things that sysadmins do, like developing, and implementing real-world solutions than the stuff of research papers, the ACM didn&#8217;t have much [...]]]></description>
			<content:encoded><![CDATA[<p>The ACM, or the Association of Computing Machinery describes itself as &#8220;the world’s largest educational and scientific computing society&#8221;. Until recently, I assumed that since I was out of academia, and focused more on things that sysadmins do, like developing, and implementing real-world solutions than the stuff of research papers, the ACM didn&#8217;t have much to offer me.</p>
<p>A contributor to this bias was the fact that I  joined the ACM a few years ago while I was in college. I was working with a couple professors on a <a href="http://softice.lakeland.usf.edu/">project that involved using Linux virtualization to teach networking concepts</a>. Anyway, the reason I joined the ACM was that I was asked to give a presentation at an academic computing conference. As I recall, the two requirements for being a presenter were having a .edu email address (check), and ACM membership. I quickly signed up, and failed to investigate what benefits ACM membership would bring.</p>
<p>Fast forward to today. I spend a lot of time reading to keep up on current technologies, and while I am able to do most of this online, I still spend a lot of money each year buying books. A significant portion of these are published by O&#8217;Reilly, which writes a lot of excellent Linux, Unix, and development books.  Cisco Press&#8217; books make up another significant portion of my collection. Most of the networking products that I work with run either Linux or one of the BSDs, but I&#8217;m yet to find a publisher that consistently covers such a wide range of networking topics as well as Cisco Press does.</p>
<p>Many of these O&#8217;Reilly and Cisco Press books are available online through Safari. I was once a subscriber, and was happy with their service overall, but at $23/month, membership dues added up. This is where ACM membership comes in. For $99/year, they offer a number of benefits, including the one that I was most interested in &#8211; <a href="http://pd.acm.org/books/saf_books.cfm">access to a large portion (600) of Safari&#8217;s collection of books</a>. Restarting my ACM membership seemed like a no-brainer, given that I was about to spend $60 on one of the Cisco Press titles included in the collection.</p>
<p>I just joined, and taking a look at what else the ACM offers members, like what I see:</p>
<ul>
<li>Access to <a href="http://pd.acm.org/books/b24x7_books.cfm">500 of Books24x7&#8242;s books</a>. Looking over the list, I can see that this would be especially useful to those who are more involved in the Microsft and/or management side of things than I am. <img src='http://www.geekprojects.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Actually, there are a few Sybex books on that list that look interesting. I&#8217;ve been meaning to brush up on my Java and Oracle, and also see a number of books covering those topics. The Linux books on the list include:
<ul>
<li>Ubuntu Linux Bible</li>
<li>Professional Linux 10 Programming</li>
<li>Setting up LAMP; Getting Linux, Apache, MySQL, and PHP Working Together</li>
<li>Linux Firewalls: Attack Detection and Response with iptables, psad, and fwsnort</li>
</ul>
</li>
<li>All 184 issues of the <a href="http://www.linuxjournal.com/">Linux Journal</a>. If you&#8217;re not familiar with this magazine, it&#8217;s an excellent resource covering all things Linux.</li>
<li><a href="http://www.elementk.com/">Element K</a> courses and simulators. I haven&#8217;t used these before, but see a course listed for Cisco&#8217;s <a href="http://www.cisco.com/web/learning/le3/current_exams/642-812.html">BCMSN</a> exam, which I&#8217;m scheduled to take in a few weeks. I&#8217;ll check it out.</li>
</ul>
<p>I feel like I&#8217;ve just scratched the service. Even if I don&#8217;t find anything else in the membership benefits worth using, $99/year for access to this collection of information is a bargain for a sysadmin who&#8217;s serious about learning.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.geekprojects.org/2009/07/joining-the-acm-a-linux-sysadmins-perpective/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing Linux using a serial console</title>
		<link>http://www.geekprojects.org/2009/04/installing-linux-using-a-serial-console/</link>
		<comments>http://www.geekprojects.org/2009/04/installing-linux-using-a-serial-console/#comments</comments>
		<pubDate>Fri, 03 Apr 2009 08:22:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.geekprojects.org/2009/04/</guid>
		<description><![CDATA[Just a quick note on the command to use to start up a RHEL / CentOS 5.x install from the serial console. This can come in handy if you&#8217;re using a modem and serial port for out of band management, and the need to conduct a remote reinstall arises. These settings start up a console [...]]]></description>
			<content:encoded><![CDATA[<p>Just a quick note on the command to use to start up a RHEL / CentOS 5.x install from the serial console. This can come in handy if you&#8217;re using a modem and serial port for out of band management, and the need to conduct a remote reinstall arises. These settings start up a console on ttys0 (Serial Port 1) with the standard 9600/8-N-1 settings.</p>
<p><code>linux console=ttyS0,9600n8</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.geekprojects.org/2009/04/installing-linux-using-a-serial-console/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>vsftpd&#039;s &#8220;500 OOPS: cannot change directory&#8221; error</title>
		<link>http://www.geekprojects.org/2009/03/vsftpds-500-oops-cannot-change-directory-error-message/</link>
		<comments>http://www.geekprojects.org/2009/03/vsftpds-500-oops-cannot-change-directory-error-message/#comments</comments>
		<pubDate>Tue, 24 Mar 2009 19:00:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.geekprojects.org/2009/03/24/vsftpds-500-oops-cannot-change-directory-error-message/</guid>
		<description><![CDATA[I recently installed a vsftpd FTP server on a CentOS Linux 5.2 box. After changing the FTP user&#8217;s home directory, I received the following error message every time I attempted to login as ftp: 500 OOPS: cannot change directory500 OOPS: child died Permissions were setup correctly on the ftp user&#8217;s home directory, so I did [...]]]></description>
			<content:encoded><![CDATA[<p>I recently installed a <strong>vsftpd</strong> FTP server on a CentOS Linux 5.2 box. After changing the FTP user&#8217;s home directory, I received the following error message every time I attempted to login as ftp:</p>
<p><code>500 OOPS: cannot change directory</code><br /><code>500 OOPS: child died</code></p>
<p>Permissions were setup correctly on the ftp user&#8217;s home directory, so I did some digging around, and discovered that there&#8217;s an SELinux setting that causes this problem. I didn&#8217;t want to turn SELinux off, so the solution was to run the following command, which enables access to the ftp user&#8217;s home directory.</p>
<p><code>setsebool -P ftp_home_dir</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.geekprojects.org/2009/03/vsftpds-500-oops-cannot-change-directory-error-message/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Resuming failed Firefox downloads</title>
		<link>http://www.geekprojects.org/2009/03/resuming-failed-firefox-downloads/</link>
		<comments>http://www.geekprojects.org/2009/03/resuming-failed-firefox-downloads/#comments</comments>
		<pubDate>Thu, 19 Mar 2009 14:45:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.geekprojects.org/2009/03/19/resuming-failed-firefox-downloads/</guid>
		<description><![CDATA[Firefox&#8217;s download manager doesn&#8217;t have a built-in mechanism for resuming failed downloads. My Internet connection was cut off just long enough this morning for a Firefox download of an ISO image to fail. To resume the download, I used the wget command, which is built into most Linux distributions, and installable if you&#8217;re running OS [...]]]></description>
			<content:encoded><![CDATA[<p>Firefox&#8217;s download manager doesn&#8217;t have a built-in mechanism for resuming failed downloads. My Internet connection was cut off just long enough this morning for a Firefox download of an ISO image to fail. To resume the download, I used the <strong>wget</strong> command, which is built into most Linux distributions, and installable if you&#8217;re running OS X or Windows. If you&#8217;re running Windows you can download <strong>wget</strong> from <a href="http://gnuwin32.sourceforge.net/packages/wget.htm">GnuWin32</a>. If you&#8217;re running OS X, you can install <strong>wget</strong> with <a href="http://wget.darwinports.com/">DarwinPorts</a>.</p>
<p>To resume the failed Firefox download, open up a terminal, change to the directory that the is located in, and issue the wget command with the <strong>-c</strong> option. The <strong>-c</strong> option tells <strong>wget</strong> to continue the failed Firefox download. For example:</p>
<p><code>cd Downloads</code><br /><code>wget -c http://download.mozilla.org/failed-download</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.geekprojects.org/2009/03/resuming-failed-firefox-downloads/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bypass rm&#039;s &#8220;argument list too long&#8221; error message with xargs</title>
		<link>http://www.geekprojects.org/2009/03/bypass-rms-argument-list-too-long-error-message-with-xargs/</link>
		<comments>http://www.geekprojects.org/2009/03/bypass-rms-argument-list-too-long-error-message-with-xargs/#comments</comments>
		<pubDate>Mon, 02 Mar 2009 20:19:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[argument list too long]]></category>
		<category><![CDATA[rm]]></category>
		<category><![CDATA[xargs]]></category>

		<guid isPermaLink="false">http://www.geekprojects.org/2009/03/02/bypass-rms-argument-list-too-long-error-message-with-xargs/</guid>
		<description><![CDATA[When using rm to delete a large number of files, you may come up against a kernel limitation which limits the length of arguments that can be sent to rm: $ rm * bash: /bin/rm: Argument list too long This one-liner utilizes xargs to bypass this limitation: ls &#124; xargs rm]]></description>
			<content:encoded><![CDATA[<p>When using rm to delete a large number of files, you may come up against a kernel limitation which limits the length of arguments that can be sent to rm:</p>
<p><code>$ rm *</code></p>
<p><code>bash: /bin/rm: Argument list too long</code></p>
<p>This one-liner utilizes xargs to bypass this limitation:</p>
<p><code>ls | xargs rm</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.geekprojects.org/2009/03/bypass-rms-argument-list-too-long-error-message-with-xargs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to reconfigure CPAN</title>
		<link>http://www.geekprojects.org/2009/01/how-to-reconfigure-cpan/</link>
		<comments>http://www.geekprojects.org/2009/01/how-to-reconfigure-cpan/#comments</comments>
		<pubDate>Fri, 23 Jan 2009 05:29:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Scripting]]></category>

		<guid isPermaLink="false">http://www.geekprojects.org/2009/01/23/how-to-reconfigure-cpan/</guid>
		<description><![CDATA[I&#8217;m always forgetting the command that&#8217;s needed to start CPAN&#8217;s configuration wizard back up after its initial setup. To reconfigure CPAN, just execute the follow command from the CPAN prompt: o conf init]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m always forgetting the command that&#8217;s needed to start CPAN&#8217;s configuration wizard back up after its initial setup. To reconfigure CPAN, just execute the follow command from the CPAN prompt:</p>
<p><code>o conf init</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.geekprojects.org/2009/01/how-to-reconfigure-cpan/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
