Main > Free Download Search >

Free 0.02 software for linux

0.02

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 232
XcplayC 0.02

XcplayC 0.02


XcplayC is a text-GUI for XMMS based on xcplay. more>>
XcplayC is an ncurses-based GUI for XMMS, based on xcplay.

It is useful if you wish to control and XMMS process when you dont have access to the X11 GUI.
<<less
Download (0.017MB)
Added: 2005-05-10 License: GPL (GNU General Public License) Price:
1627 downloads
MailStore 0.02

MailStore 0.02


MailStore is a tool that is built in python and provides a mail proxy for POP3,IMAP4 and SMTP protocols. more>>
MailStore is a tool that is built in python and provides a mail proxy for POP3,IMAP4 and SMTP protocols. However, beyond usual proxies, it makes a backup of all incoming and outgoing email and stores them in a Maildir format.

Emails then can be accessed through an IMAP server run on the same machine using the backup Maildirs as mailboxes.

The idea is to provide a realtime , centralized backup of all incoming and outgoing of an organization without the need of user intervention, especially for organizations that use shared email hosting. Many of this hosting providers allow for only POP3 based access of the email.

Secondly, due to its shared hosting environment , there is limited space hence all email ends up being downloaded directly to the client. Any backup effort has to be taken up by the user on a periodical basis. This is prone to problems due to the fact that users might either forget or a data disaster might happen in between a backup cycle.

With a backup proxy like this all email is always available at the backup proxy. Any backup need be done by the administrator only at the proxy server itself. This we believe to be a much more convenient task then backing up user systems individually.

Secondly the MailStore server will always have all the emails the user has sent or received at any point ,hence the backup will always be current. To access the email, a local IMAP server can be run that will provide the user with access to the email that has been backed up. The user may then add this account to their email client and backup all the email out of it locally. (E.g. In Outlook you would probably export all the email in the account). Following that the user will import back the mail back into its original account.

Thirdly , the system requires minimal administrator involvement. It handles the creation of new maildirs for new domain/user combinations. Hence administrators dont have extra config files to play with whenevr new users are added to the system. Whether a user exists or not is left up to the mailserver that mailStore is proxying.

The mailStore system is built in Python. It has been tested with Python 2.3 and 2.4. Any system which support Python 2.3/ Python 2.4 should be able to run it.
<<less
Download (0.020MB)
Added: 2005-10-17 License: Python License Price:
1469 downloads
trackpeer 0.02

trackpeer 0.02


trackpeer is an agent program that helps network and server administrators with tracking users computers. more>>
trackpeer is an agent program that helps network and server administrators with tracking users computers.

It makes it possible to determine the MAC addresses of computers over a network, even when the computers are behind NATed gateways.

This agent program is intended to be used by the administrators who need to identify and locate malicious computers (users) and virus-infected computers in a network such as middle-sized Wireless LAN system, public ethernet jack system, and campus or corporate network.

The program will also be useful for a simple MAC-address-based authentication over a network.

Using MAC addresses has several advantages over other computer/user identification methods, since every ethernet interface has its unique MAC address that cannot be changed easily in many cases.

The agent program has two features, MAC address informing and MAC address logging.

`trackpeerd and `trackpeer are an agent program and a simple client program, respectively. The agent program should run on a gateway (or a packet capturing machine beside it) which resides in the same network segment as the client computers are. We call the router ``frontline router. The agent listens to the communication through the router and caches packets header information.

The client program trackpeer is used when an administrator or a server program would like to know the MAC address of a specific peer, just after a communication action is taken by the peer.

trackpeer provides the agent with the source/destination addresses of a packet, the port numbers of the packet, and the time of the packets arrival. The agent looks into its internal cache memory, picks up the address information that matches the query, and provides the server with the information.

In other words, the server asks the agent,
`` Whos knocked the door at around HH:MM.SS? .

The agent will forget the address information after a certain period of time (10mins) has passed.
<<less
Download (0.012MB)
Added: 2005-11-03 License: MIT/X Consortium License Price:
1450 downloads
Amigadepacker 0.02

Amigadepacker 0.02


