<?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/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	>

<channel>
	<title>Linux News And Info</title>
	<atom:link href="http://www.debianperu.org/feed" rel="self" type="application/rss+xml" />
	<link>http://www.debianperu.org</link>
	<description>Just Linux For You</description>
	<lastBuildDate>Wed, 27 Jan 2010 02:26:45 +0000</lastBuildDate>
	
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<copyright></copyright>
		<itunes:author></itunes:author>
		<itunes:summary>Just another WordPress weblog</itunes:summary>
		<itunes:explicit>No</itunes:explicit>
		<itunes:block>No</itunes:block>
		
		<item>
		<title>Forcefully Unmounting Linux Partition and Data Loss</title>
		<link>http://www.debianperu.org/archives/320</link>
		<comments>http://www.debianperu.org/archives/320#comments</comments>
		<pubDate>Wed, 27 Jan 2010 02:26:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Data Recovery]]></category>
		<category><![CDATA[Information Data]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Linux Partition]]></category>
		<category><![CDATA[Mistake]]></category>
		<category><![CDATA[Phoenix Software]]></category>

		<guid isPermaLink="false">http://www.debianperu.org/archives/320</guid>
		<description><![CDATA[<div style="float:left; padding: 12px"><a  href="/wp-content/uploads/2010/01/linux108.jpg" class="thickbox no_icon" rel="gallery-320" title=""><img src="/wp-content/uploads/2010/01/linux108.jpg" title='' alt='' /></a></div>
<div>Perhaps, many of the Linux users have faced a condition when the particular mounted partition may refuse to unmount, when they try to do so. The error messages which state that the device is busy may pop up, perhaps this is being accessed by other users at that time.</p>
<p>But with Linux, you can make use of certain commands to forcedly unmount the partition. Actually, so that you may not need Linux recovery, these restrictions are necessary when any other user is accessing it. However, the critical conditions may arise when this is not accepted, so you can make use of these commands. On the other hand, the incorrect use or the mere mistake can again make you feel need of Linux data recovery.</p>
<p>• At first, find out which processes are moving with the device/partition, through the command like:</p>
<p># lsof &#124; grep &#8216;/dev/sda1&#8242;</p>
<p>Where /dev/sdb1 is the device name.</p>
<p>• You will get an output of the command which will show the process using the device. Just stop the process and then try to unmount using # unmount /dev/sda1 command. –l option can also be used with for lazy unmount. This will cleanup all refrences to the file system</p>
<p>• Now suppose that it is mounted on /mnt directory, then you can forcefully have the desired process through the following command:</p>
<p># fuser -km /mnt</p>
<p>Here –k kills the file accessing process and –m is the file on a mounted file system or a block device.</p>
<p>As has been stated earlier too, these can affect your data, so better be prepared for any such mishappening. Be sure to run the commands if you are sure of, else to fall for data recovery Linux. The open files may get lost and the programs, which access the files after all has been done, can get error.</p>
<p>If you are an unfortunate user to lose data as such, make use of Linux data recovery software as no other option will do. Linux recovery software scan the drive and recover each bit of the information.</p>
<p>Stellar Phoenix Linux Data Recovery software is the most trustworthy product for getting data recovery Linux. The software is the product of great intellectual effort and can scan the drive by using most powerful scanning algorithms.</p>
<p>You can get  Linux recovery for all the files, even system files. The supported file systems include Ext2, Ext3 and ReiserFS file systems.</p>
<p><em>By: <strong>shally spears</strong></em></p>
<p><strong>About the Author:</strong>
<div style="border: thin solid gray; background-color: #E2E089; padding:1em;">
</div>
</div>
<p><a  href="http://www.debianperu.org/archives/320" class="more-link">Read more on Forcefully Unmounting Linux Partition and Data Loss&#8230;</a></p>
]]></description>
			<content:encoded><![CDATA[<div style="float:left; padding: 12px"><a  href="/wp-content/uploads/2010/01/linux108.jpg" class="thickbox no_icon" rel="gallery-320" title=""><img src="/wp-content/uploads/2010/01/linux108.jpg" title='' alt='' /></a></div>
<div>Perhaps, many of the Linux users have faced a condition when the particular mounted partition may refuse to unmount, when they try to do so. The error messages which state that the device is busy may pop up, perhaps this is being accessed by other users at that time.</p>
<p>But with Linux, you can make use of certain commands to forcedly unmount the partition. Actually, so that you may not need Linux recovery, these restrictions are necessary when any other user is accessing it. However, the critical conditions may arise when this is not accepted, so you can make use of these commands. On the other hand, the incorrect use or the mere mistake can again make you feel need of Linux data recovery.</p>
<p>• At first, find out which processes are moving with the device/partition, through the command like:</p>
<p># lsof | grep &#8216;/dev/sda1&#8242;</p>
<p>Where /dev/sdb1 is the device name.</p>
<p>• You will get an output of the command which will show the process using the device. Just stop the process and then try to unmount using # unmount /dev/sda1 command. –l option can also be used with for lazy unmount. This will cleanup all refrences to the file system</p>
<p>• Now suppose that it is mounted on /mnt directory, then you can forcefully have the desired process through the following command:</p>
<p># fuser -km /mnt</p>
<p>Here –k kills the file accessing process and –m is the file on a mounted file system or a block device.</p>
<p>As has been stated earlier too, these can affect your data, so better be prepared for any such mishappening. Be sure to run the commands if you are sure of, else to fall for data recovery Linux. The open files may get lost and the programs, which access the files after all has been done, can get error.</p>
<p>If you are an unfortunate user to lose data as such, make use of Linux data recovery software as no other option will do. Linux recovery software scan the drive and recover each bit of the information.</p>
<p>Stellar Phoenix Linux Data Recovery software is the most trustworthy product for getting data recovery Linux. The software is the product of great intellectual effort and can scan the drive by using most powerful scanning algorithms.</p>
<p>You can get  Linux recovery for all the files, even system files. The supported file systems include Ext2, Ext3 and ReiserFS file systems.</p>
<p><em>By: <strong>shally spears</strong></em></p>
<p><strong>About the Author:</strong>
<div style="border: thin solid gray; background-color: #E2E089; padding:1em;">
<p>Shally Spears is a freelancer for Stellar which offers <a  href="http://www.stellarinfo.com">data recovery</a> software and file recovery programs for different OS and file system including data recovery mac, <a  href="http://www.data-recovery-linux.com">linux data recovery</a>, pst recovery and many other programs.</p>
</div>
<p><a  href="http://www.bizrave.com">Business Marketing</a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.debianperu.org/archives/320/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>3 Reasons to Host Your Web Site in a Linux Server</title>
		<link>http://www.debianperu.org/archives/322</link>
		<comments>http://www.debianperu.org/archives/322#comments</comments>
		<pubDate>Tue, 26 Jan 2010 16:36:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Hosting]]></category>
		<category><![CDATA[Medium Size]]></category>
		<category><![CDATA[Open Programming]]></category>
		<category><![CDATA[Open Source World]]></category>
		<category><![CDATA[Security Level]]></category>
		<category><![CDATA[Software Development Tools]]></category>

		<guid isPermaLink="false">http://www.debianperu.org/archives/322</guid>
		<description><![CDATA[<div style="float:left; padding: 12px"><a  href="/wp-content/uploads/2010/01/linux109.jpg" class="thickbox no_icon" rel="gallery-322" title=""><img src="/wp-content/uploads/2010/01/linux109.jpg" title='' alt='' /></a></div>
<div>It&#8217;s more and more common that a person owns a web site, which can be for blog, family web site, small business web site or even a forum. And the majority of those small-size or medium-size web sites are hosted in Linux environment. Why so many webmasters would like to make this decision?</p>
<p>I think below are 3 key reasons for it.</p>
<p>1) Stable</p>
<p>As an open source operating system, code of Linux is open to the public so that anyone can read it and suggest improvements or point out bugs. Over the years, Linux has been developed in various flavors (the most famous one is Red Hat). Thousands and thousands of people have contributed their time and effort to making Linux web hosting run faster and to provide simpler, more efficient and bug free code. With an open programming environment, improvements are made on a continual basis and problems are seen relatively quickly and solved with a minimum of difficulty.</p>
<p>And the same reason as why it&#8217;s stable, the security level of Linux is also higher than Windows.</p>
<p>2) Cheap</p>
<p>Linux is free to all. Unlike Windows, you have to pay thousands of dollars for a license. And this is also part of reason why the list price of Linux web hosting package is much lower than that of windows web hosting packages.</p>
<p>3) A lot of Free Scripts to Help Setting up the Web Site</p>
<p>Open source world is just as beautiful as it could be. A lot of people contribute to it from different perspectives, such as OS, software development tools or applications. Linux, php, and MySQL have been a very popular platform to build an application. Right now, you can find many very good open source application to set up a forum, blog, image galleries, etc. And all those are free and easy to be installed. Even php and My SQL can work on Windows, Linux just a perfect platform for them.</p>
<p>There are more reasons that the webmasters want to choose Linux to host their web site. But a general guideline is that only if you want to use asp.net or sql server to build your web site, otherwise, Linux is always your best choice.</p>
<p>Reference:</p>
<p>Reliable Affordable Web Hosting Review, Guide and Awards</p>
<p>Top 10 Web Hosting</p>
<p>Webmaster Tutorials</p>
<p><em>By: <strong>Sean.Ray</strong></em></p>
<p><strong>About the Author:</strong>
<div style="border: thin solid gray; background-color: #E2E089; padding:1em;">
</div>
</div>
<p><a  href="http://www.debianperu.org/archives/322" class="more-link">Read more on 3 Reasons to Host Your Web Site in a Linux Server&#8230;</a></p>
]]></description>
			<content:encoded><![CDATA[<div style="float:left; padding: 12px"><a  href="/wp-content/uploads/2010/01/linux109.jpg" class="thickbox no_icon" rel="gallery-322" title=""><img src="/wp-content/uploads/2010/01/linux109.jpg" title='' alt='' /></a></div>
<div>It&#8217;s more and more common that a person owns a web site, which can be for blog, family web site, small business web site or even a forum. And the majority of those small-size or medium-size web sites are hosted in Linux environment. Why so many webmasters would like to make this decision?</p>
<p>I think below are 3 key reasons for it.</p>
<p>1) Stable</p>
<p>As an open source operating system, code of Linux is open to the public so that anyone can read it and suggest improvements or point out bugs. Over the years, Linux has been developed in various flavors (the most famous one is Red Hat). Thousands and thousands of people have contributed their time and effort to making Linux web hosting run faster and to provide simpler, more efficient and bug free code. With an open programming environment, improvements are made on a continual basis and problems are seen relatively quickly and solved with a minimum of difficulty.</p>
<p>And the same reason as why it&#8217;s stable, the security level of Linux is also higher than Windows.</p>
<p>2) Cheap</p>
<p>Linux is free to all. Unlike Windows, you have to pay thousands of dollars for a license. And this is also part of reason why the list price of Linux web hosting package is much lower than that of windows web hosting packages.</p>
<p>3) A lot of Free Scripts to Help Setting up the Web Site</p>
<p>Open source world is just as beautiful as it could be. A lot of people contribute to it from different perspectives, such as OS, software development tools or applications. Linux, php, and MySQL have been a very popular platform to build an application. Right now, you can find many very good open source application to set up a forum, blog, image galleries, etc. And all those are free and easy to be installed. Even php and My SQL can work on Windows, Linux just a perfect platform for them.</p>
<p>There are more reasons that the webmasters want to choose Linux to host their web site. But a general guideline is that only if you want to use asp.net or sql server to build your web site, otherwise, Linux is always your best choice.</p>
<p>Reference:</p>
<p>Reliable Affordable Web Hosting Review, Guide and Awards</p>
<p>Top 10 Web Hosting</p>
<p>Webmaster Tutorials</p>
<p><em>By: <strong>Sean.Ray</strong></em></p>
<p><strong>About the Author:</strong>
<div style="border: thin solid gray; background-color: #E2E089; padding:1em;">
<p>Sean.Ray is the co-founder of WebHostingClue.com, a free web hosting directory with only reliable web hosting companies and offering the visitors an easy way to find the right hosting plan for their needs. Feel free to contact Sean.Ray at <a  href="mailto:sean.ray@webhostingclue.com">sean.ray@webhostingclue.com</a> in case you have any questions or comments regarding this article.</p>
</div>
<p><a  href="http://www.bizrave.com">Marketing Strategies</a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.debianperu.org/archives/322/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Group Descriptors corruption in Linux &#8211; cause and solution</title>
		<link>http://www.debianperu.org/archives/318</link>
		<comments>http://www.debianperu.org/archives/318#comments</comments>
		<pubDate>Tue, 26 Jan 2010 15:02:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Data Recovery]]></category>
		<category><![CDATA[Block Group]]></category>
		<category><![CDATA[Block Groups]]></category>
		<category><![CDATA[Data Recovery Software]]></category>
		<category><![CDATA[File Corruption]]></category>
		<category><![CDATA[Recovery Applications]]></category>

		<guid isPermaLink="false">http://www.debianperu.org/archives/318</guid>
		<description><![CDATA[<div style="float:left; padding: 12px"><a  href="/wp-content/uploads/2010/01/linux107.jpg" class="thickbox no_icon" rel="gallery-318" title=""><img src="/wp-content/uploads/2010/01/linux107.jpg" title='' alt='' /></a></div>
<div>In Linux the Ext2 and ext3 file systems space is categorized into blocks, which are further organized block groups. There is particular data structure for each group which defines it and contains valuable information, called group block descriptor. The data structure is assigned to each block groups so as to access it and it also includes inode bitmap, inode table and blocks bitmap location information. The task of Group descriptors is to take consecutive places and collectively form group descriptor table.</p>
<p>If there is a corruption in group descriptors, the whole file system is taken as damaged. Corruption usually results as a result of unexpected system shutdown or virus attack. In case they are corrupt, system may not boot at all or show errors like:</p>
<p>&#8220;EXT3-fs error: ext3_check_descriptors / group descriptors corrupted&#8221;</p>
<p>To each block group, table of group descriptors is placed just after the copy of superblock. To avoid Linux Data Recovery needs while file system corruption, group descriptors for each block group are duplicated. While normal run, system uses only first copy of group descriptors.</p>
<p>The user can use fsck and go for a repair of file system corruption in such cases. But this command cannot remove errors in case of extensive damage. Then, the last solution remaining with the user is to recreate whole file system by formatting the drive. But prior doing this, the user needs to backup all the required data.</p>
<p>The backup must be complete and in a proper manner. After the completion of backup, the user should check for its status. Also, it is recommended to check if backup contains all required files. However if backup is found to be incomplete or unproductive, we can use Linux Recovery applications to extract lost data.</p>
<p>Linux Data Recovery software scans and recovers lost data from the affected media. These applications carry out Data Recovery using powerful scanning algorithms.</p>
<p>Although are so many applications are available for Linux data recovery but the software provided by the Stellar i.e.; Stellar Phoenix Linux Data Recovery is one of the most powerful and easy to use Linux Recovery software. It can be used for ext2, ext3 and ReiserFS file system based disks. This Data Recovery Linux software has graphically rich interface. It offers efficient scanning and safe data restoration options. The application can be used for most of Linux distributions for Linux Data Recovery.</p>
<p><em>By: <strong>Garry Thomson</strong></em></p>
<p><strong>About the Author:</strong>
<div style="border: thin solid gray; background-color: #E2E089; padding:1em;">
</div>
</div>
<p><a  href="http://www.debianperu.org/archives/318" class="more-link">Read more on Group Descriptors corruption in Linux &#8211; cause and solution&#8230;</a></p>
]]></description>
			<content:encoded><![CDATA[<div style="float:left; padding: 12px"><a  href="/wp-content/uploads/2010/01/linux107.jpg" class="thickbox no_icon" rel="gallery-318" title=""><img src="/wp-content/uploads/2010/01/linux107.jpg" title='' alt='' /></a></div>
<div>In Linux the Ext2 and ext3 file systems space is categorized into blocks, which are further organized block groups. There is particular data structure for each group which defines it and contains valuable information, called group block descriptor. The data structure is assigned to each block groups so as to access it and it also includes inode bitmap, inode table and blocks bitmap location information. The task of Group descriptors is to take consecutive places and collectively form group descriptor table.</p>
<p>If there is a corruption in group descriptors, the whole file system is taken as damaged. Corruption usually results as a result of unexpected system shutdown or virus attack. In case they are corrupt, system may not boot at all or show errors like:</p>
<p>&#8220;EXT3-fs error: ext3_check_descriptors / group descriptors corrupted&#8221;</p>
<p>To each block group, table of group descriptors is placed just after the copy of superblock. To avoid Linux Data Recovery needs while file system corruption, group descriptors for each block group are duplicated. While normal run, system uses only first copy of group descriptors.</p>
<p>The user can use fsck and go for a repair of file system corruption in such cases. But this command cannot remove errors in case of extensive damage. Then, the last solution remaining with the user is to recreate whole file system by formatting the drive. But prior doing this, the user needs to backup all the required data.</p>
<p>The backup must be complete and in a proper manner. After the completion of backup, the user should check for its status. Also, it is recommended to check if backup contains all required files. However if backup is found to be incomplete or unproductive, we can use Linux Recovery applications to extract lost data.</p>
<p>Linux Data Recovery software scans and recovers lost data from the affected media. These applications carry out Data Recovery using powerful scanning algorithms.</p>
<p>Although are so many applications are available for Linux data recovery but the software provided by the Stellar i.e.; Stellar Phoenix Linux Data Recovery is one of the most powerful and easy to use Linux Recovery software. It can be used for ext2, ext3 and ReiserFS file system based disks. This Data Recovery Linux software has graphically rich interface. It offers efficient scanning and safe data restoration options. The application can be used for most of Linux distributions for Linux Data Recovery.</p>
<p><em>By: <strong>Garry Thomson</strong></em></p>
<p><strong>About the Author:</strong>
<div style="border: thin solid gray; background-color: #E2E089; padding:1em;">
<p>Garry Thomson a student of Mass Communication doing research on <a  href="http://www.data-recovery-linux.com">data recovery</a> software. He is also a freelancer for <a  target="_blank" href="http://www.windows-data-recovery.net/">http://www.windows-data-recovery.net/</a> </p>
</div>
<p><a  href="http://www.bizrave.com">Marketing Strategies</a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.debianperu.org/archives/318/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How do you put linux on a Playstation 3?</title>
		<link>http://www.debianperu.org/archives/304</link>
		<comments>http://www.debianperu.org/archives/304#comments</comments>
		<pubDate>Sun, 24 Jan 2010 02:41:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PlayStation]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Linux Playstation]]></category>
		<category><![CDATA[Playstation 3]]></category>
		<category><![CDATA[Yellow Dog]]></category>

		<guid isPermaLink="false">http://www.debianperu.org/archives/304</guid>
		<description><![CDATA[<div style="float:left; padding: 12px"><a  href="/wp-content/uploads/2010/01/linux100.jpg" class="thickbox no_icon" rel="gallery-304" title=""><img src="/wp-content/uploads/2010/01/linux100.jpg" title='' alt='' /></a></div>
<div>I heard you can put yellow dog linux 5.02 on a playstation and use that as the os.</p>
<p><em>By: <strong>Devin R</strong></em></p>
<p><strong>About the Author:</strong>
<div style="border: thin solid gray; background-color: #E2E089; padding:1em;"></div>
<p><a  href="http://www.bizrave.com">Business Marketing</a></div>
]]></description>
			<content:encoded><![CDATA[<div style="float:left; padding: 12px"><a  href="/wp-content/uploads/2010/01/linux100.jpg" class="thickbox no_icon" rel="gallery-304" title=""><img src="/wp-content/uploads/2010/01/linux100.jpg" title='' alt='' /></a></div>
<div>I heard you can put yellow dog linux 5.02 on a playstation and use that as the os.</p>
<p><em>By: <strong>Devin R</strong></em></p>
<p><strong>About the Author:</strong>
<div style="border: thin solid gray; background-color: #E2E089; padding:1em;"></div>
<p><a  href="http://www.bizrave.com">Business Marketing</a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.debianperu.org/archives/304/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How can I run Linux on an additional hard drive when my original hard drive runs Windows?</title>
		<link>http://www.debianperu.org/archives/308</link>
		<comments>http://www.debianperu.org/archives/308#comments</comments>
		<pubDate>Sat, 23 Jan 2010 23:14:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Hard Drives]]></category>
		<category><![CDATA[Linux Windows]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Pitfalls]]></category>
		<category><![CDATA[Using Linux]]></category>

		<guid isPermaLink="false">http://www.debianperu.org/archives/308</guid>
		<description><![CDATA[<div style="float:left; padding: 12px"><a  href="/wp-content/uploads/2010/01/linux102.jpg" class="thickbox no_icon" rel="gallery-308" title=""><img src="/wp-content/uploads/2010/01/linux102.jpg" title='' alt='' /></a></div>
<div>I want to be able to switch between using Linux and Windows without overloading or complicating one hard drive.  Are there any pitfalls with running different operating systems in seperate hard drives?</p>
<p><em>By: <strong>adam v</strong></em></p>
<p><strong>About the Author:</strong>
<div style="border: thin solid gray; background-color: #E2E089; padding:1em;"></div>
<p><a  href="http://www.bizrave.com">Business Marketing</a></div>
<p><a  href="http://www.debianperu.org/archives/308" class="more-link">Read more on How can I run Linux on an additional hard drive when my original hard drive runs Windows?&#8230;</a></p>
]]></description>
			<content:encoded><![CDATA[<div style="float:left; padding: 12px"><a  href="/wp-content/uploads/2010/01/linux102.jpg" class="thickbox no_icon" rel="gallery-308" title=""><img src="/wp-content/uploads/2010/01/linux102.jpg" title='' alt='' /></a></div>
<div>I want to be able to switch between using Linux and Windows without overloading or complicating one hard drive.  Are there any pitfalls with running different operating systems in seperate hard drives?</p>
<p><em>By: <strong>adam v</strong></em></p>
<p><strong>About the Author:</strong>
<div style="border: thin solid gray; background-color: #E2E089; padding:1em;"></div>
<p><a  href="http://www.bizrave.com">Business Marketing</a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.debianperu.org/archives/308/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Basic Web Hosting Needs and Linux Hosting Server Advantages</title>
		<link>http://www.debianperu.org/archives/316</link>
		<comments>http://www.debianperu.org/archives/316#comments</comments>
		<pubDate>Sat, 23 Jan 2010 20:44:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Hosting]]></category>
		<category><![CDATA[Basic Web]]></category>
		<category><![CDATA[Market Arena]]></category>
		<category><![CDATA[Ms Sql Databases]]></category>
		<category><![CDATA[Pop3 Email Account]]></category>
		<category><![CDATA[Web Business]]></category>

		<guid isPermaLink="false">http://www.debianperu.org/archives/316</guid>
		<description><![CDATA[<div style="float:left; padding: 12px"><a  href="/wp-content/uploads/2010/01/linux106.jpg" class="thickbox no_icon" rel="gallery-316" title=""><img src="/wp-content/uploads/2010/01/linux106.jpg" title='' alt='' /></a></div>
<div>While browsing through the internet it does not matter which kind of server is used for hosting your site? Different web servers are utilized for various purpose of many website. The opinions of the various customers differ and thus they choose web servers according to their needs to promote their site ahead of the others in their required market area.</p>
<p>If your website has complex features or you have an e-commerce site that has typical database functionalities with enormous dynamic pages of your services or products, then the type of your web server will depend on your requirements.</p>
<p>Small business firms who have tiny budget to promote themselves generally require these following things to host their site. These basic things of a host can be very crucial for those who are going to introduce their new business into their required business market arena.</p>
<p><strong>1. Web Space:</strong> Web space should be given the first importance from your end. This is the place where your all files like html pages, images, video files will be stored. Nowadays web host packages propose enough disk space to host your site at your budget.</p>
<p><strong>2. Databases hosting:</strong> Hosting the database of your website is really very crucial for your budget. If you don’t have any special fascination about MS-SQL then you should choose My-SQL database, because it will work more or less same as MS-SQL databases but the expenditure to hosting the database or server will be exceptionally less.</p>
<p><strong>3. POP3 e-Mail Access:</strong> For a professional appearance of your business you need an e-mail account from the same domain name of yours. Nowadays most of the webs hosts are give you a POP3 email account setup for your business use along with their packages. When choosing your hosting plan just you need to overview it.</p>
<p><strong>4. Security:</strong> Secured hosting plans should require for any kind of web business. All small business owners are seeking more or less web security for growing their business into their business market area through internet. Thus this issue should be checked before choosing any web hosting firm.</p>
<p><strong>5. 24/7 support service:</strong> It is quite natural to face problems while hosting your site or it may be possible that your web server unfortunately may go down any moment. Thus you need to hire those web hosting firms who will guarantee the 24/7 customer support service to their clients.</p>
<p><strong>6. Price:</strong> People are searching for cheap web hosting packages to host their website and this is necessary from their own view point. Thus for all small business owners Linux web hosting packages are competitively cheaper than others.</p>
<p>Linux web hosting is cheaper. The reason must be searched in licensing costs that are lower from Windows hosting plans and in the ability of Linux hosting servers to support higher web sites as per server ratio without compromising the quality of service.</p>
<p><strong>Advantages of Linux server hosting</strong></p>
<p><strong>1.</strong> Linux web hosting packages are competitively cheaper than others hosting packages.</p>
<p><strong>2.</strong> Linux web servers can hold vast web sites without negotiating the quality of service.</p>
<p><strong>3.</strong> As Linux is known as open source software product it can afford less licensing cost which in turn reduces the hosting fees.</p>
<p><strong>4.</strong> Linux website can easily bee converted to any Windows based site with no disturbance.</p>
<p><strong>5.</strong> While using the Linux hosting you can easily access all cheaper web database systems like My-SQL database which can reduce the expenditure.</p>
<p><strong>6.</strong> Inexpensive scripting language like My-SQL, PHP, Perl etc. are also accessible for your website while hosting your site from Linux server.</p>
<p><strong>7.</strong> It is generally known that Linux web hosting servers are much secured than any other hosting servers. The security issue is satisfactorily organized in Linux hosting.</p>
<p><em>By: <strong>Joanna Gadel</strong></em></p>
<p><strong>About the Author:</strong>
<div style="border: thin solid gray; background-color: #E2E089; padding:1em;">
</div>
</div>
<p><a  href="http://www.debianperu.org/archives/316" class="more-link">Read more on Basic Web Hosting Needs and Linux Hosting Server Advantages&#8230;</a></p>
]]></description>
			<content:encoded><![CDATA[<div style="float:left; padding: 12px"><a  href="/wp-content/uploads/2010/01/linux106.jpg" class="thickbox no_icon" rel="gallery-316" title=""><img src="/wp-content/uploads/2010/01/linux106.jpg" title='' alt='' /></a></div>
<div>While browsing through the internet it does not matter which kind of server is used for hosting your site? Different web servers are utilized for various purpose of many website. The opinions of the various customers differ and thus they choose web servers according to their needs to promote their site ahead of the others in their required market area.</p>
<p>If your website has complex features or you have an e-commerce site that has typical database functionalities with enormous dynamic pages of your services or products, then the type of your web server will depend on your requirements.</p>
<p>Small business firms who have tiny budget to promote themselves generally require these following things to host their site. These basic things of a host can be very crucial for those who are going to introduce their new business into their required business market arena.</p>
<p><strong>1. Web Space:</strong> Web space should be given the first importance from your end. This is the place where your all files like html pages, images, video files will be stored. Nowadays web host packages propose enough disk space to host your site at your budget.</p>
<p><strong>2. Databases hosting:</strong> Hosting the database of your website is really very crucial for your budget. If you don’t have any special fascination about MS-SQL then you should choose My-SQL database, because it will work more or less same as MS-SQL databases but the expenditure to hosting the database or server will be exceptionally less.</p>
<p><strong>3. POP3 e-Mail Access:</strong> For a professional appearance of your business you need an e-mail account from the same domain name of yours. Nowadays most of the webs hosts are give you a POP3 email account setup for your business use along with their packages. When choosing your hosting plan just you need to overview it.</p>
<p><strong>4. Security:</strong> Secured hosting plans should require for any kind of web business. All small business owners are seeking more or less web security for growing their business into their business market area through internet. Thus this issue should be checked before choosing any web hosting firm.</p>
<p><strong>5. 24/7 support service:</strong> It is quite natural to face problems while hosting your site or it may be possible that your web server unfortunately may go down any moment. Thus you need to hire those web hosting firms who will guarantee the 24/7 customer support service to their clients.</p>
<p><strong>6. Price:</strong> People are searching for cheap web hosting packages to host their website and this is necessary from their own view point. Thus for all small business owners Linux web hosting packages are competitively cheaper than others.</p>
<p>Linux web hosting is cheaper. The reason must be searched in licensing costs that are lower from Windows hosting plans and in the ability of Linux hosting servers to support higher web sites as per server ratio without compromising the quality of service.</p>
<p><strong>Advantages of Linux server hosting</strong></p>
<p><strong>1.</strong> Linux web hosting packages are competitively cheaper than others hosting packages.</p>
<p><strong>2.</strong> Linux web servers can hold vast web sites without negotiating the quality of service.</p>
<p><strong>3.</strong> As Linux is known as open source software product it can afford less licensing cost which in turn reduces the hosting fees.</p>
<p><strong>4.</strong> Linux website can easily bee converted to any Windows based site with no disturbance.</p>
<p><strong>5.</strong> While using the Linux hosting you can easily access all cheaper web database systems like My-SQL database which can reduce the expenditure.</p>
<p><strong>6.</strong> Inexpensive scripting language like My-SQL, PHP, Perl etc. are also accessible for your website while hosting your site from Linux server.</p>
<p><strong>7.</strong> It is generally known that Linux web hosting servers are much secured than any other hosting servers. The security issue is satisfactorily organized in Linux hosting.</p>
<p><em>By: <strong>Joanna Gadel</strong></em></p>
<p><strong>About the Author:</strong>
<div style="border: thin solid gray; background-color: #E2E089; padding:1em;">
<p>Joanna Gadel operates all <a  href="http://www.aussiehost.com.au/">Linux Hosting</a> and <a  href="http://www.aussiehost.com.au/">Windows Hosting</a> campaigns and helps her readers about current and effectual web hosting features with her numerous web hosting based articles.</p>
</div>
<p><a  href="http://www.bizrave.com">Marketing Strategies</a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.debianperu.org/archives/316/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux On The Desktop?</title>
		<link>http://www.debianperu.org/archives/314</link>
		<comments>http://www.debianperu.org/archives/314#comments</comments>
		<pubDate>Sat, 23 Jan 2010 19:14:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Best Buy]]></category>
		<category><![CDATA[Business Desktop]]></category>
		<category><![CDATA[Business Functions]]></category>
		<category><![CDATA[Desktop Functionality]]></category>
		<category><![CDATA[Gnu General Public License]]></category>

		<guid isPermaLink="false">http://www.debianperu.org/archives/314</guid>
		<description><![CDATA[<div style="float:left; padding: 12px"><a  href="/wp-content/uploads/2010/01/linux105.jpg" class="thickbox no_icon" rel="gallery-314" title=""><img src="/wp-content/uploads/2010/01/linux105.jpg" title='' alt='' /></a></div>
<div>Linux is an &#8220;open source&#8221; operating system originally developed by a engineer from Finland named Linus Torvalds. Linux was released under an early version of the GNU &#8220;General Public License&#8221;, or GPL, by which any user that wanted to work with Linux was free to do so. Though it has evolved considerably over the years, it has yet to eclipse the popularity of Microsoft&#8217;s Windows operating system at the consumer and small business level- which is dominated by &#8220;desktop&#8221; computer sales.</p>
<p>Sun, IBM and HP all have produced servers that utilize Linux &#8211; and it is in the server &#8211; database environment that Linux has thrived since its inception. The two major software companies that have produced successive versions of Linux software are Novell and Red Hat, both of which have taken an open source (free) operating system and equipped it with a variety of software packages tailored to various requirements, in order to create proprietary products.</p>
<p>While Linux based systems drive some cell phones and can be found in ordinary PCs, the primary competition between Red Hat and Novell has been in the &#8220;enterprise space,&#8221; that segment of the software universe which focuses on linking business users to databases. Now, Red Hat has announced its intention to move into the &#8220;business desktop&#8221; market with a new series of adaptations. According to Red Hat, &#8220;This will be a more comprehensive offering that will target markets like the small and medium-sized business [SMB] sector and emerging markets. Part of this strategy is to get the desktop more to the masses than our existing client is getting today.&#8221;</p>
<p>In the war of press releases, Novell claims to have made these strides already, and that what Red Hat is defining as desktop functionality is really an expansion of business functions &#8211; which Novell claims to have achieved already. And indeed, a spokesman for Red Hat notes that the company has &#8220;no plans to go and sell this offering at Best Buy&#8230; [for]&#8230;the mass consumer market. Customers will be able to download it and get a Red Hat Network subscription on the Web for it, which is what we feel is the distribution wave of the future anyway&#8230;&#8221;</p>
<p>So how do home users that venture into the Linux world feel about it? Many of them who have blogged about it feel that it&#8217;s the greatest operating system out there but it is not ready for mass consumption simply because too many ancillary software elements and computer appendages aren&#8217;t adapted for it. One self described &#8220;geek&#8221; who uses Linux, Windows Vista AND XP finds Linux to be a great operating system for browser use, but a simple task like hooking up a printer to a Linux driven PC can be a real challenge.</p>
<p>He adds, &#8220;If you&#8217;re accustomed to watching DVDs, Windows Media or QuickTime files on your computer, then you&#8217;re in for a challenge. Most Linux distributions (at least the major ones anyway) don&#8217;t include this functionality by default because the codecs (software that displays the various encoded video file formats like Windows Media) aren&#8217;t free. In many cases they&#8217;re downright illegal. The same situation exists with MP3, arguably the most popular format for audio (notably audio you rip from your CD collection).&#8221;</p>
<p>It&#8217;s a great operating system, but plug-and-play functionality for home computers isn&#8217;t there yet. And neither Red Hat nor Novell have any intention of invading the home consumer &#8220;space.&#8221; For now, they&#8217;re content to battle it out by expanding their business-based products.</p>
<p><em>By: <strong>Madison Lockwood</strong></em></p>
<p><strong>About the Author:</strong>
<div style="border: thin solid gray; background-color: #E2E089; padding:1em;">
Madison Lockwood is a customer relations associate, specializing in small business development, for Apollo Hosting.  Apollo Hosting provides <a  href="http://www.apollohosting.com">website hosting</a>, ecommerce hosting, vps hosting, and web design services to a wide range of customers.
</div>
<p><a  href="http://www.mentalhealthnewstoday.com">Mental Illness News</a></div>
<p><a  href="http://www.debianperu.org/archives/314" class="more-link">Read more on Linux On The Desktop?&#8230;</a></p>
]]></description>
			<content:encoded><![CDATA[<div style="float:left; padding: 12px"><a  href="/wp-content/uploads/2010/01/linux105.jpg" class="thickbox no_icon" rel="gallery-314" title=""><img src="/wp-content/uploads/2010/01/linux105.jpg" title='' alt='' /></a></div>
<div>Linux is an &#8220;open source&#8221; operating system originally developed by a engineer from Finland named Linus Torvalds. Linux was released under an early version of the GNU &#8220;General Public License&#8221;, or GPL, by which any user that wanted to work with Linux was free to do so. Though it has evolved considerably over the years, it has yet to eclipse the popularity of Microsoft&#8217;s Windows operating system at the consumer and small business level- which is dominated by &#8220;desktop&#8221; computer sales.</p>
<p>Sun, IBM and HP all have produced servers that utilize Linux &#8211; and it is in the server &#8211; database environment that Linux has thrived since its inception. The two major software companies that have produced successive versions of Linux software are Novell and Red Hat, both of which have taken an open source (free) operating system and equipped it with a variety of software packages tailored to various requirements, in order to create proprietary products.</p>
<p>While Linux based systems drive some cell phones and can be found in ordinary PCs, the primary competition between Red Hat and Novell has been in the &#8220;enterprise space,&#8221; that segment of the software universe which focuses on linking business users to databases. Now, Red Hat has announced its intention to move into the &#8220;business desktop&#8221; market with a new series of adaptations. According to Red Hat, &#8220;This will be a more comprehensive offering that will target markets like the small and medium-sized business [SMB] sector and emerging markets. Part of this strategy is to get the desktop more to the masses than our existing client is getting today.&#8221;</p>
<p>In the war of press releases, Novell claims to have made these strides already, and that what Red Hat is defining as desktop functionality is really an expansion of business functions &#8211; which Novell claims to have achieved already. And indeed, a spokesman for Red Hat notes that the company has &#8220;no plans to go and sell this offering at Best Buy&#8230; [for]&#8230;the mass consumer market. Customers will be able to download it and get a Red Hat Network subscription on the Web for it, which is what we feel is the distribution wave of the future anyway&#8230;&#8221;</p>
<p>So how do home users that venture into the Linux world feel about it? Many of them who have blogged about it feel that it&#8217;s the greatest operating system out there but it is not ready for mass consumption simply because too many ancillary software elements and computer appendages aren&#8217;t adapted for it. One self described &#8220;geek&#8221; who uses Linux, Windows Vista AND XP finds Linux to be a great operating system for browser use, but a simple task like hooking up a printer to a Linux driven PC can be a real challenge.</p>
<p>He adds, &#8220;If you&#8217;re accustomed to watching DVDs, Windows Media or QuickTime files on your computer, then you&#8217;re in for a challenge. Most Linux distributions (at least the major ones anyway) don&#8217;t include this functionality by default because the codecs (software that displays the various encoded video file formats like Windows Media) aren&#8217;t free. In many cases they&#8217;re downright illegal. The same situation exists with MP3, arguably the most popular format for audio (notably audio you rip from your CD collection).&#8221;</p>
<p>It&#8217;s a great operating system, but plug-and-play functionality for home computers isn&#8217;t there yet. And neither Red Hat nor Novell have any intention of invading the home consumer &#8220;space.&#8221; For now, they&#8217;re content to battle it out by expanding their business-based products.</p>
<p><em>By: <strong>Madison Lockwood</strong></em></p>
<p><strong>About the Author:</strong>
<div style="border: thin solid gray; background-color: #E2E089; padding:1em;">
Madison Lockwood is a customer relations associate, specializing in small business development, for Apollo Hosting.  Apollo Hosting provides <a  href="http://www.apollohosting.com">website hosting</a>, ecommerce hosting, vps hosting, and web design services to a wide range of customers.
</div>
<p><a  href="http://www.mentalhealthnewstoday.com">Mental Illness News</a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.debianperu.org/archives/314/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is the best linux version for a DELL Latitude D600 laptop?</title>
		<link>http://www.debianperu.org/archives/306</link>
		<comments>http://www.debianperu.org/archives/306#comments</comments>
		<pubDate>Sat, 23 Jan 2010 08:55:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Dell Latitude D600]]></category>
		<category><![CDATA[Dual Boot]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Malware]]></category>
		<category><![CDATA[Older Sister]]></category>

		<guid isPermaLink="false">http://www.debianperu.org/archives/306</guid>
		<description><![CDATA[<div style="float:left; padding: 12px"><a  href="/wp-content/uploads/2010/01/linux101.jpg" class="thickbox no_icon" rel="gallery-306" title=""><img src="/wp-content/uploads/2010/01/linux101.jpg" title='' alt='' /></a></div>
<div>I have a DELL Latitude D600 that was passed down to me by my older sister. The XP on it has some bad malware and is generally corrupted. What would be the best Linux version to either replace it , or do a dual boot?<br />
It is about 5 years old.</p>
<p><em>By: <strong>Sgt. Pepper</strong></em></p>
<p><strong>About the Author:</strong>
<div style="border: thin solid gray; background-color: #E2E089; padding:1em;"></div>
<p><a  href="http://www.bizrave.com">Business Marketing</a></div>
<p><a  href="http://www.debianperu.org/archives/306" class="more-link">Read more on What is the best linux version for a DELL Latitude D600 laptop?&#8230;</a></p>
]]></description>
			<content:encoded><![CDATA[<div style="float:left; padding: 12px"><a  href="/wp-content/uploads/2010/01/linux101.jpg" class="thickbox no_icon" rel="gallery-306" title=""><img src="/wp-content/uploads/2010/01/linux101.jpg" title='' alt='' /></a></div>
<div>I have a DELL Latitude D600 that was passed down to me by my older sister. The XP on it has some bad malware and is generally corrupted. What would be the best Linux version to either replace it , or do a dual boot?<br />
It is about 5 years old.</p>
<p><em>By: <strong>Sgt. Pepper</strong></em></p>
<p><strong>About the Author:</strong>
<div style="border: thin solid gray; background-color: #E2E089; padding:1em;"></div>
<p><a  href="http://www.bizrave.com">Business Marketing</a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.debianperu.org/archives/306/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How long does it take to learn Linux profressionally ?</title>
		<link>http://www.debianperu.org/archives/302</link>
		<comments>http://www.debianperu.org/archives/302#comments</comments>
		<pubDate>Sat, 23 Jan 2010 07:05:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programming & Design]]></category>
		<category><![CDATA[Job]]></category>
		<category><![CDATA[Learn Linux]]></category>
		<category><![CDATA[Learning Linux]]></category>
		<category><![CDATA[Linux Administration]]></category>
		<category><![CDATA[Shoes]]></category>

		<guid isPermaLink="false">http://www.debianperu.org/archives/302</guid>
		<description><![CDATA[<div style="float:left; padding: 12px"><a  href="/wp-content/uploads/2010/01/linux99.jpg" class="thickbox no_icon" rel="gallery-302" title=""><img src="/wp-content/uploads/2010/01/linux99.jpg" title='' alt='' /></a></div>
<div>I am 46 &#038; I am planning to get into the IT field. All I know is some html 7 css. Now I was recommended to learn Linux to get a job. I am have the choice between learning Linux Administration, or web development or SQL server database. What would you guys do in my shoes? I am 46 &#038; I am giving myself 1 year. Regards.</p>
<p><em>By: <strong>Roland</strong></em></p>
<p><strong>About the Author:</strong>
<div style="border: thin solid gray; background-color: #E2E089; padding:1em;"></div>
<p><a  href="http://www.bizrave.com">Marketing Strategies</a></div>
<p><a  href="http://www.debianperu.org/archives/302" class="more-link">Read more on How long does it take to learn Linux profressionally ?&#8230;</a></p>
]]></description>
			<content:encoded><![CDATA[<div style="float:left; padding: 12px"><a  href="/wp-content/uploads/2010/01/linux99.jpg" class="thickbox no_icon" rel="gallery-302" title=""><img src="/wp-content/uploads/2010/01/linux99.jpg" title='' alt='' /></a></div>
<div>I am 46 &#038; I am planning to get into the IT field. All I know is some html 7 css. Now I was recommended to learn Linux to get a job. I am have the choice between learning Linux Administration, or web development or SQL server database. What would you guys do in my shoes? I am 46 &#038; I am giving myself 1 year. Regards.</p>
<p><em>By: <strong>Roland</strong></em></p>
<p><strong>About the Author:</strong>
<div style="border: thin solid gray; background-color: #E2E089; padding:1em;"></div>
<p><a  href="http://www.bizrave.com">Marketing Strategies</a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.debianperu.org/archives/302/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Does Linux have the potential to be as good as Windows for gaming?</title>
		<link>http://www.debianperu.org/archives/310</link>
		<comments>http://www.debianperu.org/archives/310#comments</comments>
		<pubDate>Sat, 23 Jan 2010 06:22:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Download Games]]></category>
		<category><![CDATA[Download Windows]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Windows Xp]]></category>
		<category><![CDATA[Wine Linux]]></category>

		<guid isPermaLink="false">http://www.debianperu.org/archives/310</guid>
		<description><![CDATA[<div style="float:left; padding: 12px"><a  href="/wp-content/uploads/2010/01/linux103.jpg" class="thickbox no_icon" rel="gallery-310" title=""><img src="/wp-content/uploads/2010/01/linux103.jpg" title='' alt='' /></a></div>
<div>I know you can download Wine to run Windows games on Linux, but I want to make sure that everything in Linux can be just as good as it is in Windows XP. I&#8217;m wondering if networking will ***** up considering the rest of my family runs on Windows&#8230; Does that mean no LAN? Stuff like that. I&#8217;ll post more details if people need more so check back.</p>
<p><em>By: <strong>Ratfuzz</strong></em></p>
<p><strong>About the Author:</strong>
<div style="border: thin solid gray; background-color: #E2E089; padding:1em;"></div>
<p><a  href="http://www.couponmagicorganizer.com">Coupon Organizer</a></div>
<p><a  href="http://www.debianperu.org/archives/310" class="more-link">Read more on Does Linux have the potential to be as good as Windows for gaming?&#8230;</a></p>
]]></description>
			<content:encoded><![CDATA[<div style="float:left; padding: 12px"><a  href="/wp-content/uploads/2010/01/linux103.jpg" class="thickbox no_icon" rel="gallery-310" title=""><img src="/wp-content/uploads/2010/01/linux103.jpg" title='' alt='' /></a></div>
<div>I know you can download Wine to run Windows games on Linux, but I want to make sure that everything in Linux can be just as good as it is in Windows XP. I&#8217;m wondering if networking will ***** up considering the rest of my family runs on Windows&#8230; Does that mean no LAN? Stuff like that. I&#8217;ll post more details if people need more so check back.</p>
<p><em>By: <strong>Ratfuzz</strong></em></p>
<p><strong>About the Author:</strong>
<div style="border: thin solid gray; background-color: #E2E089; padding:1em;"></div>
<p><a  href="http://www.couponmagicorganizer.com">Coupon Organizer</a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.debianperu.org/archives/310/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
