Main > Free Download Search >

Free 2.3.0 patch software for linux

2.3.0 patch

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 871
DOOM 3 1.3.1.1304 Patch

DOOM 3 1.3.1.1304 Patch


DOOM 3 is a sci-fi horror masterpiece, DOOM 3 is like nothing you have experienced. more>>
DOOM 3 is a sci-fi horror masterpiece, DOOM 3 is like nothing you have experienced.
id Software has released a new patch for its FPS DOOM 3. This update brings your retail game to v1.3.1 and adds various fixes and improvements, Vista compatibility, and bringing back cross-platform multiplayer compatibility with the Mac.
Minimum System Requierments:
3D Hardware Accelerator Card Required - 100% DirectX 9.0b compatible 64MB Hardware Accelerated video card and the lateset drivers*.
English verision of Microsoft Windows 2000/XP
Pentium IV 1.5 GHz or Athlon XP 1500+ processoror higher
384MB RAM
8x Speed CD-ROM drive (1200KB/sec sustained transfer rate) and latest drivers
2.2GB of uncompressed free hard disk space (plus 400MB for Windows swap file)
100% DirectX 9.0b compatible 16-bit sound card and the latest drivers
100% Windows compatible mouse, keyboard, and latest drivers
DirectX 9.0b (included)
Multiplayer Requierments:
Internet (TCP/IP) and LAN (TCP/IP) play supported.
Internet play requires broadband connection and latest drivers
LAN play requires network interface card and latest drivers
Enhancements:
- Tested and improved Vista compatibility
- Fix a potential crash in physics
- Fix an issue with pak downloaded being immediately appended without filesystem restart
- Fixes to DNS lookup, reduced the stalls
- Updated the code to gcc 4.0 compliance, for Mac OSX universal binaries and GNU/Linux x86 binaries
- Threading implementation for Mac and Linux is more compliant with the Win32 behaviours
- Fix Alsa sound backend (Linux)
- Fixes to tty code (Linux)
<<less
Download (20.2MB)
Added: 2007-02-04 License: Freeware Price:
1642 downloads
KTouch 1.6 patched

KTouch 1.6 patched


KTouch is a program for learning how to touch-type. more>>
KTouch is a program for learning how to touch-type. KTouch is FREE software and offers you an easy way to learn to type on a keyboard quickly and correctly. Every finger has its place on the keyboard with associated keys to press.
Starting with only a few keys to remember you will advance through the levels of the training lecture while more and more keys are introduced. And finally you will be able to type very fast and accurate, because you no longer need to search for the keys on the keyboard (and because you will definitely use more then just two fingers).
KTouch shows the keys you need to press and the finger you need to use for that key on the screen. You neednt to look down on the keyboard to search the key. Therefore you will get used to looking at the screen only and thus you will learn touch typing much faster.
Main features:
- KTouch supports various keyboard layouts and you can easily add own keyboard layouts
- A number of training lectures are included by default (english, german, french ... etc)
- You can add and modify training lectures using the built-in lecture editor
- Detailed training statistics help you to find possible typing problems (keys that you typed wrong very often)
- The program calculates typing speed and your accuracy on-the-fly and displays them while you type
- Many settings (including the colour scheme of the program) can be modified by the user
- During training the level can be adjusted automatically according to your typing skill: if you type fast and correctly you will move a level up, otherwise stay in the level or even move down. So you will learn touch typing like playing a game.
Enhancements:
Patch provided by Gavin:
In trying to help a linux user group member compile ktouch 1.6.0
standalone version, I encountered a few errors.
o Only version 2.5 of autoconf was acceptable, 2.6 not allowed
o autoconf was checked for in --version output of the autoheader check
o ktouch/keyboards/Makefile.am had a trailing slash but no new line
Some minor changes all resulted in a successful `make -f Makefile.cvs`
Ive attached these changes in the patch attached and in a modified tar.gz.
I also noted that there are some .svn directories in the release. You
probably already know but, svn export will help you with that.
<<less
Download (2.1MB)
Added: 2007-06-27 License: GPL (GNU General Public License) Price:
859 downloads
rssh 2.3.0

rssh 2.3.0