Amigadepacker uncompresses various compression formats used on AmigaOS. more>>
Amigadepacker uncompresses various compression formats used on AmigaOS.
The supported formats are PowerPacker, XPK SQSH, and MMCMP. Amigadepacker can also decrypt PowerPacker encrypted data files.
Usage: amigadepacker [-c] [-h] [-p] [-v] FILE ...
-c Unpack to stdout.
-h Print this.
-p Do not depack anything, just pretend to. Useful for searching packed
files. Names of packed files will be printed to stderr. Pretend mode
always returns success if arguments are valid.
-v Print version information.
Example 1: Depack file:
amigadepacker foo
Example 2: Depack file from stdin to stdout:
amigadepacker -c < foo > outfile
Enhancements:
- StoneCracker 4.04 format support was added, and decompressing a file through stdin was fixed.
<<less
Download (0.16MB)
Added: 2006-01-10 License: GPL (GNU General Public License) Price:
1384 downloads
libradiate 0.02

libradiate 0.02


libradiate is a 802.11b frame assembly/injection library. more>>
libradiate is a 802.11b frame assembly/injection library.

Radiate is a small C library designed read, build and write 802.11 frames. As of version 0.2, Radiate only works on linux based systems and needs the following:

- A laptop with an 802.11b wireless card with an Intersil Prism 2 chipset (SMC, D-link, etc).

- A linux 2.4.x kernel (2.4.7 was verified to work, but later versions *should work*). We also recommend redhat-7.x.

- The ssh.com Prism2 host AP drivers (included). If a new version is available from http://people.ssh.com/jkm/Prism2/ you might want to try that.

* Libnet 1.1.x is optional but recommended.

Follow the below instructions to get Radiate installed and working.

Installing the Driver Module

A copy of the driver is in the directory:

./kernel/Prism2-2002-04-24

which is verbatim from the web site. This driver should be built on a 2.4.x kernel.

The driver depends on some support from the kernel and the pcmcia subsystem. Were using redhat 7.1 which has the pcmcia subsystem built into the kernel. Additionally, the following kernel options need to be built:

"Network device support" --> "Wireless LAN (non-hamradio)" --> "Wireless LAN"

"Networking options" --> "Kernel/User netlink socket"

Rebuild your kernel and reboot.

Next, the kernel module for the device should be built and installed. Follow the instructions provided with the driver code.

This should build and install the module in the proper directory. If depmode reports there are unresolved symbols, you probably forgot to build your kernel with the correct options or you didnt boot to the new kernel.

This also adds some config files to the /etc/pcmcia directory so you should restart the pcmcia subsystem:

# /etc/init.d/pcmcia restart

and then insert the prism2 card. Make sure that the "prism2" driver gets loaded:

# lsmod
Module Size Used by
hostap_cs 75664 0 (unused)

If another older driver gets loaded instead, remove that driver from the pcmcia config files in /etc/pcmcia.

Once the driver is in place, make sure you can see the card:

# iwconfig wlan0

and test monitoring mode to make sure it works by running:

# ./Libradiate-0.02/scripts/set_monitor.sh 1

and building and running "wlansniff" in the "sniff" directory.
<<less
Download (0.14MB)
Added: 2006-03-10 License: GPL (GNU General Public License) Price:
1324 downloads
Slauth 0.02

Slauth 0.02


Slauth is a Perl-based authentication and authorization module for Apache HTTPD 2. more>>
Slauth is a Perl-based authentication and authorization module for Apache HTTPD 2. Slauth project has a plugin architecture. The main plugin initially available allows subscribers of specific Mailman mail lists to self-register for authenticated web site access.

This code has been in operation since Spring 2004. But documentation is currently needed.

HISTORY

Slauth was originally developed for use by Stratofox, an amateur aerospace tracking and recovery team. (Sometimes this has also been called "nearspacecraft hunting".)

The ability to have users self-register based on Mailman mail list subscriptions resulted mostly from discussions with two rocket-building groups that Stratofox works with. The rocket-builders parted paths and didnt want each others private information available to the other. At the time both were nearly ready to attmept the first non-government space launch. After some discussion, this capability was developed by Stratofox during the search for an acceptable method to continue to
work with both groups and continue to participate in their launches.

INSTALLATION

