Main > Free Download Search >

Free 1.6 rc7 software for linux

1.6 rc7

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 297
A-foto 1.6 RC7

A-foto 1.6 RC7


A-foto is a theme (applet) for Superkaramba. more>>
A-foto is a theme (applet) for Superkaramba. A-foto show pictures on your desktop with different frame decorations and has the ability to change picture at present intervals.

Known Issues in this version:
- There is NO "add to line" mode. The organization of presented images is now accomplished through management of contents of the chosen folder. One suggested way of organizing custom slide shows is to create an empty folder and drag LINKS to preferred photos into that folder. Drop that folder onto a-foto. Presently, this appears to be the easiest way to achieve manageability of slide show content. Your alternative suggestions are welcome.
- Starting a second instance of A-foto from SuperKaramba interface may fail. Double-click on afoto.skz file to start additional applets.
- A-foto settings have "historical priority." Settings for 1st afoto applet ever will always be the 1st in line to be used when you open afoto. To get to the settings of the 3rd afoto instance, you need to open 3 afoto applets. We are working on a solution. Any comments and suggestions are welcome

<<less
Download (0.23MB)
Added: 2007-04-03 License: GPL (GNU General Public License) Price:
941 downloads
pam_krb5 1.3 RC7

pam_krb5 1.3 RC7


pam_krb5 is designed to allow smooth integration of Kerberos 5 passwordchecking with applications built using PAM. more>>
pam_krb5 is designed to allow smooth integration of Kerberos 5 passwordchecking with applications built using PAM.

Its now able to get krb5 tgt, convert krb5 tgt to krb4 tgt (krb524), get afs tokens with krb5_afslog, optinal native kth-krb4 ticket grabing.

New codes which are not in the main pam_krb5:

I wrote a new code which is usefull e.g with openssh-gssapi with token forwarding. It try to use and convert the forwarded krb5 tgt to krb4 tgt and to afs tokens. (like pam_openafs_session)

pam_krb5 can convert krb5 tgt to krb4 tgt (krb524) with Heimdal and with MIT Kerberos V.
<<less
Download (0.31MB)
Added: 2006-05-12 License: GPL (GNU General Public License) Price:
1262 downloads
STclass 4.0 RC7

STclass 4.0 RC7


STclass is a Contract Based Built-in Testing Framework (CBBT) for Java. more>>
STclass is a Contract Based Built-in Testing Framework (CBBT) for Java.
The goal of the STclass project is to diffuse a professional testing framework for the Java language. The Tigris site shoud support the maintenance and the evolution of the tool.
Main features:
- Runtime evaluable contracts definition and evaluation:
OCL like class invariants, pre and postconditions on methods;
contracts defined in javadoc comments (can be extracted by javadoc);
contracts inheritance from parent class and interfaces following the Meyers rules;
- Class level unit testing:
test are organized in TestUnits, TestCases and TestSuites;
Setup and Teardown actions can be associated to TestCase, a testUnit can participate to several TestCases;
tests are contract-based: TestUnits define only scenarii, oracles are evaluated by contracts;
tests are built-in: all the test definition is made in comments of the source code;
tests are inheritable from parent classes and interfaces;
- A preprocessor generates from the source an instrumented code with a main function: running the test is only running the class itself. Options manage the test conditions; it is possible to launch TestUnits individualy in verification mode; with Ant or other scripts, package or system test can be performed.
- Test result are saved in XML format, postprocessing tools produce nice HTML reports; using the JIP profiler, a statisitic and profiling analysis can be made during the test, its resuts are added to the HTML report.
Enhancements:
- Several bugs were fixed.
- Change option management is now based on property files.
- Good integration with Ant was achieved.
- IDEs including NetBeans and Eclipse are now supported.
- A new code_cover command that makes coverage tests with EMMA was added.
<<less
Download (3.8MB)
Added: 2006-11-21 License: GPL (GNU General Public License) Price:
1068 downloads
PING 1.10 / 2.00 RC7

