Main > Free Download Search >

Free joedog config software for linux

joedog config

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1093
JoeDog::Config 2.01

JoeDog::Config 2.01


JoeDog::Config provides a perl extension for parsing data/configuration file. more>>
JoeDog::Config provides a perl extension for parsing data/configuration file.

It reads columns, key-value pairs, and INI style config files into arrays, hashes and hashes of hashes. It can take characters or regexes for separators.

ABSTRACT:
This is a autoloadable module which allows the programmer
to read data from an configuration file into various perl
data types, arrays, multi-dimentional arrays and hashes.

INSTALLATION
JoeDog::Config.pm was built using perl Make::Maker utility
If you are familiar with that utility you should have no
problem with this installation as it will be familiar:

$ perl Makefile.PL
$ make
$ make test
$ su
$ make install

USAGE
use JoeDog::Config;
my $cnf = new JoeDog::Config(filename);
my @array = $cnf->get_column();
my @arrays = $cnf->get_columns(sep);
my @aoa = $cnf->get_table(sep,num);
my @aoa = $cnf->get_table(sep,[num1, num2, etc...]);
my %hash = $cnf->get_hash(sep);
my %hashes = $cnf->get_hashes(sep);
<<less
Download (0.014MB)
Added: 2007-03-23 License: GPL (GNU General Public License) Price:
945 downloads
DOCSIS Config .3

DOCSIS Config .3


DOCSIS Config provides a PHP library to encode binary configuration files for DOCSIS cable modems. more>>
DOCSIS Config provides a PHP library to encode binary configuration files for DOCSIS cable modems.

<<less
Download (0.034MB)
Added: 2007-04-11 License: LGPL (GNU Lesser General Public License) Price:
966 downloads
NetCARD Config 1.05

NetCARD Config 1.05


NetCARD Config project helps linux users to configure network cards for two ip one for DSL network one for Local Network. more>>
NetCARD Config project helps linux users to configure network cards for two ip one for DSL network one for Local Network.

<<less
Download (0.030MB)
Added: 2006-03-27 License: GPL (GNU General Public License) Price:
1315 downloads
network-config 0.1

network-config 0.1


network-config is a simple network configuration tool. more>>
network-config is a simple network configuration tool.

Network-config is a simple and easy to use program that helps configuring the network interfaces for linux-based operating systems. It allows to have multiple configurations for the same computer and to easy configure NAT for internet sharing.

It can also be used to scan for wireless networks. It is written in perl and uses gtk2+, but also works as a command line program.

<<less
Download (0.032MB)
Added: 2006-08-07 License: GPL (GNU General Public License) Price:
1186 downloads
pkg-config 0.20

pkg-config 0.20


pkg-config is a system for managing library compile/link flags that works with automake and autoconf. more>>
pkg-config is a helper tool used when compiling applications and libraries. It helps you insert the correct compiler options on the command line so an application can use gcc -o test test.c `pkg-config --libs --cflags glib-2.0` for instance, rather than hard-coding values on where to find glib (or other libraries). It is language-agnostic, so it can be used for defining the location of documentation tools, for instance.
The program free software and licensed under the [WWW]GPL version 2 or any later version (at your option).
pkg-config works on multiple platforms: Linux and other UNIX-like operating systems, Mac OS X and Windows. It does not require anything but a reasonably well working C compiler and a C library, but can use an installed glib if that is present. (A copy of glib 1.2.8 is shipped together with pkg-config and this is sufficient for pkg-config to compile and work properly.)
The first implementation was written in shell, by James Henstridge. Later, it was rewritten in C by Havoc Pennington. It also grew an autoconf macro written by Tim Janik, later rewritten by Scott James Remnant.
Enhancements:
- Segfaults were fixed.
- Win32 fixes were made.
- The --short-errors option was added, and is now used by pkg.m4 if available.
- This gives a better error message if some libraries cant be found.
<<less
Download (0.94MB)
Added: 2005-10-26 License: GPL (GNU General Public License) Price:
1462 downloads
Simple Config 1.1.1

Simple Config 1.1.1


