Main > Free Download Search >

Free enables users software for linux

enables users

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 7938
Apache Users 1.0

Apache Users 1.0


Apache Users project is an Apache username enumerator, via /~username requests. more>>
Apache Users project is an Apache username enumerator, via /~username requests. This script uses a list of common system names like root, admin etc ...

You should manually check the issue to establish the http return code, ie: 403 as this is needed for the command line. No native SSL support.

USAGE apache.pl -h 1.2.3.4 -l names -p 80 (No SSL Support) -e 403 (http code)

Sample script:

use IO::Socket;
use Getopt::Std;
getopt ("h: l: p: e: ");
use vars qw( $opt_h $opt_l $opt_p $opt_e );


if ((! $opt_h) || (! $opt_l ) || (! $opt_p ) || (! $opt_e)) {
print "nUSAGE: apache.pl -h 1.2.3.4 -l names -p 80 (No SSL Support) -e 403 (http code)nn ";

exit 1;
};

$host = $opt_h;
$list = $opt_l;
$port = $opt_p;
$num = $opt_e;

open (LIST, "$list") or die "Unable to open $list ....$!";

&connect;
exit 0;


sub connect {

foreach $name (< LIST >) {


$connection = IO::Socket::INET->new (
Proto => "tcp",
PeerAddr => "$host",
PeerPort => "$port",
) or die "Cant CONNECT to $host on the Port specified.n";

$connection -> autoflush;

chomp $name;
print $connection "GET /~$name HTTP/1.0rnrn";


$results = < $connection >;
if ( $results =~/($num)/g ) {
print "$name exists on $hostn";
};

}

close ($connection);

sleep 1;
};
close LIST;

<<less
Download (0.023MB)
Added: 2007-04-05 License: GPL (GNU General Public License) Price:
933 downloads
Debian Desktop Users Guide 0.02

Debian Desktop Users Guide 0.02


Debian Desktop Users Guide project is a guide which is targeted toward new Debian users. more>>
Debian Desktop Users Guide project is a guide which is targeted toward new Debian users.
It brings up-to-date and effective documentation to new Debian users.
This document is based on the Progeny users guide.
This guide is planned to be released in conjunction with Sarge.
Enhancements:
- sections 6.2.1 and 6.2.2 have been rewritten.
<<less
Download (MB)
Added: 2006-10-10 License: GPL (GNU General Public License) Price:
1116 downloads
Fast Icon Users for Linux -

Fast Icon Users for Linux -


User icons with functions like: add, chat, edit, offline, remove, send, upload more>> Description:
11 icons of users.
Content:
User icons with functions like: add, chat, edit, offline, remove, send, upload, user, user group, video chat, voice chat
<<less
Download (313KB)
Added: 2009-04-04 License: Freeware Price:
211 downloads
Squid Users Manager 1.2.0

Squid Users Manager 1.2.0


Squid Users Manager is a web-enabled and intuitive user interface that manager Squid Proxy NCSA auth users. more>>
Squid Users Manager is a web-enabled and intuitive user interface written upon Ruby on Rails web development framework that manager Squid Proxy NCSA auth users across MD5 digest files.
The project is Open Source and distributed under the terms of the GPL licence.
Enhancements:
- Application Web 2.0 compliant
- New design with css and light layout.
- Ajax enabled app.
- More intuitive and elegant application.
<<less
Download (1.4MB)
Added: 2006-10-18 License: GPL (GNU General Public License) Price:
1125 downloads
enetman V1

enetman V1


enetman provides a network asset management Web application written in PHP with a MySQL backend. more>>
enetman provides a network asset management Web application written in PHP with a MySQL backend.
enetman is a network asset management Web application written in PHP with a MySQL backend. Its intended use is to maintain a structured list of servers that can be cross referenced by location, manufacturer, vendor, CPU, and OS. It allows for a user to create and maintain locations, manufacturers, and vendors along with contact names and phone numbers to each.
It contains a device log that tracks issues that servers have had, a list of network ports on the server along with IP information (IP, subnet, gateway, DNS, network card make/model and MAC) for each port (this includes aliased ports), and a software manager that keeps tabs on expiration dates of software.
It enables the user to create a directory tree with files that can then be attached to locations, vendors, manufacturers, software, or servers.
It maintains a list of all software installed on a server and how many licenses are allocated to it.
A Perl script run from cron emails users when a license is about to expire.
Enhancements:
- Fixed the following bug in the SQL create statment: Warranty spelled as Warrenty
<<less
Download (0.022MB)
Added: 2007-02-16 License: GPL (GNU General Public License) Price:
980 downloads
GEAS 1.3.0

