Main > Free Download Search >

Free user 0.03 software for linux

user 0.03

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 7095
Samba::LDAP::User 0.03

Samba::LDAP::User 0.03


Samba::LDAP::User is a Perl module to manipulate a Samba LDAP User. more>>
Samba::LDAP::User is a Perl module to manipulate a Samba LDAP User.

SYNOPSIS

use Carp;
use Samba::LDAP::User;

# create Template object
my $user = Samba::LDAP::User->new()
or croak "Cant create objectn";

Various methods to manipulate a Samba LDAP user. Add, delete, modify, show and change a users password.

INTERFACE

new

Create a new Samba::LDAP::User object

add_user

Takes many options. For example:

user =>
oldpass =>
newpass =>
workstation =>
ou =>
user_uid =>
group =>
windows_user =>
trust_account =>
homedir =>
shell =>
gecos =>
skeleton_dir =>
surname =>
family_name =>
local_mail_address =>
mail_to_address =>
time_to_wait =>
aix =>
groups =>
ox =>
can_change_pass =>
must_change_pass =>
account_flags =>
logon_script =>
home_path =>
home_drive =>
user_profile =>
aix_user =>

The above options are only needed if you dont want to use the defaults that are set in /etc/smbldap/smbldap.conf

delete_user
disable_user
is_valid_user
is_samba_user
is_unix_user
is_nonldap_unix_user
get_homedir
make_hash
change_password
change_password(
user => ghenry,
oldpass => "$oldpass",
newpass => "$newpass",
samba => 1, # Update only Samba pass, can be
# unix => 1 for unix pass only
);

Change user password in LDAP Directory

Checks the users exists first, then changes the password If user doesnt exist, returns the error etc.

If no oldpass arg is passed, binds as rootdn and sets a password

Default is set to change/add a Samba "and" Unix password. If you dont want this, pass in unix => 0, or samba => 0, etc.

<<less
Download (0.080MB)
Added: 2007-01-12 License: Perl Artistic License Price:
1024 downloads
Nuhe 0.03

Nuhe 0.03


Nuhe is a rule based log monitoring system, which is capable of action when rules are matched againsts log(s) activity. more>>
Nuhe is a rule based log monitoring system, which is capable of action when rules are matched againsts log(s) activity. Default Nuhe mode is to run on background (daemon), but it can also be used in foreground and log analyzer mode. Log analyzer mode just analyzes given logs and prints results to stdout; no action is taken when Nuhe is in analyzer mode.
Motive for Nuhe development started from security point of view and one purpose is to use it as a intrusion protection system that can react against certain kind of log activity. You can also use Nuhe as a vanilla "log filtering" system, that detects events from logs, logs them, but does not react against them.
One example of Nuhe usage is to use rule that detects multiple SSH connection attemps and drops IP address (e.g. with Linux iptables) where connections are coming. Nuhe is very handy in this situation, because user can configure it to ignore important IP addresses, so theyre not blocked by firewall and specify events to be indentified only by IP address information.
With that rule and action handler user can paralyze brute force attacks. However Nuhe can be described as a general rule based monitoring system which can run system commands in phases based on time and event criteria and hopefully this gives many areas of use for it.
Enhancements:
- Added reset string functionality for actions, reset strings are used to to discard associated events.
- With "lastmsg" parameter (in nuhed.conf) you can match syslog "last message repeated n times" string. Nuhe process previous syslog entry as many times as it was repeated.
- More support for upcoming nodemanager and some bug fixes and changes.
<<less
Download (0.11MB)
Added: 2007-07-03 License: GPL (GNU General Public License) Price:
845 downloads
Siren 0.03

Siren 0.03


Siren is a music player for GNOME with an extremely minimalist interface. more>>
Siren is a music player for GNOME with an extremely minimalist interface. It is written in Perl and uses the GTK2-Perl libraries, and GStreamer.

<<less
Download (0.015MB)
Added: 2005-08-08 License: GPL (GNU General Public License) Price:
1547 downloads
cstermin 0.03

cstermin 0.03


cstermin project is a small scheduler for keeping track of recurring events like birthdays or one-time appointments. more>>
cstermin project is a small scheduler for keeping track of recurring events like birthdays or one-time appointments. The appointments are read from an configuration file created by the user and displayed on the console or with the help of a Gtk2 widget.
You can configure how long in advance you want to be informed, whether the entry should be deleted after passing, you want to be messaged every startup or only once a day and other things.
It is intended to be put into the autostart mechanism of your window manager when you usually start your machine at least once a day. Otherwise a cron job should do the job.
To sum up, cstermin follows the philosophy of "a small tool to solve one task" and tries to provide a simple tool for keeping track of all the birthdays and things you want to remember for next month (and always end up forgetting).
Enhancements:
- Console Output is done now in UTF-8.
- A Version parameter has been added to the command line.
- Appointments are now sorted by date for display.
- In the GTK2 Widget, separators have been added between passed, todays, and future appointments.
- Appointment alignment has been improved.
- Text Highlighting of "PASSED" and "TODAY" Appointments has been added, as well as a program icon.
<<less
Download (0.020MB)
Added: 2007-01-03 License: GPL (GNU General Public License) Price:
1027 downloads
Secheck 0.03