rssh is a small shell that provides the ability for system administrators to give specific users access to a given system. more>>
rssh is a restricted shell for use with OpenSSH, allowing only scp and/or sftp. rssh project now also includes support for rdist, rsync, and cvs.
For example, if you have a server which you only want to allow users to copy files off of via scp, without providing shell access, you can use rssh to do that.
hough rssh is written to work with OpenSSH, it will probably work with other implementations of SSH. Also, rssh is written and tested on Linux systems, but should compile cleanly and work on any POSIX.2-compliant system. It is verified to work on the following platforms:
A wide variety of Linux distributions, on IA32 and IA64 hardware
Compaq Tru64 Unix
Solaris 2.x - 8 (under certain conditions -- see the security link)
AIX 5.1
HP/UX 11.00 (PA-RISC)
HP/UX 11.22 (IA64)
Irix 6.5
Currently, it does not work on (at least most of) the *BSDs, nor on OS X. They lack the wordexp() function, which rssh uses for command line argument expansion. Until they have such a function (which is defined by POSIX.2), or until I get bored enough to write a replacement, rssh will not work with the BSDs out of the box.
Update, 7 Jun 2003: Jacques A. Vidrine reports that FreeBSD 5.0 now has the wordexp() function, and rssh compiles cleanly on it, though he has not tested it. I still do not have any confirmation that it will work on FreeBSD 5, but it seems like a safe bet. I have received reports that other operating environments are also adding support for wordexp(), and rssh should work on all of those platforms, too.
If youre on a BSD system without the wordexp() function, you could work around this by obtaining a copy of the wordexp() functions code from, say, glibc2, and creating your own wordexp.h header. Compile wordexp.c manually, and link it against the other .o files. I have no intention of doing any work to facilitate that, though, so youre on your own.
If you have success using rssh with some other implementation of SSH, or using it on other platforms, feel free to send e-mail to the rssh mailing list to let me know. If you have problems compiling or installing rssh on your favorite platform, please send me the complete configure output, and any compilation errors generated.
Enhancements:
- This release fixes a design flaw in rssh_chroot_helper that allowed local users with full shell access to gain root privileges.
<<less
Download (0.052MB)
Added: 2005-12-20 License: BSD License Price:
1403 downloads
Cons 2.3.0

Cons 2.3.0


Cons is a Software Construction System. more>>
Cons is a Software Construction System.

Cons is a system for constructing, primarily, software, but is quite different from previous software construction systems. Cons was designed from the ground up to deal easily with the construction of software spread over multiple source directories. Cons makes it easy to create build scripts that are simple, understandable and maintainable. Cons ensures that complex software is easily and accurately reproducible.

Cons uses a number of techniques to accomplish all of this. Construction scripts are just Perl scripts, making them both easy to comprehend and very flexible. Global scoping of variables is replaced with an import/export mechanism for sharing information between scripts, significantly improving the readability and maintainability of each script.

Construction environments are introduced: these are Perl objects that capture the information required for controlling the build process. Multiple environments are used when different semantics are required for generating products in the build tree. Cons implements automatic dependency analysis and uses this to globally sequence the entire build. Variant builds are easily produced from a single source tree. Intelligent build subsetting is possible, when working on localized changes. Overrides can be setup to easily override build instructions without modifying any scripts. MD5 cryptographic signatures are associated with derived files, and are used to accurately determine whether a given file needs to be rebuilt.

While offering all of the above, and more, Cons remains simple and easy to use. This will, hopefully, become clear as you read the remainder of this document.

Why Cons? Why not Make?

Cons is a make replacement. In the following paragraphs, we look at a few of the undesirable characteristics of make--and typical build environments based on make--that motivated the development of Cons.

Build complexity

Traditional make-based systems of any size tend to become quite complex. The original make utility and its derivatives have contributed to this tendency in a number of ways. Make is not good at dealing with systems that are spread over multiple directories. Various work-arounds are used to overcome this difficulty; the usual choice is for make to invoke itself recursively for each sub-directory of a build. This leads to complicated code, in which it is often unclear how a variable is set, or what effect the setting of a variable will have on the build as a whole. The make scripting language has gradually been extended to provide more possibilities, but these have largely served to clutter an already overextended language. Often, builds are done in multiple passes in order to provide appropriate products from one directory to another directory. This represents a further increase in build complexity.

Build reproducibility

The bane of all makes has always been the correct handling of dependencies. Most often, an attempt is made to do a reasonable job of dependencies within a single directory, but no serious attempt is made to do the job between directories. Even when dependencies are working correctly, makes reliance on a simple time stamp comparison to determine whether a file is out of date with respect to its dependents is not, in general, adequate for determining when a file should be rederived. If an external library, for example, is rebuilt and then ``snapped into place, the timestamps on its newly created files may well be earlier than the last local build, since it was built before it became visible.

Variant builds

