Main > Free Download Search >

Free mission critical software for linux

mission critical

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 276
Mission Photo 0.5.2

Mission Photo 0.5.2


Mission Photo, an easy-to-use photo management application for the Linux desktop. more>>
Mission Photo, an easy-to-use photo management application for the Linux desktop.
Main features:
- Detects attachment and detachment of digital cameras
- Imports photos from digital cameras
- Imports image files from disk
- Skips duplicate photos during import
- Losslessly rotates photos, fully preserving image quality
- Lets you rate, sort and filter your photos
- Lets you share your photos on Flickr
<<less
Download (0.92MB)
Added: 2006-12-24 License: GPL (GNU General Public License) Price:
1044 downloads
Critical Mass 1.0.1

Critical Mass 1.0.1


Critical Mass (Critter) is an SDL/OpenGL space shootem up game. more>>
Critical Mass (aka Critter) is an SDL/OpenGL space shootem up game. Critical Mass project currently runs on Mac OS X, Windows, and Linux.

The latter is my main development platform. Other platforms supported by SDL/OpenGL may also work with a bit of work.
<<less
Download (4.9MB)
Added: 2006-07-16 License: GPL (GNU General Public License) Price:
1213 downloads
XMLSysInfo 1.0 Beta 2

XMLSysInfo 1.0 Beta 2


XMLSysInfo is a system monitoring daemon that replies to network queries with XML-encoded system information and statistics. more>>
XMLSysInfo is a system monitoring daemon that replies to network queries with XML-encoded system information and statistics. This data can then be analyzed, graphed or otherwise presented by a front-end. It is BSD-licensed and free for anyone to use for any purpose.
Or, because it sounds so much better:
XSI is an agile, vertical XML application for mission-critical enterprise environments that leverages collective synergy to drive "outside of the box" thinking and formulate key objectives into a win-win game plan with a quality-driven approach that focuses on empowering key players to drive-up their core competencies and increase expectations with an all-around initiative to drive up the bottom-line.
It is currently under heavy development and in its "alpha" stage. The XML output grammar may still change a bit, but all in all, "beta" is approaching fast.
Main features:
System information:
- Hardware
- CPUs and load distribution on CPU states
- Interrupts
- Memory and swap space
- Operating system
Sensors:
- Temperature
- Fan RPM
- Voltage
- Disk drives
- Indicators
- ...
Storage devices:
- Filesystems
- Disk (I/O)
- RAID arrays (optional)
Network:
- Information and statistics per interface
- Packet filter statistics (optional)
<<less
Download (0.48MB)
Added: 2007-02-13 License: MIT/X Consortium License Price:
983 downloads
libhcritsec 0.20

libhcritsec 0.20


hcritsec is a C++ class for Critical Sections in programs. more>>
hcritsec is a C++ class for Critical Sections in programs.
hcritsec can be used to define a critical section in a program. It can be used in a recursive way. So functions that are nested can call the enter and leave functions recursively (see section Synopsys).
A critical section class is typically shared between threads, or is part of an object or variable that is shared between threads.
It can be used to gain exclusive access to shared resources or variables.
Synopsys
(...)
void thread_class::calc(int *t)
{
S->enter();
*t+=1;
S->leave();
}
void thread_class::run(void)
{
for(i=0;ienter();
calc(t);
S->leave();
}
}
(...)
int main()
{
hcrisec S;
int t=0;
thread_class t1(&S,&t),t2(&s,&t)
t1.start();
t2.start();
thread_class::join(t1,t2);
return 0;
}
Restrictions
- You may not copy an object of class critsec. Allways use a pointer to share the object between threads.
- If hcritsec throws a fatal error, this will allways be of type std::string.
<<less
Download (0.009MB)
Added: 2006-11-17 License: Artistic License Price:
1071 downloads
Python Cartographic Library 0.10.0

Python Cartographic Library 0.10.0


