Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.446.447 Times

Output Index Php Go Etc Passwd freeware
Filter: All | Freeware | Demo
 

Output Index Php Go Etc Passwd

< 1 2 3 4 5 > 
Added: March 05, 2010 | Visits: 1.643

Score Reading Trainer Score Reading Trainer helps you improve your (musical) score reading skills by practicing with random scores. It works in a very simple way, you choose the clef, the key and the accidentals you want to practice as well as thee range of notes and then, the program generates a on-screen score...



Platforms: *nix

License: Freeware Size: 133.12 KB Download (100): Score Reading Trainer Download

Added: February 14, 2010 | Visits: 1.576

Willowgarden DP Willowgarden project is a PHP 5 rapid development platform for that provides an extensible environment for developing Web sites featuring support for pretty REST-style URLs, easy security, observable events, a simple object-based "code + view" rendering system, ActiveRecord-style data access,...





Platforms: *nix

License: Freeware Size: 706.56 KB Download (99): Willowgarden DP Download

Added: November 24, 2010 | Visits: 1.895

PHKP PHKP is an implementation of the OpenPGP HTTP Keyserver Protocol (HKP) in PHP. It allows people to serve a PGP keyserver on most webservers, provided that the webserver has GnuPG and PHP with exec() enabled. Searching, requesting and submitting (optional) of keys are all supported. The...


Platforms: *nix

License: Freeware Size: 9.22 KB Download (99): PHKP Download

Added: September 12, 2010 | Visits: 875

KayBot KayBot is a bot written to guard IRC channels. To install, follow next procedure: ./configure --prefix=/your/home/dir (probably) make make install You will probably want to edit PREFIX/kaybot/etc/kaybot.conf to suit your channel and bot needs. Then youll need to run utils/kbadduser...


Platforms: *nix

License: Freeware Size: 14.34 KB Download (99): KayBot Download

Added: May 05, 2010 | Visits: 1.074

muhttpd muhttpd (mu HTTP deamon) is a simple but complete Web server written in portable ANSI C. It supports static pages, CGI scripts, and MIME type based handlers. It drops privileges before accepting any connections, and can log received requests. It has been tested on OpenBSD, GNU/Linux, NetBSD,...


Platforms: *nix

License: Freeware Download (99): muhttpd Download

Added: July 03, 2010 | Visits: 1.529

AcmosisFR AcmosisFR is a PHP frontend for IRPd, the shoutcast/icecast streamer. Using this frontend you can create a fully interactive radio service accesible via webpage (providing current song details,requesting/skipping songs, statistics, playlist management). It supports addons: img.php - example...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (98): AcmosisFR Download

Added: January 18, 2010 | Visits: 1.707

PHP FastFileCache PHP FastFileCache caches output from dynamic PHP scripts, and stores them in files for fast retrieval under high server load.. WebSuck is a web spider for Java2 (C) 2001 Åke Wallebom


Platforms: *nix

License: Freeware Size: 2.05 KB Download (97): PHP FastFileCache Download

Added: March 27, 2010 | Visits: 1.505

THCNET Message System THCNET Message System project is a customizable PHP-enabled Web application which provides a moderated message system using a backend MySQL database. Installation download and install MySQL. download and install apache with mod_rewrite and php4 or php5 compiled with the pspell libraries....


Platforms: *nix

License: Freeware Size: 378.88 KB Download (97): THCNET Message System Download

Added: March 03, 2010 | Visits: 1.095

FAUS FAUS is a Perl CGI to permit user administration through a Web interface. Samba already has a good web interface for administration known as SWAT. The problem with SWAT is that you can add user just to Samba system, not in the Unix user database (/etc/passwd). To use SWAT you have to type root...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (97): FAUS Download

Added: May 04, 2010 | Visits: 632

pam_login pam_login is written specificly for PAM authentication. This login version is based on the sources from util-linux 2.9s. I have removed all non PAM stuff and added a lot of nice features from the shadow login program. This means, pam_login will read and honour /etc/login.defs. Random...


Platforms: *nix

License: Freeware Size: 174.08 KB Download (97): pam_login Download

Added: March 13, 2010 | Visits: 1.096

