Main > Free Download Search >

Free rc5 software for linux

rc5

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 24
Lonix 1.0 RC5

Lonix 1.0 RC5


Lonix is a console-based full Linux system which runs from a live CD. more>>
Lonix is a console-based full Linux system which runs from a live CD. Based on Linux From Scratch, this distribution includes useful utilities for students and developers. Some servers, such as Apache, Proftpd, and sshd are pre-configured and included.

It can also be used as a partition tool (featuring fdisk and parted) or as a rescue CD. Currently, the homepage and some scripts in the CD are just in Spanish. There may be a future release that is also in English.

The initial Freshmeat announcement for version 1.0rc3, was made on October 13, 2002. Version 1.0rc5 was released October 27, 2002.
<<less
Download (152MB)
Added: 2005-05-19 License: GPL (GNU General Public License) Price:
1619 downloads
jrawio 1.0 RC5

jrawio 1.0 RC5


jrawio is a Service Provider Implementation for the Java ImageIO API. more>>
jrawio is a Service Provider Implementation for the Java ImageIO API. It provides the ability to read images coded in a digital "camera raw" format (such as NEF for Nikon or CRW/CR2 for Canon).
jrawio is to be pointed out that jrawio is implemented in 100% pure Java.
In simple words, a Camera RAW format is the dump of the data collected by the camera sensor, with basically no post-processing applied. While it has the pitfall of requiring heavy processing in order to achieve a displayable image, the basic advantage is that any transformatio applied to it is "reversible".
From this point of view a Camera RAW format can be thought as a "digital negative". But dont confuse this with Adobes Digital Negative format (.DNG), which is just the try to define a standard format of RAW images. Indeed every camera manufacturer (e.g. Nikon, Canon, ...) has its own format.
jrawio is presently a Release Candidate for v1.0, so its coming out of beta stage. Please refer also to the Release Notes for information about issues.
It has been tested with about 8,000 photos taken with Nikon D100 and D70 cameras and with about 250 samples of various cameras downloaded from the web. jrawio has been explicitly tested with the following models:
Canon CR2 Digital Rebel, EOS 1D MkII, EOS 1Ds MkII, EOS 350D
Canon CRW D30, EOD 10D, EOS 300D
Leica DNG R8, R9
Minolta MRW DiMAGE 5, DiMAGE 7i, DiMAGE 7Hi
Nikon NEF CoolPix 5400, CoolPix 5700, CoolPix 8700, CoolPix 8800, D1, D100, D1X, D200, D2H, D2X, D50, D70, D70s
Pentax PEF *ist D, *ist DL, *ist DS
Sony SRF F828
Enhancements:
- This release fixes bugs related to application integration.
<<less
Download (0.96MB)
Added: 2006-02-18 License: IBM Public License Price:
1349 downloads
OpenWrt 1.0 RC5

OpenWrt 1.0 RC5


OpenWrt is a Linux distribution for wireless routers. more>>
OpenWrt is a Linux distribution made for wireless routers. Instead of trying to cram every possible feature into one firmware, OpenWrt provides only a minimal firmware with support for add-on packages.
For users this means the ability to custom tune features, removing unwanted packages to make room for other packages and for developers this means being able to focus on packages without having to test and release an entire firmware.
Enhancements:
- Countless bugfixes, various security patches, improved Failsafe, faster installation (new firstboot script), a multilingual Web interface (Cesky, Deutsch, Dansk, Eesti, Espanol, Francais, Italiano, Norsk, and Polski), and ethernet switch configuration (/proc/switch).
<<less
Download (1.9MB)
Added: 2006-03-28 License: GPL (GNU General Public License) Price:
1314 downloads
LogDog 2.00-RC5

LogDog 2.00-RC5


LogDog is a tool that monitors messages passing through syslogd and takes action based on key words and phrases. more>>
LogDog is a tool that monitors messages passing through syslogd and takes action based on key words and phrases.
LogDog has a configuration file which allows you to specify a list of key words or phrases to alert on, and a list of commands that can be run when those words are encountered.
Main features:
- Monitors syslogd messages for key words and phrases and runs system commands based on content.
- Logs all activity to a file.
- HUP signal is intercepted correctly and causes Logdog to reload its configuration and refresh all filehandles.
- Reads data from syslogd via a FIFO for efficiency and low latency alerts.
- Script returns error status to the system when an error occurs.
- Verbose and descriptive error messages if something goes wrong.
- Multiple debugging levels.
Installation:
make install
Enhancements:
- Updated the pringmsg() function. It now logs and syslogs messages in a more syslog-like format.
- Made it so it doesnt drop permissions until after it opens/writes its PID file. This means that if you *are* dropping permissions a HUP signal will likely cause logdog to exit abruptly if your PID file is not writable by Logdog.
<<less
Download (0.015MB)
Added: 2005-10-15 License: GPL (GNU General Public License) Price:
1469 downloads
Abbot 1.0.0 RC5

