Blogs1 - 4 of 4 recent posts for tag:"perl tips"
01
Jun
2009
Prepping Ubuntu Server Edition to run as a DMVPN.

160 days ago by James

After reading about the open source implementation of NHRP, I decided that I would play around with it a bit to see where it's at, development wise. I have a VMWare Session of Ubuntu 9.04 (Server Edition) that I use to geek out on stuff like this. It's nice, because at a click of a button I can have ...

Packet Head Networks - ip.packethead.net

31
May
2009
A Net::Telnet::Cisco Example (Save Running Configuration)

161 days ago by James

This is a simple perl script that uses the 'Net::Telnet::Cisco' perl module to save the running configuration on a Cisco IOS router or switch. It could be modified to be automated very easily. #!/usr/bin/perl $confDir = '/home/james/cisco_configs'; $user = "changeme"; $pass = "changeme"; $enable = " ...

Packet Head Networks - ip.packethead.net

Using Perl to grab a proccess id in Linux

161 days ago by James

Ever since I first started doing Linux system administration, I've used perl scripts to automate some basic tasks. I've never really been that great at writing scripts because I never took the time to sit down and really learn the intricate details of the language. Here recently, I've written some o ...

Packet Head Networks - ip.packethead.net

04
Mar
2008
Easy cache for your perl apps!

614 days ago by Travis

I have a project over at trafficspoke.com called IndustryStats. The perl app was basically an experiment into SEO and large free data sets such as those offered up by the US Census. The app itself isn’t terribly interesting, but it did have a problem that I didn’t have an elegant way to solve. [...]

Distinct Quality - distinctquality.com/blog