Python Cartography Library, or PCL, is a package of modules for rendering GIS data from a variety of backends into maps. more>>
Python Cartography Library, or PCL, is a package of modules for rendering GIS data from a variety of backends into maps.
Python Cartographic Library mission is to be the best possible Python interface to open source GIS software such as PROJ.4, GEOS, GDAL, OGR, and MapServer, and to be easy to use with Python web application frameworks as well as with matplotlib.
PCL is open source software, free for use under a GPL 2 license.
Main features:
- Natural, Pythonic API
- Utilize many different backends: filesystem, WMS, WFS, and PostGIS.
- Powerful feature iterators and filters
- Implementation of OGC Styled Layer Descriptors for cartographic styling
<<less
Download (0.10MB)
Added: 2006-01-02 License: GPL (GNU General Public License) Price:
1394 downloads
check_writable 1.0

check_writable 1.0


check_writable is a Nagios plugin that checks if one or more directories are writable. more>>
check_writable is a Nagios plugin that checks if one or more directories are writable by checking that the supplied directory is indeed a directory, checking if the the filesystem permissions are OK, creating a temporary file, writing random data to the temporary file, and reading it back.

It returns a critical status if one of the tests fails.

<<less
Download (0.012MB)
Added: 2007-07-31 License: GPL (GNU General Public License) Price:
815 downloads
No Gravity 2.0

No Gravity 2.0


No Gravity is a 3D arcade space shooter. more>>
No Gravity game is a futuristic and fantastic universe made of five intergalactic worlds. An arcade type game with great playability, where it is easy to plunge into space battles against spacefighters, space stations and more !

No Gravity is a space shooter in 3D a la Wing Commander. The player is controlling a space ship view from the first person. In each mission, the player need to accomplish some objectives, like shoot and destroys enemy ships or base, escorting some ships, clearing mine field, etc....

A brief description of the objectives is given at the beginning of a mission. In some situations, the player has some wingmen, and it can controls them by giving order like attack enemy, retreat, protect the base etc... A mission is composed of different sectors which has differents objectives.

When the objectives of the current sector is complete, the player needs to go the nearest NAV point, when he can wrap to the next sector. In the last sector, a warp gate is apparearing and the player need to go through it and complete the level. At the end of each episodes (one episode is 10 missions), there is a large base station to destroy.

When the player complete all the episodes (5 episodes), the game ends. The mission fails if : - The player got destroyed or - if an objective is not complete (like an important ship being destroyed by enemy).

Installation:

For Linux users, Download the No Gravity (Combo Bin+Data - Win32/Mac/Linux only)
for Linux i386 package and run the autopackage.
<<less
Download (31.6MB)
Added: 2006-02-16 License: GPL (GNU General Public License) Price:
1351 downloads
check_diskio 1.4

check_diskio 1.4


check_diskio project is a simple Nagios plugin to monitor disk I/O on Linux systems (2.4 and 2.6 kernels). more>>
check_diskio project is a simple Nagios plugin to monitor disk I/O on Linux systems (2.4 and 2.6 kernels).

Usage:

usage:
-c crit critical
-w warn warning
-d device disk
-r initialize
-v verbose

<<less
Download (0.009MB)
Added: 2007-04-21 License: GPL (GNU General Public License) Price:
917 downloads
Svinepalsen 0.2.1

Svinepalsen 0.2.1


Svinepalsen is a top-scrolling space shooter built with SDL. more>>
Svinepalsen project is a top-scrolling space shooter built with SDL.

In Svinepalsen, the year is 2223 and the population of space has begun.

You are tentacled creature from Nurobi Gernash on a mission to reach the home planet of a race called "humans".

You are to deliver one message to all nations of Earth: "There must be security for all or no one is secure".

The mission fails and you are forced to make an example of the human insolence.

With your vastly superior ship you must destroy all resistance. You must kill them all or there will be retaliation.

<<less
Download (0.92MB)
Added: 2006-12-10 License: GPL (GNU General Public License) Price:
1048 downloads
Niliada

Niliada


Niliada is a library of Lisp-like objects in Ada-95. more>>
Niliada is a library of Lisp-like objects in Ada-95.

