Main > Free Download Search >

Free production software for linux

production

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 346
distributed replicated blob server 20040804

distributed replicated blob server 20040804


distributed replicated blob server is a very simplified distributed fileserver. more>>
The Distributed Replicated Blob Server Project (drbs) is a young project, not mature enough to handle production data.

You still might take a look and report any feedback from build problemss or bugs to ideas what problems drbs might solve for you.

How to keep a large set of blobs available under the following circumstances:

<<less
Download (0.044MB)
Added: 2005-04-08 License: GPL (GNU General Public License) Price:
1661 downloads
TclTP 0.0.1

TclTP 0.0.1


TclTP is a preprocessor based on the TCL scripting language. more>>
TclTP (pronounced Tickle-Type) is a preprocessor based on the TCL scripting language. It allows embedding TCL command and and variable expansions in normal text. The result of expansion is inserted in the output.

Quoting and escaping work similar as in TCL, using braces and backslashes. A second stage of processing involves hooks defined by the document. This allows arbitrary transformations of processed text before it is written to the output.

TclTP is primarily intended for generating complex static documents. It is not a mark-up language per se.

But you can define your own mark-up and use it in your documents, possibly allowing the production of output in different formats from the same source file.

<<less
Download (0.028MB)
Added: 2005-04-13 License: GPL (GNU General Public License) Price:
1654 downloads
LDAPDNS 2.0.6

LDAPDNS 2.0.6


LDAPDNS is an LDAP to DNS gateway. more>>
ldapdns is a fast and rhobust root-nameserver that can outperform bind and djbdns on medium to large installations, and will scale well both up and down.

the secret is that ldapdns uses a threaded core, and takes advantage of an external directory. its extremely simple, and it does not run under user-control as root.

its ideal for small and large installations, because it queries the ldap server directly, updates are immediate. you dont have to rebuild constant databases, or wait for bind to get its shit in gear.

but ldapdns is a work-in-progress. i use it on a production network, as do many others. but its up to you to make it best for your network.
<<less
Download (0.12MB)
Added: 2005-04-26 License: GPL (GNU General Public License) Price:
1644 downloads
Fnord Linux 4.0.0

Fnord Linux 4.0.0


Fnord is a Linux distribution designed to be built from source and maintained manually. more>>
Fnord is a Linux distribution designed to be built from source and maintained manually. This allows the administrator maximum control over the system.

Unlike other built-from source systems, Fnord is not a toy; it is intended as a production Linux system (in fact, Fnord has been running on all of FnordNets machines since 2000).

Fnord includes a ramdisk-based utility system for initially configuring the target system, a pre-built environment that allows for building the system, full source code for the base system, and source for many other packages.
<<less
Download (433MB)
Added: 2005-09-01 License: GPL (GNU General Public License) Price:
1513 downloads
SeaMonkey 1.1.4

SeaMonkey 1.1.4


SeaMonkey is all-in-one internet application suite. more>>
SeaMonkey projetc is a web-browser, advanced e-mail and newsgroup client, IRC chat client, and HTML editing made simple -- all your Internet needs in one application.

The SeaMonkey project is a community effort to deliver production-quality releases of code derived from the application formerly known as "Mozilla Application Suite".

Whereas the main focus of the Mozilla Foundation is on Mozilla Firefox and Mozilla Thunderbird, our group of dedicated volunteers works to ensure that you can have "everything but the kitchen sink" — and have it stable enough for corporate use.

<<less
Download (14MB)
Added: 2007-08-05 License: GPL (GNU General Public License) Price:
1368 downloads
 
Other version of SeaMonkey
SeaMonkey 1.0.9The SeaMonkey project is a community effort to deliver production-quality releases of code derived from the application formerly known as "Mozilla Application Suite". Whereas the main focus
License:MPL (Mozilla Public License)
Download (14MB)
1429 downloads
Added: 2007-06-02
Craftsman Spy 1.0.5

Craftsman Spy 1.0.5


Craftsman Spy is a framework for JDBC logging. more>>
Craftsman Spy is a an open source and free framework for JDBC logging. Craftsman Spy is a JDBC driver implementation.

This logger logs all SQL connection and processings with execution spent time, all the stored procedures with arguments, all the batch processings and the result sets.

No need to modify your application in order to integrate JDBC logging with Craftsman Spy. The application MUST use the craftsman.spy.SpyDriver and MUST be launched with the -Dspy.driver=... system property.

Be carefull this JDBC driver SHOULD not be used in production mode. Use it only in development or pre-production system.

,b>Usage:

Code

The two solutions can be used as the following examples :
System.setProperty("spy.driver","vendor.database.Driver");// or with the -Dspy.driver=vendor.database.Driver JVM option
Class.forName("craftsman.spy.SpyDriver");
Connection c = DriverManager.getConnection("jdbc:database:mydata");
Class.forName("craftsman.spy.SpyDriver");
Connection c = DriverManager.getConnection("jdbc:spy:vendor.database.Driver:database:mydata");