Note: instead of using ExtUtils::MakeMaker, the installation process is based on Module::Build (which is intended to supersede it.) The process is similar, using Build.PL instead of Makefile.PL and our own generated Build script (made by Build.PL) instead of your systems make command.

To install this module type the following:

perl Build.PL
Build
Build test
Build install

<<less
Download (0.024MB)
Added: 2006-03-27 License: GPL (GNU General Public License) Price:
1306 downloads
Audio::ESD 0.02

Audio::ESD 0.02


Audio::ESD is a Perl extension for talking to the Enlightened Sound Daemon. more>>
Audio::ESD is a Perl extension for talking to the Enlightened Sound Daemon.

SYNOPSIS

use Audio::ESD;
my $stream = Audio::ESD->play_stream({ # these are the defaults
sample_rate => 16000,
channels => 1,
fallback => 0,
bits_sample => 16,
encoding => linear })
or die "Failed to open ESD stream: $!n";
print $stream $data; # etcetera

This module provides a Perl wrapper around the Enlightened Sound Daemons client library. Input, output, and monitoring streams are supported, as well as some (but not all) of the control functions. Samples are supported but untested.

<<less
Download (0.006MB)
Added: 2006-06-23 License: Perl Artistic License Price:
1228 downloads
Perl5webdb 0.02

Perl5webdb 0.02


Perl5webdb is a perl CGI debugger. more>>
Perl5webdb is a perl CGI debugger. By using PERL5WEBDB, you can debug CGI scripts visually through your web browser.
It is very easy to install. Just untar the archive, and run the configuration script. Once the apache server has been restarted, everything becomes ready.
When your debugger window is open, your HTTP requests will automatically be trapped and become attached to the debugger. When the debugger window is closed, your scripts will run as normal.
Main features:
- CGI Debugger with GUI
- Runs on your Web Browser
- Easy to Install
- Automatic (dis)activation of the debugger
Installation:
% tar xzf perl5webdb-0.01.tar.gz
% cd perl5webdb-0.01
% bin/makeconf.pl `pwd` $port $user $pass >> /$apache_conf_dir/httpd.conf
% apachectl restart
For $port, supply a TCP port number. The port will be used by perl5webdb for internal communication. For $user and $pass, supply a username and password you want to use for accessing the debugger.
Install PadWalker module from CPAN, if possible. Perl5webdb relies on PadWalker to inspect variables.
Usage:
To open the debugger, access http://yourhost/webdb/.
While the debugger window is open within your web browser, requests made by the same browser will be trapped by the debugger. If you close the debugger window, the CGIs will run as normal.
<<less
Download (0.019MB)
Added: 2006-06-20 License: The Apache License 2.0 Price:
1221 downloads
Linux::CDROM 0.02

Linux::CDROM 0.02


Linux::CDROM cookbook contains common recipes featuring your CDROM drive as its main ingredient. more>>
Linux::CDROM cookbook contains common recipes featuring your CDROM drive as its main ingredient.

Theres a gazillion ways of reading the disc inside your CDROM drive. The most high-level ones would be mounting your CD and using it as a normal directory or - in case of an Audio-CD - using a player to play tracks. This is boring stuff and you dont need Linux::CDROM for any of that.

But when you want to write your own CD-player or -grabber, this is more like it. You can even get at a lower level than that.

PLAYING AUDIO

Linux::CDROM offers a couple of methods dealing with that. For starting playback, you will use either Linux::CDROM::play_ti (ti == track index) or Linux::CDROM::play_msf (msf == minute, second and frame).

All playing operations happen non-blockingly. That means, you start playback and your program does not wait till the playback is done. Instead if will proceed with the next line.

<<less
Download (0.040MB)
Added: 2006-06-22 License: Perl Artistic License Price:
1220 downloads
Brcontrol 0.02

Brcontrol 0.02


Brcontrol is a set of patches to allow some interaction between a IDS and a firewall. more>>
Brcontrol is a set of patches to allow some interaction between a IDS and a firewall (currently snort and linux netfilter). It will help in the creation of aggresive honeypots or other advanced firewall and ids configurations. In can also work as bridge.
<<less
Download (0.015MB)
Added: 2006-07-01 License: GPL (GNU General Public License) Price:
1210 downloads
avidentify 0.02