Secheck 0.03


Secheck is a script designed for linux users to keep up with some security issues on their system. more>>
Secheck is a script designed for linux users to keep up with some security issues on their system. secheck runs nightly and checks on such things as: SUID files, passwordless accounts, open ports, users on the system with root access, who has sud to root, etc. For more information, please see the about page.
I have written a small install.sh script which should handle all installation. Heres basiclly what it does, minus the crontabing
1. cp secheck-* /usr/local/etc/ && cd to /usr/local/etc/secheck
2. unpack the archive with: tar -xvf secheck-0.01.tar
3. cd into /usr/local/etc/secheck/
4. chmod +x security.check secheck
5. edit secheck and change the email address to the user(s) or email address you want the output mailed to.
6. Run secheck
7. crontab secheck
When it is finished, the output should look like this:
/root/secheck-*(version number)
/root/secheck-*/secheck
/root/secheck-*/security.check
/root/secheck-*/other docs, README, INSTALL, etc
/usr/local/etc/secheck/secheck
/usr/local/etc/secheck/security.check
/root/.secheck/baslinefiles
If that isnt the case.. you may need to cp a few files here and there, and I will have it fixed in the next release.
Main features:
- 1. Show open ports on the system
- 2. Shows the current users on the system.
- 3. Shows how much drive space is free (in gb)
- 4. Shows SUID and SGID files on the system
- 5. Checks for users with root accounts
- 6. Checks for passwordless accounts
- 7. Shows system processes
- 8. Shows who has sud to root (also includes sudo)
- 9. Optional: shows denied packets through ipchains/iptables
- 11. Shows all files with no owner
- 12. Show the differences between a basline copy of: /etc/passwd, /etc/shadow, /etc/group, and /etc/inetd.conf with the current version.
- 10. Emails the output of all of these to a user specified in check.sh (the wrapper script).
<<less
Download (0.008MB)
Added: 2006-07-13 License: GPL (GNU General Public License) Price:
1200 downloads
uvlan 0.03

uvlan 0.03


uvlan is a project consisting of a User-space Virtual Local Area Network. more>>
uvlan is a project consisting of a User-space Virtual Local Area Network.
In other words, uvlan peers act as nodes on a network switch. Ethernet traffic is routed between peers intelligently. This allows for multiple networks to share resources and even IP address space.
Some may call it a VPN (Virtual Private Network) application, but its much more powerful: it is peer-to-peer, is much simpler, and operates at layer 2 (ethernet). VPNs generally operate at layer-3 (IP), and layer 2 applications like gaming cant be supported with layer 3 tunneling.
Differences with traditional VPN technology:
- It is peer-to-peer
- It doesnt require licensing
- It is much simpler
- It operates at Layer-2 (Ethernet), VPNs generally operate at Layer-3 (IP) Layer-2 applications like gaming cant be supported with Layer-3 tunneling.
<<less
Download (0.11MB)
Added: 2007-01-20 License: Public Domain Price:
1007 downloads
tunequeue 0.03

tunequeue 0.03


