PC Review


Reply
Thread Tools Rate Thread

Antivirus Scanner for Linux

 
 
Mario Thiel
Guest
Posts: n/a
 
      16th Jan 2004
Hey guys, i wanted to know if anyone of you could prefer me a good and
secure antivirus programm for Linux. I am running Mandrake 9.1 ...
 
Reply With Quote
 
 
 
 
jafar
Guest
Posts: n/a
 
      16th Jan 2004
On Fri, 16 Jan 2004 00:13:10 -0500, Mario Thiel wrote:

> Hey guys, i wanted to know if anyone of you could prefer me a good and
> secure antivirus programm for Linux. I am running Mandrake 9.1 ...


Really only useful for stopping viruses from being forwarded to your
windows owning clients but f-prot fits the bill.

http://www.f-prot.com/download/home_...d_fplinux.html


--
jafar

 
Reply With Quote
 
Ian.H
Guest
Posts: n/a
 
      16th Jan 2004
On Fri, 16 Jan 2004 11:57:21 +0000, jafar wrote:

> On Fri, 16 Jan 2004 00:13:10 -0500, Mario Thiel wrote:
>
>> Hey guys, i wanted to know if anyone of you could prefer me a good and
>> secure antivirus programm for Linux. I am running Mandrake 9.1 ...

>
> Really only useful for stopping viruses from being forwarded to your
> windows owning clients but f-prot fits the bill.
>
> http://www.f-prot.com/download/home_...d_fplinux.html



Whole-heartedly second this opinion of F-Prot usage.. however, completely
disagree with it "really only useful for stopping viruses from being
forwarded to your windows owning clients".. F-Prot handles a fair number
of ELF infectors and various other *nix related virus / trojan / worm type
files.



Regards,

Ian

--
Ian.H [Design & Development]
digiServ Network - Web solutions
www.digiserv.net | irc.digiserv.net | forum.digiserv.net
Programming, Web design, development & hosting.

 
Reply With Quote
 
Englander
Guest
Posts: n/a
 
      16th Jan 2004

>> http://www.f-prot.com/download/home_...d_fplinux.html

>

Thanks f-prot (free for home use) and jaffa for the tip
 
Reply With Quote
 
Englander
Guest
Posts: n/a
 
      17th Jan 2004
On Fri, 16 Jan 2004 15:56:31 +0000, Englander wrote:

>
>>> http://www.f-prot.com/download/home_...d_fplinux.html

>>

> Thanks f-prot (free for home use) and jaffa for the tip


sorry I mean Jafar

 
Reply With Quote
 
jafar
Guest
Posts: n/a
 
      17th Jan 2004
On Sat, 17 Jan 2004 00:21:23 +0000, Englander wrote:

> On Fri, 16 Jan 2004 15:56:31 +0000, Englander wrote:
>
>>
>>>> http://www.f-prot.com/download/home_...d_fplinux.html
>>>

>> Thanks f-prot (free for home use) and jaffa for the tip

>
> sorry I mean Jafar


No Probs
--
jafar

 
Reply With Quote
 
kurt wismer
Guest
Posts: n/a
 
      19th Jan 2004
Mario Thiel wrote:

> jafar wrote:
>
>
>>On Fri, 16 Jan 2004 00:13:10 -0500, Mario Thiel wrote:
>>
>>
>>>Hey guys, i wanted to know if anyone of you could prefer me a good and
>>>secure antivirus programm for Linux. I am running Mandrake 9.1 ...

>>
>>Really only useful for stopping viruses from being forwarded to your
>>windows owning clients but f-prot fits the bill.
>>
>>http://www.f-prot.com/download/home_...d_fplinux.html
>>
>>

>
> Hey man,
>
> can you tell me how to install the file? I dont know the exact command in th
> shell. The name of the file is fp-linux-ws.tar.gz and its in
> home/donkey/Documents .


man gzip

man tar

and if they don't turn up anything you'll probably have to hunt them
down and install them... gzip is a compression program, tar is an
archiver, using them together produces a compressed archive (much like
what you'd get with pkzip on a dos machine...

--
"hungry people don't stay hungry for long
they get hope from fire and smoke as the weak grow strong
hungry people don't stay hungry for long
they get hope from fire and smoke as they reach for the dawn"

 
Reply With Quote
 
Mario Thiel
Guest
Posts: n/a
 
      19th Jan 2004
jafar wrote:

> On Fri, 16 Jan 2004 00:13:10 -0500, Mario Thiel wrote:
>
>> Hey guys, i wanted to know if anyone of you could prefer me a good and
>> secure antivirus programm for Linux. I am running Mandrake 9.1 ...

>
> Really only useful for stopping viruses from being forwarded to your
> windows owning clients but f-prot fits the bill.
>
> http://www.f-prot.com/download/home_...d_fplinux.html
>
>

Hey man,

can you tell me how to install the file? I dont know the exact command in th
shell. The name of the file is fp-linux-ws.tar.gz and its in
home/donkey/Documents .
 
Reply With Quote
 
Richard Steven Hack
Guest
Posts: n/a
 
      19th Jan 2004
On Sun, 18 Jan 2004 22:29:33 -0500, Mario Thiel <cap-n-(E-Mail Removed)>
wrote:

>> http://www.f-prot.com/download/home_...d_fplinux.html

>
>can you tell me how to install the file? I dont know the exact command in th
>shell. The name of the file is fp-linux-ws.tar.gz and its in
>home/donkey/Documents .


Look up the command options in the tar man page. -z will unzip the
file while un-tarring it so you don't need to do two steps to
decompress and then unarchive it.

Change to the directory where the program is installed. Run
"./configure" (that's DOT SLASH Configure) (i.e., run the configure
script in the current directory), then do "make", then "make install".

You might want to examine the configure script to see if there are any
interesting options. Sometimes --help or --options will show them.
There is usually a --prefix=<dirname> to allow installing the app in
the specified directory instead of the default. Unless you know that
will work, let it install where the programmer wanted it.


--
Richard Steven Hack
"Whatever does not kill me makes me stronger" -
and YOU have not killed me!
 
Reply With Quote
 
James Egan
Guest
Posts: n/a
 
      19th Jan 2004
On Sun, 18 Jan 2004 22:29:33 -0500, Mario Thiel <cap-n-(E-Mail Removed)>
wrote:

>can you tell me how to install the file? I dont know the exact command in th
>shell. The name of the file is fp-linux-ws.tar.gz and its in
>home/donkey/Documents .


It will be something like this.

gzip -dc fp-linux-ws.tar.gz | tar -xvf -
cd fp-linux-ws
../configure
make
make install


Jim.

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Antivirus distribution server on Linux.. Geir Holmavatn Anti-Virus 1 28th Feb 2006 12:35 PM
Re: K12LTSP LINUX :No Antivirus required: and advantages George Orwell Anti-Virus 1 15th Jan 2004 05:37 AM
K12LTSP LINUX :No Antivirus required: and advantages TourIndia Anti-Virus 5 14th Jan 2004 06:37 AM
installation of etrust antivirus under Linux 7.1 Guido Over Anti-Virus 2 30th Nov 2003 05:01 AM
Antivirus in X-scanner with @Home Wim Hamhuis Anti-Virus 1 1st Sep 2003 03:44 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 01:32 PM.