commitrc commitrc is a tool to put your /etc files (and the like) under cvs/svn. It is useful to see diff in /etc/passwd, routing information, dns zones, to keep an history of what happened to the box. commitrc project is also a safe backup of configs when tweaking software behavior. Usage: to add a...


Platforms: *nix

License: Freeware Size: 30.72 KB Download (95): commitrc Download

Added: February 24, 2010 | Visits: 989

Gsmb Gsmb provides a graphical interface allowing simplified management of the file of the Samba users file /etc/smbpasswd. In initial Windows 95 releases, passwords for accessing shared volumes were sent as cleartext over the network. Sambda authentication used the /etc/passwd file on the server....


Platforms: *nix

License: Freeware Size: 21.5 KB Download (95): Gsmb Download

Added: November 04, 2010 | Visits: 849

mod_chroot You dont need to create a special directory hierarchy containing /dev, /lib, /etc... Why chroot? For security. chroot(2) changes the root directory of a process to a directory other than "/". It means the process is locked inside a virtual filesystem root. If you configure your chroot jail...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (95): mod_chroot Download

Added: March 01, 2010 | Visits: 965

POE::Component::Client::FTP POE::Component::Client::FTP is a Perl module that implements an FTP client POE Component. SYNOPSIS use POE::Component::Client::FTP; POE::Component::Client::FTP->spawn ( Alias => ftp, Username => test, Password => test, RemoteAddr => localhost, Events => [ qw( authenticated put_connected...


Platforms: *nix

License: Freeware Size: 13.31 KB Download (95): POE::Component::Client::FTP Download

Added: January 04, 2010 | Visits: 923

Courier Authentication Library Courier Authentication Library is an API toolkit for implementing password validation and account metadata lookups. Copies of this library code used to exist in other tarballs: Courier, Courier-IMAP, and SqWebMail. Building and installing any of these packages wouldve automatically installed this...


Platforms: *nix

License: Freeware Size: 6.3 MB Download (95): Courier Authentication Library Download

Added: April 11, 2010 | Visits: 1.103

App::Conf::File App::Conf::File is a Perl module to load and access configuration data. SYNOPSIS use App::Conf; $config = App::Conf->new(); $config = App::Conf->new(configFile => $file); print $config->dump(), "n"; # use Data::Dumper to spit out the Perl representation # accessors $property_value =...


Platforms: *nix

License: Freeware Size: 122.88 KB Download (95): App::Conf::File Download

Added: October 18, 2010 | Visits: 1.823

Zorbstats Zorbstats is a simple Web statistics generator like BigBrotherWebstats but using PHP and MySQL . Follow next steps to install the script: tar -zxvf zorbstats-0.24.tar.gz 1) Create a database called, for example, zorbstats: mysqladmin create zorbstats 2) Check the permission to zorbstats...


Platforms: *nix

License: Freeware Size: 133.12 KB Download (94): Zorbstats Download

Added: August 06, 2010 | Visits: 883

wwtk wwtk is a wizard-style Web interface for structured information trails - an n-ary decision tree structure based on true/false logic. wwtk project can be used as a Wizard, an expert system, or as a backend for interactive fiction. Structure This toolkit is essentially based around the single...


Platforms: *nix

License: Freeware Size: 327.68 KB Download (94): wwtk Download

Added: March 14, 2010 | Visits: 1.037

dtRdr::doc::AnnotationServers dtRdr::doc::AnnotationServers is a Perl module that contains remote annotation server details. Initial Interaction Discovery - get server version/capabilities - possibly login at this point - maybe create-account API? Sounds like delegation is in order. $base =...


Platforms: *nix

License: Freeware Size: 788.48 KB Download (94): dtRdr::doc::AnnotationServers Download

Added: August 21, 2010 | Visits: 1.653

Studs MVC Framework+ Studs MVC Framework+ contains a port of Apaches Jakarta Struts to PHP, though the libraries included in the rest of the project are much more vast. In order to implement the Struts port, it was necessary to build a core, object-oriented API in the style of the JDK and the Jakarta Commons, a...


Platforms: *nix

License: Freeware Size: 112.64 KB Download (93): Studs MVC Framework+ Download

< 1 2 3 4 5 >