Main > Free Download Search >

Free commando 2 software for linux

commando 2

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 6434
bonddb 2.2.6

bonddb 2.2.6


bonddb is a data abstration layer for SQL. more>>
Bonddb is a object oriented wrapper for postgresql SQL. bonddb project is a fast data abstraction layer written in C for C/C++ applications to allow easy access to class objects.
Bonddb is not a stand alone object orientated database, but works on top of SQL so you still get a solid proven backend with the benefits of things like prescient objects.
At the moment only postgresql is supported, though we are working with gnome-db to support a more complete range of databases.
One of the real advantages of bonddb is how easy it is to modify rows in database fields without you having to construct sql statements or worry about refreshing existing datasets. It also lets you easy map your tables together in object to object relationships.
Method calls arent supported yet but they are on the way. Direct binding into individual langauges is still been worked on.
Installation and Requierments:
In order to install bonddb you need the postgresql client development libraries installed, specifically libpq-fe.
Postgresql 7.0 or higher is required, as bonddb uses functions specific to this version. Also glib development libaries 1.2 or higher is needed.
For bonddb 0.3.0 and higher you will need bison, Ive come across some problems under older versions of bison and I recommend you have version 1.3 or higher installed.
Enhancements:
- Bugs concerning saving records and jumpto searches were fixed.
- Problems with using PostgreSQL 8.2 and OIDs were fixed.
- Improvements were made for the build process for Windows.
<<less
Download (0.72MB)
Added: 2007-03-15 License: GPL (GNU General Public License) Price:
953 downloads
Nanoweb 2.2.8

Nanoweb 2.2.8


Nanoweb is a modular Web server written in PHP. more>>
Nanoweb project is an HTTP server written in PHP, designed to be small, secure, and extensible.
Main features:
- HTTP/1.1 compliance
- Powerful and easy configuration
- Modular architecture
- FastCGI, CGI and Server side includes support
- Name and port based virtual hosts
- Access control lists
- htpasswd, MySQL, PostgreSQL and LDAP authentication support
- Themes for server generated content
- Apache compatible log format, MySQL logging
- Directory browsing
- inetd support and SSL via external helpers
- Denial of Service protection
- Proxy Server extension
- Filters and gzip support
- RBL support (mail-abuse.org)
- Extension Protocols (request methods) support
- and a lot more
<<less
Download (0.25MB)
Added: 2006-08-11 License: GPL (GNU General Public License) Price:
1175 downloads
Ignorance 2.2

Ignorance 2.2


Ignorance is a flexible, powerful content filtering plugin for Gaim. more>>
Ignorance is a content filtering plugin for Gaim. If you love Gaim for chat, but find yourself missing the filtering features of clients like zinc, then Ignorance is for you!

<<less
Download (0.22MB)
Added: 2005-10-21 License: GPL (GNU General Public License) Price:
1463 downloads
mod_backhand 1.2.2

mod_backhand 1.2.2


mod_backhand is project that allows seamless redirection of HTTP requests from one web server to another. more>>
mod_backhand is an Apache module that allows seamless redirection of HTTP requests from one web server to another. This redirection can be used to target machines with under-utilized resources, thus providing fine-grained, per-request load balancing of web requests.
Backhand is a project that was initiated in class at The Johns Hopkins University in The Department of Computer Science. After a simple proof of concept, written in C++, the project was pursued as a graduate qualifier project.
A proof of concept was realized, but a deployable product was needed. In order for public use, testing and, ultimately, acceptance, we wished to provide drop-in functionality in the most popular web server on the net.
mod_backhand was born. This drop-in module for the Apache Web Server provides a turnkey solution for intra-cluster redirection of HTTP on a per-request basis. The redirection is based on various system resources available within the cluster. This service is provided seamlessly, preserving remote host information for access/authentication purposes.
As with the methodology of Apache, the redirection mechanism can be enabled or disable for individual directories.
System resources are announced by the module to the cluster via ethernet broadcasts and/or IP multicasts. These resources are made available to the decision making algorithms that drive mod_backhand.
Supporting the following platforms:
- Linux (since release 0.5)
- Solaris (since release 1.0)
- BSDI (since release 1.0.5)
- (Net|Free|Open)BSD (since release 1.0.5)
- Linux (alpha fix) (since release 1.0.7)
- FreeBSD (since release 1.0.8)
- FreeBSD-4.x (since release 1.2.0)
- Windows NT through ntbhb (see related links) (since release 1.2.1)
Enhancements:
- Fixed brown-paper-bag problem with byBusyChildren. It was internally calling byLoad.
- Add diagnostics for erroneous MulticastStats entries -- Ben Laurie
- Setting no MulticastStats is fatal -- Ben Laurie
- Mac OS X resource acquisition fix -- Marquis Logan
- Use apache notes to prevent infinite recursion in the event that failure causes local handling and local handling is backhand_redirection.
- Allow the first argument in the two argument MulticastStats form to be a hostname (rather than IP).
- Various CRLF fixes from Kevin Walters.
<<less
Download (0.25MB)
Added: 2006-05-23 License: The Apache License Price:
1251 downloads
XMLBeans 2.2.0