Simple Config library supports configuration files consisting of simple name-value pairs, similar to the old Windows INI files. more>>
Simple Config library supports configuration files consisting of simple name-value pairs, similar to the old Windows INI files. A config file can be loaded into memory, queried by item name, modified, and written back out to a file. Configuration items may also be "watched", which causes a user-supplied callback function to be called with the named item is modified
Client code can query the configuration system for named values, set named values, test the type of values (STR, INT, FIX, BOOL, DATE or TIME) and watch values for changes. The system can update the configuration file when the application has changed or added values, even preserving the original format and commens from the input configuration file.
Theres not much to it, at the moment, not even a manpage, so youre on your own as far as using the library. There is a ReadMe file and a makefile, so you can easily build and install the library.
The whole thing took about a week to design, code and test, so its no heroic effort or anything. With a bit more time and energy it could probably be something really spectacular. My main point was that, given the simple problem statement, it was (relatively) trivial to code up a conforming solution.
Enhancements:
- The hashtable code was updated.
- No changes were made to functionality, but it is now more heap-friendly with less heap fragmentation and faster bucket allocation.
- The ground work for automatic table resizing has been laid.
<<less
Download (0.023MB)
Added: 2006-12-21 License: GPL (GNU General Public License) Price:
1039 downloads
Nagios Config 1.3.4

Nagios Config 1.3.4


Nagios Config is a Web-based front end for configuring Nagios 1.x. more>>
Nagios Config project is a Web-based front end for configuring Nagios 1.x.
Nagios is a host and service monitor designed to inform you of network problems before your clients, end-users or managers do. It has been designed to run under the Linux operating system, but works fine under most *NIX variants as well.
The monitoring daemon runs intermittent checks on hosts and services you specify using external "plugins" which return status information to Nagios. When problems are encountered, the daemon can send notifications out to administrative contacts in a variety of different ways (email, instant message, SMS, etc.). Current status information, historical logs, and reports can all be accessed via a web browser.
Main features:
- Monitoring of network services (SMTP, POP3, HTTP, NNTP, PING, etc.)
- Monitoring of host resources (processor load, disk and memory usage, running processes, log files, etc.)
- Monitoring of environmental factors such as temperature
- Simple plugin design that allows users to easily develop their own host and service checks
- Ability to define network host hierarchy, allowing detection of and distinction between hosts that are down and those that are unreachable
- Contact notifications when service or host problems occur and get resolved (via email, pager, or other user-defined method)
- Optional escalation of host and service notifications to different contact groups
- Ability to define event handlers to be run during service or host events for proactive problem resolution
- Support for implementing redundant and distributed monitoring servers
- External command interface that allows on-the-fly modifications to be made to the monitoring and notification behavior through the use of event handlers, the web interface, and third-party applications
- Retention of host and service status across program restarts
- Scheduled downtime for suppressing host and service notifications during periods of planned outages
- Ability to acknowledge problems via the web interface
- Web interface for viewing current network status, notification and problem history, log file, etc.
- Simple authorization scheme that allows you restrict what users can see and do from the web interface
Enhancements:
- A require_once() statement in cleardb_import.php was fixed.
- The main page was redesigned to be more efficient.
- A problem in services_A1.php was fixed.
<<less
Download (0.13MB)
Added: 2006-04-18 License: GPL (GNU General Public License) Price:
1294 downloads
XAO::DO::FS::Config 1.06

XAO::DO::FS::Config 1.06


XAO::DO::FS::Config is an embeddable configuration object for XAO::FS. more>>
XAO::DO::FS::Config is an embeddable configuration object for XAO::FS.

SYNOPSIS

use XAO::Projects;
use XAO::Objects;

my $config=XAO::Objects->new(objname => Config,
sitename => test);

XAO::Projects::create_project(name => test,
object => $config,
set_current => 1);

my $fsconfig=XAO::Objects->new(objname => FS::Config,
odb_args => {
dsn => OS:MySQL_DBI:test_os
user => test,
password => TeSt,
});

$config->embed(fs => $fsconfig);

my $odb=$config->odb();

The XAO::DO::FS::Config is normally used in larger projects configurations that are persistent in memory. See XAO::DO::Config for more information on how embeddable configuration objects work.

METHODS

cleanup ()

Calls reset() method on the odb to clean up the handler and prepare it for the next session.

disable_special_access ()

Disables use of odb() method to set a new value (this is the default state).

embeddable_methods ()

Used internally by global Config object, returns an array with embeddable method names. Currently there is only one embeddable method -- odb().

enable_special_access ()

Enables use of odb() method to set a new value. Normally you do not need this method.

Example:

$config->enable_special_access();
$config->odb($odb);
$config->disable_special_access();
new ($$)