tunequeue is a Web based Internet radio station control software. more>>
tunequeue is a web based internet radio station control software; both a dynamic listener interface and an administrative interface.
tunequeue includes features like: multiple channels, user requests and ratings of songs, several types of queuing and show scheduling.
How it works:
Essentially, tunequeue just tells Ices what to play (Ices is nice enough to ask after each song when used in playlist mode). tunequeue decides what to play based on a number of criteria, including user input via a web interface. There are a number of scheduling methods which can be used to determine which song to play next, including random, sequential, least played, newest, highest rated, etc. tunequeue also allows you to schedule different playlists and method combinations to be used at different time periods, effectively creating "shows" at different times.
What can I do with it?
For example, my channel on Spogbiper plays current indie music from my collection. From 8AM to 5PM, it usually plays a random mix of songs that I like to hear while working, picking the next song from a set of the songs that havent been heard for the longest amount of time. However, from 11:30AM to 12:30PM, it plays early 90s alternative songs that I enjoyed ten years ago. From 5PM to 7PM it plays a select subset of the normal mix, all songs that are faster and more upbeat (got to start the party, work is done :). At 8PM it plays the highest rated songs according to users voting on the website until 9PM, and then it plays randomly from the newest additions to the library for an hour. Finally, at 1AM it switches to the sleepy time playlist, a mix of slow songs from the main playlist and an additional set of songs only played during the night.
In addition to the automatic scheduling, I allow users to request any song from the library at any time. Users can see the next few upcoming songs and cancel them or move them forward in the queue. Occasionally I will define a set playlist I like in Winamp and have the channel play through it sequentially. (tool to import winamp playlists is still very alpha but coming in next release).
In contast to my largely random style, a religious station currently testing tunequeue plays a set sequential playlist from start to finish each day, the order being defined in advance by church members. Thanks to the work of Jacint Balint, tunequeue has a nice web interface where they are able to easily create schedules for each day. Also added by Jacint is the ability to log the date and time that each song plays for use in reporting to licensing agencies.
Technical details:
Tunequeue is written in perl. It is designed to use the excellent Icecast streaming server and Ices to stream the audio to listeners, but it should be trivial to use tunequeue to control other streaming systems. The song library and channel configuration is stored in a SQL database, currently we have only tested with MySQL.
Enhancements:
- Major rewrite of the user interface cgi.
- The new design is extremely flexible to allow you to quickly create any kind of web based interface to your radio feed.
- No HTML generation is done in the cgis, all html can be created any way you like and tunequeue will insert live data anywhere you specify youd like it.
- Several templates are included as examples of different layouts.
- Also added many minor improvements to logging, settings, and some bug fixes to go along with all the new bugs.
<<less
Download (0.089MB)
Added: 2006-01-17 License: GPL (GNU General Public License) Price:
1376 downloads
PySBIG 0.03

PySBIG 0.03


PySBIG can read SBIG CCD files and give you a Numeric array for the data and a dictionary for the headers. more>>
PySBIG project can read SBIG CCD files and give you a Numeric array for the data and a dictionary for the headers.
There is cPySBIG (since version 0.02) which is 40 times faster than the pure PySBIG module, also included. Version 0.03 now works with numpy instead of Numeric.
Example Usage:
import PySBIG
sbig = PySBIG.PySBIG("mysbigfile.st9")
data = sbig.getData() #two dimentional array
headers = sbig.getHeaders() #dictionary
OR
import cPySBIG
sbig = cPySBIG.cPySBIG("mysbigfile.st9")
data = sbig.getData() #two dimentional array
headers = sbig.getHeaders() #dictionary
Enhancements:
- This release uses numpy instead of Numeric.
<<less
Download (0.009MB)
Added: 2007-01-05 License: GPL (GNU General Public License) Price:
1022 downloads
dtRdr::User 0.0.11

dtRdr::User 0.0.11


dtRdr::User.pm is a user class as a Perl module. more>>
dtRdr::User.pm is a user class as a Perl module.

Constructor

new

$user = dtRdr::User->new($username);

Methods

init_config

$user->init_config($filename);

<<less
Download (2.8MB)
Added: 2007-03-16 License: GPL (GNU General Public License) Price:
954 downloads
MP3::Splitter 0.03

MP3::Splitter 0.03


MP3::Splitter is a Perl extension for splitting MP3 files. more>>
MP3::Splitter is a Perl extension for splitting MP3 files.

SYNOPSIS

use MP3::Splitter;
mp3split(xx.mp3, {verbose => 1}, [3, 356.25], [389, 615, lax => 10]);

mp3split_read(xx.mp3, xx.list, {verbose => 1});

