Main > Free Download Search >

Free server software for linux

server

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 4739
BitWise Routing Server for Linux 1.7

BitWise Routing Server for Linux 1.7


allows you to accept BitWise connections to multiple computers behind a router. more>> The BitWise Routing Server allows you to accept BitWise connections to multiple computers behind a router. Typically, using a router, you would set up port forwarding on BitWises client port (4137), and specify a single destination IP. This is fine until multiple users behind a router all need to accept incoming connections.
As shown by the picture at right, the Routing Server allows individual users to register themselves with the Routing Server, and then the Routing Server accepts all incoming connections and directs those connections to the appropriate user.
The Routing Server requires that your physical router support port forwarding with a way to specify different external and internal ports (this is sometimes labeled "UPnP" by many common home routers).
<<less
Download (1011KB)
Added: 2009-04-20 License: Freeware Price: Free
187 downloads
USB Server for Linux 1.9.5

USB Server for Linux 1.9.5


Simply and powerful software solution for sharing and accessing USB devices over local network or Internet! USB Server for Linux allows to work with the remote USB devices as if they are physically plugged into your computer! more>> <<less
Download (93.75KB)
Added: 2009-04-09 License: Freeware Price:
203 downloads
Abyss Web Server X1 2.6

Abyss Web Server X1 2.6


Abyss Web Server X1 is a free and compact Web server. It supports SSL, compression, CGI/FastCGI, ISAPI, XSSI, URL rewriting,bandwidth throttling, anti-leeching, anti-hacking, and features a remote web management interface. more>> <<less
Download (0.64MB)
Added: 2009-04-04 License: Freeware Price: $0
73043 downloads
GTK-server 2.1.4

GTK-server 2.1.4


The GTK-server enables access for shellscripts & interpreted programming languages to apps using either GTK 1.x or 2.x. more>>
GTK-server enables access for shellscripts & interpreted programming languages to apps using either GTK 1.x or 2.x.

GTK-server project is a standalone binary, which is able to communicate by a 2-way pipe or by a TCP/UDP port. The script invokes this binary, sets up a pipe or a TCP/UDP connection and prints the GTK call in plain text to the pipe or socket. The GTK-server then sends information back which can be used in the program or script.

Below a summary of advantages when using the GTK-server:

- No need to learn C or C++, you can stick to your favorite programming language
- No need to hack the source of existing programming languages to realize GUI programming
- High flexibility in creating GUIs, e.g. not limited to dialogs
- Full GTK API available, the user can extend the gtk-server.cfg file by himself
- Access to both GTK 1.x and GTK 2.x
- Convenient GTK test tool, easy to learn GTK programming.

<<less
Download (0.38MB)
Added: 2007-08-18 License: GPL (GNU General Public License) Price:
801 downloads
Kwok Information Server 2.3

Kwok Information Server 2.3


Kwok Information Server project is a Web-based information management system for managing issues, contacts. more>>
Kwok Information Server project is a Web-based information management system for managing issues, contacts, and IT assets including hardware and software licenses. The Issue Management module provides users a way to report issues and search for the issues they need to work on.

The IT Asset Management module provides hardware tracking and software license tracking. The Contact Management module allows users to create and maintain contacts. The Administration Tool module allows administrators to manage system users and to modify the system configuration.

There is built-in support for access control, email notification, LDAP authentication, file uploads, and more.

<<less
Download (MB)
Added: 2007-07-26 License: Freeware Price:
881 downloads
SME Server 7.2

SME Server 7.2


e-smith is a server-oriented distribution. more>>
The SME Server server and gateway is free software (also referred to as open-source software) and is freely available for anyone to download.
This software is brought to you by the community and contribs.org. Many individuals and organizations (both commercial and non-profit) use the SME Server as their primary network server and gateway.
We would like to remind you that the SME Server software is licensed under the General Public License (GPL). This means that if you alter the software and distribute the altered version, you must make the source code for your altered version freely available.
The GPL is a large part of why free software has made such an impact on the commercial scene. By restricting anyone from making proprietary modifications, the GPL ensures that improvements find their way back to the original code base, thereby creating an explosive rate of technical advance.
The difference between traditional development and GPL development is the difference between a light bulb - where output is radiated in many directions - and a laser - where output is reflected back in a coherent way to produce a greater, more focused result.
Its main design focus is simple, centralized configuration, along with security and ease of installation.
Enhancements:
- This release is based on CentOS 4.5 and all packages have been updated to the latest releases. This release contains many new features, all released updates for SME Server 7.1 and fixes for many reported problems. Upgrades will be available by CD, the Software Installer and command line. All users should upgrade to this release.
<<less
Download (515MB)
Added: 2007-07-23 License: GPL (GNU General Public License) Price:
844 downloads
Dual DHCP DNS Server 5.1

