Main > Free Download Search >

Free requires software for linux

requires

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 2878
pam_require 0.7

pam_require 0.7


pam_require is a simple Pluggable Authentication Module (PAM) for Linux (and maybe other systems which use PAM). more>>
pam_require is a simple Pluggable Authentication Module (PAM) for Linux (and maybe other systems which use PAM).
pam_require is an account module that allows you to require a special user or group to access a service.
Example
/etc/pam.d/ssh:
auth required pam_nologin.so
auth required pam_unix.so
auth required pam_env.so
account required pam_unix.so
account required pam_require.so @ssh-users admin
session required pam_unix.so
session optional pam_lastlog.so
session optional pam_motd.so
session optional pam_mail.so standard noenv
session required pam_limits.so
password required pam_unix.so
The above example requires a user to be member of the group ssh-users or to be user admin himself to login via ssh.
Enhancements:
- This release adds the ability to do non-case-sensitive matches, and fixes how negations are handled.
<<less
Download (0.008MB)
Added: 2006-06-08 License: GPL (GNU General Public License) Price:
1234 downloads
Module::Recursive::Require 0.04

Module::Recursive::Require 0.04


Module::Recursive::Require is a Perl class that requires module recursively. more>>
Module::Recursive::Require is a Perl class that requires module recursive.

# ************************************** before
use MyApp::Foo;
use MyApp::Foo::CGI;
use MyApp::Foo::Mail;
use MyApp::Foo::Mail::Send;

# use use use use use !!

use MyApp::Foo::Hoge::Orz;

# ************************************** after
use Module::Recursive::Require;
use MyApp::Foo;

my @required_packages
= Module::Recursive::Require->new()->require_by(MyApp::Foo);

SYNOPSIS

use Module::Recursive::Require;

my $r = Module::Recursive::Require->new();
$r->first_loads(
qw/
MyApp::Foo::Boo
/
); # * It loads first.
$r->add_filter(qr/^Hoge/); # * Dont loaded qr/^Hoge/
$r->add_filter(qr/Base.pm$/); # * Dont loaded qr/Base.pm$/

my @packages = $r->require_of(MyApp::Foo);

# * or

my $packages_array_ref
= $r->require_of(MyApp::Foo);
METHOD ^
new( %args )
%args = (
path => /var/www/my/lib, # * default $INC[0]
extensions => pm , # * default "pm" and "pl"
);
first_loads( @package_names );
add_filter(qr/regexp/)
require_of( MyApp::Foo );
require_by( MyApp::Foo );

Deprecated. For backwards compatibility only.

<<less
Download (0.003MB)
Added: 2007-05-12 License: Perl Artistic License Price:
895 downloads
squid_redirect 3.5

squid_redirect 3.5


squid_redirect uses a list of patterns to zap annoying ad banners from Web pages, inserting a placeholder image. more>>
squid_redirect uses a list of patterns to zap annoying ad banners from Web pages, inserting a placeholder image.
It lives in a Web proxy and so requires no special browser facilities. squid_redirect is readily customizable, small, fast, and easy to install.
Enhancements:
- A security fix was made for pathological behavior for certain URLs.
- A new ad class was added for text-only ads, which are off by default.
<<less
Download (0.051MB)
Added: 2006-02-03 License: BSD License Price:
1359 downloads
Squij 0.7

Squij 0.7


Squij is a quid refresh_pattern analysis program. more>>
Squij is a Squid refresh_pattern analysis program.

A paper and slides about Squij that was presented as a WIP at the International Web Caching Workshop 1999 are available.

If you have a platform request for a compiled binary, please tell me. If you have Python or can install it, please take pity on my link and get the Python version. Thanks.

squij-x.xx.tar.gz - Python source (requires Python 1.5 or greater)
squij-x.xx-[platform].tar.gz - platform-specific binaries.

The source distribution contains all needed modules.

<<less
Download (0.021MB)
Added: 2007-06-23 License: GPL (GNU General Public License) Price:
853 downloads
Rebbin 0.9