PING 1.10 / 2.00 RC7


PING is a live Linux ISO, based on the excellent RIP (Recovery Is Possible) distribution. more>>
PING is a live Linux ISO, based on the excellent RIP (Recovery Is Possible) distribution. PING can be burnt on a CD and booted, or integrated in a PXE / RIS environment.
Several tools have been added and written, so to make this ISO the perfect choice to backup and restore whole partitions, an easy way. It sounds like Symantec Ghost(tm), but has even better features, and is totally free.
Main features:
- Backup and Restore partitions or files to a MS Network Shared directory;
- Backup and Restore the BIOS data as well;
- Either burn a bootable CD / DVD, either integrate within a PXE / RIS environment;
- Possibility to Blank local admins password;
- Create your own restoration bootable DVD (see the Howto Documentation);
- Partition and Format a disk before installing Windows (so to make sure your unattended Windows installation will happen on the right partition);
Specific advantages Linux brings you over DOS and Ghost :
- Most network cards automatically recognized by the Kernel (unlike DOS);
- Most CD/DVD readers automatically recognized by the Kernel (unlike DOS);
- You dont have to run a Ghostcast server to receive images over the network.
Whats New in 2.00 RC7 Development Release:
- NTFS filesystems were not being resized to the maximum size that the partition could contain, though logging reported such.
- An occasional hang on some systems when it came to mount NTFS partitions was fixed.
- For an unknown reason, using NTFS-3G drivers rather than native kernel drivers seems to resolve the issue.
- The kernel was updated to Linux 2.6.22.4.
- Some more network and S-ATA/SCSI drivers have been compiled.
<<less
Download (31.8MB)
Added: 2007-08-24 License: GPL (GNU General Public License) Price:
518 downloads
mod_auth_any 1.6 RC1

mod_auth_any 1.6 RC1


mod_auth_any is an authentication Apache module using any external program. more>>
mod_auth_any is an authentication Apache module using any external program.

Installation Instructions

As of version 1.4, the recommended compilation method uses the Makefile. As of version 1.5, please see the readme file in the docs directory, and use the Makefile.

Compiling with Apache See the Makefile. Make targets are apache1 and default (which compiles for apache2).

You may need the Apache source tree for this method.

Unpack the tarball (zcat mod_auth_any.tgz | tar -xf -)

Reconfigure apache with
--add-module=[location of mod_auth_any.c] --enable-shared=auth_any

Add the following to httpd.conf

LoadModule auth_any_module modules/mod_auth_any.so

AddModule mod_auth_any.c
Compiling Independently
(Recommended for RedHat) This method is easier, assuming you have a properly installed Apache rpm with all the apxs trimmings.

Unpack the tarball (zcat mod_auth_any.tgz | tar -xf -)

Configure with apxs
apxs -c mod_auth_any.c
apxs -i -a -n auth_any mod_auth_any.so
Add the following to httpd.conf

LoadModule auth_any_module libexec/mod_auth_any.so
AddModule mod_auth_any.c
Ignore complaints about EAPI, and dont forget to restart httpd.

<<less
Download (0.014MB)
Added: 2006-05-25 License: The Apache License Price:
1249 downloads
klxdvdrip 0.01 RC7

klxdvdrip 0.01 RC7


klxdvdrip is a graphical frontend for lxdvdrip written in python. more>>
klxdvdrip project is a graphical frontend for lxdvdrip written in python. I wrote it because lxdvdrip is one of the most stable backup tools for dvd.

Flexible and simple - but most of my friends are not used to using a konsole. So this is a way to give them access to lxdvdrip.

<<less
Download (0.031MB)
Added: 2007-06-04 License: GPL (GNU General Public License) Price:
874 downloads
MailManager 2.1 RC7

MailManager 2.1 RC7