Dual DHCP DNS Server 5.1


Dual DHCP DNS Server is a combined DHCP/DNS server for small LANs. more>>
Dual DHCP DNS Server is a combined DHCP/DNS server for small LANs.
Dynamic DHCP allocates/renews host addresses, while the caching DNS server first tries resolving from DHCP-allotted names, then from cache, and only then forwarding to external DNS servers.
Dual DHCP DNS Server supports an optional static DHCP mode and static IPs, automatic dynamic DNS updates from DHCP, and the ability to co-exist with other DHCP servers.
It is self-configuring and doesnt require the creation of zone files, and uses little memory and CPU.
Enhancements:
- This release fixes zone replication bugs.
<<less
Download (0.095MB)
Added: 2007-07-23 License: GPL (GNU General Public License) Price:
546 downloads
Apache2::ASP::Server 1.15

Apache2::ASP::Server 1.15


Apache2::ASP::Server is an utility object for Apache2::ASP programming. more>>
Apache2::ASP::Server is an utility object for Apache2::ASP programming.

The global $Server object is used in ASP programming for utility tasks such as string sanitation, finding files, sending email and registering subroutines to be performed asynchronously.

URLEncode( $str )

Returns a URL-Encoded version of the string provided.
For example, "test@test.com" becomes "test%40test.com" with URLEncode().

HTMLEncode( $str )

Returns an HTML-Encoded version of the string provided.
For example, "< b>Hello< /b>" becomes "Hello" with HTMLEncode().

HTMLDecode( $str )

Returns an HTML-Decoded version of the string provided.
For example, "Hello" becomes "Hello" with HTMLDecode().

MapPath( $path )

Given a relative path MapPath() returns the absolute path to the file on disk.
For example, /index.asp might return /usr/local/dstack/www/index.asp.

Mail( %args )

A wrapper around the sendmail() function from Mail::Sendmail.

RegisterCleanup( $sub )

A wrapper around the function cleanup_register( $sub ) function provided by mod_perl2.

Pass in a subref that should be executed after the current request has completed.

For example:

< %
$Server->RegisterCleanup(sub { do_something_later() });
# Do more stuff here:
$Response->Write("Hello!");
% >

<<less
Download (0.060MB)
Added: 2007-07-12 License: Perl Artistic License Price:
836 downloads
Linbox Directory Server 2.0.0

Linbox Directory Server 2.0.0


Linbox Directory Server (LDS), along with the Linbox Management Console (LMC). more>>
Linbox Directory Server (LDS), along with the Linbox Management Console (LMC), is a powerful system that allows developers, system administrators, and other software vendors to manage users, groups, and their associated policies in an LDAP server.
Linbox Directory Server is highly ergonomic interface design makes it very easy to use, and delegation of administration enables medium size organization to adopt LDS.
Enhancements:
- New features and improvements include DNS/DHCP management and a Norwegian translation.
- The new DNS/DHCP module allows you to manage DNS zones and DHCP subnets for a typical LAN environment.
<<less
Download (MB)
Added: 2007-07-12 License: GPL (GNU General Public License) Price:
507 downloads
Evolution Data Server 1.10.3.1

Evolution Data Server 1.10.3.1


Evolution Data Server provides a single database for common, desktop-wide information. more>>
Evolution Data Server provides a single database for common, desktop-wide information, such as a users address book or calendar events.

Evolution Data Server is also a dependency of the clock applet from the gnome-applets package, 2.10 release.

Evolution provides integrated mail, addressbook and calendaring functionality to users of the GNOME desktop.
<<less
Download (9.7MB)
Added: 2007-07-04 License: GPL (GNU General Public License) Price:
845 downloads
TFTP Server 1.4

TFTP Server 1.4