It features a real time garbage collector. Niliada library is useful for massively multithreaded applications in a mission critical environment.

<<less
Download (0.064MB)
Added: 2006-06-05 License: GPL (GNU General Public License) Price:
1237 downloads
PersonalBackup 1.10

PersonalBackup 1.10


Personalbackup is a company-wide solution for backing up all your Windows machines and Samba shares. more>>
Personalbackup project is a company-wide solution for backing up all your Windows machines and Samba shares.

Personalbackup uses a web frontend for the users and administrators. No client software is needed at all to pull backups of your critical data.

<<less
Download (2.21MB)
Added: 2007-07-31 License: GPL (GNU General Public License) Price:
817 downloads
Advanced Bash Scripting Guide 5.0

Advanced Bash Scripting Guide 5.0


The Advanced Bash Scripting Guide is both a reference and a tutorial on shell scripting. more>>
This tutorial assumes no previous knowledge of scripting or programming, but progresses rapidly toward an intermediate/advanced level of instruction . . . all the while sneaking in little snippets of UNIX wisdom and lore.
Advanced Bash Scripting Guide serves as a textbook, a manual for self-study, and a reference and source of knowledge on shell scripting techniques.
The exercises and heavily-commented examples invite active reader participation, under the premise that the only way to really learn scripting is to write scripts.
Enhancements:
- This release adds a cross-linked index (the final missing critical feature in this project), other new material (including a new appendix and a couple of new example scripts), and bugfixes.
- This is an important update.
<<less
Download (0.74MB)
Added: 2007-06-21 License: (FDL) GNU Free Documentation License Price:
892 downloads
Reliable Response Notification 2.0

Reliable Response Notification 2.0


Reliable Response Notification provides guaranteed delivery of critical messages to a wide range of devices. more>>
Reliable Response Notification provides guaranteed delivery of critical messages to a wide range of devices. The project guarantees that every emergency will have one, and only one, person responding and taking charge of the recovery.
For integrated services, like some network monitors, help-desk packages, and security suites, Reliable Response Notification allows the user to update records via their mobile devices. It is available as either a standalone server or as a hosted service.
Enhancements:
- The product supports three types of groups: broadcast, escalation and on-call.
- Many devices are supported, including email, SMS, text-to-speech, Jabber, GTalk, SameTime IM, and alphanumeric pagers.
- Integrations for a number of packages are available.
- There is an easy system to add new integrations as needed.
<<less
Download (MB)
Added: 2007-05-31 License: Other/Proprietary License Price:
878 downloads
Ingres 9.2.0 Build 114

Ingres 9.2.0 Build 114


Ingres is a mature, high-performance relational database solution. more>>
Ingres is a mature, high-performance relational database solution.
The project offers scalability, integration and flexibility to leverage information resources across a wide range of platforms, including Linux, Unix, OpenVMS, and Windows.
Reliable and cost effective, it supports mission-critical applications in small to medium-size businesses and high- volume deployments in large scale enterprises.
Enhancements:
- Numerous major enhancements, code speedups, and bugfixes.
<<less
Download (MB)
Added: 2007-07-31 License: GPL (GNU General Public License) Price:
819 downloads
Invade Earth Map Editor 2.7.9

Invade Earth Map Editor 2.7.9


Invade Earth Map Editor is a map editor for Invade Earth game. more>>
Invade Earth Map Editor is a map editor for Invade Earth game.
Main features:
- Multiple rule sets and maps:
- Invade Earth A.D. 2210
- Amoeba Invasion Expansion
- Mars Expansion
- Pantheon Expansion (our version of Risk: Godstorm) (coming soon)
- Classic
- Secret Mission
- Custom rule values
- A versatile Map Editor
- Several built-in AIs (play against the computer)
- Network support (play against your friends)
- A centralized list of open internet games
- Save and load game states, even over a network
- Watch a replay of saved games
<<less
Download (MB)
Added: 2006-08-07 License: GPL (GNU General Public License) Price:
1179 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5