Main > Free Download Search >

Free been released software for linux

been released

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 4022
Quake 4 1.1 Point Release

Quake 4 1.1 Point Release


Quake 4 is a highly appreciated FPS game. more>>
Earth is under siege by the Strogg, a barbaric alien race moving through the universe consuming, recycling and annihilating any civilization in their path. In a desperate attempt to survive, an armada of Earths finest warriors is sent to take the battle to the Strogg home planet.
You are Matthew Kane, an elite member of Rhino Squad and Earths valiant invasion force. Fight alone, with your squad, or in hover tanks and mechanized walkers as you engage in a heroic mission to the heart of the Strogg war machine.
Battle through the beginning of the game as a combat marine, then after your capture, as a marine-turned-Strogg with enhanced abilities and the power to turn the tide of the war.
Built on id Softwares revolutionary DOOM 3 technology, QUAKE 4 also features fast-paced multiplayer competition modeled after the speed, feel, and style of QUAKE III Arena.
Quake 4 DEMO is released by Id Software.
Main features:
- Highly anticipated sequel to id softwares award-winning QUAKE II.
- Diversity of combat. Fight through solo missions as well as buddy and squad-based operations; or pilot heavy walkers and hover tanks through outdoor battles and epic firefights.
- Being captured and converted to Strogg becomes Earths only hope for defeating the Strogg.
- Player is not alone - he and his squad are part of a massive invasion force.
- Utilizes the industry leading DOOM 3 technology to create an unparalleled visual and aural experience.
- Arena-style multiplayer that allows players to play as Strogg or Marine in deathmatch, team deathmatch and capture-the-flag modes.
Enhancements:
- n addition to a number of new changes and updates, this 1.1 Point Release also includes the changes from update 1.0.4.0, beta 1.0.5.0 and beta 1.0.5.2. If you have not previously updated QUAKE 4, this update will bring your installation completely up to date. If you have previously installed an earlier update, this update can be installed over the earlier update(s) without problems - there is no need to re-install previous updates released through the id Software website. Doing so may adversely affect the proper functionality of your installation.
<<less
Download (321.7MB)
Added: 2006-03-29 License: Freeware Price:
1304 downloads
SUSE Linux 10.1 Remastered

SUSE Linux 10.1 Remastered


SUSE Linux Remastered combines the 10.1 GM and all online updates that have been released for 10.1. more>>
SUSE Linux Remastered combines the 10.1 GM and all online updates that have been released for 10.1.

openSUSE Linux provides anyone with free and easy access to the worlds most usable Linux distribution, SUSE Linux.