Make provides only limited facilities for handling variant builds. With the proliferation of hardware platforms and the need for debuggable vs. optimized code, the ability to easily create these variants is essential. More importantly, if variants are created, it is important to either be able to separate the variants or to be able to reproduce the original or variant at will. With make it is very difficult to separate the builds into multiple build directories, separate from the source. And if this technique isnt used, its also virtually impossible to guarantee at any given time which variant is present in the tree, without resorting to a complete rebuild.

Repositories

Make provides only limited support for building software from code that exists in a central repository directory structure. The VPATH feature of GNU make (and some other make implementations) is intended to provide this, but doesnt work as expected: it changes the path of target file to the VPATH name too early in its analysis, and therefore searches for all dependencies in the VPATH directory. To ensure correct development builds, it is important to be able to create a file in a local build directory and have any files in a code repository (a VPATH directory, in make terms) that depend on the local file get rebuilt properly. This isnt possible with VPATH, without coding a lot of complex repository knowledge directly into the makefiles.

<<less
Download (0.23MB)
Added: 2007-05-29 License: GPL (GNU General Public License) Price:
880 downloads
La-Nai 1.2.14-patch

La-Nai 1.2.14-patch


La-Nai is a CMS-like system that has basic modules, blocks, and templates. more>>
La-Nai is a CMS-like system that has basic modules, blocks, and templates.
The project is ready to create a Web site, but it has a new way of development called "Generated Framework", which means that a developer can generate module and source code from a command line script called "La-Mud".
In just a few minutes, you can create your own module or database driven module.
Installation:
1. Download release version at sourceforge
2. Extract to your home directory
3. Browse to http://your-domain-name/lanai-dir/
4. It ll start web installation follow the instruction until finish
5. Delete install directory after finish.
Enhancements:
- Multiple SQL injection vulnerabilities were fixed in three modules.
<<less
Download (1.5MB)
Added: 2007-08-11 License: GPL (GNU General Public License) Price:
806 downloads
PyDNS 2.3.0

PyDNS 2.3.0


PyDNS provides a module for performing DNS queries from python applications. more>>
PyDNS project provides a module for performing DNS queries from python applications.

Im making this release because there hasnt been a release in a heck of a long time, and it probably deserves one. Id also like to do a substantial refactor of some of the guts of the code, and this is likely to break any code that uses the existing interface. So this will be a release for people who are using the existing API...

There are several known bugs/unfinished bits

- processing of AXFR results is not done yet.
- doesnt do IPv6 DNS requests (type AAAA)
- docs, aside from this file
- all sorts of other stuff that Ive probably forgotten.
- MacOS support for discovering nameservers
- the API that I evolved some time ago is pretty ugly. Im going to re-do it, designed this time.

<<less
Download (0.020MB)
Added: 2006-05-10 License: Python License Price:
1266 downloads
xterm patch #229

xterm patch #229


xterm program is the standard terminal emulator for the X Window System. more>>
The xterm program is the standard terminal emulator for the X Window System. xterm patch provides DEC VT102/VT220 and Tektronix 4014 compatible terminals for programs that cant use the window system directly.
If the underlying operating system supports terminal resizing capabilities (for example, the SIGWINCH signal in systems derived from 4.3bsd), xterm will use the facilities to notify programs running in the window whenever it is resized.
I decided to work on this in early 1995, to support ded and add (and incidentally ncurses) in the X environment. Several people had made modifications to xterm to support color, but none (except for the completely independent rxvt) implemented background color erase. That is rather like preferring MS-DOS to UNIX. Completely mystifying.
Being bogged down in ncurses, I didnt get involved in xterm until the very end of 1995, after working on atac.
I implemented a workable version of colorized xterm just at the point where XFree86 3.1.2B was announced, complete with a color xterm. As luck would have it, theyd incorporated the "old" color model. So I joined the XFree86 project to fix it.
As I learned more about xterm, I realized that it implemented part of VT220 (i.e., the locking shifts for extended character sets). Since a number of people on the Internet are looking for a good VT220 emulator, it seemed a natural follow-on project to make xterm a good VT220 emulator.
By the release of XFree86 3.2, I had implemented most of the control sequences, except for a handful (DECSTR, the KAM and SRM modes, the ones pertaining to doublesize and soft characters, and of course, blink).
Enhancements:
- The script for installing a man page in a UTF- 8 locale has been fixed.
<<less
Download (0.74MB)
Added: 2007-08-13 License: MIT/X Consortium License Price:
803 downloads
Exim DSN Patch 0.1

Exim DSN Patch 0.1