MailManager helps teams deal with large volumes of email by allocating mail to the right person. more>>
MailManager helps teams deal with large volumes of email by allocating mail to the right person, providing tools to help answer it (prioritisation, reply templates, and a knowledge base), and allowing managers to set service levels for different types of mail and report on performance against service levels and volumes received.
MailManager is based on Zope which is required to use it. MailManager is cross-platform, but most of the testing has been under Linux and Mac OS X.
Whats New in 2.0.10 Stable Release:
- Added in fix for security issue
- Postgres encoding security hole (#1494281)
- The code in the 2.0.9 and previous releases may be vulnerable to this issue, depending on your postgres configuration. The exploit may allow an attacker to alter data in the SQL database and gain access to the web interface as an administrator. You are strongly advised to upgrade.
<<less
Download (0.27MB)
Added: 2006-08-22 License: GPL (GNU General Public License) Price:
1221 downloads
sux0r 1.6

sux0r 1.6


sux0r is a Bayesian filtering RSS aggregator. more>>
sux0r project is a Bayesian filtering RSS aggregator. Users classify news under different categories, and after gathering enough data, the computer will be able to automatically pick out interesting news.
Enhancements:
- The ability to check for dead feeds was added.
- MagpieRSS was upgraded to 0.72 (for a security fix).
- Minor tweaks and bugfixes were done.
<<less
Download (0.19MB)
Added: 2006-03-03 License: Public Domain Price:
1331 downloads
newsx 1.6

newsx 1.6


Newsx is an NNTP client for Unix. more>>
Newsx is an NNTP client for Unix. It connects to remote NNTP servers and receives incoming and outgoing articles
Newsx is also well suited for large spools with normal feeds, being used for pulling newsgroups from specific NNTP servers that are not distributed in the usual manner. Since newsx obeys the normal news spool configuration file and requires little or no specific configuration, the administrative burden should be minimized.
Main features:
- compatible with C News and INN local news servers
- configuration relies on standard C News and INN mechanisms for setting up newsservers and newsgroups
- setting of which newsgroups will be exchanged with which remote server based on sys or newsfeeds files, making administration easy
- logging of errors that occurred, as well as article transfer statistics
- optional log file for actual articles posted, and collection of posted articles in folders
- has been designed to be nice, so as not to overload the remote news server
- uses only standard RFC-977 functions, so should be compatible with the vast majority of news servers
- comprehensive error recovery for posting as well as for fetching; failed postings will be retried at the next opportunity, while fetching will resume at the point where it stopped
- refers to news history database to prevent fetching of articles already in the local spool. will not fetch crossposted articles more than once. does not rely on Xref, since many sites does not provide it.
- interface to popular news filters like Cleanfeed
Pulling news
News transfer via fetching to local news spools is sometimes claimed to be an inefficient way of transferring news compared to connecting newsreaders directly to the remote NNTP server.
The fact of the matter is that if set up and used correctly, exactly the opposite is the case.
A local news spool allows news transfer to occur at off-peak hours, thereby decreasing the host server load in the critical period. This will tie up less modems at peak hours, as well as decreasing the connect time since the actual transfer will run much quicker.
A fetch based system is also easier to administrate then the feeding kind, since every site decides for itself what groups it will exchange with whom. The major down-side is that article propagation times will be longer. For sites that are leafs in the news distribution tree, this is usually not very important.
Much of the problems connected with news pulling is connected to the use of the RFC-977 NEWNEWS command. Most news servers has implemented this command in an inefficient manner, which will put severe loads on the newsserver. Newsx does not use NEWNEWS.
<<less
Download (0.15MB)
Added: 2006-06-07 License: GPL (GNU General Public License) Price:
709 downloads
xmds 1.6-3

xmds 1.6-3


xmds is a code generator for equation integration. more>>
XMDS project is a code generator that integrates equations. You write them down in human readable form in an XML file, and it goes away and writes and compiles a C++ program that integrates those equations as fast as it can possibly be done in your architecture.
xmds - the eXtensible Multi-Dimensional Simulator - is a program for solving equations - fast. It is a tool to simplify the computer modelling of various systems, and is currently being developed within the Australian Centre for Quantum-Atom Optics at the University of Queensland.
There are many situations in many areas where a system of interest can be modelled by a differential equation or equations. Such areas include: physics, mathematics, engineering, physical and theoretical chemistry, theoretical and computational biology, finance, and economics. Modelling these systems involves writing a computer program to find a solution to the equations, which is not necessarily easy to do.
This is where xmds comes in. The advantage of using xmds instead of doing the same job by means of conventional programming is the same as ordering a pizza as opposed to making one yourself. The only thing you have to learn to become an xmds user is "How to order a pizza".
There are a couple of important differences here though: normally you have to pay for the pizza, while xmds comes for free; and xmds is like a gourmet pizza outlet - one has the option of exotic things like solving stochastic equations, which the chain-brand "pizza vendors" dont offer! xmds therefore makes writing complex computer simulations simple.
Another major advantage of xmds is that it is free. The source code and documentation can be freely downloaded from the xmds web site. xmds runs on Linux, Unix (including MacOS X) and the Cygwin environment on Windows, help for installing xmds on these systems is available both from the web site and the xmds distribution.
xmds is especially useful in solving complex problems requiring solving the problem over many different random parameters. Such problems can be parallelised (run on lots of computers at the same time) and xmds does this automatically with little user input, making the solution of these problems a breeze.
Often writing a computer program to solve complex problems can be very difficult, time-consuming, and error-prone. This is where xmds excels. One merely needs to write a script in a high-level form which is easy for a person to understand, and xmds goes off and writes the low-level code for you, producing code that is better for a computer.
This makes the writing of a simulation program significantly easier, reducing the development time, and almost eliminating bugs since xmds has written the vast majority of the code for you and has used thoroughly tested code and techniques in the production of the program.
The output program that xmds writes is still about as fast as code hand-written by an expert, so one can has the best of both worlds: quick development time, and quick execution.
So, if youre trying to model a bunch of atoms bouncing around together, the diffusion of an electrolyte solution, the reaction of enzymes with a substrate, or the volatility of stock prices, then xmds is the simulation tool for you.
Main features:
- An open-source XML based simulation package
- From Ordinary Differential Equations (ODEs) up to stochastic Partial Differential Equations (PDEs)
- Many applications:
- physics
- mathematics
- engineering
- finance
- economics
- chemistry
- theoretical biology
- Generates fast, C++ compiled code
- Documentation and source are free!
- Runs on Linux, Unix, MacOS X and Cygwin (Windows)
Installation
tar -xzvf xmds-1.3-5.tar.gz
cd xmds-1.3-5
./configure --with-user (or if logged on as root ./configure)
make
make install
Enhancements:
- This is another bugfix release of xmds-1.6.
- It is unlikely that anyone else has ever encountered these bugs, and now they never will. We are back to "no known bugs".
<<less
Download (0.38MB)
Added: 2007-06-27 License: GPL (GNU General Public License) Price:
852 downloads
LinQ 4.1.6

LinQ 4.1.6


LinQ is a full featured, modern Jabber instant messaging client. more>>
LinQ is a full featured, modern Jabber instant messaging client. It is compatible with many other instant messaging client, like Google Talk, Gaim, Psi, and Meebo.
LinQ is powerful. It aims to be fully compliant with XMPP, and to catch up with the latest JEPs.
LinQ is flexible. LinQ provides a set of APIs to enable other developers to write their own plugins. Actually most features of LinQ are implemented by plugins.
LinQ is portable. Currently, it runs on Windows and Linux. But porting to other platforms is very easy, thanks to the Qt library.
Main features:
- Data Forms
- Service Discovery
- Multi-User Chat
- In-Band Registration
- Non-SASL Authentication
- Feature Negotiation
- In-Band Bytestreams
- SOCKS5 Bytestreams
- XHTML-IM
- Chat State Notifications
- Stream Initiation
- File Transfer
- Roster Item Exchange
- Gateway Interation
- vcard-temp
- Jabber Search
- Delayed Delivery
Enhancements:
- URI scheme support (JEP-0147).
- vCard is not saved for contacts not in roster.
<<less
Download (0.84MB)
Added: 2006-07-23 License: GPL (GNU General Public License) Price:
1197 downloads
mp3cddb 1.6

mp3cddb 1.6


mp3cddb is a console MP3 renaming program. more>>
mp3cddb is a console MP3 renaming program. It can retrieve album data automatically or manually from FreeDB, from ID3 tags, or from a blank template.
Files can be renamed into any imaginable directory structure and format using a powerful yet simple configuration syntax.
Main features:
- Supports gathering information from:
- Automatically calculated FreeDB? DiscID
- Manually specified FreeDB? DiscID and Genre
- ID3 tags of mp3s
- Manual input to blank template
- Simple but powerful regular-expression based renaming engine
- ID3v1 and ID3v2 writing support
- ReadLine support for full text editing with history
- Everything is configurable
<<less
Download (0.010MB)
Added: 2005-09-09 License: GPL (GNU General Public License) Price:
1514 downloads
hexdump 1.6

hexdump 1.6


hexdump is a hex dumper that can handle EBCDIC. more>>
hexdump produces a CP/M-like format by default, and can handle EBCDIC. It is internationalized, and has many formatting functions.
This hex dumper was born because
a) od octal format is appallingly ugly
b) od -x aint much better
c) I needed to dump EBCDIC files from SNA sessions
d) I needed to dump single blocks of files offset into the file.
If any of these describes your universe, youll like it too. The format resembles a CP/M or MS/DOS DEBUG dump screen. There is nothing UNIX-specific in the source, it should work OK under any C with a stdio.h library.
Enhancements:
- Source RPMs no longer depend on --define myversion
<<less
Download (0.016MB)
Added: 2005-03-07 License: GPL (GNU General Public License) Price:
1695 downloads
FormFox 1.6