Rebbin 0.9


Rebbin is a web application which allows its users to upload snippets of text. more>>
Rebbin is a web application which allows its users to upload snippets of text, usually samples of source code, for public viewing.
Rebbin is an open source pastebin written in Ruby as an example to learn the language and the Rails framework.
Enhancements:
- SQLite 3 support.
- Requires Rails 1.0.
- The Atom 0.3 feed has been dropped.
<<less
Download (0.095MB)
Added: 2006-03-20 License: GPL (GNU General Public License) Price:
1313 downloads
EciAdsl 0.12

EciAdsl 0.12


EciAdsl provides a Globespan-based USB ADSL modems driver. more>>
EciAdsl provides a Globespan-based USB ADSL modems driver.

This is a free Linux driver for USB ADSL modems with Globespan chipsets (ECI modems in France and many other modems in the world).

Please note: this version still requires patch for any kernel between 2.6.0 and 2.6.6.

<<less
Download (0.20MB)
Added: 2007-08-13 License: GPL (GNU General Public License) Price:
811 downloads
libquran 0.3

libquran 0.3


libquran is a base library for reading the Holy Quran XML files. more>>
libquran is a base library for reading the Holy Quran XML files provided by http://www.arabeyes.org. The main goal is to provide a data abstraction layer for any Holy Quran frontend application, no matter what sort of interface it provides.
The Quran project is aimed to be a comprehensive tool to navigate through texts of the Quran, play readings of selected verses, as well as other features.
libquran library should also cover multiple translations of the Quran.
libquran requires libexpat, libspeex and libogg.
qtquran requires qt-3.0.5 and libquran (libexpat, libspeex and libogg).
Enhancements:
- A major update, as many features have been added and many bugs have been fixed.
- These include searching support, a new language package architecture, and a new audio callback mechanism.
<<less
Download (0.22MB)
Added: 2005-12-30 License: LGPL (GNU Lesser General Public License) Price:
1394 downloads
Apache::TimedRedirect 0.13

Apache::TimedRedirect 0.13


Apache::TimedRedirect is an Apache (mod_perl) TransHandler. more>>
Apache::TimedRedirect is an Apache (mod_perl) TransHandler.

SYNOPSIS

use Apache::TimedRedirect;

requires TimePeriod be installed (go to nearest CPAN)
requires Apache have mod_perl installed.

httpd.conf entry...

**** NOTE ***

CANNOT be inside < LOCATION >< /LOCATION > tags
PerlTransHandler Apache::TimedRedirect
PerlSetVar B< redirecturl > http://www.somewhere.far/
PerlSetVar B< timewindow > hr {6am-8pm}
PerlSetVar B< uriregex > foo|bar|do or maybe ..*(foo)>
PerlSetVar B< log > 1
PerlSetVar B< excludeip > 127.0.0.0

Apache::TimedRedirect is a mod_perl TransHandler module that allows the configuration of a timed redirect. In other words if someone enters a a website and the URI matches a regex AND it is within a certain time period they will be redirected somewhere else.

It was first created to politely redirect visitors away from database driven sections of a website while the databases were being refreshed.

<<less
Download (0.003MB)
Added: 2007-07-21 License: Perl Artistic License Price:
825 downloads
Resize Image 1

Resize Image 1


Resize Image is a service menu which adds the ability to resize an image to a new size. more>>
Resize Image is a service menu which adds the ability to resize an image to a new size.

Requires ImageMagick, KDialog and bash.
<<less
Download (MB)
Added: 2006-10-24 License: LGPL (GNU Lesser General Public License) Price:
1102 downloads
PulseAudio Preferences 0.9.5

PulseAudio Preferences 0.9.5


PulseAudio Preferences (paprefs) is a simple GTK based configuration dialog for the PulseAudio sound server. more>>
PulseAudio Preferences in short paprefs, is a simple GTK based configuration dialog for the PulseAudio sound server