GEAS 1.3.0


GEAS project is a RPG-centric Web portal for moderated group authoring. more>>
GEAS project is a RPG-centric Web portal for moderated group authoring.

GEAS (Group Editing and Authoring System) provides a Web portal for a group of people to work on a set of documents together. It is optimized for RPG communication (campaign background, between-session summaries and details, online gaming) but is useful for any group that needs to manage an evolving collection of shared documents.

It supports multiple forums (i.e. campaigns) managed by moderators (i.e. GMs) with a flexible yet intuitive privileges model that enables users (i.e. players) to safely view, add, and edit content. It is based on a MySQL and Perl backend.

GEAS was started as a joint authoring environment for use by role playing groups that wanted to share materials away from the gaming table. This includes character descriptions, histories, session summaries, maps and scenes that were handled within GEAS rather than at the gaming table.

Since its inception, GEAS was designed to be as generic as possible, so that it could be adapted to other uses as well. Weve found it very handy for coordinating the development of the software, and its use for organizing genealogical information, such as family histories, has been proposed.

We think it is generally applicable to any scenario where many people can work together to build a web site organized by topics without any technical expertise in web site design or hosting.

<<less
Download (0.29MB)
Added: 2007-01-04 License: GPL (GNU General Public License) Price:
1024 downloads
pam_eps 1.0

pam_eps 1.0


pam_eps enables you to authentify users against a machine with a ssh daemon running. more>>
pam_eps enables you to authentify users against a machine with a ssh daemon running. If the user exists in the remote server and the password is correct a new user with the expecified password and username will be created in the local machine.

Once instaled the module pam_eps.so in /lib/security and the program sshauth somewher in your PATH, you have to edit the file /etc/pam_eps.conf to set up where the system have to authentify users.
This is the syntaxis:
user server

The user admite wilcards (us* server) We suggest root to connect all the remote system listed in /epc/pam_eps.cont to accept theirs public key, before the module is activated.

To install just type as root:
make install

Pameps is prepared to work in a Debian System, if you want to use it in other system you will have to instaled it by hand.
<<less
Download (0.29MB)
Added: 2006-07-13 License: GPL (GNU General Public License) Price:
1198 downloads
Asterisk@Home 2.8

Asterisk@Home 2.8


The Asterisk@Home project enables the home user to quickly set up a VOIP Asterisk PBX. more>>
The Asterisk@Home Linux Distribution project enables the home user to quickly set up a VOIP Asterisk PBX. A web GUI makes configuration and operation easy. We also provide an xPL (home automation) interface for easy interaction with other devices in the home.
Main features:
- Asterisk 1.0.9
- Flash Operator Panel 0.21
- Festival Speech Engine version 1.95
- weather agi scripts
- wakeup calls
- Integrated WebMeetMe GUI
- AMP-1.10.008
- CentOS 3.5
- SugarCRM with Cisco XML Services interface + Click to Dial
- Music On Hold (mpg123)
- Fax support (spanDSP)
- xPL support
- Digium card auto-config
AMP (Asterisk Management Portal)
- AMP is a web GUI that allows the configuration of Asterisk without the need for editing config files. If you use AMP be careful not to make manual changes to the config files that will affect AMP?s operation.
Flash Operator Panel
- Flash Operator Panel is a real-time web interface to Asterisk. You can see what all of your extensions, trunks, and conferences are doing. We have extension 200 set up for testing. This is a live extension and will work as soon as a phone is registered to ext 200. The rest of the buttons are dummy objects for examples.
- The op_buttons.conf file has all of the configs for each button in Flash Operator Panel you can edit this using the Config Edit button on the maint menu. You must reboot the Asterisk or restart the panel service after you make changes. The normal config files for Flash Operator Panel end in .cfg we changed them to .conf so they would match the other Asterisk files.
Cisco XML Services
- Asterisk@Home has a Cisco XML Services that can be used to look up contacts in a database. Click on Web Address Book from the Asterisk@Home main menu. (user: admin password: password) and enter all of your contacts and their phone numbers.
Music On Hold (mpg123)
- Asterisk@Home has now uses mpg123 for music on hold. Put a call on hold and they hear music not dead air!
Fax support (SpanDSP)
- SpanDSP allows Asterisk to receive faxes. You can set this up in AMP.
<<less
Download (526MB)
Added: 2006-04-14 License: GPL (GNU General Public License) Price:
1311 downloads
Gnome Bling Manager 0.1

