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.078.485 Times

Used Hp Server freeware
Filter: All | Freeware | Demo
 

Used Hp Server

< 1 2 3 4 5 
Released: June 03, 2008  |  Added: June 13, 2008 | Visits: 7.173

USB Server for Linux USB Server for Linux. This new unique software product allows to share any USB device to use them over local network or Internet. To share USB device plugged into computer with Linux OS you just need to install USB Server product into your system. Your system must have kernel v2.6.15 and higher...



Platforms: *nix, Source

License: Freeware Size: 93.75 KB Download (1197): USB Server for Linux Download

Added: August 08, 2008 | Visits: 1.362

TFS Secure Messaging Server Any organization with up to 250 users can immediately adopt an award-winning email security solution with 28 omust-haveo features including server-based email encryption, certificate management, anti-spam filtering, and many more S all for no cost. TFS Secure Messaging Server is a server-based...





Platforms: Windows

License: Freeware Size: 16 MB Download (103): TFS Secure Messaging Server Download

Added: August 27, 2008 | Visits: 1.323

Mini application server Mini is a application server designed to be simple and have a small footprint. It has the features you need to be able to develop small webapplications that you want to deploy on a machine with modest hardware. Mini is implemented as a windows service and runs under windows 2000/XP/Vista. Mini is...


Platforms: Windows

License: Freeware Size: 3 MB Download (163): Mini application server Download

Released: March 09, 2010  |  Added: June 26, 2010 | Visits: 2.372