Creates a new empty configuration object. If odb_args is given then it will connect to a database using these arguments.

Example:

my $fsconfig=XAO::Objects->new(objname => FS::Config,
odb_args => {
dsn => OS:MySQL_DBI:test_os
user => test,
password => TeSt,
});
odb (;$)

Returns current database handler. If called with an argument and speciall access is enabled then replaces database handler.

<<less
Download (0.096MB)
Added: 2007-08-01 License: Perl Artistic License Price:
814 downloads
Snort Config 0.4.2-1

Snort Config 0.4.2-1


Snort Config provides an intuitive menu-based interface for the GPL IDS tool Snort. more>>
Snort Config provides an intuitive menu-based interface for the GPL IDS tool Snort.
SnortConf is a tool that provides a fairly intuitive menu-based text interface for setting up the GPL IDS tool Snort. It also provides error and sanity checking on user input, and an online help facility.
Currently, Ive just released a Snortconf version to match up to Snort version 1.9.0. I apologize for the late release date; this project is a unique one for me, in that I dont use this program myself (I like the text editor method better personally), so I tend to forget about it if nobody pesters me, which nobody has. Speaking of which:
NOTE TO USERS: If you like this program, or hate this program, or anything else about this program (feature requests? bugs?), please provide me some feedback. My purpose in releasing this program in its current BETA state was to get feedback from people who use it, and to date I have gotten exactly 1 person willing to drop me an e-mail on the subject. The rest of you are encouraged to join in.
The program should compile on almost any POSIX system with a Curses library. It has only been tested on Linux/Ncurses however, so users of other platforms are encouraged to report any issues they encounter with either the build process, or any runtime errors.
Enhancements:
- yncd to changed on the debian boxen.
- rebuilt RPM and tar.gz on the RedHat boxen.
- Updated to output Snort 1.9.0 config files.
- Dang little else. :)
<<less
Download (0.035MB)
Added: 2007-02-24 License: GPL (GNU General Public License) Price:
977 downloads
DNS::Config 0.66

DNS::Config 0.66


DNS::Config is a Perl module with DNS Configuration. more>>
DNS::Config is a Perl module with DNS Configuration.

SYNOPSIS

use DNS::Config;
my $config = new DNS::Config();
$config->debug();

ABSTRACT

This class represents a configuration for a domain name service daemon (DNS).

A domain name service daemon configuration knows about the zone information actively provided to the service users as well as lots of other configuration data.

This class allows to represent this configuration data in a more or less generic way. Another class, the file adaptor, then knows how to write the information to a file in a daemon specific format.

So far this class is strongly related to the ISCs Bind domain name service daemon but it is inteded to get more generic in upcoming releases. Your help is welcome.

<<less
Download (0.014MB)
Added: 2007-04-16 License: Perl Artistic License Price:
926 downloads
JoeDog::Wacky 0.2

JoeDog::Wacky 0.2


JoeDog::Wacky provides a perl module that implements the WACKY/1.0 protocol. more>>
JoeDog::Wacky provides a perl module that implements the WACKY/1.0 protocol.

It allows you to manipulate the keyboard lights on any computer running Wacky.

This is a autoloadable module which allows the programmer to interface a wackyd via WACKY/1.0 protocol. For this to be of any value, you must first acquire wackyd.

INSTALLATION
JoeDog::Wacky.pm was built using perl Make::Maker utility
If you are familiar with that utility you should have no
problem with this installation as it will be familiar:

$ perl Makefile.PL
$ make
$ make test
$ su
$ make install

USAGE
use JoeDog::Wacky;
my $wacky = new JoeDog::Wacky( $hostname );
$wacky->send( $pattern );
$wacky->send( $message );
$wacky->close( );

<<less
Download (0.008MB)
Added: 2007-03-23 License: GPL (GNU General Public License) Price:
945 downloads
MRTG::Config 0.04

MRTG::Config 0.04


MRTG::Config is a Perl module for parsing MRTG configuration files. more>>
MRTG::Config is a Perl module for parsing MRTG configuration files.

WARNING

This module, while reliable right now, is still in ALPHA stages of development... The API/methods may change. Behaviors of methods will almost certainly change. The internal structure of data will change, as will many other things.

I will try to always release working versions, but anyone who expects their code that uses this module to continue working shouldnt... until I remove this warning.

SYNOPSIS

