<?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 on: Does Ubuntu Linux Really Need Antivirus Software?</title>
	<atom:link href="http://ubuntulinuxhelp.com/does-ubuntu-linux-really-need-antivirus-software/feed/" rel="self" type="application/rss+xml" />
	<link>http://ubuntulinuxhelp.com/does-ubuntu-linux-really-need-antivirus-software/</link>
	<description>Resources, help, how to's and tutorials for Ubuntu Linux users!</description>
	<lastBuildDate>Wed, 18 Nov 2009 16:38:01 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: UbuntuLinuxHelp</title>
		<link>http://ubuntulinuxhelp.com/does-ubuntu-linux-really-need-antivirus-software/comment-page-1/#comment-3709</link>
		<dc:creator>UbuntuLinuxHelp</dc:creator>
		<pubDate>Wed, 18 Nov 2009 16:38:01 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntulinuxhelp.com/does-ubuntu-linux-really-need-antivirus-software/#comment-3709</guid>
		<description>Perhaps the whole point of the security is being missed?

Unless a script can run the &quot;sudo&quot; or &quot;su&quot; command and then enter the appropriate password, so as to install on the system, it&#039;s not going to get far at all.

I have been using Linux for several years. Not once, ever, have any of my Linux systems been infected with a Virus (or malware).

Additionally, I agree with other users being protected. If someone wants to run the command &quot;rm -rf ~/&quot; they are able to, as they are deleting their home directory. If they are insecure or do not know what they&#039;re doing, trhen other users should be protected (that&#039;s the point).

But again, in reality, I&#039;ve never had to repair my Linux based PC&#039;s (or those of my clients; who use Linux) from a virus (or malware) issue.</description>
		<content:encoded><![CDATA[<p>Perhaps the whole point of the security is being missed?</p>
<p>Unless a script can run the &#8220;sudo&#8221; or &#8220;su&#8221; command and then enter the appropriate password, so as to install on the system, it&#8217;s not going to get far at all.</p>
<p>I have been using Linux for several years. Not once, ever, have any of my Linux systems been infected with a Virus (or malware).</p>
<p>Additionally, I agree with other users being protected. If someone wants to run the command &#8220;rm -rf ~/&#8221; they are able to, as they are deleting their home directory. If they are insecure or do not know what they&#8217;re doing, trhen other users should be protected (that&#8217;s the point).</p>
<p>But again, in reality, I&#8217;ve never had to repair my Linux based PC&#8217;s (or those of my clients; who use Linux) from a virus (or malware) issue.<fieldset class="blogfollow"><legend>Read more from UbuntuLinuxHelp</legend><br />
<h2><a href="http://feedproxy.google.com/~r/ubuntulinuxhelp/ERrG/~3/3P-P5m-ESQI/" rel="external nofollow" >Forgotten Password – Reader Questions</a></h2>
<p>Rhonda, one of our readers asks:<br />
&#8220;&#8230;I forgot my username and password on my ubuntu/Linux computer. How do I get back on? I have 2 computers just so you understand. One I use windows and the other I u[...]</p>
<p></fieldset></p>
]]></content:encoded>
	</item>
	<item>
		<title>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>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). ;)<fieldset class="blogfollow"><legend>Read more from UbuntuLinuxHelp</legend><br />
<h2><a href="http://feedproxy.google.com/~r/ubuntulinuxhelp/ERrG/~3/3P-P5m-ESQI/" rel="external nofollow" >Forgotten Password – Reader Questions</a></h2>
<p>Rhonda, one of our readers asks:<br />
&#8220;&#8230;I forgot my username and password on my ubuntu/Linux computer. How do I get back on? I have 2 computers just so you understand. One I use windows and the other I u[...]</p>
<p></fieldset></p>
]]></content:encoded>
	</item>
	<item>
		<title>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>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>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.<fieldset class="blogfollow"><legend>Read more from UbuntuLinuxHelp</legend><br />
<h2><a href="http://feedproxy.google.com/~r/ubuntulinuxhelp/ERrG/~3/3P-P5m-ESQI/" rel="external nofollow" >Forgotten Password – Reader Questions</a></h2>
<p>Rhonda, one of our readers asks:<br />
&#8220;&#8230;I forgot my username and password on my ubuntu/Linux computer. How do I get back on? I have 2 computers just so you understand. One I use windows and the other I u[...]</p>
<p></fieldset></p>
]]></content:encoded>
	</item>
	<item>
		<title>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>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.<fieldset class="blogfollow"><legend>Read more from RTFVerterra</legend><br />
