Difference between pages "Package:Clamav" and "User:Pytony"

From Funtoo
(Difference between pages)
Jump to navigation Jump to search
m (Added EICAR link)
 
 
Line 1: Line 1:
{{Ebuild
{{Person
|Summary=Clam Anti-Virus Scanner
|Geoloc=48.123028496893525, -1.671895980834961
|CatPkg=app-antivirus/clamav
|Location name=Rennes, Bretagne, France
|Homepage=http://www.clamav.net/
|Full name=Antoine Pinsard
|Email=antoine.pinsard@gmail.com
|Nick=pytony
}}
}}
Clamav is an open source antivirus solution.


=== Installation ===
== About Me ==
{{console|body=###i## emerge app-antivirus/clamav}}


Virus definitions need to be installed before starting the clamd service
I am a 23 years old French developer. I am currently working as lead dev for a web start-up called ''Aladom'' (home services sector) in Rennes (Brittany, France). I started developing websites at the age of 11, which, bit by bit, led me to programming and GNU/Linux. I moved to Gentoo in 2010 and then Funtoo about three years later, since I wanted to be the master of my computer and not the opposite.
{{console|body=###i## freshclam}}


=== Configuration ===
I'm glad to help the community by adding and improving documentation in the wiki, as much as I can. I'm also trying to help people facing issues on freenode #funtoo and fix some minor bugs.
Configuration files are located at {{c|/etc/conf.d/clamd}}, {{c|/etc/clamd.conf}}, and {{c|/etc/freshclam.conf}}
 
=== Runtime ===
{{console|body=###i## rc-update add clamd default
###i## rc}}
 
==== Testing ====
To make sure things are installed correctly, users have the option to run against the the [http://www.eicar.org/86-0-Intended-use.html EICAR Standard Anti-Virus Test File]:
{{console|body=###i## wget -O- http://www.eicar.org/download/eicar.com.txt | clamscan -
###i##rm eicar.com.txt}}
 
==== Usage ====
To scan single files:
{{console|body=###i## clamscan /usr/bin/portageq}}
 
To scan a directory:
{{console|body=###i## clamscan -ir /var/www/localhost/htdocs/
----------- SCAN SUMMARY -----------
Known viruses: 3736482
Engine version: 0.98.6
Scanned directories: 663
Scanned files: 6067
Infected files: 0
Total errors: 8
Data scanned: 58.61 MB
Data read: 36.59 MB (ratio 1.60:1)
Time: 42.691 sec (0 m 42 s)
}}
 
=== External Resources ===
http://www.clamav.net/doc/install.html
{{EbuildFooter}}

Revision as of 16:58, March 22, 2015


Location

Loading map...
Rennes, Bretagne, France


About Me

I am a 23 years old French developer. I am currently working as lead dev for a web start-up called Aladom (home services sector) in Rennes (Brittany, France). I started developing websites at the age of 11, which, bit by bit, led me to programming and GNU/Linux. I moved to Gentoo in 2010 and then Funtoo about three years later, since I wanted to be the master of my computer and not the opposite.

I'm glad to help the community by adding and improving documentation in the wiki, as much as I can. I'm also trying to help people facing issues on freenode #funtoo and fix some minor bugs.