<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.2" -->
<rss version="0.92">
<channel>
	<title>2NMS.com</title>
	<link>http://www.2nms.com/blog</link>
	<description>Automating IT !</description>
	<lastBuildDate>Fri, 21 Mar 2008 21:46:07 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Useful OneLiners</title>
		<description>  # add first and penultimate columns 
   perl -lane 'print $F[0] + $F[-2]'

   # just lines 15 to 17 
   perl -ne 'print if 15 .. 17' *.pod

   # in-place edit of *.c files changing all foo to bar 
 ...</description>
		<link>http://www.2nms.com/blog/?p=35</link>
			</item>
	<item>
		<title>Perl &#8220;One-Liners&#8221;</title>
		<description>Perl "One Liners" are -surprise surprise- little perl programs written on one line. 

Here are a few simple examples :

Guess what this one does :-)

$ perl -e 'print "Hello";' -e 'print " World\n"'


DOS to Unix text convert

$ perl -i -pe 's/\r//g' file


Unix to DOS text convert

$ perl -i -pe 's/\n/\r\n/' ...</description>
		<link>http://www.2nms.com/blog/?p=34</link>
			</item>
	<item>
		<title>Managing IP networks for free</title>
		<description>Here's a great tutorial on how you could manage your ip network for free!   All you need is a Linux box (surprise surprise) and of course an ip network.
The tutorial discusses some popular tools and scripts to perform these tasks :

	Configuration change measurement: storing the configuration history of ...</description>
		<link>http://www.2nms.com/blog/?p=32</link>
			</item>
	<item>
		<title>Cisco::Accounting 1.01 on CPAN</title>
		<description>Also our perl module Cisco::Accounting is now available on CPAN.

This module parses and aggregates IP Accounting information from remote Cisco devices or from remote hosts running the IPCAD daemon.
Several other actions are possible like checking and changing the accounting setting on interfaces, clear ip accounting, etc.

The module summarizes all data ...</description>
		<link>http://www.2nms.com/blog/?p=31</link>
			</item>
	<item>
		<title>CIPAT 2.00 is now available</title>
		<description>A new version of CIPAT is available for download. CIPAT is Cisco IP Accounting Tool which is a front-end for the Cisco::Accounting perl module.

CIPAT is still a platform independent perl based tool but it has many new features like support for Cisco devices as well as hosts which are running ...</description>
		<link>http://www.2nms.com/blog/?p=30</link>
			</item>
	<item>
		<title>Cisco::Version 0.02 available on CPAN</title>
		<description>Our new Perl module Cisco::Version is also available on CPAN.  

This module extracts as much data as possible from Cisco's 'show version' command. Many chassis types are support.

The following details can be extracted :

	software version information
	bootstrap information
	bootloader information
	uptime
	reload reason
	reload time
	software image file
	DRAM memory information
	flash information
	configuration registry
	password recovery mechanism


Read more ...</description>
		<link>http://www.2nms.com/blog/?p=28</link>
			</item>
	<item>
		<title>Net::Telnet::Wrapper 0.1 on CPAN</title>
		<description>Our first 'official' Perl module has been published on CPAN : Net::Telnet::Wrapper.

This module is a wrapper around the existing modules Net::Telnet and Net::Telnet::Cisco, also available on CPAN, and it will help you to automate all your jobs that involve connecting to TCP ports (telnet, POP, HTTP, etc). There's built-in support ...</description>
		<link>http://www.2nms.com/blog/?p=27</link>
			</item>
	<item>
		<title>NetProvisioning 2.00 released</title>
		<description>A new version of NetProvsioning has been released.  A separate project has been created on SourceForge where you can find the downloads and more documentation.

What has changed :

	code has been optimized and separated into modules
	multithreading code is more stable
	device support is now handled by Net::Telnet::Wrapper which handles many device ...</description>
		<link>http://www.2nms.com/blog/?p=26</link>
			</item>
	<item>
		<title>New website</title>
		<description>As of today our new website is live!    Yes, there is still some work to do :  the products page has to be completed, screenshots added, template customized,  but hey .. it's a start.

With this new blog-style website we hope that we can frequently post ...</description>
		<link>http://www.2nms.com/blog/?p=25</link>
			</item>
</channel>
</rss>