Log configuration

The log4j.properties or log4j.xml configuration file SHOULD contain the following lines :
log4j.category.craftsman.spy=DEBUG, SpyFile
log4j.appender.SpyFile=org.apache.log4j.DailyRollingFileAppender
log4j.appender.SpyFile.DatePattern=.yyyy.MM.dd
log4j.appender.SpyFile.File=spy.log
log4j.appender.SpyFile.layout=org.apache.log4j.PatternLayout
log4j.appender.SpyFile.layout.ConversionPattern=%m%n

<<less
Download (0.37MB)
Added: 2005-12-13 License: LGPL (GNU Lesser General Public License) Price:
1414 downloads
HTML::Mason 1.32

HTML::Mason 1.32


HTML::Mason is a powerful Perl-based web site development and delivery engine. more>>
HTML::Mason is a powerful Perl-based web site development and delivery engine. With Mason you can embed Perl code in your HTML and construct pages from shared, reusable components.

Mason solves the common problems of site development: caching, debugging, templating, maintaining development and production sites, and more.

Mason is 100% free and open source. Although it can be used from CGI or even stand-alone, it is optimally designed for use with two other open source technologies: mod_perl and Apache.

<<less
Download (MB)
Added: 2006-01-26 License: Artistic License Price:
1366 downloads
The Pure Perl RayCaster 1.0b

The Pure Perl RayCaster 1.0b


The Pure Perl RayCaster is a small simple Ray casting application. more>>
The Pure Perl RayCaster is a small simple Ray casting application written completely in Perl without using any 3D API library or OpenGL. For the GUI, Pure Perl RayCaster uses wxPerl (WxWindows port to Perl).

Pure Perl RayCaster can load a 3D object from a file (in RAW format), display the object in wireframe perspective view, allow to orbit and zoom your camera and produce a user defined size ray casting image of the current view in a predefined color theme with or without smooth shading.

Pure Perl RayCaster is not a professional production tool for 3D image generation. It is well suited for educational purposes, in order to study, understand, tweak and try well known fundamental 3D Computer Graphics techniques.

<<less
Download (0.029MB)
Added: 2006-03-03 License: Artistic License Price:
1331 downloads
Blockish 0.0.2

Blockish 0.0.2


Blockish is a server for the NBD protocol implemented in Java. more>>
Blockish is a server for the NBD protocol implemented in Java. This allows you to serve up storage as a virtual block device to Linux systems from any system that can run Java. Blockish project is designed to support multiple pluggable backends.

Available backends:

Memory (useful for providing network swap)
File
S3 (Use Amazons S3 service as a block device!)

Blockish is in an early stage of development and should not be used for production work.
<<less
Download (0.026MB)
Added: 2006-03-27 License: GPL (GNU General Public License) Price:
1306 downloads
Log4sh 1.2.10

Log4sh 1.2.10


log4sh is a logging framework for shell scripts. more>>
log4sh project is a logging framework for shell scripts that works similar to the other wonderful logging products available from the Apache Software Foundataion (eg. log4perl, log4j).
Although not as powerful as the others, it can make the task of adding advanced logging to shell scripts easier, and has much more power than just using simple "echo" commands throughout.
In addition, it can be configured from a properties file so that scripts in a production environment do not need to be altered to change the amount of logging they produce.
Enhancements:
- They are now escaped properly for sed.
- The better _log4sh_mktemp() function was backported from the 1.3.x series.
<<less
Download (0.034MB)
Added: 2006-04-10 License: GPL (GNU General Public License) Price:
1293 downloads
Alinda 0.4

Alinda 0.4


Alinda (previously known as Araf) is a customer management and reporting facility application for small sized companies. more>>
Alinda (previously known as Araf) is a customer management and reporting facility application for small sized companies.
Alinda is developed using open standards such as Apache Struts, iBatis, Apache Commons for the web platform using JSP/Servlets.
This product is currently at alpha stage and should not be used at production systems. As of version 0.4 Alindas feature list is as follows.
Main features:
- Multilanguage support (currently Turkish and English provided)
- All customer related operations implemented. Add, delete, update, modify etc...
- All customers can have infinite number of notes, addresses, telephone numbers, anniversaries, children and basic accounting information.
- Quick Search from top of any screen.
- Advanced search. Can search with almost any criteria such as date, name, source, location, employee etc.... You can also identify searches depending on the customers financial transactions such as debit amount or the accounting period.
- Employees(users) have the ability to build their own portfolios.
- A simple admin console is provided to add/remove/modify employees(users)
- Ability to export search results to Microsoft Excel(XLS), CSV and XML formats.
Enhancements:
- This product is currently at an alpha stage and should not be used at production systems.
<<less
Download (5.0MB)
Added: 2006-04-11 License: LGPL (GNU Lesser General Public License) Price:
1291 downloads
PlainDoc 1.55