Abbot 1.0.0 RC5


Abbot helps you test your Java UI. more>>
Abbot helps you test your Java UI. Abbot framework comprises Abbot, which lets you programmatically drive UI components, and Costello (built on Abbot) which allows you to easily launch, explore and control an application. The framework may be used with both scripts and compiled code.
This overview of the Abbot system will give you an idea of the different system components and how it is used. There is also some background concerning the issues involved with Java GUI testing.
You can see what Costello (the script editor) looks like or try it out via Java Web Start by using the links to the right. The screen shot shows a sample application, its UI hierarchy, and some component properties as displayed by Costello.
Here is what GUI unit test code looks like using Abbot (see Tutorial 1 or Tutorial 2 for more examples).
Refer to the API documentation for the ComponentTestFixture, ComponentTester and Robot classes, as well as the framework tests in the test source subdirectory.
You can also record user actions directly into a script which controls the event playback and testing.
This form of test is more suitable to integration/functional testing. The Costello script editor is provided which can record user actions and facilitate script construction and maintenance. It also provides insight into the hierarchy of the application under test.
You can launch the editor with the Web Start link above and immediately point it at any application you wish to launch and examine. The editor provides a hieararchy browser which displays all components in use by the application, as well as a wealth of information about any component selected in the hierarchy.
JUnit is used as the controlling harness for running tests and suites of tests, but scripts can easily be wrapped to run in other environments. Scripts may also be used to create a demo or tutorial for an application. You can drive the actual application and provide popup annotations while it is running.
Abbot is provided under the Common Public License (CPL).
Enhancements:
- Provide object-based JListLocation
- Ensure JComboBox tester works on LAFs not based on Basic.
- Improve JFileChooserTester methods and javadoc.
- Provide frame waiting methods in ComponentTester to replace deprecated ones.
- JRE 1.3 class format compatibility
- Include missing bits from src.jar
<<less
Download (5.7MB)
Added: 2006-10-27 License: Common Public License Price:
1097 downloads
XDirectFB 1.0-rc5

XDirectFB 1.0-rc5


XDirectFB project is a rootless X Server using DirectFB windows for X11 toplevel windows. more>>
XDirectFB project is a rootless X Server using DirectFB windows for X11 toplevel windows.
This way you can adjust the opacity of every application with your mouse wheel (while holding CapsLock or Meta down over a window). More details about these shortcuts can be found in the DirectFB README.
Window movements are initiated by the applications or the window manager. The graphical movement is done by DirectFB using available hardware acceleration.
Overlapping toplevel windows do not cause expose events, i.e. redrawing of the window contents, as they are DirectFB windows and therefore have an own surface, a.k.a. backing store.
Its heavily based on XDarwin and some KDrive code.
Enhancements:
- Added X Selection DFB Clipboard support.
- Added DPMS support.
- Added option "-displayLayer ".
- Initial DGA implementation with DGA keyboard and DGA mouse support.
<<less
Download (0.093MB)
Added: 2006-10-13 License: GPL (GNU General Public License) Price:
1107 downloads
OS-SIM 0.9.9 RC5

OS-SIM 0.9.9 RC5


Ossim stands for Open Source Security Information Management. more>>
Ossim stands for Open Source Security Information Management. OS-SIMs goal is to provide a comprehensive compilation of tools which, when working together, grant a network/security administrator with detailed view over each and every aspect of his networks/hosts/physical access devices/server/etc...
Besides getting the best out of well known open source tools, some of which are quickly described below these lines, ossim provides a strong correlation engine, detailed low, mid and high level visualization interfaces as well as reporting and incident managing tools, working on a set of defined assets such as hosts, networks, groups and services.
All this information can be limited by network or sensor in order to provide just the needed information to specific users allowing for a fine grained multi-user security environment. Also, the ability to act as an IPS (Intrusion Prevention System) based on correlated information from virtually any source result in a useful addition to any security professional.
Main features:
- Arpwatch, used for mac anomaly detection.
- P0f, used for passive OS detection and os change analisys.
- Pads, used for service anomaly detection.
- Nessus, used for vulnerability assessment and for cross correlation (IDS vs Security Scanner).
- Snort, the IDS, also used for cross correlation with nessus.
- Spade, the statistical packet anomaly detection engine. Used to gain knowledge about attacks without signature.
- Tcptrack, used for session data information which can grant useful information for attack correlation.
- Ntop, which builds an impressive network information database from which we can get aberrant behaviour anomaly detection.
- Nagios. Being fed from the host asset database it monitors host and service availability information.
- Osiris, a great HIDS.
<<less
Download (3.8MB)
Added: 2007-08-09 License: BSD License Price:
812 downloads
mysqlWisp 0.4 RC5