<h2><a href="http://feedproxy.google.com/~r/rtfverterra/~3/O2eSFjqE8D8/mathalino-net-is-now-open-for-business" rel="external nofollow" >Mathalino.net is now open for webhosting business</a></h2>
<p>In my previous post, I invited everybody to avail a free webhosting from us.  At that time, the technical personnel was very busy hammering the system and making many trial accounts.  Now that the sys[...]</p>
<p></fieldset></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: UbuntuLinuxHelp</title>
		<link>http://ubuntulinuxhelp.com/does-ubuntu-linux-really-need-antivirus-software/comment-page-1/#comment-3667</link>
		<dc:creator>UbuntuLinuxHelp</dc:creator>
		<pubDate>Sat, 10 Oct 2009 12:43:14 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntulinuxhelp.com/does-ubuntu-linux-really-need-antivirus-software/#comment-3667</guid>
		<description>@Greg

Which version of Ubuntu are you using?
Where did you get the AVG package?

Have you tried opening a terminal and issuing the command &lt;code&gt;avast&lt;/code&gt;? If Avast is installed properly then the command will succeed in running Avast.</description>
		<content:encoded><![CDATA[<p>@Greg</p>
<p>Which version of Ubuntu are you using?<br />
Where did you get the AVG package?</p>
<p>Have you tried opening a terminal and issuing the command <code>avast</code>? If Avast is installed properly then the command will succeed in running Avast.<fieldset class="blogfollow"><legend>Read more from UbuntuLinuxHelp</legend><br />
<h2><a href="http://feedproxy.google.com/~r/ubuntulinuxhelp/ERrG/~3/3P-P5m-ESQI/" rel="external nofollow" >Forgotten Password – Reader Questions</a></h2>
<p>Rhonda, one of our readers asks:<br />
&#8220;&#8230;I forgot my username and password on my ubuntu/Linux computer. How do I get back on? I have 2 computers just so you understand. One I use windows and the other I u[...]</p>
<p></fieldset></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg</title>
		<link>http://ubuntulinuxhelp.com/does-ubuntu-linux-really-need-antivirus-software/comment-page-1/#comment-3666</link>
		<dc:creator>Greg</dc:creator>
		<pubDate>Sat, 10 Oct 2009 04:07:08 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntulinuxhelp.com/does-ubuntu-linux-really-need-antivirus-software/#comment-3666</guid>
		<description>I&#039;m a fairly new Ubuntu user and do not know my way around the system like I do on Windows.  Since I am running both OS&#039;s on my network, I went ahead and downloaded the AVG Free Edition for my Linux system.  However, you stated above, &quot;To use the anti-virus, you&#039;ll find a new icon here: Applications --&gt; Accessories --&gt; AVG for Linux Workstation. Simply click on that and follow along. Very easy, and only took a few minutes to do.&quot;  I haven&#039;t found the icon yet, so I do not know how to launch the application.  A little guidance please.......
Thanks !</description>
		<content:encoded><![CDATA[<p>I&#8217;m a fairly new Ubuntu user and do not know my way around the system like I do on Windows.  Since I am running both OS&#8217;s on my network, I went ahead and downloaded the AVG Free Edition for my Linux system.  However, you stated above, &#8220;To use the anti-virus, you&#8217;ll find a new icon here: Applications &#8211;&gt; Accessories &#8211;&gt; AVG for Linux Workstation. Simply click on that and follow along. Very easy, and only took a few minutes to do.&#8221;  I haven&#8217;t found the icon yet, so I do not know how to launch the application.  A little guidance please&#8230;&#8230;.<br />
Thanks !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: NighthawkICH</title>
		<link>http://ubuntulinuxhelp.com/does-ubuntu-linux-really-need-antivirus-software/comment-page-1/#comment-3627</link>
		<dc:creator>NighthawkICH</dc:creator>
		<pubDate>Sat, 29 Aug 2009 19:53:59 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntulinuxhelp.com/does-ubuntu-linux-really-need-antivirus-software/#comment-3627</guid>
		<description>i agree wholeheartedly with your outlook on virus protection. &quot;Its up to everyone to protect themselves&quot; is complete bullcrap. Thats like Typhoid Mary wandering through a McDonalds spitting on everyone saying &quot;Its up to you not to get sick&quot;.</description>
		<content:encoded><![CDATA[<p>i agree wholeheartedly with your outlook on virus protection. &#8220;Its up to everyone to protect themselves&#8221; is complete bullcrap. Thats like Typhoid Mary wandering through a McDonalds spitting on everyone saying &#8220;Its up to you not to get sick&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: UbuntuLinuxHelp</title>
		<link>http://ubuntulinuxhelp.com/does-ubuntu-linux-really-need-antivirus-software/comment-page-1/#comment-2652</link>
		<dc:creator>UbuntuLinuxHelp</dc:creator>
		<pubDate>Thu, 28 May 2009 12:02:01 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntulinuxhelp.com/does-ubuntu-linux-really-need-antivirus-software/#comment-2652</guid>
		<description>@john - No you shouldn&#039;t need it. I&#039;ve been using Linux for at least 3-4 years now and have NEVER had any concern about a virus. I currently use Ubuntu Linux 8.04 and have no issues at all. The only times I had difficulties was when I made changes or tweaks to the system without backing up first - In other words, problems I created for myself. ;)</description>
		<content:encoded><![CDATA[<p>@john &#8211; No you shouldn&#8217;t need it. I&#8217;ve been using Linux for at least 3-4 years now and have NEVER had any concern about a virus. I currently use Ubuntu Linux 8.04 and have no issues at all. The only times I had difficulties was when I made changes or tweaks to the system without backing up first &#8211; In other words, problems I created for myself. ;)<fieldset class="blogfollow"><legend>Read more from UbuntuLinuxHelp</legend><br />
<h2><a href="http://feedproxy.google.com/~r/ubuntulinuxhelp/ERrG/~3/3P-P5m-ESQI/" rel="external nofollow" >Forgotten Password – Reader Questions</a></h2>
<p>Rhonda, one of our readers asks:<br />
&#8220;&#8230;I forgot my username and password on my ubuntu/Linux computer. How do I get back on? I have 2 computers just so you understand. One I use windows and the other I u[...]</p>
<p></fieldset></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: john</title>
		<link>http://ubuntulinuxhelp.com/does-ubuntu-linux-really-need-antivirus-software/comment-page-1/#comment-2642</link>
		<dc:creator>john</dc:creator>
		<pubDate>Wed, 27 May 2009 22:06:17 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntulinuxhelp.com/does-ubuntu-linux-really-need-antivirus-software/#comment-2642</guid>
		<description>just ordered a dell mini 10v with ubuntu. never used ubuntu before but saw a dell linux spokesperson on youtube showing their updated ubuntu 8.04 video. 

the desktop looks very cool and user friendly. i&#039;ll be using this netbook for web surfing, IMing, some presentation stuff, word processing, listening to streaming audio. 

should i expect any major difficulties in using ubuntu 8.04 and from what i&#039;m reading in this discussion--i won&#039;t need AV software since i won&#039;t be switching to a windows based os. is that correct?</description>
		<content:encoded><![CDATA[<p>just ordered a dell mini 10v with ubuntu. never used ubuntu before but saw a dell linux spokesperson on youtube showing their updated ubuntu 8.04 video. </p>
<p>the desktop looks very cool and user friendly. i&#8217;ll be using this netbook for web surfing, IMing, some presentation stuff, word processing, listening to streaming audio. </p>
<p>should i expect any major difficulties in using ubuntu 8.04 and from what i&#8217;m reading in this discussion&#8211;i won&#8217;t need AV software since i won&#8217;t be switching to a windows based os. is that correct?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rod</title>
		<link>http://ubuntulinuxhelp.com/does-ubuntu-linux-really-need-antivirus-software/comment-page-1/#comment-2547</link>
		<dc:creator>Rod</dc:creator>
		<pubDate>Fri, 08 May 2009 15:05:23 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntulinuxhelp.com/does-ubuntu-linux-really-need-antivirus-software/#comment-2547</guid>
		<description>Hello all.

I’m a long time windows user and recent Linux convert.

My view on running an AV… People *should* be responsible for securing their own systems. I’ve always run a good AV and firewall applications, I don’t expect other people to protect me.

However… I have the knowledge to look after my self

There are Windows users out there that are ignorant. Which is defined as “Unaware or uninformed“, they may not possess the knowledge to secure themselves or the confidence to learn on their own. The may also be unable or not possess the capacity to learn this level of technical knowledge (my mum springs to mind). 

So I do run an AV as I know people like my mum, who can only start Word from a shortcut on the desktop need as much help as they can get. Luckily for her I set up her system, however not everyone has access to resources like that.</description>
		<content:encoded><![CDATA[<p>Hello all.</p>
<p>I’m a long time windows user and recent Linux convert.</p>
<p>My view on running an AV… People *should* be responsible for securing their own systems. I’ve always run a good AV and firewall applications, I don’t expect other people to protect me.</p>
<p>However… I have the knowledge to look after my self</p>
<p>There are Windows users out there that are ignorant. Which is defined as “Unaware or uninformed“, they may not possess the knowledge to secure themselves or the confidence to learn on their own. The may also be unable or not possess the capacity to learn this level of technical knowledge (my mum springs to mind). </p>
<p>So I do run an AV as I know people like my mum, who can only start Word from a shortcut on the desktop need as much help as they can get. Luckily for her I set up her system, however not everyone has access to resources like that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: spanish dave</title>
		<link>http://ubuntulinuxhelp.com/does-ubuntu-linux-really-need-antivirus-software/comment-page-1/#comment-2496</link>
		<dc:creator>spanish dave</dc:creator>
		<pubDate>Mon, 27 Apr 2009 08:09:51 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntulinuxhelp.com/does-ubuntu-linux-really-need-antivirus-software/#comment-2496</guid>
		<description>I&#039;m sure that if Ubuntu (which I use) needed anti-virus software, the developers would include it as part of the distro. After all there is a whole bundle of software included with it.</description>
		<content:encoded><![CDATA[<p>I&#8217;m sure that if Ubuntu (which I use) needed anti-virus software, the developers would include it as part of the distro. After all there is a whole bundle of software included with it.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