PlainDoc 1.55


PlainDoc document production system allows you to write documents as normal text files. more>>
PlainDoc (pd2tex) document production system allows you to write documents as normal text files. pd2tex tool converts the plain text files to:
- TeX which then gets converted to pdf (you need pdflatex tool installed)
- DocBook (dbx) which can be fed to various tool chains (not supplied) to generate pdf and html
- flat HTML (entire document in one HTML file)
- multipage HTML (each section as its own HTML file)
PlainDoc system was developed by Sampo Kellomaki from around 2002 onwards with the aim of solving document editing problems for writing:
- IT specifications documents
- software product manuals and documentation
- scientific and research papers
- legal documents
- presentation slides
Some of the goals were:
- document source is the plain text representation, no separate conversion needed
- documents are intuitive to write and understand
- getting a neophyte to a reasonable level of productivity and achievement should be easy. A college freshman should be able to use PlainDoc after 1 hour training, provided that all the tool chains have already been installed
- it must be very difficult to fatally corrupt a document; fixing corruption should be as simple as editing the file
- it must be possible to do diffs between versions of the document
- using cvs should be well supported (helps to avoid fatal loss of document, too)
- enable use of plain text productivity environments like emacs(1)
- the PlainDoc system MUST be serious enough to produce most any type of document and thus end the need to use any other system
- typeset quality output in paper and web formats
PlainDoc has now (Oct, 2004) been around for more than two years and it has been successfully used to produce:
- major IT specifications conforming to formatting rules (70 page range)
- research papers and theses conforming to formatting rules (200 page range)
- product manuals (500 page range)
- legal documents and contracts conforming to formatting rules
PlainDoc acknowledges its LaTeX legacy and does not aim at WYSIWYG (except in plain text document production, of course :-) however we are not totally against visual formatting either. Thus many hooks for accessing the underlying document formatters capabilities have been made available, such as:
- direct entry of TeX code
- direct entry of DocBook code
- direct entry of HTML code
These should allow you to get your job done without the system philosophy standing too much in the way, while for most part leveraging the automatic formatting of standard constructs.
<<less
Download (0.10MB)
Added: 2006-04-13 License: GPL (GNU General Public License) Price:
1290 downloads
USAGI Project 20060508

USAGI Project 20060508


USAGI(UniverSAl playGround for Ipv6) Project works to deliver the production quality IPv6 and IPsec protocol. more>>
USAGI(UniverSAl playGround for Ipv6) Project works to deliver the production quality IPv6 and IPsec(for both IPv4 and IPv6) protocol stack for the Linux system, tightly collaborating with WIDE Project, KAME Project and TAHI Project.
USAGI Project is run by volunteers from various organizations. At this moment, the volunteers are from Japan, however, we are glad to work with volunteers in any country in the world.
We want to contribute to the Linux community and to the IPv6 community via the delivery of IPv6 protocol stack.
Enhancements:
- Unused code was removed.
- Minor bugfixes were made.
- Some of the additional utilities were reorganized.
<<less
Download (3.7MB)
Added: 2006-05-10 License: Open Software License Price:
1273 downloads
LazyDragon GNU/Linux RC2 LiveDVD

LazyDragon GNU/Linux RC2 LiveDVD


LazyDragon Gnu/Linux is a Linux distro aimed at video and audio production. more>>
LazyDragon Gnu/Linux is a Linux distro aimed at video and audio production. Unfortunatly their arent many distributions aimed specifically at Audio/Video editing and production.

So thats where LazyDragon comes in. Currently Chainsaw Linux is one of the only Distributions orientated towards media production, and you have to pay for it ( which should never be the case with Gnu/Linux).

LazyDragon Linux is free and always will be. LazyDragon is an unfunded , free production of free technologies . Only available free for download.
<<less
Download (MB)
Added: 2006-07-04 License: GPL (GNU General Public License) Price:
1219 downloads
DryDock r6

DryDock r6


DryDock is a Web publishing application that implements a development/production Web site pipeline. more>>
DryDock is a Web publishing application that implements a development/production Web site pipeline. It codifies an approval process that forces users to approve all Web site changes before they go into production.

Sometimes, on a web server, system administrators are often ill-equipped to determine who created the document, why its being served, how long its been publicly viewable, and how its changed over time.

To police our own website, we create DryDock. DryDock is a web publishing application that governs the replication of content from a developmental, or staging web tree to a production web tree (ideally placed on a second server). DryDock codifies a formal approval process that forces management to approve all web site changes before those changes are put into production. Users never interact directly with the production web tree; DryDock updates it on their behalf.
<<less
Download (5.1MB)
Added: 2006-06-23 License: GPL (GNU General Public License) Price:
1219 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5