mysqlWisp 0.4 RC5


mysqlWisp is a project which provides a standalone or mysqlISP-controlled subsystem. more>>
mysqlWisp is a project which provides a standalone or mysqlISP-controlled subsystem.
mysqlWisp provides a standalone or mysqlISP-controlled subsystem for managing one or hundreds of hotspots with access controlled by iptables, MAC addresses, IP addresses, and passwords.
Access points are connected to a second NIC, and all traffic is initially redirected to a login page.
mysqlWisp provides a mysqlISP family standalone or mysqlISP controlled subsystem for managing 1 or 100s of hotspots with full iptables/MAC+IP+Login+Passwd controlled access.
Easy on the end-user -and the hotspot staff- wide open WAPs are supported. The WAP -or LAN of WAPs- is connected to a 2nd NIC (like eth1 for example, or via a WAP capable card for low cost and very flexible linux WAP/Gateway box.) The model used is the captive portal: "redirect all traffic to hotspot login page -unless logged in" on the WAP/Gateway controlled by a local instance of mysqlWisp.
The gateway linux server running mysqlWisp usually will also provide dhcpd, named, and two instances of apache2: One for the webmin and the other the login page. After hotspot user logs in, she then is allowed through the WAP/Gateway, via advanced iptables SNAT, DNAT and REDIRECT rules managed by mysqlWisp.
Started adding accounting and QoS control along with mysqlCart provided online credit card processing support.
Enhancements:
- Adding mysqlISP external job queue handling.
- Adding more WISP AAA/NOC support based on Chicago installation.
- Use tUser.cProfile for cMAC and cIP if exists (fixed users.)
- Add cProfile dictionary to tConfiguration to check new user addition.
<<less
Download (0.11MB)
Added: 2007-02-22 License: GPL (GNU General Public License) Price:
974 downloads
NetCalendar 1.0 RC5

NetCalendar 1.0 RC5


NetCalendar is a network capable and mostly UNIX /usr/bin/calendar database compatible Calendar application. more>>
NetCalendar is a network capable and mostly UNIX /usr/bin/calendar database compatible Calendar application programmed in Java.

NetCalendars initial motivaion was a programming project at the Aachen University of Applied Sciences for the object oriented programming class. But it became much more than just that!

<<less
Download (0.25MB)
Added: 2006-05-19 License: GPL (GNU General Public License) Price:
1253 downloads
mysqlCart 0.46 RC5

mysqlCart 0.46 RC5


mysqlCart provides a template based dynamic e- commerce shop system. more>>
mysqlCart provides a template based dynamic e- commerce shop system.

It does not require any modules or rely on interpreted languages and is very fast even on older machines.

Finally a template driven -pure C with mySQL C API-, very fast and easy on your CPU and RAM GPL ecommerce solution. The mysqlCart/mysqlShop admin/dynamic site combo is from the world leaders in GPL ISP software OpenISP, and it is FREE (more so GPL free! www.fsf.org)

This ecommerce solution gives you the edge over clunky perl (shudder!) or pain in the ... php installation nightmare and interpreted lameness. And phps awkward syntax tries to be like C (php is written in C, but study its history and come to your own conclusions about its usefulness for heavy traffic sites,) so why bother?

To be fair php is great for certain things but C is much better for mySQL cgis. All unix type OSs, including Linux/FreeBSD/OpenBSD and Solaris are written in C.

<<less
Download (0.57MB)
Added: 2007-02-22 License: GPL (GNU General Public License) Price:
975 downloads
namefix.pl 4.0 RC5

namefix.pl 4.0 RC5


namefix.pl is a Perl script which purpose is to make formatting file names of media files very easy and quick. more>>
namefix.pl is a Perl script which purpose is to make formatting file names of media files very easy and quick.

Initialy it was just used to convert spaces to underscores on all mp3s in a given directory, but I soon added case formatting and many other options.

As far as Im aware this was first the script/ program created for the purpose of automatically formatting media collections.

So after many lapses, drinking/ smoking binges, hard drive failures and my laziness in general, namefix.pl is back, better than ever.

<<less
Download (0.10MB)
Added: 2007-08-07 License: GPL (GNU General Public License) Price:
892 downloads
Mediainlinux 4 RC5

Mediainlinux 4 RC5