Ever have the need to parse an MRTG config file? I have. I needed to parse lots and lots of them. Using the functions built-in to MRTG_lib was too slow, too complex, and used too much RAM and CPU time for my poor web server to handle - and the data structures MRTG_lib built were way more complex than I needed.

MRTG::Config can load and parse MRTG and MRTG-style confiuguration files very quickly, and the parsed directives, targets and values can be located, extracted, and manipulated through an OO interface.

This module is intended to focus on correctly parsing the format of an MRTG configuration, regardless of whether or not the directives and values, etc. are valid for MRTG. I am using both the parsing behavior of MRTG_libs readcfg() function and the description of the format on the MRTG website as my guidelines on how to correctly parse these configuration files. I am still a short way off that goal, but this module is currently being used in a production environment with great success!

PLEA FOR MERCY

I plan on adding to this documentation and making it better organized soon, but Im willing to answer questions directly in the mean time. Also, this is my first module, written in a hurry to appease some disgruntled engineers. I do plan on continuing to improve it, so any input, positive or negative is certainly welcome!

USAGE EXAMPLE

use MRTG::Config;

my $cfgFile = mrtg.cfg;
my $persist_file = mrtg.cfg.db;

my $mrtgCfg = new MRTG::Config;

$mrtgCfg->loadparse($cfgFile);

# Want to store the parsed data for use later or by
# another program?
$mrtgCfg->persist_file($persist_file);
$mrtgCfg->persist(1);

foreach my $tgtName (@{$mrtgCfg->targets()}) {
my $tgtCfg = $mrtgCfg->target($tgtName);
# Lets assume every target has a Title.
print $tgtCfg->{title} . "n";
}

# globals() has some, um, interesting things you
# should know. Please read about it below...
my $globalCfg = $mrtgCfg->globals();

# Lets assume WorkDir is set.
print $globalCfg->{workdir} . "n";

<<less
Download (0.012MB)
Added: 2007-07-26 License: Perl Artistic License Price:
824 downloads
Chroniton::Config 0.03

Chroniton::Config 0.03


Chroniton::Config it manages config file for Chroniton. more>>
Chroniton::Config it manages config file for Chroniton.

SYNOPSIS

my $config = Chroniton::Config->new;

METHODS

new

Creates an instance. Takes no arguments.

destination

Returns the directory where the backup should be placed.

locations

Returns a list of directories to be backed up.

config_file

Returns the path to the config file.

archive_after

Returns the number of days between archiving operations.

exclude

Returns a list of compiled regular expressions. If a path matches one of these, dont back it up.

Chroniton::Config->_create

Creates an empty config file.

<<less
Download (0.054MB)
Added: 2006-06-28 License: Perl Artistic License Price:
1213 downloads
JoeDog::Stats 1.14

JoeDog::Stats 1.14


JoeDog::Stats provides a perl module that performs statistical analyses on grouped or ungrouped data. more>>
JoeDog::Stats provides a perl module that performs statistical analyses on grouped or ungrouped data.

A perl module that performs statistical analyses on grouped or ungrouped data provided by arrays, hashes or frequency distributions. Frequency distributions can be saved to file and loaded later.

These files require a fraction of disk space compared to the original data. They are perfect for long-term storage and analysis.

INSTALLATION
JoeDog::Stats.pm was built using perl Make::Maker utility
If you are familiar with that utility you should have no
problem with this installation as it will be familiar:

$ perl Makefile.PL
$ make
$ make test
$ su
$ make install

USAGE
see: perldoc JoeDog::Stats

<<less
Download (0.016MB)
Added: 2007-03-23 License: GPL (GNU General Public License) Price:
945 downloads
Gimp::Config 1.211

Gimp::Config 1.211


Gimp::Config is a Perl module with config options found during configure time. more>>
Gimp::Config is a Perl module with config options found during configure time.

The Gimp::Config module creates a tied hash %Gimp::Config which contains all the definitions the configure script and perl deduced from the system configuration at configure time. You can access these values just like you access any other values, i.e. $Gimp::Config{KEY}. Some important keys are:

IN_GIMP => true when gimp-perl was part of the Gimp distribution.
GIMP => the path of the gimp executable
prefix => the installation prefix
libdir => the gimp systemwide libdir
bindir => paths where gimp binaries are installed
gimpplugindir => the gimp plug-in directory (without the /plug-ins-suffix)

<<less
Download (0.26MB)
Added: 2006-10-26 License: Perl Artistic License Price:
1093 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5