TFTP Server supports tsize, blksize, and interval options, supports PXE boot, and can be run standalone or as a daemon. more>>
TFTP Server is a multi-threaded TFTP server, which means any number of clients can connect simultaneously.
TFTP Server supports tsize, blksize, and interval options, supports PXE boot, and can be run standalone or as a daemon.
TESTING
This server runs in Debug Mode (with flag -v) or as Service (without any flag). Please expand the .gz file to an directory, using shell, goto that directory, edit tftpserver.ini file (just specify home dir) and give following command as root:-
tftpserver#./tftpserver -v
You will see following results:-
Ready...
Now open one more shell and give following commands:-
$tftp
tftp>connect localhost
tftp>get [some file name in home dir]
Received 13112 bytes in 0.0 seconds
and on server you may see
client 127.0.0.1:xxxxx file ...... # blocks served
INSTALLATION
This program runs in two modes:-
a) Debug Mode (using -v argument)
b) Daemon (using no argument)
This program should be setup to start automatically modifying boot scripts /etc/rc.d/rc.local file or /etc/inittab file. Never include -v (verbatim flag) while running as Daemon from these scripts.
CONFIGURATION
You need home directory to be set in tftpserver.ini file, you can comment other parameters like blksize and interval.
UNINSTALLATION
Just remove the program directory. You should also remove entries from initialize scripts of
your machine.
Enhancements:
- This release uses Thread Pool, which improves performance.
- Log file and ini file locations can now be overridden in the Unix version.
<<less
Download (0.018MB)
Added: 2007-06-22 License: GPL (GNU General Public License) Price:
885 downloads
OfficeSpot.Net Collaboration Server Preview 2

OfficeSpot.Net Collaboration Server Preview 2


OfficeSpot.Net Collaboration Server project contains all packages needed to get eGroupWare running easily. more>>
OfficeSpot.Net CS contains following packages: - eGroupWare - OpenLDAP - DBMail - ClamAV - APC - Memcache - MySQL
Enhancements:
- This release contains updated versions of eGroupWare (1.4), DBMail (latest stable SVN revision), and ClamAV (0.90.3).
- The installation process was streamlined and the online documentation was updated.
<<less
Download (183.5MB)
Added: 2007-06-21 License: GPL (GNU General Public License) Price:
857 downloads
Penrose 1.2.2 (Server)

Penrose 1.2.2 (Server)


Penrose is a virtual directory server. more>>
Penrose project is a virtual directory server. A Virtual Directory technology is a fairly new approach for centralizing and reducing the amount of directories needed without the problems of physical data migration.
Instead of creating new identity repositories, virtual directory handles identity queries on a case-by-case basis, drawing the required, authorized data (and only the required data) in real time from its native repositories around a network and presenting it to an enterprise application as needed.
Virtual Directory eases deployments of Identity management solution, reduces political fights over data ownership and changes how corporate data is being managed.
Main features:
- Namespace conversion, attribute value modifications, schema adaptations
- Adapters to Active Directory, LDAP and JDBC back-end.
- Join-engine allows attribute transformation via beanShell scripting (JSR 274).
- GUI-based administration and mapping Tool based on eclipse RCP 3.1 platform
- Direct browsing of LDAP and RDBMS-based information to provide easy-to-use mapping.
- Live preview of your virtual directory.
- Remote management via JMX (JSR 160)
- Open-source.
- 100% Java.
- Run stand-alone as a backend for ApacheDS and OpenLDAP.
- Run embedded in your application
- Flexible Access Control
- Conversion and manipulation of Attribute values
- High performance join and cache engine
- Data encryption using Bouncy Castle
- Supports resource connectors for JDBC/SQL, JNDI/LDAP, Active Directory.
- Remote management via JMX.
- Extensible via plug-ins.
<<less
Download (24.5MB)
Added: 2007-06-18 License: GPL (GNU General Public License) Price:
865 downloads
Streamnik Server 0.02

Streamnik Server 0.02


Streamnik Server project is an IPTV server based on the open codecs Ogg/Vorbis and Ogg/Theora. more>>
Streamnik Server project is an IPTV server based on the open codecs Ogg/Vorbis and Ogg/Theora. It can stream a number of different channels and is optimized to run on leased (virtual) servers. The program schedule is defined by an SQL database table and can be changed at runtime.

<<less
Download (0.12MB)
Added: 2007-06-15 License: GPL (GNU General Public License) Price:
872 downloads
Tivoli::AccessManager::Admin::Server 1.11

Tivoli::AccessManager::Admin::Server 1.11


Tivoli::AccessManager::Admin::Server project implements the server access portion of the TAM API. more>>
Tivoli::AccessManager::Admin::Server project implements the server access portion of the TAM API.

SYNOPSIS

my $tam = Tivoli::AccessManager::Admin->new(password => N3ew0nk);
my($server, $resp);

# Lets see what servers are defined
$resp = Tivoli::AccessManager::Admin::Server->list($tam);

# Lets find a webSEAL
my $wseal;
for ($resp->value) {
if (/webseal/) {
$wseal = $_;
last;
}
}

$server = Tivoli::AccessManager::Admin::Server->new($tam,$wseal);

# Get a list of tasks from the webSEAL
$resp = $server->tasklist;

# Execute a task
$resp = $server->task("list");

<<less
Download (0.33MB)
Added: 2007-06-14 License: Perl Artistic License Price:
868 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5