<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:series="http://unfoldingneurons.com/"
		>
<channel>
	<title>Comments for Ubuntu Linux Help</title>
	<atom:link href="http://ubuntulinuxhelp.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://ubuntulinuxhelp.com</link>
	<description>Resources, help, how to's and tutorials for Ubuntu Linux users!</description>
	<lastBuildDate>Thu, 05 Nov 2009 15:32:06 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Top 100 of the Best (Useful) OpenSource Applications by Dan</title>
		<link>http://ubuntulinuxhelp.com/top-100-of-the-best-useful-opensource-applications/comment-page-2/#comment-3696</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Thu, 05 Nov 2009 15:32:06 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntulinuxhelp.com/top-100-of-the-best-useful-opensource-applications/#comment-3696</guid>
		<description>As a webdesigner, I find regexxer infinitely valuable. It allows you to search an entire folder worth of documents, search them all simultaneously, and also, replace strings in all of them with a click.

Very helpful for html mistakes, or menu changes/additions etc...</description>
		<content:encoded><![CDATA[<p>As a webdesigner, I find regexxer infinitely valuable. It allows you to search an entire folder worth of documents, search them all simultaneously, and also, replace strings in all of them with a click.</p>
<p>Very helpful for html mistakes, or menu changes/additions etc&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing Compass on Ubuntu by Tristan</title>
		<link>http://ubuntulinuxhelp.com/installing-compass-on-ubuntu/comment-page-1/#comment-3692</link>
		<dc:creator>Tristan</dc:creator>
		<pubDate>Sat, 31 Oct 2009 08:18:29 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntulinuxhelp.com/?p=1679#comment-3692</guid>
		<description>Thank you very much!
I found this helpful for getting compass up and running.
However my install was a little different.

Ubuntu 9.10
Only interested in compass (not ruby).
Here is what I did:

apt-get install rubygems

gem sources --add http://gems.github.com/
(because I&#039;ll use it later)

gem install haml

gem install chriseppstein-compass

At this point the the command &quot;compass&quot; wasn&#039;t working.
I had to add &quot;/var/lib/gems/1.8/bin&quot; to /etc/environment

I hope this helps someone else.
Thank you again for the info.</description>
		<content:encoded><![CDATA[<p>Thank you very much!<br />
I found this helpful for getting compass up and running.<br />
However my install was a little different.</p>
<p>Ubuntu 9.10<br />
Only interested in compass (not ruby).<br />
Here is what I did:</p>
<p>apt-get install rubygems</p>
<p>gem sources &#8211;add <a href="http://gems.github.com/"  rel="nofollow">http://gems.github.com/</a><br />
(because I&#8217;ll use it later)</p>
<p>gem install haml</p>
<p>gem install chriseppstein-compass</p>
<p>At this point the the command &#8220;compass&#8221; wasn&#8217;t working.<br />
I had to add &#8220;/var/lib/gems/1.8/bin&#8221; to /etc/environment</p>
<p>I hope this helps someone else.<br />
Thank you again for the info.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Does Ubuntu Linux Really Need Antivirus Software? by Bijan Soleymani</title>
		<link>http://ubuntulinuxhelp.com/does-ubuntu-linux-really-need-antivirus-software/comment-page-1/#comment-3690</link>
		<dc:creator>Bijan Soleymani</dc:creator>
		<pubDate>Mon, 26 Oct 2009 08:10:53 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntulinuxhelp.com/does-ubuntu-linux-really-need-antivirus-software/#comment-3690</guid>
		<description>Viruses/Malware can do serious damage to the user without root access.

There&#039;s a lot of talk about permission and how they will protect the user in Linux as long as they don&#039;t run anything as root. But that doesn&#039;t really protect the user, it mostly protects other users on the system. If I receive an executable it can do something like:
rm -rf ~/ (delete my entire home directory)
in a billion different ways. Bye bye years of data. Fine I can restore from backups, but that is a real pain... Sure /usr is safe, other users&#039; home directories are safe, but all my files are dead and gone.

Worse the virus/malware can open a TCP connection and send data to the cracker&#039;s server. It could send him all my emails (if they are not encrypted) and any non-encrypted file I have access to. Again it can&#039;t send him other people&#039;s files, but do I really care about that or do I care about my personal data?

It can also install a server running on a port &gt;= 1024 and listen and let the cracker log in to my machine. Ok this is with my permissions not root&#039;s, but once the cracker has local access, there are often ways of compromising the system and gaining root privileges. If he can do that it&#039;s game over for everyone! Yes I know a firewall can block this, but then you need a firewall and it is not installed/enabled on my Ubuntu/Debian systems by default.

So yeah if the user wants to be able to run executables from emails or from the internet they are at risk of all of that. I mean you can use public key cryptography and have the sender or the provider sign the package with their private key. But that just confirms that the sender/provider is really the one who generated that package, it doesn&#039;t mean they are trustworthy.

Is there really anyone who knows all the people they get software from over the internet? Even software in source code form can do all this. I mean sure you can look through the code and find out, but there can be thousands/millions of lines of code. Sure if you get all your software from the Ubuntu or Debian servers you are fine, but I often find interesting software from other sources.

And there&#039;s no easy fix. I mean I don&#039;t want to be asked for confirmation by  the OS each time one of my file&#039;s needs to be deleted, or each time I make a TCP connection.

I could be wrong, and I&#039;d love to see a system that could run arbitrary code with zero risk of hurting the user, I just don&#039;t think that&#039;s realistic.</description>
		<content:encoded><![CDATA[<p>Viruses/Malware can do serious damage to the user without root access.</p>
<p>There&#8217;s a lot of talk about permission and how they will protect the user in Linux as long as they don&#8217;t run anything as root. But that doesn&#8217;t really protect the user, it mostly protects other users on the system. If I receive an executable it can do something like:<br />
rm -rf ~/ (delete my entire home directory)<br />
in a billion different ways. Bye bye years of data. Fine I can restore from backups, but that is a real pain&#8230; Sure /usr is safe, other users&#8217; home directories are safe, but all my files are dead and gone.</p>
<p>Worse the virus/malware can open a TCP connection and send data to the cracker&#8217;s server. It could send him all my emails (if they are not encrypted) and any non-encrypted file I have access to. Again it can&#8217;t send him other people&#8217;s files, but do I really care about that or do I care about my personal data?</p>
<p>It can also install a server running on a port &gt;= 1024 and listen and let the cracker log in to my machine. Ok this is with my permissions not root&#8217;s, but once the cracker has local access, there are often ways of compromising the system and gaining root privileges. If he can do that it&#8217;s game over for everyone! Yes I know a firewall can block this, but then you need a firewall and it is not installed/enabled on my Ubuntu/Debian systems by default.</p>
<p>So yeah if the user wants to be able to run executables from emails or from the internet they are at risk of all of that. I mean you can use public key cryptography and have the sender or the provider sign the package with their private key. But that just confirms that the sender/provider is really the one who generated that package, it doesn&#8217;t mean they are trustworthy.</p>
<p>Is there really anyone who knows all the people they get software from over the internet? Even software in source code form can do all this. I mean sure you can look through the code and find out, but there can be thousands/millions of lines of code. Sure if you get all your software from the Ubuntu or Debian servers you are fine, but I often find interesting software from other sources.</p>
<p>And there&#8217;s no easy fix. I mean I don&#8217;t want to be asked for confirmation by  the OS each time one of my file&#8217;s needs to be deleted, or each time I make a TCP connection.</p>
<p>I could be wrong, and I&#8217;d love to see a system that could run arbitrary code with zero risk of hurting the user, I just don&#8217;t think that&#8217;s realistic.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Top 100 of the Best (Useful) OpenSource Applications by ubuntu software</title>
		<link>http://ubuntulinuxhelp.com/top-100-of-the-best-useful-opensource-applications/comment-page-2/#comment-3684</link>
		<dc:creator>ubuntu software</dc:creator>
		<pubDate>Mon, 19 Oct 2009 17:04:05 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntulinuxhelp.com/top-100-of-the-best-useful-opensource-applications/#comment-3684</guid>
		<description>[...] Grasshopper, your Google Fu needs refinement in your skills...  http://ubuntulinuxhelp.com/top-100-o...-applications/     __________________ Typical Signature: &lt;Computer Specs&gt; -numbers I read off a box -parts I [...]</description>
		<content:encoded><![CDATA[<p>[...] Grasshopper, your Google Fu needs refinement in your skills&#8230;  <a href="http://ubuntulinuxhelp.com/top-100-o...-applications/"  rel="nofollow">http://ubuntulinuxhelp.com/top.....lications/</a>     __________________ Typical Signature: &lt;Computer Specs&gt; -numbers I read off a box -parts I [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Top 10 Must Have Applications for Ubuntu. (In no particular order). by Newbie</title>
		<link>http://ubuntulinuxhelp.com/top-10-must-have-applications-for-ubuntu-in-no-particular-order/comment-page-1/#comment-3680</link>
		<dc:creator>Newbie</dc:creator>
		<pubDate>Sun, 18 Oct 2009 01:18:31 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntulinuxhelp.com/top-10-must-have-applications-for-ubuntu-in-no-particular-order/#comment-3680</guid>
		<description>Nice job!

I can&#039;t get GIMPshop to work though. I&#039;m all new to Ubunto so it&#039;s all a bit cunfusing.

How do I get the shortcut in the menu to point towards the GIMPshop executable when I have no idea where I can find the application on the HDD? 

Where should I put dowloaded files that I want to install?

Is there a nice internet based guide to the very basics of Ubuntu?

I hope that someone can help a poor noob....</description>
		<content:encoded><![CDATA[<p>Nice job!</p>
<p>I can&#8217;t get GIMPshop to work though. I&#8217;m all new to Ubunto so it&#8217;s all a bit cunfusing.</p>
<p>How do I get the shortcut in the menu to point towards the GIMPshop executable when I have no idea where I can find the application on the HDD? </p>
<p>Where should I put dowloaded files that I want to install?</p>
<p>Is there a nice internet based guide to the very basics of Ubuntu?</p>
<p>I hope that someone can help a poor noob&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mono &#8211; Discussion With a Developer by lelamal</title>
		<link>http://ubuntulinuxhelp.com/mono-discussion-with-a-developer/comment-page-1/#comment-3679</link>
		<dc:creator>lelamal</dc:creator>
		<pubDate>Sat, 17 Oct 2009 21:28:48 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntulinuxhelp.com/?p=1612#comment-3679</guid>
		<description>Hi and thanks everybody for the enlightening debate. Actually, I&#039;m no developer, nor a long time Linux user (been using Ubuntu for 1 year). I will therefore try to add my humble voice as a simple user.

A couple of months ago, when I heard rumours about a possible replacement for Rhythmbox, I decided to give Banshee a try. I must admit that at first I liked it, the way it was thought, its features, its polished GUI, the development promises behind it, etc. It had anything I actually wanted, and didn&#039;t crash at all. But so did RB, anyway. However, in the meantime I also had the time to try other applications, like F-Spot, Tomboy. After more than one month I had become accustomed to it all. Then I bumped into a couple of exchanges which introduced me to this &quot;MONO/anti-MONO war&quot;. Nostalgically, today I decided to play some music in my good old RB: as soon as I hit the play button, the song started at once. Isn&#039;t it silly that such a trivial fact surprised me at all? This brought me back to last year, and to the reason why I decided to ditch Windows: Linux did exactly what I told it to do, while Windows was whimsical and had me wait for it to complete whatever it was secretly doing in the background. Now, when I found extraordinary the fact that I told RB to play music and it did it instantaneously, I realised that Banshee took all the time it wanted to do the same - sometimes up to 6-7 seconds. And the same was when scrolling albums, opening menus, searching for songs (especially - while RB takes less than 1 sec!), and everything else - starting and quitting included. RB is as fast as light, which is really what I expect from my music player - and my OS as a whole. I don&#039;t want my OS that tells me to wait, and makes me do what it wants: those were Window$ times. Now I uninstalled Banshee, F-Spot and Tomboy, and got back to use RB and Gnote (I didn&#039;t really use a photo manager before, I only wanted to try one out, so I won&#039;t miss it). And now I have my Ubuntu back: light apps, quick response, extraordinary performance. Here is the point, from a simple user: I must have a computer that does what I want, when it begins to be the other way around either something is wrong, or there must be Bill somewhere around (or both - watch out =)!). And I can swear that if Ubuntu is going to give me that distorted low-performance experience I will ditch it the very same day. No doubts about it!

In a distribution which is trying to reach the 10-secs boot-time goal I don&#039;t think such delays are exactly what Canonical is expecting, and what its end-users would find acceptable. This is why, in my humble view, MONO will not find ample space in Ubuntu in the future. Conversely, it will not find me around anymore =), but that&#039;s not as important... or is it?</description>
		<content:encoded><![CDATA[<p>Hi and thanks everybody for the enlightening debate. Actually, I&#8217;m no developer, nor a long time Linux user (been using Ubuntu for 1 year). I will therefore try to add my humble voice as a simple user.</p>
<p>A couple of months ago, when I heard rumours about a possible replacement for Rhythmbox, I decided to give Banshee a try. I must admit that at first I liked it, the way it was thought, its features, its polished GUI, the development promises behind it, etc. It had anything I actually wanted, and didn&#8217;t crash at all. But so did RB, anyway. However, in the meantime I also had the time to try other applications, like F-Spot, Tomboy. After more than one month I had become accustomed to it all. Then I bumped into a couple of exchanges which introduced me to this &#8220;MONO/anti-MONO war&#8221;. Nostalgically, today I decided to play some music in my good old RB: as soon as I hit the play button, the song started at once. Isn&#8217;t it silly that such a trivial fact surprised me at all? This brought me back to last year, and to the reason why I decided to ditch Windows: Linux did exactly what I told it to do, while Windows was whimsical and had me wait for it to complete whatever it was secretly doing in the background. Now, when I found extraordinary the fact that I told RB to play music and it did it instantaneously, I realised that Banshee took all the time it wanted to do the same &#8211; sometimes up to 6-7 seconds. And the same was when scrolling albums, opening menus, searching for songs (especially &#8211; while RB takes less than 1 sec!), and everything else &#8211; starting and quitting included. RB is as fast as light, which is really what I expect from my music player &#8211; and my OS as a whole. I don&#8217;t want my OS that tells me to wait, and makes me do what it wants: those were Window$ times. Now I uninstalled Banshee, F-Spot and Tomboy, and got back to use RB and Gnote (I didn&#8217;t really use a photo manager before, I only wanted to try one out, so I won&#8217;t miss it). And now I have my Ubuntu back: light apps, quick response, extraordinary performance. Here is the point, from a simple user: I must have a computer that does what I want, when it begins to be the other way around either something is wrong, or there must be Bill somewhere around (or both &#8211; watch out =)!). And I can swear that if Ubuntu is going to give me that distorted low-performance experience I will ditch it the very same day. No doubts about it!</p>
<p>In a distribution which is trying to reach the 10-secs boot-time goal I don&#8217;t think such delays are exactly what Canonical is expecting, and what its end-users would find acceptable. This is why, in my humble view, MONO will not find ample space in Ubuntu in the future. Conversely, it will not find me around anymore =), but that&#8217;s not as important&#8230; or is it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Does Ubuntu Linux Really Need Antivirus Software? by UbuntuLinuxHelp</title>
		<link>http://ubuntulinuxhelp.com/does-ubuntu-linux-really-need-antivirus-software/comment-page-1/#comment-3678</link>
		<dc:creator>UbuntuLinuxHelp</dc:creator>
		<pubDate>Sat, 17 Oct 2009 16:42:36 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntulinuxhelp.com/does-ubuntu-linux-really-need-antivirus-software/#comment-3678</guid>
		<description>@jwsmooth

XP cannot natively read the ext2 or ext3 filesystem. 
Your system is supposed (in many cases) to have cookies - They are often used for session control in dynamic web sites. For example I configure my browser to remove all cookies when I close the application.
Antispyware and antivirus are two different things completely.]
I have never ever had to install antispyware applications as I do not install spyware in the first place. The permissions system in Linux makes it somewhat immune to &quot;warez and virus&quot; attacks. Sure there are a few Linux based viruses, but again it&#039;s problematic because of the permissions system. To be effected negatively by such thing, you would have to be logged in and operating your system as the root account! (Which one should never do, hence the need for commands such as sudo and su). :)
I work in an environment where the best protection is an antivirus device directly connected to the network (along with the firewall). ;)</description>
		<content:encoded><![CDATA[<p>@jwsmooth</p>
<p>XP cannot natively read the ext2 or ext3 filesystem.<br />
Your system is supposed (in many cases) to have cookies &#8211; They are often used for session control in dynamic web sites. For example I configure my browser to remove all cookies when I close the application.<br />
Antispyware and antivirus are two different things completely.]<br />
I have never ever had to install antispyware applications as I do not install spyware in the first place. The permissions system in Linux makes it somewhat immune to &#8220;warez and virus&#8221; attacks. Sure there are a few Linux based viruses, but again it&#8217;s problematic because of the permissions system. To be effected negatively by such thing, you would have to be logged in and operating your system as the root account! (Which one should never do, hence the need for commands such as sudo and su). :)<br />
I work in an environment where the best protection is an antivirus device directly connected to the network (along with the firewall). ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Does Ubuntu Linux Really Need Antivirus Software? by jwsmooth</title>
		<link>http://ubuntulinuxhelp.com/does-ubuntu-linux-really-need-antivirus-software/comment-page-1/#comment-3677</link>
		<dc:creator>jwsmooth</dc:creator>
		<pubDate>Sat, 17 Oct 2009 15:16:46 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntulinuxhelp.com/does-ubuntu-linux-really-need-antivirus-software/#comment-3677</guid>
		<description>I installed Unbuntu to dual boot with Windows XP. Although there is much talk about the lack of need for anti virus software with Linux, believe at least some sort of anti spy-ware needs to be used used. After searching the web in Unbuntu, I have found that when I go back to XP there are numerous tracking cookies found by my anti spy-ware. I have since installed AVG anti virus software for Linux and a firewall. This still does not stop the cookies from showing up when I boot to XP. If it were not for the dual boot I would have never known there were tracking cookies on my computer. So yes there should be anti spyware for Linux.</description>
		<content:encoded><![CDATA[<p>I installed Unbuntu to dual boot with Windows XP. Although there is much talk about the lack of need for anti virus software with Linux, believe at least some sort of anti spy-ware needs to be used used. After searching the web in Unbuntu, I have found that when I go back to XP there are numerous tracking cookies found by my anti spy-ware. I have since installed AVG anti virus software for Linux and a firewall. This still does not stop the cookies from showing up when I boot to XP. If it were not for the dual boot I would have never known there were tracking cookies on my computer. So yes there should be anti spyware for Linux.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Top 10 Linux Video Applications &#8211; NOT! by UbuntuLinuxHelp</title>
		<link>http://ubuntulinuxhelp.com/top-10-linux-video-applications-not/comment-page-1/#comment-3676</link>
		<dc:creator>UbuntuLinuxHelp</dc:creator>
		<pubDate>Thu, 15 Oct 2009 13:19:12 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntulinuxhelp.com/?p=1465#comment-3676</guid>
		<description>@achintha

This post will help you: &lt;a href=&quot;http://ubuntulinuxhelp.com/build-a-web-developer-pc-and-enable-most-media-playback-using-ubuntu-linux/&quot; rel=&quot;nofollow&quot;&gt;Build a Web Developer PC and Enable Most Media Playback Using Ubuntu Linux&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>@achintha</p>
<p>This post will help you: <a href="http://ubuntulinuxhelp.com/build-a-web-developer-pc-and-enable-most-media-playback-using-ubuntu-linux/"  rel="nofollow">Build a Web Developer PC and Enable Most Media Playback Using Ubuntu Linux</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Top 10 Linux Video Applications &#8211; NOT! by achintha</title>
		<link>http://ubuntulinuxhelp.com/top-10-linux-video-applications-not/comment-page-1/#comment-3675</link>
		<dc:creator>achintha</dc:creator>
		<pubDate>Thu, 15 Oct 2009 13:13:39 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntulinuxhelp.com/?p=1465#comment-3675</guid>
		<description>i;m still new for ubuntu linux.i installed ubuntu 9.04 version.but canot play any videos.what is the suitable player for that.</description>
		<content:encoded><![CDATA[<p>i;m still new for ubuntu linux.i installed ubuntu 9.04 version.but canot play any videos.what is the suitable player for that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Switching From XP to Linux &#8211; Should You? by Billy Millsap</title>
		<link>http://ubuntulinuxhelp.com/switching-from-xp-to-linux-should-you/comment-page-1/#comment-3674</link>
		<dc:creator>Billy Millsap</dc:creator>
		<pubDate>Tue, 13 Oct 2009 16:18:42 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntulinuxhelp.com/switching-from-xp-to-linux-should-you/#comment-3674</guid>
		<description>I installed Ubuntu 9.04.  After install I could not connect to the internet.  I noticed that my wireless device is turned off.  In Ubuntu I cannot turn it on, but in windows it turn on fine.  I have a HP zd7000 laptop with a built in wireless device, also my printers are wireless.  Any suggestions on enabeling the wireless device in Ubuntu?</description>
		<content:encoded><![CDATA[<p>I installed Ubuntu 9.04.  After install I could not connect to the internet.  I noticed that my wireless device is turned off.  In Ubuntu I cannot turn it on, but in windows it turn on fine.  I have a HP zd7000 laptop with a built in wireless device, also my printers are wireless.  Any suggestions on enabeling the wireless device in Ubuntu?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Does Ubuntu Linux Really Need Antivirus Software? by John M</title>
		<link>http://ubuntulinuxhelp.com/does-ubuntu-linux-really-need-antivirus-software/comment-page-1/#comment-3673</link>
		<dc:creator>John M</dc:creator>
		<pubDate>Mon, 12 Oct 2009 14:04:29 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntulinuxhelp.com/does-ubuntu-linux-really-need-antivirus-software/#comment-3673</guid>
		<description>@UbuntuLinuxHelp

ok thanks... i was just wondering if it is possible using a avg linux anti-virus...

since i have a storage drive and it seems infected by a virus on that worthless windows OS.. of course i want a clean storage drive and the virus that i got seems to be self replicating, i mean it creates a clone of itself...


right now it seems to stop when i&#039;m using ubuntu... but it is making me paranoid and hoping it won&#039;t affect my linux side or i was hoping to keep my mind at ease is to eliminate it using my linux OS + avg anti-virus software...


a bit off-topic... sorry</description>
		<content:encoded><![CDATA[<p>@UbuntuLinuxHelp</p>
<p>ok thanks&#8230; i was just wondering if it is possible using a avg linux anti-virus&#8230;</p>
<p>since i have a storage drive and it seems infected by a virus on that worthless windows OS.. of course i want a clean storage drive and the virus that i got seems to be self replicating, i mean it creates a clone of itself&#8230;</p>
<p>right now it seems to stop when i&#8217;m using ubuntu&#8230; but it is making me paranoid and hoping it won&#8217;t affect my linux side or i was hoping to keep my mind at ease is to eliminate it using my linux OS + avg anti-virus software&#8230;</p>
<p>a bit off-topic&#8230; sorry</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Does Ubuntu Linux Really Need Antivirus Software? by UbuntuLinuxHelp</title>
		<link>http://ubuntulinuxhelp.com/does-ubuntu-linux-really-need-antivirus-software/comment-page-1/#comment-3672</link>
		<dc:creator>UbuntuLinuxHelp</dc:creator>
		<pubDate>Mon, 12 Oct 2009 13:35:52 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntulinuxhelp.com/does-ubuntu-linux-really-need-antivirus-software/#comment-3672</guid>
		<description>@John

I&#039;m no expert, but I&#039;ve never heard of a Linux virus. I currently do not use it on desktops, only on mail servers.
Hope this helps.</description>
		<content:encoded><![CDATA[<p>@John</p>
<p>I&#8217;m no expert, but I&#8217;ve never heard of a Linux virus. I currently do not use it on desktops, only on mail servers.<br />
Hope this helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Does Ubuntu Linux Really Need Antivirus Software? by John</title>
		<link>http://ubuntulinuxhelp.com/does-ubuntu-linux-really-need-antivirus-software/comment-page-1/#comment-3671</link>
		<dc:creator>John</dc:creator>
		<pubDate>Mon, 12 Oct 2009 13:29:55 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntulinuxhelp.com/does-ubuntu-linux-really-need-antivirus-software/#comment-3671</guid>
		<description>just one question... will this detect windows viruses too? or just linux ones?</description>
		<content:encoded><![CDATA[<p>just one question&#8230; will this detect windows viruses too? or just linux ones?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Does Ubuntu Linux Really Need Antivirus Software? by RTFVerterra</title>
		<link>http://ubuntulinuxhelp.com/does-ubuntu-linux-really-need-antivirus-software/comment-page-1/#comment-3670</link>
		<dc:creator>RTFVerterra</dc:creator>
		<pubDate>Sun, 11 Oct 2009 09:58:53 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntulinuxhelp.com/does-ubuntu-linux-really-need-antivirus-software/#comment-3670</guid>
		<description>Hi, I just installed Ubuntu Linux, this is my first time using Linux.  The reason why I switch to from Windows to Linux are viruses and malwares.  I always do reformat to my windows system every now and then because my system behaves like zombie and freeze to death, the reason: virus. I hope it will not happen to my Ubuntu installation.</description>
		<content:encoded><![CDATA[<p>Hi, I just installed Ubuntu Linux, this is my first time using Linux.  The reason why I switch to from Windows to Linux are viruses and malwares.  I always do reformat to my windows system every now and then because my system behaves like zombie and freeze to death, the reason: virus. I hope it will not happen to my Ubuntu installation.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
