Stories
Slash Boxes
Comments

All the Perl that's Practical to Extract and Report

use Perl Log In

Log In

[ Create a new account ]

n1vux (1492)

n1vux
  (email not shown publicly)
http://boston.pm ... x.cgi?BillRicker
AOL IM: n1vux (Add Buddy, Send Message)
Yahoo! ID: n1vux (Add User, Send Message)

Only started with Perl4 and Perl5 in 1995. I was doing AWK etc for 12 years before that, and resisted switching. I've been doing OO since before C++ hit bigtime, with Objective-C and SmallTalk, so I really like the (no longer new) Perl5 OO style; and the Lispish Map style is also an old friend. What do I hack with Perl? All data that passes my way; systems monitoring scripts at $DayJob, weather data at night, and I cheat on NPR word puzzles. Member: Boston.pm.org [pm.org] BLU.org [blu.org] /. LinkedIn [linkedin.com]

N1VUX is my FCC-issued ham radio callsign.

  Boston.pm Tuesday June 10th @ MIT 2008-06-09 21:46 n1vux

Submitted by n1vux on 2008.06.09 21:46
Boston.pm June Technical meeting - Uri Guttman will present a quiz exploring people's thoughts on programming

MIT E51-376 (or thereabouts), June 10th, 7:15pm ET. directions

refreshments courtesy of CIDC.com (who is recruiting perl mongers locally)

  Boston.pm Tuesday June 10th @ MIT 2008-06-09 21:46

Journal by n1vux on 2008.06.09 21:46
Boston.pm June Technical meeting - Uri Guttman will present a quiz exploring people's thoughts on programming

MIT E51-376 (or thereabouts), June 10th, 7:15pm ET. directions

refreshments courtesy of CIDC.com (who is recruiting perl mongers locally)

Submitted by n1vux on 2008.02.05 19:53
Boston.pm will have a tech meeting on Tuesday, February 12, at MIT, in building E51, room 376 (directions below), starting at 7:15pm.

Martin Owens will be giving a presentation on one of his modules, Data::Validate::XSD.

http://search.cpan.org/~doctormo/Data-Validate-XSD-1.03/

This module allows the definition of complex data structures and allows validation against them. It is based on the W3C XSD definition, and does not use XML. Features include mirrored-errors (which describe failures in terms of their structural position and the effect on the parents) and minimal dependencies. Use cases include validation data sent to a webpage, validating data used in object creation, and validating XML parsed data.

RSVP to [Ronald] if you're planning to attend - rjk-bostonpm (at) tamias (d*t) net.

Pizza and soda for this meeting will be sponsored by Cambridge Interactive Development Corp. Thanks CIDC!

Ronald

[Forward by Bill / n1vux ]

For more information about Boston Perl Mongers, or to subscribe to one of
our mailing lists, visit our website at http://boston.pm.org/
Journal by n1vux on 2008.02.05 19:53

Boston.pm will have a tech meeting on Tuesday, February 12, at MIT, in building E51, room 376 (directions below), starting at 7:15pm.

Martin Owens will be giving a presentation on one of his modules, Data::Validate::XSD.

http://search.cpan.org/~doctormo/Data-Validate-XSD-1.03/

This module allows the definition of complex data structures and allows validation against them. It is based on the W3C XSD definition, and does not use XML. Features include mirrored-errors (which describe failures in terms of their structural position and the effect on the parents) and minimal dependencies. Use cases include validation data sent to a webpage, validating data used in object creation, and validating XML parsed data.

RSVP to [Ronald] if you're planning to attend - rjk-bostonpm (at) tamias (d*t) net.

Pizza and soda for this meeting will be sponsored by Cambridge Interactive Development Corp. Thanks CIDC!

Ronald

[Forward by Bill / n1vux ]

For more information about Boston Perl Mongers, or to subscribe to one of
our mailing lists, visit our website at http://boston.pm.org/

Submitted by n1vux on 2008.01.03 12:46
n1vux writes "Found on InfoSec Writers

Using Perl, Postgres and SQL to build a Comprehensive, Searchable Database of Firewall Activity on a Checkpoint firewall on the Cheap by Thomas Munn on 23/12/07

One of the biggest problems in computer security is how to deal with logs. Firewall logs are especially difficult because they often run into the tens to hundreds of gigabytes, and searching them requires expensive, proprietary packages. The purpose of this paper is to help instruct the reader in how to use Postgres and Perl to have a queryable database using checkpoint log files. I do not cover other firewalls but the ideas herein could be applied to almost any firewall supporting output to text files. This paper will give the security practitioner to perform data mining on otherwise useless logfiles. Using the methods described in this document enabled the author to query for almost anything imaginable from a total of 450,000,000 records in under ten minutes. The cost: The cost of the hardware.

Above reviewlet PDF

"
Journal by n1vux on 2008.01.03 12:46
Found on InfoSec Writers

Using Perl, Postgres and SQL to build a Comprehensive, Searchable Database of Firewall Activity on a Checkpoint firewall on the Cheap by Thomas Munn on 23/12/07

One of the biggest problems in computer security is how to deal with logs. Firewall logs are especially difficult because they often run into the tens to hundreds of gigabytes, and searching them requires expensive, proprietary packages. The purpose of this paper is to help instruct the reader in how to use Postgres and Perl to have a queryable database using checkpoint log files. I do not cover other firewalls but the ideas herein could be applied to almost any firewall supporting output to text files. This paper will give the security practitioner to perform data mining on otherwise useless logfiles. Using the methods described in this document enabled the author to query for almost anything imaginable from a total of 450,000,000 records in under ten minutes. The cost: The cost of the hardware.

Above reviewlet PDF

Journal by n1vux on 2007.12.20 1:17
The Perl Advent Calendar has joined in the Perl 20th Birthday blog-fest with both a classic birthday card and a YAPAC-style sample Perl 5.10 program.

(Isn't something old, something new, for a different celebration?)

Submitted by n1vux on 2007.12.20 1:17
n1vux writes "The Perl Advent Calendar has joined in the Perl 20th Birthday blog-fest with both a classic birthday card and a YAPAC-style sample Perl 5.10 program.

(Isn't something old, something new, for a different celebration?)

"

  BBC "Perl on Rails" 2007-12-04 09:17 n1vux

Submitted by n1vux on 2007.12.04 9:17
n1vux writes "Noted with interest that the venerable BBC ported the Rail functionality they liked to a bespoke perl 5.6 MVC. Comment thread says they might be able to open-source it, not yet decided.

They mention in passing I18N as a key feature for prefering Perl to say PHP -- multiple languages in one website.

"

  BBC "Perl on Rails" 2007-12-04 09:17

Journal by n1vux on 2007.12.04 9:17
Noted with interest that the venerable BBC ported the Rail functionality they liked to a bespoke perl 5.6 MVC. Comment thread says they might be able to open-source it, not yet decided.

They mention in passing I18N as a key feature for prefering Perl to say PHP -- multiple languages in one website.