avidentify 0.02


avidentify is a command line tool that extracts and prints various meta-information about media files. more>>
avidentify is a command line tool that extracts and prints various meta-information about media files: width, height, frame rate, video codec, audio codec, audio sample rate, audio bitrate, file format, etc.

avidentify uses ffmpegs libavformat library to read the video files, thus MPEG, AVI, WMV, MP3, Ogg, and many other file formats are supported. avidentify is similar to MPlayers midentify tool, but it has far fewer dependencies.
<<less
Download (0.77MB)
Added: 2006-07-26 License: GPL (GNU General Public License) Price:
1189 downloads
mooseekd 0.02

mooseekd 0.02


mooseekd is a partial fork of Museek+, containing only the standalone daemon needed to connect to the Soulseek P2P network. more>>
mooseekd project is a partial fork of Museek+, containing only the standalone daemon needed to connect to the Soulseek P2P network. Naming has been changed so as not to clash with an existing Museek+/museekd installation.

The goal of the fork is to provide a means of having only the daemon installed, without the dependencies on libxml++/glibmm, leaving it with only GLib (using GMarkup instead of libxml++) as a major dependency.

<<less
Download (0.46MB)
Added: 2006-07-29 License: GPL (GNU General Public License) Price:
1182 downloads
Date::Hijri 0.02

Date::Hijri 0.02


Date::Hijri is a Perl extension to convert islamic (hijri) and gregorian dates. more>>
Date::Hijri is a Perl extension to convert islamic (hijri) and gregorian dates.

SYNOPSIS

use Date::Hijri;

# convert gregorian to hijri date
my ($hd, $hm, $hy) = g2h($gd, $gm, $gy);

# convert hijri to gregorian date
my ($gd, $gm, $gy) = h2g($hd, $hm, $hy);

This simple module converts gregorian dates to islamic (hijri) and vice versa.
The dates must be given as an array containing the day, month and year, and return the corresponding date as a list with the same elements.

<<less
Download (0.004MB)
Added: 2006-08-09 License: Perl Artistic License Price:
1181 downloads
Encode::JIS2K 0.02

Encode::JIS2K 0.02


Encode::JIS2K is aJIS X 0212 (aka JIS 2000) Encodings. more>>
Encode::JIS2K is a Perl module forJIS X 0212 (aka JIS 2000) Encodings.

SYNOPSIS

use Encode::JIS2K;
use Encode qw/encode decode/;
$euc_2k = encode("euc-jisx0213", $utf8);
$utf8 = decode("euc-jisx0213", $euc_jp);

ABSTRACT

This module implements encodings that covers JIS X 0213 charset (AKA JIS 2000, hence the module name). Encodings supported are as follows.

Canonical Alias Description
--------------------------------------------------------------------
euc-jisx0213 qr/beuc.*jp[ -]?(?:2000|2k)$/i EUC-JISX0213
qr/bjp.*euc[ -]?(2000|2k)$/i
qr/bujis[ -]?(?:2000|2k)$/i
shiftjisx0123 qr/bshift.*jis(?:2000|2k)$/i Shift_JISX0213
qr/bsjisp -]?(?:2000|2k)$/i

iso-2022-jp-3
jis0213-1-raw JIS X 0213 plane 1, raw format
jis0213-2-raw JIS X 0213 plane 2, raw format
--------------------------------------------------------------------

<<less
Download (0.39MB)
Added: 2006-07-31 License: Perl Artistic License Price:
1180 downloads
Convert::Base32 0.02

Convert::Base32 0.02


Convert::Base32 is a Perl module for encoding and decoding of base32 strings. more>>
Convert::Base32 is a Perl module for encoding and decoding of base32 strings.

SYNOPSIS

use Convert::Base32;

$encoded = encode_base32("x3ax27x0fx93");
$decoded = decode_base32($encoded);

This module provides functions to convert string from / to Base32 encoding, specified in RACE internet-draft. The Base32 encoding is designed to encode non-ASCII characters in DNS-compatible host name parts.

<<less
Download (0.002MB)
Added: 2006-08-12 License: Perl Artistic License Price:
1176 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5