XMLBeans 2.2.0


XMLBeans project is a technology for accessing XML by binding it to Java types. more>>
XMLBeans project is a technology for accessing XML by binding it to Java types. XMLBeans provides several ways to get at the XML, including:
- Through XML schema that has been compiled to generate Java types that represent schema types. In this way, you can access instances of the schema through JavaBeans-style accessors after the fashion of "getFoo" and "setFoo".
- The XMLBeans API also allows you to reflect into the XML schema itself through an XML Schema Object model.
- A cursor model through which you can traverse the full XML infoset.
- Support for XML DOM.
Start off with your own stuff:
If you want to get right to it with your own XML schema and instance, follow these basic steps:
Install XMLBeans.
Compile your schema. Use scomp to compile the schema, generating and jarring Java types. For example, to create a employeeschema.jar from an employeesschema.xsd file:
scomp -out employeeschema.jar employeeschema.xsd
Write code. With the generated JAR on your classpath, write code to bind an XML instance to the Java types representing your schema. Heres an example that would use types generated from an employees schema:
File xmlFile = new File("c:employees.xml");
// Bind the instance to the generated XMLBeans types.
EmployeesDocument empDoc =
EmployeesDocument.Factory.parse(xmlFile);
// Get and print pieces of the XML instance.
Employees emps = empDoc.getEmployees();
Employee[] empArray = emps.getEmployeeArray();
for (int i = 0; i < empArray.length; i++)
{
System.out.println(empArray[i]);
}
Enhancements:
- Updated to the latest XMLSchema.xsd - January 25, 2006
- Updated XmlBeans to work with SaxonB-8.6.1 in place of SaxonB8.1
- XQuery external variable binding support
<<less
Download (MB)
Added: 2007-05-07 License: The Apache License 2.0 Price:
907 downloads
Adrian 2.0

Adrian 2.0