Please note that this program can only configure local servers, and requires that a special module module-gconf is loaded in the sound server. (Since PulseAudio 0.9.5 this modules is loaded by default.)

<<less
Added: 2006-08-29 License: GPL (GNU General Public License) Price:
1152 downloads
Gecko Multimedia System 0.2.0

Gecko Multimedia System 0.2.0


Gecko Multimedia System is a complete media solution. more>>
Gecko Multimedia System is a complete media solution, able to play almost all media types and supports scheduled tv-recording from online tv-guides.

It is intended to replace your VCR, DVD, MP3- and CD-player into one single software-unit. It is mainly for use in Linux-systems (well, its the only system Ive tried it on).

Please note that Gecko requires VRD to be able to record television. VRD is not yet 100% functional.

<<less
Download (2.8MB)
Added: 2005-08-19 License: GPL (GNU General Public License) Price:
1536 downloads
Greenwich 0.8.1

Greenwich 0.8.1


Greenwich is a graphical whois client for GNOME. more>>
Greenwich is a graphical whois client for GNOME. It transparently handles almost all gTLDs, first- and second-level ccTLDs and whois servers run by private domain registries (like CentralNic). It can also do lookups against IP addresses.

Greenwich requires the Gtk2-Perl libraries, including Gnome2 and Gtk2::GladeXML, and the Locale::gettext module, which is distributed with recent versions of Perl. You can also install IP::Authority for IP address lookups.
<<less
Download (0.024MB)
Added: 2005-06-21 License: GPL (GNU General Public License) Price:
1586 downloads
xfreecell 1.0.5b

xfreecell 1.0.5b


xfreecell project is another implementation of famous solitaire game. more>>
xfreecell project is another implementation of famous solitaire game.
It features animation of card movement, score and undo.
Requires Xlib.
Main features:
- Animation of moving cards
- Score
- Undo
- Seed game number
- MS Freecell seed number compatible
- Use only Xlib
<<less
Download (0.34MB)
Added: 2006-11-20 License: Free To Use But Restricted Price:
1071 downloads
Eprayer Beta 8.1

Eprayer Beta 8.1


Eprayer is a prayer request script that is easy to install and customize. more>>
Eprayer is a prayer request script that is easy to install and customize. It requires a MySQL database, but also creates a flat file for exporting into Excel.
Main features:
- Easy to customize
- Sends to multiple recipients
- Sends reply email to requester
- Valid XHTML and CSS
- Records information to a MySQL database as well as a flatfile for excel exporting
- Requires confirmation before sending
- Checks for errors
- Displays random requests on prayer request page
- Ability to set banned email addresses and banned words
- Released under GPL
- Free support via message boards
<<less
Download (0.015MB)
Added: 2007-03-09 License: GPL (GNU General Public License) Price:
961 downloads
Thunar Thumbnailers 0.1.1

Thunar Thumbnailers 0.1.1


Thunar Thumbnailers is a plugin for Thunar file manager, that can generate thumbnails of files inside the file manager. more>>
Thunar Thumbnailers is a plugin for Thunar file manager, that can generate thumbnails of files inside the file manager.
Thunar uses external utilities - so called thumbnailers - to generate previews of certain files. Thunar ships with thumbnailers to generate previews of image and font files and can automatically use available GNOME thumbnailers if it was build with support for gconf.
However, even then, there are several file types for which no thumbnailer exists. The thunar-thumbnailers project provides additional thumbnailers for Thunar, that also cover less common file formats.
Supported Formats
Thunar-thumnbnailers generates thumbnails for the following formats:
- EPS
- Postscript
- Fig (.fig)
- LaTeX (requires tetex)
- Raw Digital Camera Images (requires dcraw)
- Grace (requires grace)
And in the near future, hopefully:
- Video files (using ffmpegthumbnailer)
- Icon files (.ico)
Enhancements:
- Added an option --disable-update-mime-database to configure to make life easier for packagers
<<less
Download (0.076MB)
Added: 2007-03-07 License: GPL (GNU General Public License) Price:
961 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5