Gnome Bling Manager 0.1


Gnome Bling Manager is an interface to easily configure gnome desktop effects. more>>
Gnome Bling Manager is an interface to easily configure gnome desktop effects.

With the variety of different ways to enable effects in desktop, users will be like to turn it on or off, an easy tool to do it will help them configure their desired effects for their desktop.

A desktop menu entry will be created in "System > Preferences > Graphical Desktop Effects" that will configure Xgl/Compiz or xcompmgr based effects.

The interface must easily allow user to configure their desired effects based on what effects and method they choose.

<<less
Download (0.027MB)
Added: 2006-05-29 License: GPL (GNU General Public License) Price:
1244 downloads
5Loaves 1.0

5Loaves 1.0


An open source, cross platform, secure, internet tunneling platform more>> An open source, cross platform, secure, internet tunneling platform with file transfer, web server, remote admin, proxy, and load balancing. Enables connections through or around firewalls and across sub-networks.<<less
Download (1.72MB)
Added: 2009-04-06 License: Freeware Price: Free
200 downloads
Magellan Metasearch 1.4.2

Magellan Metasearch 1.4.2


Magellan Metasearch is a modular meta search engine. more>>
Magellan Metasearch is a modular meta search engine, enabling users to monitor as many search engines as they want.
Magellan Metasearch provides a complex query language with standard boolean operators, meta-operators (to search through pages metadata), and proximity operators.
This language enables users to perform far more complex queries than what common search engines currently support. It can be fed any custom sources, since its abstraction layer manages the search results and their meta tags in a uniform way.
In conjunction with the local process scheduler (such as "cron"), Magellan enables you to save your requests and replay them later automatically; new results are sent through email and RSS in realtime. Magellan also provides full anonymity through smart multi-proxy support.
Enhancements:
- This release enhances the automated parsing mechanism ; it also fixes a problem with small result sets that occasionally couldnt be extracted.
- Moreover, new virtual sources are automatically tested on creation / update to check their validity.
<<less
Download (0.20MB)
Added: 2006-05-01 License: GPL (GNU General Public License) Price:
1273 downloads
Super Sparrow 0.0.0

Super Sparrow 0.0.0


Super Sparrow enables users to load balance traffic between geographically separated points. more>>
Super Sparrow enables users to load balance traffic between geographically separated points of presence by finding the site network-wise closest to clients.
This is done by accessing BGP routing information, the information that determines the path that traffic will take on the internet. Super Sparrow forms part of VAnessa. Super Sparrow is made to work with other components of VAnessa, including Ultra Monkey.
Main features:
- Uses BGP routing information to determine which point of presence a client should connect to.
- Routing information can be obtained from a Route Server running GNU Zebra, Gated or Cisco IOS.
- Driver module, mod_supersparrow, for Dents enables Super Sparrow enhanced sites to used DNS to communicate which server a client should connect to.
- Stand-alone programme, supersparrow, enables Super Sparrow to be integrated into applications that can communicate using stdio. This can be used to tie Super Sparrow directly into The Apache HTTP Server.
- Library API to enable applications to be integrated with Super Sparrow.
- Code is Open Source.
<<less
Download (0.17MB)
Added: 2006-07-01 License: GPL (GNU General Public License) Price:
1210 downloads
KNetworkManager 0.1

KNetworkManager 0.1


KNetworkManager is the KDE front end for NetworkManager. more>>
KNetworkManager is the KDE front end for NetworkManager. KNetworkManager project provides a sophisticated and intuitive user interface which enables users easily to switch their network environment.

The range of functions encompasses the features implemented by NetworkManager daemon. Up until now NetworkManager supports:

