In addition to writing much of our own software, we utilized the
efforts of many great software developers, and would like to
recognize their products here. These are all fantastic products and
we would be happy to talk about how we have implemented them to any
interested parties.
| Amanda |
AMANDA, the Advanced Maryland Automatic Network Disk Archiver, is a backup system that allows the administrator of a LAN to set up a single master backup server to back up multiple hosts to a single large capacity tape drive. |
| Apache |
Apache is an award winning webserver that made this site possible. |
| Boa* |
Boa is a single-tasking HTTP server. That means that unlike traditional web servers, it does not fork for each incoming connection, nor does it fork many copies of itself to handle multiple connections. |
| CVS* |
CVS is the Version Control system that we use, for both our development and that of the projects. |
| cvsweb* |
A script to allow easy viewing of live CVS repositories. |
| Grap |
General execution wRAPper. Grap is a wrapper designed to verify commands before executing them. |
| IPVS |
Virtual server is a scalable and highly available server built on a cluster of real servers. The architecture of the cluster is transparent to end users, and the users see only a single virtual server. |
| GNU MailMan* |
Mailman is software to help manage email discussion lists, much like Majordomo and Smartmail. Unlike most similar products, Mailman gives each mailing list a web page, and allows users to subscribe, unsubscribe, etc. over the web. |
| ModSSL |
The mod_ssl project provides strong cryptography for the Apache 1.3 webserver via the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols by the help of the Open Source SSL/TLS toolkit OpenSSL, which is based on SSLeay from Eric A. Young and Tim J. Hudson. |
| MySQL |
MySQL is a true multi-user, multi-threaded SQL database server. SQL (Structured Query Language) is the most popular and standardized database language in the world. MySQL is a client/server implementation that consists of a server daemon mysqld and many different client programs and libraries. |
| PHP |
PHP is a server-side, cross-platform, HTML embedded scripting language. |
| Redhat Linux |
Red Hat Linux is a powerful, extremely stable, next-generation computer operating system that provides a high performance computing environment for both server and desktop PCs. |
| SSH |
Secure Shell is a program that allows you to open an encrypted connection to another computer. It allows remote execution of command and copying of files from one machine to another. |
* Denotes that we modified the standard version to suit our needs.