The openSUSE project is a worldwide community program sponsored by Novell (http://www.novell.com) that promotes the use of Linux everywhere.

The goals of the openSUSE project are:

Make SUSE Linux the easiest Linux distribution for anyone to obtain, and the most widely used open source platform.

Provide an environment for open source collaboration tha makes SUSE Linux the worlds best Linux distribution for new and experienced Linux users.

Dramatically simplify and open the development and packaging processes to make SUSE Linux the platform of choice for Linux hackers and application developers.

Currently, SUSE Linux is an unsupported, open source only, preliminary edition of SUSE Linux that contains bleeding-edge packages and represents the latest development snapshot. If you intend to test for bugs or contribute patches, this version is for you...
<<less
Download (MB)
Added: 2006-10-13 License: GPL (GNU General Public License) Price:
1155 downloads
Ultimate Stunts 0.7.2 release 2

Ultimate Stunts 0.7.2 release 2


UltimateStunts will be a remake of the famous DOS-game more>>
UltimateStunts will be a remake of the famous DOS-game "stunts". This DOS-game, which was released in the early 1990s, can be downloaded on several abandonware sites, e.g. the XTC site .
Ultimate Stunts is a 3D racing game, with simple CGA/EGA/VGA graphics and no texture or smooth shading, but because of the spectacular stunts (loopings, bridges to jump over, etc.) it was really fun to play.
One of the best aspects of this game is that it had a track editor. Because of the tile-based tracks, every gamer was able to make its own tracks.
The remake wont become a DOS game: it will work on UNIX-compatible systems (like Linux), and on windows. It will also provide more modern features, like openGL graphics, 3D sound and internet multiplaying.
The current version is still in a pre-alpha fase, so you shouldnt expect much of it, but the screenshots give a nice impression of how the game will look.
Enhancements:
- Fixed non-functioning online multiplaying function
- Fixed AMD64 compilation bug
- Added abort functionality to loading page
<<less
Download (31.5MB)
Added: 2007-08-12 License: GPL (GNU General Public License) Price:
814 downloads
Enrapture Beta 0.6

Enrapture Beta 0.6


Enrapture project is a OpenGL-based space/RPG game. more>>
Enrapture project is a OpenGL-based space/RPG game.

It takes its influences from the old master piece Elite.

Enrapture is a game for the Linux Community but it will eventually be released for Windows as well.

The game will be released in several Beta Versions, where every new version is building on the previous to form the final release.

<<less
Download (32.5MB)
Added: 2006-11-07 License: Other/Proprietary License Price:
1083 downloads
Jericho HTML Parser 2.4

Jericho HTML Parser 2.4


Jerich HTML Parser is a simple but powerful java library allowing analysis and manipulation of parts of an HTML document. more>>
Jerich HTML Parser is a simple but powerful java library allowing analysis and manipulation of parts of an HTML document, including some common server-side tags, while reproducing verbatim any unrecognised or invalid HTML. It also provides high-level HTML form manipulation functions.
Jericho HTML Parser project is an open source library released under the GNU Lesser General Public License (LGPL). You are therefore free to use it in commercial applications subject to the terms detailed in the licence document.
Main features:
- No parse tree of the entire document is ever generated. The document source text is searched only for the markup relevant to the current operation. This allows the library to analyse and modify documents containing incorrect or badly formatted HTML or any other server or client side code, script, macro or markup. Most other parsers cant handle content that they are not explicitly programmed to accept.
- The beginning and end positions in the source text of all parsed segments are accessible, allowing modification of only selected segments of the document without having to reconstruct the entire document from a parse tree. This feature, in combination with the one above, makes the toolkit extremely powerful in its simplicity.
- Provides a simple but comprehensive interface for the analysis and manipulation of HTML form controls, including the extraction and population of initial values, and conversion to read-only or data display modes. Analysis of the form controls also allows data received from the form to be stored and presented in an appropriate manner.
- ASP, JSP, PSP, PHP and Mason server tags can be registered for recognition by the parser, and are recognised as accurately as is possible without incorporating actual parsers for these languages into the library. The library then allows any of these segments to be ignored when parsing the rest of the document so that they do not interfere with the HTML syntax. (see Segment.ignoreWhenParsing())
- Custom tag types can be easily defined and registered for recognition by the parser.
Enhancements:
- This version has been released under a dual licence system, allowing a choice between the Eclipse Public License (EPL) and the LGPL.
- It includes important bugfixes and introduces the following major features: simple rendering of HTML markup into text, integrated logging with various logging frameworks, and easier parsing of HTML tags containing server tags.
<<less
Download (0.85MB)
Added: 2007-05-20 License: LGPL (GNU Lesser General Public License) Price:
534 downloads
Open 4GL WebServices 0.2 Beta

Open 4GL WebServices 0.2 Beta


Open 4GL WebServices is an opensource project to implement a wizard and a framework. more>>
Open 4GL WebServices is an opensource project to implement a wizard and a framework to make it easy to publish PROGRESS procedures as WebServices generating the WSDL and WS code, without requiring the developer to learn XML or the framework itself.
With this tool the developer can select an existing PROGRESS procedure and produce the WSDL file and/or a proxy procedure that handle the SOAP call and translate between SOAP and PROGRESS datatypes. Open 4GL WebServices also can handle the WS-I security recommendation requiring a custom procedure to authenticate the user/password.
Also, the generated proxy procedure is based on procedure templates (skeletons), these templates allow the developer to choose how to deploy the webservice. The developer can choose between webspeed, a batch version to call it from a CGI, a socket based version, or a custom template, etc.
This kind of project had been there for years, i had read some documents about howto build it, but nobody had been released the complete solution as open source by now. Its an alternative to the commercial version distributed by PROGRESS, only that this version doesnt require Sonic MQ or the AppServer to run properly.
Installation:
Put the entire o4glws directory somewhere in the PROPATH and make a copy the
file o4glws.i in any directory in the PROPATH of the deployment machine, because its needed to compile the deployed webservice adapter procedures.
INCLUDED FILES
o4glwsAdapter.p Webservice adapter generator
o4glwso4glws.i Library included in every adapter
o4glwso4glws.w Wizard to generate adapter/WSDL files
o4glwsprocDlg.w Dialog to select the procedures to include in the
webservice
o4glwsprocInfo.i Temp-table definitions used by all programs
o4glwsprocInfo.p Extracts the information about internal procedure,
functions and temp-tables of a procedure file
o4glwsREADME.TXT This file
o4glwsLicense.txt Software license
o4glwstransparent.ico The wizards icon
o4glwsWizard3.gif One of the wizards images
o4glwsSuccess.gif One of the wizards images
o4glwsError.gif One of the wizards images
o4glwsWSDL.p WSDL adapter generator
o4glwssample Samples of the generated code
o4glwstemplates Templates used to generate adapters
Enhancements:
- A "Unable to use Namespace: []" message was removed.
- Malformed Web service addresses were corrected.
- A problem where the generated WSDL did not correctly describe the output parameters of the Adapters was fixed.
- Buffer handlers for output tables are no longer needed.
- Date parameters are now supported.
- Speed for output tables was optimized.
- Expiration date and time parameters were added to securityTemplate.p.
- A fault report was added.
<<less
Download (0.060MB)
Added: 2006-05-04 License: GPL (GNU General Public License) Price:
1269 downloads
Zenserver 0.5

Zenserver 0.5


Zenwalk Linux (formerly Minislack) is a Slackware-based GNU/Linux operating system. more>>
Zenwalk Linux (formerly Minislack) is a Slackware-based GNU/Linux operating system with a goal of being slim and fast by using only one application per task and with focus on graphical desktop and multimedia usage.

Zenwalk features the latest Linux technology along with a complete programming environment and libraries to provide an ideal platform for application programmers. Zenwalks modular approach also provides a simple way to convert Zenwalk Linux into a finely-tuned modern server (e.g. LAMP, messaging, file sharing).

Whats New in This Release:

After over 4 months of development Zenserver 0.5 has been released.

There have been a huge amount of changes since last release. Zenserver 0.5 features the 2.6.19.7 kernel with the GRSecurity patch, Lighttpd, PHP, Mysql, Bind, Postfix, Samba, full development tools, WebLua, and among many other things, ZSAdmin for effective and simple systems administration.

ZSAdmin is capable of: enabling web scripting languages for Lighttpd, system configuration, configuring Inetd, configuring Mysql, and more. I forgot to give this release a code name, but thanks to Borromini it can unofficially be called "Quirky

<<less
Download (263.4MB)
Added: 2007-06-14 License: GPL (GNU General Public License) Price:
866 downloads
GNOME Translate 0.99

GNOME Translate 0.99


GNOME Translate is a natural language translator. more>>
GNOME Translate is a GNOME interface to libtranslate. It can translate a text or web page between several natural languages, and it can automatically detect the source language as you type.

GNOME Translate is free software, released under the terms of the GNU General Public License.

<<less
Download (0.29MB)
Added: 2005-07-29 License: GPL (GNU General Public License) Price:
1550 downloads
libbehate 0.0.1

libbehate 0.0.1


libbehate is a library with implementation of BHT communication protocol. more>>
libbehate is a library with implementation of BHT communication protocol.

This protocol is used in communication with Toyota Denso data collection terminals. Library itself uses librs232 for link layer.

Library is released under the term of LGPL license.

<<less
Download (0.31MB)
Added: 2007-07-24 License: LGPL (GNU Lesser General Public License) Price:
822 downloads
Bandwidth Management Tools 200603080716

Bandwidth Management Tools 200603080716


Bandwidth Management Tools is a total bandwidth management solution for Linux. more>>
Bandwidth Management Tools is a total bandwidth management solution for Linux and can be used for firewalling, traffic graphing, and shaping.
Bandwidth Management Tools is not based on any currently-available bandwidth management software and supports packet queues, bursting, complex traffic flow hierarchies, flow groups, traffic logging, and a simple real-time monitoring front-end.
Main features:
- XML configuration file format:
- Class based traffic categorization
- POWERFULL for advanced users!!
- Firewalling:
- Support for all Netfilter features on host operating system
- Traffic shaping (flows):
- Shaping of blocks or single ip addresses
- Support for bursting based on user definable average period
- Multi-level shaping, you can define parents & grand parents
- Traffic logging:
- Logging of byte, packet, burst & drop counters
- Traffic flow grouping
- Misc:
- Atomic loading of firewall tables into kernel
- Supports more than 1 CPU
Whats New in 0.2.3 Release:
- Development snapshot 200602012132 has been released as stable.
- The URLs in graphs generated by bwm_graph has been fixed.
Whats New in 200603080716 Release:
- Logging directly to RRD files was added.
- Graphing was fixed, and error handling was improved.
- rrdtool was fixed so that if it is built at installation time, its also installed.
- New flow parameters were added: report-format, report-filename, and flow-mode.
<<less
Download (0.48MB)
Added: 2006-03-09 License: GPL (GNU General Public License) Price:
1367 downloads
ThreatNet::DATN2004 0.01

ThreatNet::DATN2004 0.01


ThreatNet::DATN2004 is a Proposal: The Decentralised Active Threat Network. more>>
ThreatNet::DATN2004 is a Proposal: The Decentralised Active Threat Network.

This document has been created to describe a concept that may be of use in a variety of fields. It should be considered a general concept only and is subject to change.

This CPAN/POD version of the document, first published in December 2004 at http://ali.as/devel/threatnetwork.html, has been released to independantly timestamp and archive the concept and proposal in case of future patent-related issues by companies and to attempt to keep the core idea available to all.

On the Internet there exists an increasing number of different ways in which hosts are being misused or abused. Likewise there is also an increasing number of ways in which these known-bad hosts are being identified. Most of these occur in the process of a particular task, such as checking an email message for spam status.

As these hosts are identified, their identify is transmitted across to internet to members of threat networks. The most common of these are the various email "black lists", most of which use DNS or some other method to publish lists of known-bad ips or ip ranges. Mail processing services submit requests to a DNS server storing these lists to determine if a particular host contacting them is a known spammer.

This draft specification describes a system which would be used to identify a specific category of these bad ips, hosts that can be considered "Active Threats". An Active Threat is a host that is currently engaged in anti-social, damaging or criminal behaviour, such as actively sending out spam or viruses. This specification is NOT intended to deal with long-term offenders, as they are addressed by a number of current systems.

If applied to long term offenders, hosts would be registered as an Active Threat when they commence their anti-social behaviour, and fall off any list during periods in which they are not conducting this behaviour.

The general intent is to deal with only those hosts that are actively engaged in damaging behaviour, whether or not they are long term offenders or new offenders. And to deal with the hosts as soon as possible, ideally within a few seconds.

<<less
Download (0.026MB)
Added: 2007-02-21 License: Perl Artistic License Price:
977 downloads
Scientific Linux 5.0 Live CD/DVD

Scientific Linux 5.0 Live CD/DVD


Scientific Linux is a Linux release put together by Fermilab, CERN, and various other labs and universities around the world. more>>
Scientific Linux is a Linux release put together by Fermilab, CERN, and various other labs and universities around the world. Its primary purpose is to reduce duplicated effort of the labs, and to have a common install base for the various experimenters.
The base SL distribution is basically Enterprise Linux, recompiled from source.
Our main goal for the base distribution is to have everything compatible with Enterprise, with only a few minor additions or changes. An example of of items that were added are Pine, and OpenAFS.
Our secondary goal is to allow easy customization for a site, without disturbing the Scientific Linux base. The various labs are able to add their own modifications to their own site areas. By the magic of scripts, and the anaconda installer, each site is to be able to create their own distributions with minimal effort. Or, if a users wishes, they can simply install the base SL release.
The Scientific Linux project, which rebuilds source packages for Red Hat Enterprise Linux (RHEL) into a complete RHEL clone, has released a live CD/DVD edition of their latest version for the i386 and x86_64 architectures:
"The Scientific Linux Live CD/DVD is a bootable CD/DVD that runs Linux directly from CD/DVD without installing. It is based on Scientific Linux 4 It uses Unification File System (Unionfs), allowing read-only file system to behave as a writable one and SquashFS providing on-the-fly decompression that allows to store 2GB of software on a normal CD-ROM. The Live CD/DVD was built using modified scripts from Linux-Live."
Enhancements:
- Scientific Linux Live CD 5.0 has been released for i386 and x86_64 architectures. The Scientific Linux Live CD is a bootable CD that runs Scientific Linux directly from CD without installing. New feature: Live CD can be installed to local hard disk. Major software updates compared to Scientific Linux 4 Live CD: Linux kernel 2.6.18, OpenAFS client 1.4.4, X.Org 7.1, 3D desktop with Compiz and AIGLX, GNOME 2.16.0, OpenOffice.org 2.0.4, Firefox 1.5. Additional features: can be installed on USB key; can be mounted over NFS (as diskless client).
<<less
Download (693MB)
Added: 2007-05-26 License: GPL (GNU General Public License) Price:
903 downloads
SQuirreL SQL Client 2.5.1

SQuirreL SQL Client 2.5.1


SQuirreL SQL Client is a graphical Java program that will allow you to view the structure of a JDBC compliant database. more>>
SQuirreL SQL Client is a graphical Java program that will allow you to view the structure of a JDBC compliant database, browse the data in tables, issue SQL commands etc. The minimum version of Java supported is 1.4.x. We recommend 1.5.x. See the Old Versions page for versions of SQuirreL that will work with older versions of Java.

SQuirreLs functionality can be extended through the use of plugins. A short introduction can be found here. To see the change history (including changes not yet released) click here.

Susan Cline graciously took the time to document the steps she followed to setup an Apache Derby database from scratch and use the SQuirreL SQL Client to explore it.
Quite some time ago Kulvir Singh Bhogal wrote a great tutorial on SQuirreL and published it at the IBM developerWorks site. He has kindly allowed us to mirror it locally. The tutorial is not really up to date but especially for doing the first steps it is still of help.

SQuirrel was originally released under the GNU General Public License. Since version 1.1beta2 it has been released under the GNU Lesser General Public License.

Whats New in This Release:

1716859 Cant see data in content tab or row count tab (MS SQLServer databases
with a dash ("-") in their name would cause the content tab or row count
tabs to render no data.

1714476: (DB copy uses wrong case for table names) The copy operation would
sometimes fail to select records from the source table. Since the
case for the source table is always known to be correct, the plugin
no longer erroneously attempts to correct the case.

1700093: Formatter fails for insert script with multiple subselects

Refactoring Plugin: SQL-Server needs eol between GO and statement.

Fixed bug which appeared while editing tables in PostgreSQL 8.1. If the table
was created without an OID column, the last column would not be editable.

Fix for issue where dates arent correctly displayed or updated when using
treat date as timestamp pref in the SQl Editor result panel.

Use the last directory that a file was imported from when importing additional
files for binary fields.

1699294: Squirrel imports BLOB, but does not update data

Oracle Plugin: Handle slashes when they are used as statement separators.

137984 (Bug in alias delete) The problem was that notifications were being
sent to the alias drop-down that the item was being deleted which trigger an
update and new selection forcing the connect to alias window to be launched.
Now, the alias drop down is disabled while the update is happening and enabled
immediately afterward.

<<less
Download (MB)
Added: 2007-05-20 License: LGPL (GNU Lesser General Public License) Price:
563 downloads
Passwd 3.0

Passwd 3.0


Passwd is the Horde password changing application. more>>
Passwd is the Horde password changing application. While it has been released and is in production use at many sites, it is also under heavy development in an effort to expand and improve the module.
Right now, Passwd provides fairly complete support for changing passwords via Poppassd, LDAP, Unix expect scripts, the Unix smbpasswd command for SMB/CIFS passwords, Kolab, ADSI, Pine, Serv-U FTP, VMailMgr, vpopmail, and SQL passwords.
Passwd is part of a suite of account management modules for Horde consisting of Accounts, Forwards, Passwd, and Vacation.
Collectively these modules now comprise what is known as sork.
Enhancements:
- This version is compatible with Horde 3.
- A new composite driver has been added, as well as Kolab, Pine, proc_open(), Samba, LDAP, and Windows drivers.
- Additional password policy checks have been added.
- TLS and SSL support and support for shadowLastChange and shadowMin attributes have been added to the LDAP driver.
- Bind variables are used now in the SQL drivers.
- The expect script has been extended to allow setups with passwd as the login shell. Catalan, Persian, and Slovak translations have been added.
- The documentation has been updated.
- More configuration options are available.
<<less
Download (0.88MB)
Added: 2005-10-10 License: GPL (GNU General Public License) Price:
1483 downloads
revava 0.3

revava 0.3


revava is a disassembler for Atmel AVR microcontroller firmware. more>>
revava is a single pass disassembler that reads in a file containing a program intended for an Atmel AVR microcontroller and outputs assembly code that can be input to an avr assembler. The output of revava contains assembler mnemonics where possible and dc.W declarations where no mnemonic matches the data.

The comment field for each assembly instruction contains the address from the object code and the destination address for branches, calls, jumps, etc. In the case where there are multiple assembly instructions that assemble to the same opcode, all choices are presented in a group with all but the first choice commented out.

revava is written in C++ and the source code is available here, having been released under the GNU Public License.

Instalation

The code is pretty vannilla C++. It should build with just about any C++ compiler. I tried it with gcc egcs-2.91.66 on linux and gcc 2.95.1 on Solaris 7. The only problem I noticed is that the Linux version wanted

#include < string.h >

and the Solaris version wanted

#include < strings.h >

I left it at < string.h >, so you might have to adjust that to get it to compile on your system.

After downloading the latest tarball (x.y is the version number)

tar -xvzf revava-x.y.tar.gz
cd revava-x.y

Here you might want to edit the Makefile for your own preferences, then:

make

This should make two executables: "revava" and "make_test_source". revava is the disassembler. make_test_source just spits out some AVR assembly code that uses every instruction with different combinations of arguments.

After that you might want to

strip revava

I thought not using -g as a compiler flag made the executable as small as possible, but "strip revava" makes it even smaller.
<<less
Download (0.025MB)
Added: 2005-03-07 License: GPL (GNU General Public License) Price:
1694 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5