The Exim DSN patch adds delivery status notification support to Exim 4.xx. more>>
The Exim DSN patch adds delivery status notification support to Exim 4.xx.

DSN Support for Exim. This patch allows Exim 4.xx to support the sending of email Delivery Status Notifications.
<<less
Download (0.036MB)
Added: 2005-07-15 License: IBM Public License Price:
1562 downloads
jGnash 2.3.0

jGnash 2.3.0


jGnash is a personal finance application written in Java. more>> jGnash 2.3.0 offers users a personal and useful finance application written in Java. jGnash is functional for keeping track of account balances and performing reconciliation. You can print checks, run simple reports, write your own scripts, and import QIF and GnuCash files.

The architecture of the data engine is unique for a financial application; please take a look at the technical information .jGnash is a double entry system, but you can make single entry transactions to support easy entry of adjustments to account balances. jGnash uses Accounts instead of Categories for double entry.

Double entry in jGnash works like most other commercial personal financial applications. You will not have to learn a new way of tracking your spending.

Major Features:

  1. Accurate calculations,no loss of precision or rounding errors
  2. Double Entry Transactions
  3. Single Entry Transactions
  4. Split Transactions
  5. Basic support for Investment Accounts and Transactions
  6. Nested Accounts
  7. Multiple Currencies (Default and Custom), Securities, and custom Commodities
  8. QIF import
  9. QIF import from on-line banking sources
  10. GnuCash import (1.8.x and 1.6.x)
  11. Auto-Completion
  12. Multiple look and feels
  13. Sortable account registers
  14. Reconciliation support
  15. Simple Reporting (More will be added)
  16. scripting support (BeanShell)
  17. Memorized transactions
  18. Update stock prices and currency exchange rates online
  19. File encryption
  20. Evaluation of mathematical expressions inside decimal fields
  21. Timestamp backup on file close or exit

Enhancements: Detect and correct accounts with self parenting

Requirements: Java 2 Standard Edition Runtime Environment


<<less
Added: 2009-06-28 License: GPL Price: FREE
49 downloads
iBATIS 2.3.0

iBATIS 2.3.0


iBATIS provides flexible means of moving data between your Java and .NET objects and a relationaldatabase. more>>
iBATIS project provides a very simple and flexible means of moving data between your Java and .NET objects and a relationaldatabase. Use the full power of real SQL without a single line of JDBC or ADO.NET code!

The Data Mapper framework (a.k.a. SQL Maps) will help to significantly reduce the amount of Java and .NET code that is normally neededto access a relational database. This framework maps classes to SQL statements using a very simple XML descriptor. Simplicity is the biggest advantage of iBATIS over other frameworks and object relational mapping tools.

To use iBATIS you need only be familiar with your own application domain objects (basic JavaBeans or .NET classes), XML, and SQL. There is very little else to learn. There is no complex scheme required to join tables or execute complex queries. Using iBATIS you have the full power of real SQL at your fingertips. The iBATIS Data Mapper framework can map nearly any database to any object model and is very tolerant of legacy designs, or even bad designs. This is all achieved without special database tables, peer objects or code generation.

iBATIS Data Access Objects

iBATIS Data Access Objects is an abstraction layer that hides the details of your persistence solution and provides a common API to therest of your application.
When developing robust Java and .NET applications, it is often a good idea to isolate the specifics of your persistence implementationbehind a common API. Data Access Objects allow you to create simple components that provide access to your data withoutrevealing the specifics of the implementation to the rest of your application.

Using DAOs you can allow your application tobe dynamically configured to use different persistence mechanisms. If you have a complex application with a number of differentdatabases and persistence approaches involved, DAOs can help you create a consistent API for the rest of your application.

For Java users, the Data Access Objects framework is bundled as part of the iBATIS Database Layer, which includes the SQL Maps Framework. Although packaged together, the DAO Framework is completely independent and can be used without SQL Maps. .NET users can download the DataAccess framework seperately from the DataMapper framework.
<<less
Download (2.6MB)
Added: 2007-01-10 License: The Apache License 2.0 Price:
1025 downloads
netshng 2.3.0

netshng 2.3.0


netshng project can be used in the development of applications which require direct communication with a STRATA-family router. more>>
netshng project can be used in the development of applications which require direct communication (using the netsh protocol) with a Foxmoxie Networks STRATA-family router.

This program requires the use of libnetshclient. If in doubt, use the latest versions of both.

This application has been tested on the Linux platform only.

To compile, you must have:

GNU make 3.81+
GNUtls 1.4.4+
libnetshclient 2.2.0+

and of course, standard Posix and ANSI headers.