The first two arguments of mp3split() is a name of an MP3 file and a reference to a hash of options, the remaining are descriptions of pieces. Such a description is an array reference with the start and duration of the piece (in seconds; or of the forms 03h05m56.45, 03h05m56.45s, or 03:05:56.45; any of the hours/minutes/seconds fields can be omited if the result is not ambiguous.

Alternatively, one can specify the start field as a relative position w.r.t. the end of previous piece (or start of file); to do this, prepend > to the field. Similarly, one can put end-of-the-piece in the duration field by prepending the time by =; if this field has a special value INF, it is assumed to go until the start of the next piece, or until the audio ends.

The remaining elements of a piece description should form a hash of piece-specific options (arbitrary user data can be stored with the key user).

Similarly, mp3split_read() takes names of an MP3 file and of a file with the description of pieces, followed by optional reference to a hash of options. Each line of the description file should be either empty (except comments), or have the form

START END # OPTIONAL_COMMENT

START and END are exactly the same as in the description of pieces for mp3split(); however, END may be omited (with the same meaning as INF). Note that this is a format of method output_blocks() of Audio::FindChunks.

<<less
Download (0.008MB)
Added: 2006-11-07 License: Perl Artistic License Price:
1083 downloads
Tk::Menustrip 0.03

Tk::Menustrip 0.03


Tk::Menustrip is another menubar with help menu support, etc. more>>
Tk::Menustrip is another menubar with help menu support, etc.

SYNOPSIS

use Tk::Menustrip;
use Tk;

my $MainWindow = MainWindow->new();

my $l_Menubar = $this->Menustrip();

$l_Menubar->MenuLabel (File),
$l_Menubar->MenuEntry (File, Save, sub {Save();});
$l_Menubar->MenuSeparator (File);
$l_Menubar->MenuEntry (File, Exit, sub {Exit();});

$l_Menubar->MenuLabel (Help, -right);
$l_Menubar->MenuEntry (Help, About...);
$l_Menubar->MenuSeparator (Help);
$l_Menubar->MenuEntry (Help, Help On...);

$l_Menubar->pack(-fill => x);

Tk::MainLoop;

<<less
Download (0.050MB)
Added: 2006-11-01 License: Perl Artistic License Price:
1087 downloads
TSKmount-Fuse 0.03

TSKmount-Fuse 0.03


TSKmount-Fuse is the filesystem of deleted files. more>>
TSKmount-Fuse is the filesystem of deleted files.

TSKmount, is a free Fuse filesystem written in perl and based on The Sleuth Kit tools. It is intended to provide an easy way to recover deleted files over ext2, fat and ntfs filesystems.

Short HowTo:

Mounting device /dev/hda5 on /tmp/fuse empty directory:

tskmount /dev/hda5 /tmp/fuse
### wait the "Ready" message before going to /tmp/fuse ###


Unmounting filesystem:

fusermount -u /tmp/fuse

See common options:

tskmount --help

<<less
Download (0.017MB)
Added: 2007-08-21 License: GPL (GNU General Public License) Price:
794 downloads
HPUX::SDUX 0.03

HPUX::SDUX 0.03


HPUX::SDUX is a Perl module for creating SD-UX software depots of Perl modules. more>>
HPUX::SDUX is a Perl module for creating SD-UX software depots of Perl modules.

SYNOPSIS

perl -MHPUX::SDUX -e wmf
make; make test; make depot

HPUX::SDUX is a Perl module to assist creating SD-UX software depots for Perl modules on HP-UX. As such, it is utterly useless for Perl users on other platforms.

This version assumes the use of HP-UX 11i and PSF (Product Specification File) layout version 1.0, as outlined in Software Distributor Administration Guide for HP-UX 11i . It may work on other versions, but it is not tested.

After unpacking a CPAN module, move to the expanded directory and say

perl -MHPUX::SDUX -e wmf

This creates intermediate file Makefile.SDUX, based on Makefile.PL in the current directory, and writes Makefile by executing Makefile.SDUX. The resulting Makefile contains a modified target clean and a new target depot, so that you can only follow with

make; make test; make depot

The target depot will install the module in the sdux subdirectory, writes module.psf and invokes swpackage. Thus certin privileges are required for this target.

<<less
Download (0.005MB)
Added: 2007-01-09 License: Perl Artistic License Price:
1022 downloads
Poissonrun 0.03

Poissonrun 0.03


Poissonrun runs a given command statistically once every T seconds. more>>
Poissonrun runs a given command statistically once every T seconds. The program can be run at any given time, but on average, it is every T seconds.
The random process is based on the poisson distribution.
Installation:
./configure
make
make install
Enhancements:
- This release adds new methods for specifying probabilities and time intervals, improves documentation, and adds a feature for having multiple commands in a running state simultaneously.
<<less
Download (0.003MB)
Added: 2007-02-16 License: Public Domain Price:
983 downloads
WWW::Orkut::Spider 0.03

WWW::Orkut::Spider 0.03


WWW::Orkut::Spider is a Perl extension for spidering the orkut community. more>>
WWW::Orkut::Spider is a Perl extension for spidering the orkut community.

SYNOPSIS

use WWW::Orkut::Spider;
my $orkut = WWW::Orkut::Spider->new;
$orkut->login($user,$pass);
$orkut->get_hisfriends($uid);
print $orkut->get_xml_profile($uid);

WWW::Orkut::Spider uses WWW:Mechanize to scrape orkut.com.
Output is a simple xml format containing friends, communities and profiles for a given Orkut UID.

- Access to orkut.com via WWW::Mechanize
- Collects UIDs
- Fetches Profiles/Communities/Friends for a given UID
- Output via simple xml format

<<less
Download (0.005MB)
Added: 2006-09-13 License: Perl Artistic License Price:
682 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5