Working Harder and Smarter

Posted on February 23rd, 2009

At SevenL Networks Inc. we are always working harder to provide a better service for our clients at the most affordable price. We are here for the long term, and our clients understand this. SevenL Networks Inc., is committed to our clients through “good times, and bad.” Authentic, true, customer service is often sought after, […]



MRTG Snort Alerts

Posted on February 20th, 2009

Example method of graphing Snort alerts from a Postgresql database #!/usr/bin/perl -w # SevenL Networks Inc. # Ash Palmer # 2009-02-20 # use strict; use DBI; use DBD::Pg; my $host=”localhost”; my $port=”5432″; my $database=”snort”; my $user=”snort”; my $password=”your_database_password”; my $dbh = DBI->connect(“dbi:Pg:dbname=$database;host=$host;port=$port”, $user, $password, {AutoCommit => 0, RaiseError => 1, PrintError => 0} ) || […]



Moving up to Virtual Private Server Hosting

Posted on February 10th, 2009

Moving up to Virtual Private Server Hosting. Most veteran Internet users today are familiar with “shared” web hosting, or virtual hosting accounts. A shared hosting account is where you rent space on a server which is shared among many other users, often numbering in the hundreds. This is a cheap way for the consumer to […]