Warning

 

Close
Confirm Action

Are you sure you wish to do this?

Cancel Confirm
AR15.COM
3/16/2008 5:10:01 PM EDT
Well I am back on Linux thanks to all you geeks. MInt 4. 0 really nice because its what Ubuntu should have ended up like. No hunting around for DVD decoder to work, no goofing around to get Amarock to work. Its ready to go.

Anyway, should I even install an AV on this thing? I am the only user and even with Windows I was clean due to smart useage.

My GF oldest daughter keeps getting her Windows machine infected like mad no matter what AV is installed so she is getting Mint 4.0 this week installed. I feel this girl could get it infected no matter what. So for her, what is a good AV  for Linux?
3/16/2008 5:19:07 PM EDT
[#1]
I doubt a windows machine will infect a linux machine with a virus.

So long all your all patched and have your firewall settings all good, and your not surfing the net as root, you will be fine.
3/16/2008 6:54:17 PM EDT
[#2]

Quoted:
I doubt a windows machine will infect a linux machine with a virus.

So long all your all patched and have your firewall settings all good, and your not surfing the net as root, you will be fine.


Not too worried about a Windows machine infecting a Linux one. I was wondering if I should install an AV on hers after I install Linux on it.
3/16/2008 9:07:54 PM EDT
[#3]
Linux has no known viruses at the moment.

It would just use processing power that it wouldnt need to.

There are backdoors and trojans that you do need to be worried about.

For those:  linux.com had a decent article just a few days ago
3/16/2008 9:27:35 PM EDT
[#4]

Quoted:
Well I am back on Linux thanks to all you geeks. MInt 4. 0 really nice because its what Ubuntu should have ended up like. No hunting around for DVD decoder to work, no goofing around to get Amarock to work. Its ready to go.

Anyway, should I even install an AV on this thing? I am the only user and even with Windows I was clean due to smart useage.

My GF oldest daughter keeps getting her Windows machine infected like mad no matter what AV is installed so she is getting Mint 4.0 this week installed. I feel this girl could get it infected no matter what. So for her, what is a good AV  for Linux?


Un needed...

AV for Linux -> a product to install on Linux file-servers accessed by windows clients, to protect the windows clients...

Viruses are a Windows thing...
3/19/2008 5:01:52 PM EDT
[#5]
height=8
Quoted:
height=8
Quoted:
Well I am back on Linux thanks to all you geeks. hat
Anyway, should I even install an AV on this thing? I am the only user and even with Windows I was clean due to smart useage.

My GF oldest daughter keeps getting her Windows machine infected like mad no matter what AV is installed so she is getting Mint 4.0 this week installed. I feel this girl could get it infected no matter what. So for her, what is a good AV  for Linux?


Un needed...

AV for Linux -> a product to install on Linux file-servers accessed by windows clients, to protect the windows clients...

Viruses are a Windows thing...


Well, mostly correct. There are some linux viruses, your risk is fairly low, but non-zero.

If you're paranoid, ClamAV is a good start.
3/21/2008 1:10:34 PM EDT
[#6]
The only viruses I've read about were "proof of concept" lab created viruses that don't exist in the wild.  If you did choose use a virus scanner, it would be for protecting your other windows boxes.  Even if a virus existed, it couldn't do any damage unless you run as root all the time.  Otherwise it would ask for permission to install itself.
3/21/2008 4:49:45 PM EDT
[#7]
My Linux box was hit with a Denial of Service" attack.

The way I caught it was, a cron job I run that watches (via ps)
for programs that were run with a leading character of
:.: (hidden, sort of). I killled the process quickly (4 hours).
This got me in trouble at work, they were my ISP,
but soon was complimented on my quick discovery and stopping of the attack.
I dug around a little, and found that the intruders
It had got in via a security flaw in an earlier version of
the Apache web server.

They left all their source code on my machine (slightly hidden),
I looked at what they were doing, (the clowns left logging on),
It seemed the where trying to cover their tracks with bogus traffic.

Long story short, take a look at what process are running,
and if anything looks unfamiliar, do a man -k on it,
if it looks wrong figure out what it is.

L

P.S. It's okay to post drunk, right?