FormFox 1.6


FormFox is an extension which displays the the site to which the information youve entered is being sent. more>>
FormFox is an extension which displays the the site to which the information youve entered is being sent.

Do you know where your form information is going? This extension displays the form action (the site to which the information youve entered is being sent.)

In any place where you can enter data, from search boxes to order forms, mouse over the final Submit button to reveal the destination.

<<less
Download (0.003MB)
Added: 2007-04-11 License: MPL (Mozilla Public License) Price:
1003 downloads
AleVT 1.6.1

AleVT 1.6.1


AleVT is a teletext/videotext decoder and browser for the bttv driver (/dev/vbi) and X11. more>>
AleVT is a teletext/videotext decoder and browser for the bttv driver (/dev/vbi) and X11.
Theres nothing to configure. A simple make is all. If you do not want png support remove the WITH_PNG in the Makefile. Additionally, if you want a smaller font uncomment the "FONT=neep9" line. It gives you alevt, alevt-date, and alevt-cap and their man pages alevt.1x, alevt-date.1, and alevt-cap.1.
The program can be installed it where ever you want (i.e. /usr/local/bin). The programs are selfcontained and require no other files. Be careful with make install. Its just for me.
I added a little tool to set the system time from the videotext time. The date is not interpreted (not even transmitted on some channels). So it allows only adjustment of +/-12 hours. The default allowed adjustment is limited to +/-2 hours (use -delta to change). Without the -set option it just display the date in the format of the date command. Look at strftime for possible control sequences you may use in the -format option.
Enhancements:
- Removed the bttv-warning from the help pages
<<less
Download (0.11MB)
Added: 2006-07-21 License: GPL (GNU General Public License) Price:
1191 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5