Wired Ethernet Devices (IEEE 802.3)
Wireless Ethernet Devices (IEEE 802.11): Unencrypted, WEP, WPA Personal, WPA Enterprise
Virtual Private Network (VPN): OpenVPN, VPNC
Dial-Up (PPP)

How does it work?

For both, Wireless LAN and Wired LAN, NetworkManager supports devices known to HAL. Unless working in offline mode, NetworkManager tries to keep the system connected at any time. For this, NetworkManager follows the following policy.

Once started, NetworkManager asks HAL about available network interfaces. If a wired network interface with a carrier is found, NetworkManager connects to this. Either by DHCP (default) or by setting up previously defined static configuration. Later on, when KNetworkManager starts up, NetworkManager will expose its information about network devices and wireless networks found by scanning to the applet.

At this point, if a user decides to unplug the wired connection, NetworkManager will not connect to an arbitrary wireless network. By default all available networks are untrusted. Only if a user decides to connect to a network manually once, this specific network n henceforth being marked as trusted.

n = { ESSID, Hardware address or addresses of the access point}

The trusted networks are stored individually for each user. KNetworkManager stores them and informs NetworkManager about the known, trusted networks. If a wired connection drops due to unplugging the cable NetworkManager will automatically connect to a trusted network. As this step was done without user interaction, NetworkManager will reconnect to the wired connection once it has a carrier.

If a user joins a wireless network by manual intervention (e.g. user clicks on a network listed in the context menu of KNetworkManager or connects to a hidden wireless network), NetworkManager will take down any previous connection. If one unplugs the wired connection after such a step, NetworkManager will not connect to the wired connection once it has a carrier.

<<less
Download (0.55MB)
Added: 2006-09-29 License: GPL (GNU General Public License) Price:
1133 downloads
Openmailadmin 1.0.0

Openmailadmin 1.0.0


Openmailadmin is a little administration interface to every complete IMAP mail server daemon. more>>
Openmailadmin is a little administration interface to every complete IMAP mail server daemon. Openmailadmin supports every feature IMAP provides, and fits in most MTA configurations.
A key feature is the non-standard, generic administration hierarchy which not only seperates "normal users" from "administrators", but enables the mailserver-master to create instances between them.
You will be able to let other users create their own sub-users and thus either share a single mail server between different organizations or project your companys employee structure. It excels with features such as regex addresses and folder ACL management.
Installation:
1. Copy all the files into your DocumentRoot-folder.
2. Modify following files by changing usernames and passwords:
- samples/pam/imap
- inc/database.sql
And either of these:
- samples/postfix/*
- samples/oma_mail.daimon.*
3. Create the required database and users in MySQL. Modify database.sql and have it executed inside the new database.
4. Copy samples/pam/imap settings to your /etc/pam.d folder
{{{
chmod 600 samples/pam/imap
cp samples/pam/imap /etc/pam.d/imap
ln -s /etc/pam.d/imap /etc/pam.d/pop
ln -s /etc/pam.d/imap /etc/pam.d/sieve
ln -s /etc/pam.d/imap /etc/pam.d/smtp
}}}
5. For security reasons, remove these files from your DocumentRoot-folder:
{{{
rm inc/database.sql
rm -r samples/pam
rm samples/oma_mail.daimon.* samples/postfix
}}}
<<less
Download (0.064MB)
Added: 2007-06-01 License: GPL (GNU General Public License) Price:
878 downloads
WeHelpBUS 0.4

WeHelpBUS 0.4


WeHelpBUS project is a Web-based help browser for Unix-like systems. more>>
WeHelpBUS project is a Web-based help browser for Unix-like systems.
It is a set of CGI scripts that enables users to browse documentation, stored in various formats, using their preferred Web browser.
Current formats supported include Unix man pages, Texinfo pages, Scrollkeeper documentation catalogue (help system of GNOME and KDE), information about installed RPM packages, and C/C++ header files.
Current formats supported by "WeHelpBUS":
- Unix man pages
- Texinfo pages
- Scrollkeeper documentation catalogue (help system of GNOME and KDE)
- Information about installed RPM packages
- C/C++ header files
Enhancements:
- Themes support has been added
- Search facility has been added
- Minor improvements
<<less
Download (0.12MB)
Added: 2006-10-28 License: GPL (GNU General Public License) Price:
1091 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5