Difference between pages "Gentoo Ecosystem" and "Package:Clamav"

From Funtoo
(Difference between pages)
Jump to navigation Jump to search
 
m (finish up ebuild)
 
Line 1: Line 1:
[[Image:Gentoo-ecosystem-14.11-small.png|1000px|link=http://www.funtoo.org/images/9/94/Gentoo-ecosystem-14.11.png]]
{{Ebuild
|Summary=Clam Anti-Virus Scanner
|CatPkg=app-antivirus/clamav
|Homepage=http://www.clamav.net/
}}
Clamav is an open source antivirus solution.


The Gentoo ecosystem is vast and deserves to be documented. Help us document it by adding content below. As content is added,  this section may be split into an entire wiki section. Help us document the world of Gentoo!
=== Installation ===
{{console|body=###i## emerge app-antivirus/clamav}}


Also See: [[History]]
Virus definitions need to be installed before starting the clamd service
{{console|body=###i## freshclam}}


== Gentoo ==
=== Configuration ===
Configuration files are located at {{c|/etc/conf.d/clamd}}, {{c|/etc/clamd.conf}}, and {{c|/etc/freshclam.conf}}


See [[Gentoo Linux]].
=== Runtime ===
{{console|body=###i## rc-update add clamd default
###i## rc}}


== Funtoo ==
==== Testing ====
To make sure things are installed correctly, test this harmless file:
{{console|body=###i## wget -O- http://www.eicar.org/download/eicar.com.txt | clamscan -
###i##rm eicar.com.txt}}


See [[History]].
==== Usage ====
To scan single files:
{{console|body=###i## clamscan /usr/bin/portageq}}


== VLOS (VidaLinux) ==
To scan a directory:
2004.10.4-2009.12.3 [http://www.vidalinux.com]
{{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)
}}


== GaryOS ==
=== External Resources ===
2014.2.9 [https://github.com/garybgenett/gary-os]
http://www.clamav.net/doc/install.html
 
{{EbuildFooter}}
== Ututo XS ==
2005.6 [http://www.ututo.org]
 
== GoboLinux ==
2004.11.7 [http://gobolinux.org]
 
== Exherbo ==
2008.5.20 [http://exherbo.org]
 
== Gentoox ==
2003.3 [http://gentoox.shallax.com]
 
== Jollix ==
2003.4.17-2004.5.12 [http://jollix.berlios.de/de]
 
== Navyn OS ==
2004.6.1-2005.1.1 [http://distrowatch.com/table.php?distribution=navynos]
 
== Knopperdisk ==
2004.8.30-2007.03.19 [http://knopperdisk.knopper.tk]
 
== Litrix ==
2004.10.21 [http://litrixlinux.org]
 
== Pentoo ==
2005.2 [http://www.pentoo.ch]
 
== epiOS ==
2005.3-2007.10 [http://linux.wikia.com/wiki/EpiOS]
 
== Pardus ==
2005.5.4-2013.8.16 [http://www.pardus.org.tr]
 
== Sabayon (RR4) ==
2005.10 [http://sabayonlinux.org]
 
== Spike ==
2014.4.16 [http://www.spike-pentesting.org]
 
== Bintoo ==
2005.12.11-2007.1 [http://bintoo.sourceforge.net]
 
== Kororaa ==
2005.12.12-2007.11.7 [http://en.wikipedia.org/wiki/Kororaa]
 
== Papug ==
2006.11-2012.12 [http://www.papuglinux.net]
 
== Calculate ==
2007.6.6 [http://www.calculate-linux.org]
 
== Toorox ==
2007.11.28 [http://toorox.de]
 
== Tin Hat Linux ==
2008.7.27 [http://opensource.dyc.edu/tinhat]
 
== SystemRescueCD ==
2008.3.3 [http://www.sysresccd.org]
 
== Fireball ==
2009.3 [http://fireballiso.sourceforge.net]
 
== Chromium OS ==
2010.2 [http://dev.chromium.org/chromium-os]
 
== Google Chrome OS ==
2010.2 [http://dev.chromium.org/chromium-os]
[http://www.internetnews.com/skerner/2010/02/google-goes-with-gentoo-portag.html]
 
== CoreOS ==
2013.10.3 [https://coreos.com]
 
== Liberté ==
2010.5.5-2013.12 [http://dee.su/liberte]
 
== AnikOS ==
2011.5.22 [http://www.anikos.org]
 
== Zentoo ==
2011.7.17 [http://www.zentoo.org]
 
== Bicom Systems PBXware ==
2013.9.24 [http://www.bicomsystems.com/download]
 
== Planet Larry ==
 
[[Category:Featured]]

Revision as of 10:36, February 3, 2015

Clamav

   Tip

We welcome improvements to this page. To edit this page, Create a Funtoo account. Then log in and then click here to edit this page. See our editing guidelines to becoming a wiki-editing pro.

Clamav is an open source antivirus solution.

Installation

root # emerge app-antivirus/clamav

Virus definitions need to be installed before starting the clamd service

root # freshclam

Configuration

Configuration files are located at /etc/conf.d/clamd, /etc/clamd.conf, and /etc/freshclam.conf

Runtime

root # rc-update add clamd default
root # rc

Testing

To make sure things are installed correctly, test this harmless file:

root # wget -O- http://www.eicar.org/download/eicar.com.txt

Usage

To scan single files:

root # clamscan /usr/bin/portageq

To scan a directory:

root # 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