EMS SQL Manager for SQL Server Freeware EMS SQL Manager for SQL Server Freeware is a high performance tool for Microsoft SQL Server database development and administration. SQL Manager works with any MS SQL Server versions from 7 to the newest one and supports the latest SQL Server features including new data types (datetimeoffset,...


Platforms: Windows

License: Freeware Size: 55.14 MB Download (229): EMS SQL Manager for SQL Server Freeware Download

Added: August 31, 2008 | Visits: 1.677

Spotlight for WebLogic Server Spotlight for WebLogic Server is a real-time performance viewer that provides a visual representation of the WebLogic domain, application, and server resource usage. Color-coded alarms enable the WebLogic administrator to quickly determine which server or application is experiencing a performance...


Platforms: Windows

License: Freeware Size: 28.82 KB Download (271): Spotlight for WebLogic Server Download

Released: August 26, 2008  |  Added: September 20, 2008 | Visits: 8.184

MDaemon FREE Mail Server for Windows MDaemon FREE mail server software is a 5-user license version of the award-winning MDaemon Email Server for Windows. MDaemon FREE is perfect for home and SOHO users wanting a reliable mail server that will grow with their business. MDaemon FREE is available in multiple languages and...


Platforms: Windows

License: Freeware Size: 47.75 MB Download (836): MDaemon FREE Mail Server for Windows Download

Added: January 18, 2010 | Visits: 1.732

Cyrus IMAP Server The Cyrus IMAP server is generally intended to be run on sealed systems, where normal users are not permitted to log in. Electronic mail is a major infrastructure service of almost all organizations. At Carnegie Mellon the use of electronic mail has overshadowed the use of all other distributed...


Platforms: *nix

License: Freeware Size: 1.6 MB Download (119): Cyrus IMAP Server Download

Added: January 18, 2010 | Visits: 2.889

Call Of Duty 2 Linux Multiplayer Server Code Call Of Duty 2 Linux Multiplayer Server Code is a COD2 linux server. !! IMPORTANT !! Call of Duty 2 Linux Server is NOT SUPPORTED by Activision Customer Support. Please do not call with any questions related to this free beta product. There are other channels to aid you listed at the bottom...


Platforms: *nix

License: Freeware Size: 409.6 KB Download (86): Call Of Duty 2 Linux Multiplayer Server Code Download

Added: January 18, 2010 | Visits: 1.643

X personal web server X personal web server is a personal Web server that sits in your desktop notification area (as a tray icon). X personal web server is a (much) simpler cousin of KPF, but doesnt require kicker and uses the GTK 2 library for its minimal user interface..


Platforms: *nix

License: Freeware Size: 60.42 KB Download (123): X personal web server Download

Added: April 26, 2010 | Visits: 1.577

iConnect Portal Server iConnect Portal Server is a data presentation and delivery system for building enteprise portals over the iConnect Web Application Server. Users of the platform have a customized single point of access to the companys information system and resources..


Platforms: *nix

License: Freeware Size: 122.88 KB Download (127): iConnect Portal Server Download

Added: May 04, 2010 | Visits: 1.227

lisp-network-server lisp-network-server is a simple framework for writing Common Lisp network applications. lisp-network-server framework takes care of listening on the network, accepting the connection and starting a new thread with handler functions of your network aware application..


Platforms: *nix

License: Freeware Size: 10.24 KB Download (101): lisp-network-server Download

Added: July 09, 2010 | Visits: 1.167

GNOME Personal Web Server GNOME Personal Web Server is a user friendly web server with GUI included in GNOME-Network..


Platforms: *nix

License: Freeware Size: 1024 KB Download (97): GNOME Personal Web Server Download

Added: July 05, 2010 | Visits: 1.493

Tail Server Tail server allows you to export the output of a "tail -f" command of a log file to a TCP port, allowing it to be viewed remotely with telnet. Tail Server provides a regular expression filter to include or exclude output view. In several circumstances the need to access on remote time-varying...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (106): Tail Server Download

Added: November 06, 2010 | Visits: 1.050

POE::Component::Server::HTTP POE::Component::Server::HTTP is a foundation of a POE HTTP Daemon. SYNOPSIS use POE::Component::Server::HTTP; use HTTP::Status; my $aliases = POE::Component::Server::HTTP->new( Port => 8000, ContentHandler => { / => &handler1, /dir/ => sub { ... }, /file => sub { ... } }, Headers =>...


Platforms: *nix

License: Freeware Size: 16.38 KB Download (93): POE::Component::Server::HTTP Download

Added: November 20, 2010 | Visits: 1.581

Tigase Server Tigase Server project is a lightweight and scalable Jabber/XMPP server. No third party libraries are needed. For services with very high load and a huge number of users, it can be deployed on as many machines as needed. Whats New in This Release: - This release corrects and improves the...


Platforms: *nix

License: Freeware Size: 1.4 MB Download (112): Tigase Server Download

Added: August 11, 2010 | Visits: 949

FUSE::Server FUSE::Server is a Perl-FUSE server. SYNOPSIS use FUSE::Server; my $s = FUSE::Server->new({ Port=>35008, MaxClients=>5000, Quiet=>1, }); my $status = $s->bind(); print "Server started: $status"; $s->addCallback(BROADCASTALL,&msg_broadcast);...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (98): FUSE::Server Download

Added: July 14, 2010 | Visits: 784

POEST::Server POEST::Server - The Poest Master General. SYNOPSIS my $server = POEST::Server->new( Config => POEST::Config::Genearl, ConfigFile => /etc/poest.conf, ); $server->start; ABSTRACT This module controls the server itself. All high-level server interaction happens here. new() Create...


Platforms: *nix

License: Freeware Size: 24.58 KB Download (89): POEST::Server Download

Added: June 24, 2010 | Visits: 1.177

Net::CyanChat::Server Net::CyanChat::Server is a Perl interface for running a CyanChat server. SYNOPSIS use Net::CyanChat::Server; our $cho = new Net::CyanChat::Server ( host => localhost, port => 1812, debug => 1, ); # Start the server. $cho->connect(); # Loop. $cho->start(); Net::CyanChat::Server...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (102): Net::CyanChat::Server Download

Added: August 08, 2010 | Visits: 1.174

Speech::Recognizer::SPX::Server Speech::Recognizer::SPX::Server is a Perl module for writing streaming audio speech recognition servers using Sphinx2. SYNOPSIS my $sock = new IO::Socket(... blah blah blah ...); my $log = new IO::File(server.log); my $audio_fh = new IO::File(speech.raw); my $srvr =...


Platforms: *nix

License: Freeware Size: 91.14 KB Download (111): Speech::Recognizer::SPX::Server Download

Added: June 25, 2010 | Visits: 1.586

Zero Touch Linux Server Zero Touch Linux Server is the easiest way to setup your back office infrastructure. If you need mail server, file server or domain controller - ZTL is perfect for you. ZTL is now a FREE product that brings together the stability of Linux and the security of Trustix or 100% binary compatibility...


Platforms: *nix

License: Freeware Size: 450 MB Download (151): Zero Touch Linux Server Download

< 1 2 3 4 5