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 49.589.230 Times

Server Dhcp freeware
Filter: All | Freeware | Demo
 

Server Dhcp

< 1 2 3 4 5 
Added: September 27, 2010 | Visits: 1.004

SOPE Application Server SOPE Application Server is an extensive set of frameworks (16 frameworks, ~1500 classes) which form a complete Web application server environment. Besides the Apple WebObjects compatible appserver extended with Zope concepts, it contains a large set of reusable classes: XML processing (SAX2,...



Platforms: *nix

License: Freeware Size: 4 MB Download (93): SOPE Application Server Download

Added: June 27, 2010 | Visits: 966

Net::Server Net::Server is an extensible, general Perl server engine. SYNOPSIS #!/usr/bin/perl -w -T package MyPackage; use Net::Server; @ISA = qw(Net::Server); sub process_request { #...code... } MyPackage->run(port => 160); exit;.





Platforms: *nix

License: Freeware Size: 81.92 KB Download (126): Net::Server Download

Added: August 22, 2010 | Visits: 1.551

RH Email Server The Email Server is designed to provide services offered by its commercial email products, such as IMAP/POP services, Web-Based Email Interface and Administration, Mail Filtering, Spam Blocking and Directory-Based Authentication and Addressbooks. RH Email Server is fine for businesses and...


Platforms: *nix

License: Freeware Size: 19.44 MB Download (98): RH Email Server Download

Added: March 01, 2010 | Visits: 1.131

PVKII Linux Server Patch 1.1 PVKII Linux Server is a dedicated server package for PVKII game. This is for hosting a dedicated server not for playing! PVKII is a Halflife 2 Modification based on 3 teams from times past locked in a never-ending battle for wealth, dominance and power. Pirates, Vikings & Knights II pits each...


Platforms: *nix

License: Freeware Download (95): PVKII Linux Server Patch 1.1 Download

Added: June 06, 2010 | Visits: 937

PVKII Linux Server 1.1 PVKII Linux Server is a dedicated server package for PVKII game. This is for hosting a dedicated server not for playing! PVKII is a Halflife 2 Modification based on 3 teams from times past locked in a never-ending battle for wealth, dominance and power. Pirates, Vikings & Knights II pits each...


Platforms: *nix

License: Freeware Download (101): PVKII Linux Server 1.1 Download

Added: July 10, 2010 | Visits: 1.142

Graffiti Server Graffiti Server is a small C program that allows the posting of messages and, optionally, HTML. It displays the most recent messages but has a search function for finding entries with a given keyword or string. The administrator connects from the local host using IP address 127.0.0.1 and delete...


Platforms: *nix

License: Freeware Size: 47.1 KB Download (140): Graffiti Server Download

Added: February 13, 2010 | Visits: 1.015

Spyce - Python Server Pages SPYCE is a server-side language that supports simple and efficient Python-based dynamic HTML generation, otherwise called Python Server Pages (PSP). Those who are familiar with JSP, PHP, or ASP and like Python, should have a look at Spyce. Its modular design makes it very flexible and...


Platforms: *nix

License: Freeware Size: 450.56 KB Download (92): Spyce - Python Server Pages Download

Added: January 26, 2010 | Visits: 1.578

RIPE Whois Server RIPE Whois Server provides support for domain records and lookups. This is a whois database server. The RIPE Whois server uses a backend SQL database to allow support for very large repositories. There is support for IPv6 records and lookups. Both RPSL and RIPE181 are supported.. The RIPE...


Platforms: *nix

License: Freeware Size: 3 MB Download (133): RIPE Whois Server Download

Added: June 04, 2010 | Visits: 1.439

NWN Server Administration NWN Server Administration is a Web interface for managing NeverWinter Night servers. This interface provides many features for monitoring and controlling multiple servers on the same computer. The interface provides support for nwnx, and has an interface for running database queries. Whats...


Platforms: *nix

License: Freeware Size: 1.3 MB Download (107): NWN Server Administration Download

Added: February 02, 2010 | Visits: 1.609

Campus Chat Server Campus Chat Server project is a chat server intended for use in the Cadiz University campus network. Whats New in This Release: - hash_maps are now used instead of maps, so the cost of lookup or insertion is O(1) in the average case, instead of O(logn)..


Platforms: *nix

License: Freeware Size: 6.14 KB Download (108): Campus Chat Server Download

Added: October 09, 2010 | Visits: 1.568

SILC Server 1.0.4 / 1.1 Beta SILC Server provides system administrators ability to easily and quickly set up new SILC networks. SILC Server is full implementation of server side of the SILC protocol. SILC Server is ideal for small offices and organizations to set up secure conferencing network in LAN. SILC Server is...


Platforms: *nix

License: Freeware Size: 1.2 MB Download (99): SILC Server 1.0.4 / 1.1 Beta Download

Added: September 18, 2010 | Visits: 1.255

dhcp-helper dhcp-helper is a simple, straightforward DHCP relay agent which I wrote as alternative to the ISC relay. Its Linux only, but doesnt require any kernel support other than the network stack. (No LPF or packet sockets.) If you use this software, please let me know; I would like some idea if it...


Platforms: *nix

License: Freeware Size: 13.31 KB Download (124): dhcp-helper Download

Added: May 27, 2010 | Visits: 916

DHCPsql DHCPsql projects implements the RFC2132 and at least RFC3046 as a dynamic configurable SQL-based DHCP server, based on the udhcpd code, extended to mask-and-select by client DHCP packets. Targets: - Discover, start with a working pre prototype, always send first ip in subnet - Leases, SQL...


Platforms: *nix

License: Freeware Size: 44.03 KB Download (93): DHCPsql Download

Added: September 10, 2010 | Visits: 1.001

GN gopher server GN gopher server provides a fast gopher and HTTP server. GN is a fast, light and (for 1995 standards) secure gopher server. An effort is underway to fix the known buffer overflows and bring GN up to par with todays standards. To use these scripts with the sample sample setup as descibed in...


Platforms: *nix

License: Freeware Size: 184.32 KB Download (116): GN gopher server Download

Added: November 24, 2010 | Visits: 1.008

Net::DAAP::Server::AAC Net::DAAP::Server::AAC is a DAAP server that handles MP3 and AAC. SYNOPSIS use POE; use Net::DAAP::Server::AAC; # same as Net::DAAP::Server my $server = Net::DAAP::Server::AAC->new( path => "/home/miyagawa/music", port => 9999, name => "My Music", ); $poe_kernel->run;...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (106): Net::DAAP::Server::AAC Download

Added: October 24, 2010 | Visits: 1.263

VideoLAN Server VLS is a dedicated server that compiles under Linux, Windows and Mac OS X. It isnt under very active development at the moment and we advice you to consider the Stream Output functionality of VLC instead. The network on which you setup the VideoLAN solution can be as small as one ethernet...


Platforms: *nix

License: Freeware Size: 798.72 KB Download (139): VideoLAN Server Download

Added: June 21, 2010 | Visits: 811

QEMU Server Tools QEMU Server Tools is a set of simple command-line scripts for managing multiple QEMU VMs easily without requiring a graphical frontend. QEMU Server Tools organizes VMs into directories and mimics the usage of command line tools from VMware Server.. Get QEMU Server Tools at SourceForge.net....


Platforms: *nix

License: Freeware Size: 12.29 KB Download (90): QEMU Server Tools Download

Added: April 05, 2010 | Visits: 1.282

Linux Virtual Server The Linux Virtual Server is a highly scalable and highly available server built on a cluster of real servers, with the load balancer running on the Linux operating system. The architecture of the server cluster is fully transparent to end users, and the users interact as if it were a single...


Platforms: *nix

License: Freeware Size: 30.72 KB Download (138): Linux Virtual Server Download

Added: June 15, 2010 | Visits: 1.395

CrossFTP Server CrossFTP Server is a professional FTP Server for multiple platforms. It is a high-performance, extremely configurable, and most of all a secure FTP server. CrossFTP Server has an easy-to-use GUI for user to configure the servers behavior..


Platforms: *nix

License: Freeware Download (114): CrossFTP Server Download

Added: April 06, 2010 | Visits: 823

NNML::Server NNML::Server is a minimal NNTP server. SYNOPSIS perl -MNNML::Server -e server perl -MNNML::Server -e unspool NNML::Server server implements a minimal NNTP server. It is (hope-) fully conformant to rfc977. In addition the commands XOVER and AUTHINFO are implemented. Supported commands:...


Platforms: *nix

License: Freeware Size: 23.55 KB Download (93): NNML::Server Download

< 1 2 3 4 5