Difference between pages "Package:Lanmap" and "Template:ArticleFooter"

From Funtoo
(Difference between pages)
Jump to navigation Jump to search
(initial commit)
 
 
Line 1: Line 1:
{{Ebuild
{{#vardefine:Next|{{#show:{{FULLPAGENAME}}|?Next in Series|link=none}}}}
|Summary=lanmap sits quietly on a network and builds a picture of what it sees
{{#if:{{#var:Next|}}|
|CatPkg=net-misc/lanmap
'''Read the next article in this series >>> [[{{#var:Next}}]]'''}}
|Maintainer=
{{Tip|[[Support Funtoo]] and help us grow! '''Donate $15 per month and get a free SSD-based [[Funtoo Hosting|Funtoo Virtual Container]].'''}}
|Homepage=http://www.parseerror.com/lanmap
</div><div class="col-xs-12 col-md-3">{{#vardefine:Summary|{{#show:{{FULLPAGENAME}}|?Summary}}}}
{{#vardefine:Author|{{#show:{{FULLPAGENAME}}|?Author|link=none}}}}
{{#vardefine:Icon|{{#show:{{FULLPAGENAME}}|?Icon}}}}
{{#if:{{#var:Author|}}|{{#widget:ArticleBio|body={{#show: {{#var:Author}} | ?Bio }}|user={{#var:Author|}}|icon_url={{#if:{{#var:Icon|}}|{{filepath:{{#sub:{{#var:Icon}}|5}}|80}}|http://www.gravatar.com/avatar/{{#show: {{FULLPAGENAME}} | ?Gravatar MD5}}/?s=80&d=retro&r=g}}}}}}
<div class="bs-head" style="text-decoration: underline; margin-bottom: 15px;">Got Funtoo?</div>
Have you installed Funtoo Linux yet? Discover the power of a from-source meta-distribution optimized for your hardware! See our [[Funtoo Linux Installation|installation instructions]] and [[Subarches|browse our CPU-optimized builds]].
<div class="bs-head" style="text-decoration: underline; margin-bottom: 15px;">More Articles</div>
Browse all our Linux-related articles, below:
{{#ask:[[Category:Articles]]
|format=category
|link=all
|headers=show
|searchlabel=... further results
|columns=1
}}
}}
'''Lanmap''' is a utility to generate visual representations of what happens on your network.  Lanmap passively listens to traffic to generate an image.
__NOEDITSECTION__
 
</div></div></div>
== Install ==
[[Category:Articles]]
=== Emerge ===
<console>###i## emerge lanmap</console>
 
== Runtime ==
As lanmap requires access to hardware it must be run as root.
 
To generate a lanmap that is easily served via {{package|www-servers/nginx}}, {{package|www-servers/apache}} or any other major webserver.
 
wired:
<console>###i## lanmap -i eth0 -T png -o /var/www/localhost/htdocs/</console>
wireless:
<console>###i## lanmap -i wlan0 -T png -o /var/www/localhost/htdocs/</console>
 
The resulting image will be located at http://localhost/lanmap.png & <code>/var/www/localhost/htdocs/lanmap.png</code>
 
the official documentation suggests using -o /tmp/ to output to <code>/tmp/lanmap.png</code>
 
as of 06:50, 25 May 2014 (UTC) there are no init scripts or <code>/etc/conf.d</code> configurations to define interfaces & start up.
 
== External Resources ==
* [http://www.aldeid.com/wiki/Lanmap aldeid.com lanmap wiki]
{{EbuildFooter}}

Revision as of 01:10, January 2, 2015

Read the next article in this series >>> [[{{#show:Template:ArticleFooter|?Next in Series|link=none}}]]

   Tip

Support Funtoo and help us grow! Donate $15 per month and get a free SSD-based Funtoo Virtual Container.


About the Author

{{#show: {{#show:Template:ArticleFooter|?Author|link=none}} | ?Bio }}

Got Funtoo?

Have you installed Funtoo Linux yet? Discover the power of a from-source meta-distribution optimized for your hardware! See our installation instructions and browse our CPU-optimized builds.

More Articles

Browse all our Linux-related articles, below: {{#ask: |format=category |link=all |headers=show |searchlabel=... further results |columns=1 }}