Mediainlinux is a multimedia-focused Linux distribution. more>>
Mediainlinux is a complete Linux distribution targeted at multimedia production, wich consist in a live cd (knoppix derived) containing more than 200 graphical application and thousands of command line tools for:

* Acquisition
* Conversion
* Editing
* Compression
* PostProduction in the Audio, 2D and 3D graphics and Video domain.

Mediainlinux distribution is a working prototype of a Debian Multimedia Distribution, based on the last version (3.4) of the Knoppix Linux Live Cd.

Our CD supports most of the graphic, audio and tv/satellite computer card on the consumer and prosumer market GNU/Linux compatible and has more than 200 graphical applications and hundreds (nearly 1000) of command line tools for covering all the complexity of the multimedia process of production: acquisition, conversion, compression and mastering.

Most of the Multimedia in the GNU/Linux world is covered, but there are some tools which we dont want to distribute together with Mediainlinux for legal reason and mainly because we are not sure about the integrity of the code, which could be stolen or covered by copyrights and so on.

You can install this applications after Mediainlinux is installed on the hard disk, because they will be present in the Synaptic interface (because we added the sources to the sources file).

Technical Goals:

1.Multimedia Kernel (modified to gain more reactivity from the system) and especially in the graphic (drivers for consumer and prosumer video cards) and audio (firmware for professional audio cards) subsystems, applying many patches like the low latency, preemption, real time e capabilities patches and reach a better recognizing of peripherals.

2.Boot splash: cover the Knoppix Live Cd initialization (which is oldish and bad looking, in our opinion) with an animation and some informations about the project.

3.Develop customized multimedia cd and application.

4.OpenMosix enabled kernel to make distributed rendering with Blender and Yafray.

Non technical goals:

1.Include applications which are not already part of the Debian distribution: speed in the free software world creates a situation in which hundreds of projects starts in a year and the ones which survive with an active development the first year and get developed for two or three years have a good chance to continue and be included in the major distributions. Sometimes it needs to anticipate this process and “discover” some applications which are not already shipped with a major distribution, before they become famous and encouraging their diffusion putting them in Mediainlinux. This has a double effect: makes the software better testing it and reporting bugs, suggestions and ideas and making better the whole Mediainlinux itself.

2.Support package maintainer to promote the diffusion of applications that havent already been debianized: programmers that transform the source code of a certain software in a Debian .deb, ready to be installed on a computer with a Debian GNU/Linux distribution (or a Debian compatible one like Mediainlinux) are often volunteers doing this work just as an hobby. For some other software there are already some sponsorships from some facilities and one of the goals of Mediainlinux is to find economic support for this programmers in the multimedia field of application.

3.Organizations: we had contacts with some organizations like ONU and UNESCO and with Italian (Turin, Padova, Bologna, Siena) and international (Bristol, Oslo, Zlin, Tampere, Georgia) universities and with some other organizations in the audio and video fields like FESTPACO or African Women Media Center. In all this places Mediainlinux has been introduced and in some also experimented, still limiting to single tests. With all this entities we would like to set up a collaboration that goes from simple testing and reporting of bugs, to requests for new characteristics and development of additional software.

4.Art Academies: many institutions like MULTIDAMS of Turin, the school of Art and Media of Tampere or the Brera Academy of Art in Milan has a double role: public places for experimentation (and so contamination between technology and art) and possible producers of demonstrations and examples of use, artist and collaborators.

User side goals:

1.Make Mediainlinux a better looking distribution: the look of Mediainlinux is a key aspect of the whole project. The more the distribution will be stylish (from the cd to the manual, from the Internet site to an exhibition stand) in the design and in its graphic and artistic ideas, the more it will gain success between the Linux Artists and the Macintosh community. Then we need to surpass the look of proprietary systems, using all the widgets that can simulate the most stylish looking applets and so we must need graphics to create icons, desktop themes, wallpapers, screen savers and audio video materials (like desktop sounds or video tutorials).

2.Make Mediainlinux simpler: we need to do more integration between different applications, in the way that for a .ogg vorbis file we will have a contextual menu to play, edit, record it etc. etc. This should be done for most of the file formats in the multimedia field and its an operation very intensive of configuring, programming, experimenting and daily use.

3.Make better configuration tools: most of all we need a good configuration of auto mounter to create automatically the icons of peripherals on the desktop.

4.Documentation: we need a manual for the primary applications (mostly done) and its translation in English, French, Spanish and German.

5.Training: we are organizing many courses on subsystems included in Mediainlinux and especially for audio and video streaming, 2D and 3D graphic, musical composition and less common training lessons in multimedia installations and physical and acoustic simulation.