To build the binary, simply edit the Makefile and change the value of the variable named LIBNETSHCLIENT to the directory of your libnetshclient source and build.

Once done, type make.

There is presently no install mechanism, so this must be done manually.
<<less
Download (0.010MB)
Added: 2007-06-07 License: GPL (GNU General Public License) Price:
870 downloads
Spotter 2.3.0

Spotter 2.3.0


Spotter is a program that lets students check their answers to math and science questions. more>>
Spotter is a program that lets students check their answers to math and science questions. It handles symbolic as well as numerical answers.
Spotter application is free and open source.
I got the idea for Spotter from LON-CAPA, which is also free and open-source. The programs are alike in some ways and different in others. There is another program called WeBWorK that also does similar things; it doesnt cost money, but Im not sure if its open-source or copylefted.
Enhancements:
- This version adds a general mechanism for creating qualitative questions using JavaScript, and uses that mechanism to implement multiple-choice questions.
<<less
Download (0.13MB)
Added: 2007-02-19 License: GPL (GNU General Public License) Price:
977 downloads
stl2pov 2.3.0

stl2pov 2.3.0


stl2pov reads an STL (Standard Triangulation Language) file and outputs a POVray mesh. more>>
stl2pov reads an STL (Standard Triangulation Language) file and outputs a POVray mesh.
stl2pov has been tested with STL files generated by Pro/Engineer.
BUILDING THE PROGRAM
For building on FreeBSD and other systems with the GNU toolset, see the instructions in the file INSTALL. After installation, a manual page for this program can be read with man stl2pov. Additional documentation is available in the documentation directory. See the Makefile.
I have set up a cross-compiler to produce a win32 binary. You can find it in the file stl2pov-2.3.0.zip on my website; http://www.xs4all.nl/~rsmith/software/
If anyone wants to donate makefiles or project files for other systems and compilers I will be happy to include them in the distribution.
Enhancements:
- Follow the new syntax for povray: use triangle instead of facet.
<<less
Download (0.012MB)
Added: 2006-06-07 License: GPL (GNU General Public License) Price:
1235 downloads
GKrellM 2.3.0

GKrellM 2.3.0


GKrellM is a system monitor package. more>>
GKrellM application is a GTK-based stacked monitor program that charts SMP CPUs, disks, load, active net interfaces, and internet connections.
There are also builtin monitors for memory and swap, file systems with mount/umount feature, mailbox checking including POP3 and IMAP, clock/calendar, laptop battery, sensors (temperatures, voltages, and fans), and uptime.
It has LEDs for the net monitors and an on/off button and online timer for PPP. There is a GUI popup for configuration, plugin extensions can be installed, and many themes are available. It also features a client/server monitoring capability.
Main features:
- Hostname/systemname display.
- Clock/calendar.
- SMP CPU monitor that can chart individual CPUs and/or a composite CPU.
- Temperature, fan, and voltage sensor monitors if supported by the kernel and the mainboard hardware (Linux requires lm_sensors to be installed).
- Each sensor monitor has a configurable alarm and warning.
- Process monitor with a chart for load and forks and a display of number of current processes and users.
- Disk monitor that can chart individual disks or a composite disk.
- Internet monitor (http, ftp, ...) that displays current tcp port connections and charts historical port hits for over two days.
- Net interface monitors with charts for all routed net interfaces. Data rx/tx LEDs and a timer button that can be linked to a ppp or isdn net interface and displays on line time.
- Memory and swap space usage meters, and a swap page in/out chart.
- File system meters which show capacity/free space and can mount/umount.
- A mailbox monitor which can launch a mail reader, a mail fetch/check program, and a sound notify command. Builtin new mail message checking for mbox, maildir, MH, POP3, and IMAP mailboxes.
- APM laptop battery meter with a configurable alarm and warning for low battery time left.
- Uptime display.
- Multiple monitors managed by a single process to reduce system load.
- Charts have auto scaling or fixed scaling modes.
- Commands can be configured to run when monitor labels are clicked.
- gkrellm can run in client mode and collect data from a gkrellmd server running on a remote machine.
- Both gkrellm and the gkrellmd server are plugin capable so special interest monitors can be coded.
<<less
Download (0.89MB)
Added: 2007-07-22 License: GPL (GNU General Public License) Price:
824 downloads
VideoDB 2.3.0

VideoDB 2.3.0


VideoDB is a database to manage your personal video collection. more>> <<less
Download (0.62MB)
Added: 2007-08-08 License: GPL (GNU General Public License) Price:
811 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5