Openfiler — Openfiler Community

May 11th, 2009 by admin

Openfiler is a powerful, intuitive browser-based network storage software distribution. Openfiler ScreenshotsOpenfiler delivers file-based Network Attached Storage and block-based Storage Area Networking in a single framework.
Openfiler is built on the rPath Linux metadistribution and is distributed as a stand-alone Linux distribution. The entire software stack interfaces with third-party software that is all open source.
File-based networking [...]

NMIS (Network Management Information System) on CentOS 5.3

April 29th, 2009 by admin

This is my version for installing NMIS on CentOS 5.3
Some of this documentation came from http://www.sins.com.au/nmis
NOTES:
Root User information:
root/password
NMIS User information:
nmis/password
SSH enable
Security Disable (Firewall and SELinux)

OS Install :

Default CentOS install

PERL 5.6.0 or higher – http://www.cpan.org/ports/index.html
Apache – http://www.apache.org/dist/

Starting httpd @ startup
service httpd status (most install it’s stopped)
chkconfig –level 345 httpd on
[...]

Learning Perl with SNMP Part I

March 31st, 2009 by admin

Ok my first stab at it was great (snmp.pl)
#!/usr/bin/perl
$SNMP_GET_CMD = “snmpget -v1 -c public -Ovq”;
$SNMP_TARGET = “1.1.1.2″;
chomp($model = `${SNMP_GET_CMD} ${SNMP_TARGET} 1.3.6.1.2.1.1.3.0`);
chomp($serial = `${SNMP_GET_CMD} ${SNMP_TARGET} 1.3.6.1.2.1.1.4.0`);
$model =~ s/\”//g;      # Ditch the quotes.
$serial =~ s/\”//g;
print <<END;
APC UPS                         ${SNMP_TARGET}
Model: ${model}         Serial No: ${serial}
END
The output:
APC UPS                         1.1.1.2
Model: 33:17:35:52.07         Serial No: NOC 555-555-5555
Basically I’m using snmp-get from a command line [...]

Diffrent Linux flavors

February 20th, 2009 by admin

This is what my buddy MikeRoo said about the different Linux flavors:
Thin (slack/debian), there’s normal (mint/cent), there’s thick (pclinuxos) then there’s obese (fedora/suse).

Using SNMPget or SNMPwalk witha vendor MIB file

February 19th, 2009 by admin

First, copy your .mib file into the directory where your script is located.
Then use snmpget in the following format:
snmpget [address] -c [community string] -v 1 -m [mib name] [object to scan]
Then use snmpwalk in the following format:
snmpwalk [address] -c [community string] -v 1 -m [mib name] [object to scan]

Splunk

February 5th, 2009 by admin

All this information was copied from splunk.com
Everything in one place.
Managing data centers in silos used to make sense. Things change. Distributed, scale-out computing, complex web-based applications and virtualization defy the old ways. Splunk breaks through the silos, indexing data from every component. Search, alert and report on all your IT data from every application, server [...]

dban – Darik’s Boot And Nuke

February 5th, 2009 by admin

Great software, tested using Helix and could not find any data on the HD.

Installing BackTrack 3 on a USB

February 5th, 2009 by admin

I found this great clip on youtube.com from phait08
I followed the entire video and it work, so I decide to post it on my site.
Check to see which Drive Letter your USB HD/Stick is using.
Here are the steps:

COMODO Firewall

February 5th, 2009 by admin

I was looking for something better than M$ Firewall.
I found COMODO Firewall which is free, they also have a free AntiVirus as well I have’t tested that as of yet.
COMODO Firewall is light(does not require alot of resources), very easy to use and it includes a a HOST IDS for FREE

AirDefense

February 5th, 2009 by admin

All the following information was copied from airdefense.net
Accurate Wireless Intrusion Protection & Monitoring
AirDefense Enterprise 7.3™ is the most powerful Wireless Intrusion Prevention System (IPS) available. Having pioneered the field of wireless IPS, AirDefense continues to lead in innovation with 28 patents pending or granted. The AirDefense Enterprise solution provides complete protection against wireless threats, policy [...]