Adrian project is a RPG using SDL and OpenGL. more>>
Adrian project is a RPG using SDL and OpenGL.
Story Line:
Loacated In the deserts of Nevada, Area 51 the eternally mysterious facilities of the United States Army have been taken over by an evil scientist with the help of his genetically engineered creatures.
He plans to destroy the world using the the Intercontinental Balistic missiles (ICBMs) which have been lying unarmed in the desert since the end of cold war. He plans to arm these missiles and launch an attack on the world resulting in a Nuclear Holocaust.
The Area is heavily guarded, and attacks by air have been ruled out due to the State-of-the-art Anti Aircraft Battery.
The only hope of the world is Adrian. He has successfully completed many commando operations in Vietnam and Afghanistan.
As the Hero is dropped off, he gets the information that the ICBMs are being armed. The standard Arming and launch sequence takes some time. This is all the time Adrian has got to stop the ICBMs from lifting off from their silos. Once Launched, ICBMs cannot be recalled or destroyed.
Version restrictions:
- 1) Takes a lot of time to quit once the mission is sucessful.
- 2) The sound doensnt work properly on some of the systems :(( we are not sure about the reason.. if any of you know about it... plz.. send us...
<<less
Download (13.3MB)
Added: 2007-01-04 License: GPL (GNU General Public License) Price:
1025 downloads
mod_auth_shadow2 2.2

mod_auth_shadow2 2.2


mod_auth_shadow is an Apache module for authentication using /etc/shadow. more>>
mod_auth_shadow is an Apache module for authentication using /etc/shadow.

When performing this task one encounters one fundamental difficulty: The /etc/shadow file is supposed to be read/writeable only by root. However, the webserver is supposed to run under a non-root user, such as "nobody".

mod_auth_shadow addresses this difficulty by opening a pipe to an suid root program, validate, which does the actual validation. When there is a failure, validate writes an error message to the system log, and waits three seconds before exiting.

<<less
Download (0.009MB)
Added: 2007-04-02 License: GPL (GNU General Public License) Price:
935 downloads
Smartmenu 0.2.2

Smartmenu 0.2.2


Smartmenu is a menuing application for Lirc. more>>
Smartmenu is a menuing application for Lirc. Its purpose is to make use of an infra-red remote controller with a Linux box as easy and smart as possible.
It handles displaying and browsing menus in a way that is usable for typical user of a remote controller.
Such a user must be able to use the menus when he is a few meters away from the monitor or even with monitor turned off.
Enhancements:
- This release provided better control of lirc key repeating.
<<less
Download (0.036MB)
Added: 2005-11-10 License: GPL (GNU General Public License) Price:
808 downloads
easyNotes 0.2.2

easyNotes 0.2.2


easyNotes project is a Web-based multi-user notes management application. more>>
easyNotes project is a Web-based multi-user notes management application.
easyNotes is a Web application for managing notes within a large group of different users.
Main features:
General features
- Multiuser notes management
- simulated row level locking
- Organisation of notes with folders
- Access management
- User / Group management
- Rights management (depending on the great software phpGACL)
- Multiple skins / themes
- English / German
- for Mozilla / Firebird / IE
- PHPUnit Testing
Notes management
- Create new notes
- Search notes
- Filter notes by owner and / or group
Enhancements:
- There are some bugfixes.
- An initial plugin (calendar) has been added to show how easyApplications can be customized according to your needs.
<<less
Download (2.7MB)
Added: 2007-04-30 License: MPL (Mozilla Public License) Price:
909 downloads
chaosircd 2.2.0

chaosircd 2.2.0


chaosircd is an IRC daemon with commands, channel modes, user modes, and flood control. more>>
chaosircd project is an IRC daemon with commands, channel modes, user modes, and flood control implemented as runtime (re)loadable modules.

DNS, AUTH (ident) queries, and proxy scans are done in a single child process to avoid wasting valuable file descriptors and responsiveness.

It features a server-server protocol using timestamps for netsplit handling similar to TS5 (hybrid), and OpenSSL encrypted server-server and client-server connections.

<<less
Download (0.70MB)
Added: 2006-10-12 License: LGPL (GNU Lesser General Public License) Price:
1109 downloads
GnomeSword 2.2.2

GnomeSword 2.2.2


GnomeSword is a Bible study application. more>>
Gnomesword is a Bible study application for GNOME, a graphical desktop enviroment which is available for several Unix and Linux flavors.
GnomeSword is based on SWORD by the CrossWire Bible Society, a framework providing the possibility to study the Bible and additional information like commentaries, dictionaries and other texts using your computer.
Main features:
- Search Bible and Commentary
- Search Personal notes
- Add personal notes to verses
- Bookmark Bible passages
- Bookmark Commentaries
- Bookmark Lexicons and Dictionaries
- Interlinear Page - Display up to five versions
- StudyPad for keeping notes
- Spellcheck for StudyPad and Personal notes (uses gnome-spell)
- Uses modules from the SWORD Project
- Support for Sword Bible, Commentary, Lexicon and General Book modules
<<less
Download (1.7MB)
Added: 2007-02-23 License: GPL (GNU General Public License) Price:
978 downloads
mod_but 2.2

mod_but 2.2


mod_but is an Apache 2.x module designed to operate as reverse-proxy enhancement component. more>>
mod_but is an Apache 2.x module designed to operate as reverse-proxy enhancement component. mod_but integrates with mod_rewrite, mod_replace, mod_proxy, mod_security, mod_headers and other standard modules.
Main features:
- Pre-Authentication (Login)
- Cookie based session handling between the client and the reverse-proxy. This session is referred "mod_but session"
- Cookie hiding of backend application cookies (shared memory store). This session is referred as "Backend Session"
- Session store
- Session termination (Logout)
- HttpOnly support
- FREE cookies support (which are not handled by mod_but)
- URL Authorization: Check if user is authorized requesting the desired URLs
- Restrict authentication=ok messages to backend login services
<<less
Download (0.68MB)
Added: 2006-03-31 License: Other/Proprietary License Price:
1302 downloads
Wmufo 1.2.2

Wmufo 1.2.2


Wmufo is a dockable application which monitors your seti@home client statistics. more>>
Wmufo is a dockable application which monitors your seti@home client statistics.

Installation:

Root Installation:

1) su -
2) cd /current/directory/of/wmufo
3) ./configure

Either

4A) make install-strip

or

4B) make
4B) strip src/wmseti
4B) cp src/wmseti /usr/local/bin/

User installation

1) ./configure
2) make
3) strip src/wmseti
4) cp src/wmseti ~/bin
<<less
Download (0.22MB)
Added: 2005-10-11 License: GPL (GNU General Public License) Price:
1473 downloads
pingmon 2.2

pingmon 2.2


pingmon is a small PING monitor, it just pings a server 5 times and displays the results. more>>
pingmon is a small PING monitor, it just pings a server 5 times and displays the results.

Dont really know how usefull it will be to anyone, but here it is!

Change the .theme file to change the labels and the servers... ill try to do some sort of "click to change" thing later.

<<less
Download (0.003MB)
Added: 2007-05-17 License: GPL (GNU General Public License) Price:
891 downloads
PyPanel 2.2

PyPanel 2.2


PyPanel is a panel/taskbar for X11 window managers. more>>
PyPanel is a lightweight panel/taskbar written in Python and C for X11 window managers. It can be easily customized to match any desktop theme or taste.
PyPanel works with WindowMaker and EWMH compliant WMs (Kahakai, Openbox, PekWM, FVWM, etc). PyPanel is distributed under the GNU General Public License v2.
Main features:
- Transparency with shading/tinting
- Panel dimensions, location and layout
- Font type and colors with Xft support
- Button events/actions
- Clock and workspace name display
- System Tray (Notification Area)
- Autohiding
<<less
Download (0.027MB)
Added: 2005-04-28 License: GPL (GNU General Public License) Price:
1640 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5