<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>-= 21v10 =- &#187; Linux Software</title>
	<atom:link href="http://21v10.wordpress.com/category/software/linux-software/feed/" rel="self" type="application/rss+xml" />
	<link>http://21v10.wordpress.com</link>
	<description>-= www.21v10.za.net  =- -= 21v10.wordpress.com =-</description>
	<lastBuildDate>Wed, 06 May 2009 04:31:44 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='21v10.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/0b7179878bb668421eb476f7e7d42d61?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>-= 21v10 =- &#187; Linux Software</title>
		<link>http://21v10.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://21v10.wordpress.com/osd.xml" title="-= 21v10 =-" />
		<item>
		<title>Installing MRTG in Debian</title>
		<link>http://21v10.wordpress.com/2008/05/01/installing-mrtg-in-debian/</link>
		<comments>http://21v10.wordpress.com/2008/05/01/installing-mrtg-in-debian/#comments</comments>
		<pubDate>Thu, 01 May 2008 18:38:07 +0000</pubDate>
		<dc:creator>21v10</dc:creator>
				<category><![CDATA[Linux Software]]></category>

		<guid isPermaLink="false">http://www.viper-2110.za.net/blog/?p=73</guid>
		<description><![CDATA[ 
 
 
 
 
 
Installing MRTG (Multi Router Traffic Grapher) in  Debian
 
 
 
Installing MRTG in Debian
#apt-get install  mrtg snmpd
The installation will create an mrtg subdirectory where the  Apache Web pages reside. On your Debian system the path of this subdirectory  is:
/var/www/mrtg 
Now you need to edit  [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=21v10.wordpress.com&blog=3621576&post=95&subd=21v10&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><div><span style="font-family:Arial;"> </span></p>
<h3 class="post-title"><span style="font-family:Arial;"> </span></h3>
<p><span style="font-family:Arial;"> </span></p>
<div class="post-body"><span style="font-family:Arial;"> </span></p>
<div style="clear:both;"><span style="font-family:Arial;"> </span></div>
<p><span style="font-family:Arial;"> </span></p>
<div><span style="font-family:Arial;"><span style="font-family:Verdana;">Installing MRTG<span class="242292708-03102007"> (</span>Multi Router Traffic Grapher<span class="242292708-03102007">) in  Debian</span></span></span></div>
<p><span style="font-family:Arial;"> </span></p>
<div><span style="font-family:Arial;"><span style="font-family:Verdana;"></span> </span></div>
<p><span style="font-family:Arial;"> </span></p>
<div><span style="font-family:Arial;"><span style="font-family:Verdana;"><span class="242292708-03102007"><strong><span style="color:#cc0066;">Installing MRTG in Debian</p>
<p></span></strong>#apt-get install  mrtg snmpd</p>
<p>The installation will create an mrtg subdirectory where the  Apache Web pages reside. On your Debian system the path of this subdirectory  is:</p>
<p><span style="color:#cc0066;">/var/www/mrtg </span></p>
<p>Now you need to edit  the mrtg configuration file to edit the some of the settings</p>
<p>File is  located at <span style="color:#cc0066;">/etc/mrtg.cfg</span> you need to change the  global settings as follows</p>
<p># Global Settings</p>
<p>RunAsDaemon:  yes<br />
EnableIPv6: no<br />
WorkDir: /var/www/mrtg<br />
Options[_]:  bits,growright<br />
WriteExpires: Yes</p>
<p>Title[^]: Traffic Analysis  for</p>
<p>You will find a crontab running every 5 minutes as user root</p>
<p>#  cat /etc/cron.d/mrtg<br />
0-55/5 * * * * root if [ -x /usr/bin/mrtg ] &amp;&amp; [  -r /etc/mrtg.cfg ]; then env LANG=C /usr/bin/mrtg /etc/mrtg.cfg &gt;&gt;  /var/log/mrtg/mrtg.log 2&gt;&amp;1; fi</p>
<p>Now we need to assign the snmp  community name in snmp configration file <span style="color:#cc0066;">/etc/snmp/snmpd.conf<br />
</span><br />
# sec.name source  community<br />
# com2sec paranoid default public<br />
com2sec readonly default  public<br />
#com2sec readwrite default private</p>
<p>Now you need to restart the  snmp service</p>
<p>#/etc/init.d/snmpd restrat</p>
<p>The configuration file  creating using</p>
<p>#cfgmaker public@localhost &gt;  /etc/mrtg.cfg</p>
<p>Creating a configuration file for a device  using</p>
<p>#cfgmaker public@192.168.0.1 &gt;&gt; /etc/mrtg.cfg</p>
<p>With the  configuration file created correctly there&#8217;s only one other thing you have to do  and that&#8217;s to use the indexmaker utility to create the summary home page. Since  you have to re-run this command every time you make certain changes to the  /etc/mrtg.cfg configuration file,</p>
<p>Creating index file for the webserver  using</p>
<p>#indexmaker /etc/mrtg.cfg &gt; /var/www/mrtg/index.html</p>
<p>Now  you need to reboot your system wait for five minutes or so and then take a look  at your summary home page. If your Debian system&#8217;s IP address is 172.16.0.20  then you&#8217;d type in the following in the address bar of a browser running on a  system on the same network:</p>
<p>http://172.16.0.20/mrtg/</p>
<p>Your  summary home page should come up with a graph for each target entry in the  configuration file. If a graph looks like there&#8217;s no data on it, click on it and  check the statistics to see if any traffic is being seen. Small amounts of  traffic won&#8217;t show up on the graphs because we used the Unscaled statement</p>
<p><span style="color:#cc0066;"><strong>Some of examples how to monitor cpu and memory  usage</strong></span></p>
<p><span style="color:#cc0066;">CPU  Usage</span></p>
<p>/etc/mrtg/cpu.cfg</p>
<p>WorkDir:  /var/www/localhost/htdocs/mrtg<br />
LoadMIBs:  /usr/share/snmp/mibs/UCD-SNMP-MIB.txt<br />
Target[localhost.cpu]:ssCpuRawUser.0&amp;ssCpuRawUser.0:public@127.0.0.1+  ssCpuRawSystem.0&amp;ssCpuRawSystem.0:public@127.0.0.1+<br />
ssCpuRawNice.0&amp;ssCpuRawNice.0:public@127.0.0.1<br />
RouterUptime[localhost.cpu]:  public@127.0.0.1<br />
MaxBytes[localhost.cpu]: 100<br />
Title[localhost.cpu]: CPU  Load<br />
PageTop[localhost.cpu]: &lt;H1&gt;Active CPU Load  %&lt;/H1&gt;<br />
Unscaled[localhost.cpu]: ymwd<br />
ShortLegend[localhost.cpu]:  %<br />
YLegend[localhost.cpu]: CPU Utilization<br />
Legend1[localhost.cpu]: Active  CPU in %  (Load)<br />
Legend2[localhost.cpu]:<br />
Legend3[localhost.cpu]:<br />
Legend4[localhost.cpu]:<br />
LegendI[localhost.cpu]:  Active<br />
LegendO[localhost.cpu]:<br />
Options[localhost.cpu]:  growright,nopercent</p>
<p><span style="color:#cc0066;">Memory  Usage</span></p>
<p>/etc/mrtg/mem.cfg</p>
<p>LoadMIBs:  /usr/share/snmp/mibs/HOST-RESOURCES-MIB.txt<br />
Target[localhost.mem]:  ..1.3.6.1.4.1.2021.4.6.0&amp;.1.3.6.1.4.1.2021.4.6.0:public@localhost<br />
PageTop[localhost.mem]:  &lt;H1&gt;Free Memory&lt;/H1&gt;<br />
WorkDir:  /var/www/localhost/htdocs/mrtg<br />
Options[localhost.mem]:  nopercent,growright,gauge,noinfo<br />
Title[localhost.mem]: Free  Memory<br />
MaxBytes[localhost.mem]: 1000000<br />
kMG[localhost.mem]:  k,M,G,T,P,X<br />
YLegend[localhost.mem]: bytes<br />
ShortLegend[localhost.mem]:  bytes<br />
LegendI[localhost.mem]: Free  Memory:<br />
LegendO[localhost.mem]:<br />
Legend1[localhost.mem]: Free memory, not  including swap, in bytes</p>
<p><strong><span style="color:#cc0066;">Creating jobs for the  above two examples</span></strong></p>
<p><span style="color:#cc0066;">CPU</span></p>
<p>/etc/cron.mrtg/cpu</p>
<p>#!/bin/sh<br />
/usr/bin/mrtg  /etc/mrtg/cpu.cfg</p>
<p><span style="color:#cc0066;">Memory</span></p>
<p>/etc/cron.mrtg/mem</p>
<p>#!/bin/sh<br />
/usr/bin/mrtg  /etc/mrtg/mem.cfg</p>
<p><span style="color:#cc0066;">Run each script 3 times </span>(disregard the warnings)</p>
<p>/etc/cron.mrtg/cpu<br />
/etc/cron.mrtg/mem</p>
<p><strong><span style="color:#cc0066;">Make the Index Files</span></strong></p>
<p>#/usr/bin/indexmaker</p>
<p></span></span></span></div>
</div>
</div>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/21v10.wordpress.com/95/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/21v10.wordpress.com/95/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/21v10.wordpress.com/95/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/21v10.wordpress.com/95/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/21v10.wordpress.com/95/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/21v10.wordpress.com/95/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/21v10.wordpress.com/95/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/21v10.wordpress.com/95/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/21v10.wordpress.com/95/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/21v10.wordpress.com/95/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/21v10.wordpress.com/95/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/21v10.wordpress.com/95/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=21v10.wordpress.com&blog=3621576&post=95&subd=21v10&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://21v10.wordpress.com/2008/05/01/installing-mrtg-in-debian/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/15ca0385fc0612157c9821e0f08eedb5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">21v10</media:title>
		</media:content>
	</item>
		<item>
		<title>Putty</title>
		<link>http://21v10.wordpress.com/2008/04/15/putty/</link>
		<comments>http://21v10.wordpress.com/2008/04/15/putty/#comments</comments>
		<pubDate>Tue, 15 Apr 2008 09:24:00 +0000</pubDate>
		<dc:creator>21v10</dc:creator>
				<category><![CDATA[Linux Software]]></category>

		<guid isPermaLink="false">http://www.viper-2110.za.net/blog/?p=27</guid>
		<description><![CDATA[
PuTTY is a free implementation of Telnet and SSH for Win32 and Unix  platforms.
Download at : http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html

       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=21v10.wordpress.com&blog=3621576&post=22&subd=21v10&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><div><span style="font-family:Arial;font-size:x-small;"><strong></strong></p>
<p>PuTTY is a free implementation of Telnet and SSH for Win32 and Unix  platforms.</p>
<p>Download at : <a href="http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html">http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html</a></p>
<p></span></div>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/21v10.wordpress.com/22/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/21v10.wordpress.com/22/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/21v10.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/21v10.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/21v10.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/21v10.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/21v10.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/21v10.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/21v10.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/21v10.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/21v10.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/21v10.wordpress.com/22/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=21v10.wordpress.com&blog=3621576&post=22&subd=21v10&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://21v10.wordpress.com/2008/04/15/putty/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/15ca0385fc0612157c9821e0f08eedb5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">21v10</media:title>
		</media:content>
	</item>
		<item>
		<title>WinSCP</title>
		<link>http://21v10.wordpress.com/2008/04/15/winscp/</link>
		<comments>http://21v10.wordpress.com/2008/04/15/winscp/#comments</comments>
		<pubDate>Tue, 15 Apr 2008 09:24:00 +0000</pubDate>
		<dc:creator>21v10</dc:creator>
				<category><![CDATA[Linux Software]]></category>

		<guid isPermaLink="false">http://www.viper-2110.za.net/blog/?p=28</guid>
		<description><![CDATA[
Open source freeware SFTP client, FTP client and SCP client for Windows.
Download at : http://winscp.net/eng/download.php

       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=21v10.wordpress.com&blog=3621576&post=23&subd=21v10&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><div><span style="font-family:Arial;font-size:x-small;"><strong></strong></p>
<p>Open source freeware SFTP client, FTP client and SCP client for Windows.</p>
<p>Download at : <a href="http://winscp.net/eng/download.php">http://winscp.net/eng/download.php</a></p>
<p></span></div>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/21v10.wordpress.com/23/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/21v10.wordpress.com/23/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/21v10.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/21v10.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/21v10.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/21v10.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/21v10.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/21v10.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/21v10.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/21v10.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/21v10.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/21v10.wordpress.com/23/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=21v10.wordpress.com&blog=3621576&post=23&subd=21v10&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://21v10.wordpress.com/2008/04/15/winscp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/15ca0385fc0612157c9821e0f08eedb5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">21v10</media:title>
		</media:content>
	</item>
	</channel>
</rss>