6.Support: make concrete a way to support our users with a mailing list, a forum and a satellite program with tutorials, examples and demonstrations of creativity.
<<less
Download (692.4MB)
Added: 2005-12-23 License: GPL (GNU General Public License) Price:
1415 downloads
FALF Player 1.0 RC5

FALF Player 1.0 RC5


FALF Player wants to be a smart, compact, light and comfortable mp3 player with tabbed playlists. more>>
FALF Player wants to be a smart, compact, light and comfortable mp3 player with tabbed playlists.

Its early pre-release and it does not represent the quality of first stable release so be careful with your notes.

If you want to help, join the project!

<<less
Download (MB)
Added: 2007-04-16 License: GPL (GNU General Public License) Price:
925 downloads
Coriander 2.0.0 RC5

Coriander 2.0.0 RC5


Coriander is a GUI that let you control your 1394 digital video camera interactively. more>>
Coriander project is the Linux graphical user interface (GUI) for controlling a Digital Camera through the IEEE1394 bus (aka FireWire, or iLink).
Coriander is full featured and besides changing the parameters of the camera it will also let you record video, send images to an FTP site, convert the video to a V4L stream,... A live display is of course provided too.
Best of all, Coriander will work with any camera that is compatible with the IIDC specifications (also known as DCAM specs). This includes most 1394 webcams and a majority of industrial or scientific cameras too.
However, any cameras in which you can insert a video tape (camcorders,...) will NOT work with coriander. These cameras record compressed DV video on the tape, while the IIDC specify uncompressed, on-the-fly video flows.
Main features:
- change picture mode and format.
- camera on/off/reset
- control of Auto/man/one-push-auto, on/off, value and absolute value for all standard features
- memory channel save/load
- full Format_7 control
- control of the external trigger
- transmission on/off/restart
Enhancements:
- Upgrade the framerate calculation to use the timestamps sent by the kernel (through libdc1394)
- Add a counter that shows dropped frames warnings. A warning is issued when the difference between a pervious period and a new period is larger than 50%.
- fixed the bit depth. If the bit depth is available in the camera, it will be used. Otherwise the manual control will be available. I still have problems with my Basler 602f though. It has 10bits but the image is not good: saturated regions appear mid-grey (128) and the other regions are noise.
- sync with libdc1394 (SVN 391)
- fixed missing string in trigger_source_list
- sync with libdc1394
- add more details to configure messages
- added PIO, SIO and strobe direct register read/write
- remove spurious debug messages
- revert part of the change of Feb. 1st regarding the Flea 2 because some other manufacturers implementation systematically fail one of the tests.
- fixed wrong argument order of WritePVNHeader(). Thanks to John Shen.
- Disable features if they dont support any control mode or if they are OFF and their power cant be controlled. This solves a few issues we had with the Flea 2 from Point Grey.
- little update of the "About" window
- dont set 1394b at boot time: let the user do it manually.
- move and fix `extern declarations of string arrays from build_menus.c, build_ranges.c, thread_save.c, tools.c, update_frames.c and update_ranges.c to coriander.h
<<less
Download (0.27MB)
Added: 2007-06-11 License: GPL (GNU General Public License) Price:
867 downloads
Alert Manager 1.0-RC5

Alert Manager 1.0-RC5


Alert Manager was created to run an alert command. more>>
Alert Manager was created to run an alert command, monitor the status of that commands output, and guarantee that if something goes wrong it wont go unnoticed.
Alert Manager has been successfully deployed in several fortune 500 companies providing guaranteed alert delivery and command execution.
It has a very flexable configuration file that allows creation of "alert chains" - chains of commands, each with their own fallback command, failure command, timeout, retry counter, and other advanced options.
It has a method for passing messages from the command line into the various commands defined in the configuration file
Main features:
- Runs any system command (defined in configuration file) and has several methods for verifying that it executed successfully.
- Logs all activity to a file.
- Has a method to prevent infinite loops of failing commands.
- Supports user definable variables in the configuration file that can be used later in that file.
- Script returns error status to the system when an error occurs and logs a detailed message.
- Verbose error messages to STDOUT if something goes wrong.
- Multiple debugging levels.
Enhancements:
- Fixed a bug in configuration file parsing that would cause alertManager to process some commented lines when it should have ignored those lines.
- Add support for passing the "message" in via STDIN. Just use a "-m stdin" and pipe some text to alertManager.
- Set SIGCHLD to IGNORE so children can exit on their own without waiting for the parent to reap them or exit.
<<less
Download (0.016MB)
Added: 2005-10-14 License: GPL (GNU General Public License) Price:
1470 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 2
  • 1
  • 2