Main > Free Download Search >

Free ghost for unix software for linux

ghost for unix

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 2381
Ghost for Linux 0.23

Ghost for Linux 0.23


Ghost for Linux is a hard disk and partition imaging and cloning tool similar to Norton Ghost. more>>
Ghost for Linux project is a hard disk and partition imaging and cloning tool similar to "Norton Ghost" and by Symantec.
The created images are optionally compressed, and they can be stored on a local hard drive or transferred to an anonymous FTP server.
A drive can be cloned using the "ClicknClone" function. g4l supports file splitting if the local filesystem does not support writing files >2GB. The included kernel supports ATA, serial-ATA, and SCSI drives.
Common network cards are supported. It is packaged as a bootable CD image with an ncurses GUI for easy use.
Enhancements:
- This release adds new kernels and syslinux, plus other support program options.
- It adds ntfs-3g to support writing to ntfs partitions for the local backup images and adds ntfsclone backups to local drives or partitions.
- Users can now copy the files from the CD image to a flash drive that has been made bootable, and it will then work from flash.
<<less
Download (32MB)
Added: 2007-08-17 License: GPL (GNU General Public License) Price:
586 downloads
OODBC for unix 1.05

OODBC for unix 1.05


Object adapter for ODBC more>> OODBC is object interface built above ODBC API for C++ language. The primary goal of OODBC is to provide a flexible and convenient interface to relational databases for C++ language. Anyone who has to use ODBC or similar SQL interfaces will understand what I am speaking about. So binding of variables is performed exactly in place where they are used in the query. Programmer should not worry about specifying types and sizes of query parameters, binding buffers to retrieve results, allocation and deallocation of resources. As a result programming of interaction with database becomes significantly less error prone. What is more important, this interface allows programmer to abstract from relational database table and deal only with application objects. OODBC also provides flexible mapping of application classes on relational database tables, making application code less dependent of the database structure.<<less
Download (21KB)
Added: 2009-04-18 License: Freeware Price: Free
188 downloads
Gaim for UNIX 1.4.0

Gaim for UNIX 1.4.0


Gaim for UNIX - Universal instant messenger client for AIM, ICQ, MSN, IRC, Yahoo, and Jabber more>>
Gaim is a multi-protocol instant messaging client for Linux, BSD, MacOS X, and Windows. It is compatible with AIM (Oscar and TOC protocols), ICQ, MSN Messenger, Yahoo, IRC, Jabber, Gadu-Gadu, and Zephyr networks.
Gaim users can log in to multiple accounts on multiple IM networks simultaneously. This means that you can be chatting with friends on AOL Instant Messenger, talking to a friend on Yahoo Messenger, and sitting in an IRC channel all at the same time.
Gaim supports many features of the various networks, such as file transfer (coming soon), away messages, typing notification, and MSN window closing notification.
It also goes beyond that and provides many unique features.
A few popular features are Buddy Pounces, which give the ability to notify you, send a message, play a sound, or run a program when a specific buddy goes away, signs online, or returns from idle; and plugins, consisting of text replacement, a buddy ticker, extended message notification, iconify on away, and more.
Enhancements:
- Fix system log start times for some protocols
- SILC compiles with newer SILC toolkit versions (Pekka Riikonen)
- Fixed a bug where buddy icon cache files were left in the icon cache directory after they were no longer in use.
- Attempt to detect the file type of a buddy icon when saving.
- Additional Yahoo! boot protection (Peter Lawler)
- A few Yahoo! memory leaks plugged (Peter Lawler)
- Fixed handling of the new Yahoo! profile page. (Joshua Honeycutt, Peter Lawler)
- Fixed localized Yahoo! room lists. Please refer to the Yahoo! section of the Gaim FAQ for details. (Peter Lawler)
- Enabled sending files to ICQ users using ICQ 5.02 and newer (Jonathan Clark)
<<less
Download (5MB)
Added: 2009-04-01 License: Freeware Price:
213 downloads
Jlint for Unix 1.23

Jlint for Unix 1.23


Jlint will check your Java code and find bugs, inconsistencies and synchronization problems by doing data flow analysis and building lock graph more>> Jlint will check your Java code and find bugs, inconsistencies and synchronization problems by doing data flow analysis and building lock graph.
Jlint consists of two separate programs performing syntax and semantic verification. As far as Java mostly inherits C/C++ syntax and so inherits most of the problems caused by C syntax, the idea was to create common syntax verifier for all C-family languages: C, C++, Objective C and Java. This program was named AntiC, because it fixes problems with C grammar, which can cause dangerous programmers bugs, undetected by compiler. By using hand-written scanner and simple top-down parser, AntiC is able to detect such bugs as suspicious use of operators priorities, absence of break in switch code, wrong assumption about constructions bodies...
Semantic verifier Jlint extracts information from Java class files. As far as Java class file has very well specified and simple format, it greatly simplifies Jlint in comparison with source level verifiers, because development of Java grammar parser is not a simple task (even through Java grammar is simpler and less ambiguous than C++ grammar). Also dealing only with class files, protect Jlint from further Java extensions (format of virtual byte instructions is more conservative). By using debugging information Jlint can associate reported messages with Java sources.
Jlint performs local and global data flow analyses, calculating possible values of local variables and catching redundant and suspicious calculations. By performing global method invocation analysis, Jlint is able to detect invocation of method with possible "null" value of formal parameter and using of this parameter in method without check for "null". Jlint also builds lock dependency graph for classes dependencies and uses this graph to detect situations, which can cause deadlock during multithreaded program execution.
<<less
Download (70KB)
Added: 2009-04-29 License: Freeware Price: Free
181 downloads
TreeSize for Unix 0.53

TreeSize for Unix 0.53


TreeSize for Unix is a disk consumption analyzing tool, which sorts folders according to their physical occupied sizes. more>>
TreeSize for Unix is a disk consumption analyzing tool, which sorts folders according to their physical occupied sizes.

The perfect tool to help you obtaining more disk free space, on your hard drive, usb pen drive or even on network folders (provided that they are mounted and you have access to them, of course )

Just like du, it counts hard links just once and the space utilized by different filesystems are not added together.

<<less
Download (0.20MB)
Added: 2006-12-19 License: GPL (GNU General Public License) Price:
1049 downloads
jEdit for Unix 4.3pre12

jEdit for Unix 4.3pre12


a programmers text editor written in Java more>> jEdit is a mature programmers text editor with hundreds (counting the time developing plugins) of person-years of development behind it. To download, install, and set up jEdit as quickly and painlessly as possible, go to the Quick Start page.
While jEdit beats many expensive development tools for features and ease of use, it is released as free software with full source code, provided under the terms of the GPL 2.0.
The core of jEdit was originally by Slava Pestov. Now the jEdit core, together with a large collection of plugins is maintained by a world-wide developer team.
Some of jEdits features include:
Written in Java, so it runs on Mac OS X, OS/2, Unix, VMS and Windows.
Built-in macro language; extensible plugin architecture. Dozens of macros and plugins available.
Plugins can be downloaded and installed from within jEdit using the plugin manager feature.
Auto indent, and syntax highlighting for more than 130 languages.
Supports a large number of character encodings including UTF8 and Unicode.
Folding for selectively hiding regions of text.
Word wrap.
Highly configurable and customizable.
Every other feature, both basic and advanced, you would expect to find in a text editor.
<<less
Download (2.41MB)
Added: 2009-04-17 License: Freeware Price: Free
194 downloads
prokyon3 for Unix 0.9.1a

prokyon3 for Unix 0.9.1a


prokyon3 is a multithreaded music manager and tag editor for Unix. more>> prokyon3 is a multithreaded music manager and tag editor for Unix (developed on Linux). It was written in C++ using the Qt3 widget set and the MySQL database. prokyon3 can access MP3, Ogg and FLAC files on harddisk, CDROM or network. Files can be played using XMMS (default) or other players. The file view is customizable and favorite artists are supported. prokyon3 also offers an editor for ID3 and Ogg tags and has been designed to support tagging for large quantities of files.
Beside its own features prokyon3 is able to interact with a lot of other programms. Thanks to its configurable interfaces you can combine prokyon3 with cd burners, media players and data aggregators of your choice.
<<less
Download (1.11MB)
Added: 2009-04-10 License: Freeware Price: Free
196 downloads
Apache Cocoon for Unix 2.1.11

Apache Cocoon for Unix 2.1.11


a web development framework built around the concepts of separation of concerns more>> Apache Cocoon is a web development framework built around the concepts of component-based web development and separation of concerns, ensuring that people can interact and collaborate on a project without stepping on each other toes.
Cocoon implements these concepts around the notion of component pipelines, each component on the pipeline specializing in a particular operation (usual pipeline uses a Generator, Transformers and a Serializer). This makes it possible to use a Lego(tm)-like approach in building web solutions, hooking together components into pipelines without requiring programming.
Advanced Control Flow: continuation-based page flow hides the complexity of request/response processing and is cleanly separated from the view and data components.
Cocoon is open source software (based on the Apache Software License).
Cocoon does not duplicate efforts but tightly integrates many technologies.
Cocoon is in use at many live sites and on many company networks.
Cocoon has a strong community, with many active developers and more than plenty of active committers!
There is free support from the thousands of people on our mailing lists and commercial support is available from various companies and consultants.
There are many Cocoon sessions at different conferences:
Cocoon GetTogether
ApacheCon
Austrian Cocoon Day
WJAX
JAX
<<less
Download (21.22MB)
Added: 2009-04-27 License: Freeware Price: Free
182 downloads
Speak Freely for Unix 7.6.a

Speak Freely for Unix 7.6.a


Speak Freely is an application for Unix and Unix-like systems which allows you to talk . more>>
Speak Freely is an application for Unix and Unix-like systems (Linux, FreeBSD, IRIX, etc.) with audio hardware, which allows you to talk (actually send voice, not typed characters) over a network. Speak Freely for Unix uses the workstation audio hardware and network to allow conversations of users over the network.

The phone company never gives you a break! You pay a fortune for a leased line connection to the Internet, and you *still* have to pay every time you want to chat with somebody, even though youre both sitting in front of workstations with digital audio capability, linked by a fast network. Speak Freely for Unix can intercommunicate with

Workstations on local area networks can generally communicate with excellent audio quality and response. A software implementation (developed by Jutta Degener and Carsten Bormann, Technische
Universitaet Berlin) of the compression algorithm used in GSM digital cellular telephones allows operation over Internet links of modest bandwidth. By using GSM compression in conjunction with sample interpolation, the data rate can be reduced to about 9600 baud. Users with CPUs too slow or two heavily loaded to perform GSM compression and decompression in real time may select less compact but quicker to
execute ADPCM coding, using an implementation developed by Jack Jansen of the Centre for Mathematics and Computer Science, Amsterdam, The Netherlands.
<<less
Download (0.76MB)
Added: 2006-06-21 License: GPL (GNU General Public License) Price:
1222 downloads
Apache Beehive for Unix 1.0.2

Apache Beehive for Unix 1.0.2


an open-source project for creating a component model for J2EE more>> NetUI: An annotation-driven web application programming framework that is built atop Struts. NetUI centralizes navigation logic, state, metadata, and exception handling in a single encapsulated and reusable Page Flow Controller class. In addition, NetUI provides a set of JSP tags for rendering HTML / XHTML and higher-level UI constructs such as data grids and trees and has first-class integration with JavaServer Faces and Struts.
Controls: A lightweight, metadata-driven component framework for building that reduces the complexity of being a client of enterprise resources. Controls provide a unified client abstraction that can be implemented to access a diverse set of enterprise resources using a single configuration model.
Web Service Metadata (WSM): An implementation of JSR 181 which standardizes a simplified, annotation-driven model for building Java web services.
In addition, Beehive includes a set of system controls that are abstractions for low-level J2EE resource APIs such as EJB, JMS, JDBC, and web services.
<<less
Download (9.21MB)
Added: 2009-04-08 License: Freeware Price: Free
198 downloads
Ghoulsn Ghosts Remix 0.42

Ghoulsn Ghosts Remix 0.42


Ghoulsn Ghosts Remix is a remake of Ghoulsn Ghosts, a platform action game from Capcom 1988. more>>
Ghoulsn Ghosts Remix game is a remake of a classic Ghouls and ghosts with some addiction taked from Ghouls and ghosts, Ghosts and goblins and Super ghouls and ghosts. This game its developed under GNU/GPL.
Installation:
To compile Ghoulsn Ghosts Remix under Linux you need to install first the Allegro 4.2 graphics library.
After you can use the file "ccl" to compile the game (first make the file "ccl" executable with "chmod ugo+x ccl"). For some configurations of allegro library you must be root to compile the game.
Enhancements:
- The fourth stage map was completed.
- A game timer was added.
- Bonus vases, attached to enemies, were added.
- Some minor bugs were fixed.
<<less
Download (4.1MB)
Added: 2007-08-21 License: GPL (GNU General Public License) Price:
801 downloads
Apache Portable Runtime for Unix 1.2.12

Apache Portable Runtime for Unix 1.2.12


to create and maintain software libraries more>> The mission of the Apache Portable Runtime (APR) project is to create and maintain software libraries that provide a predictable and consistent interface to underlying platform-specific implementations. The primary goal is to provide an API to which software developers may code and be assured of predictable if not identical behaviour regardless of the platform on which their software is built, relieving them of the need to code special-case conditions to work around or take advantage of platform-specific deficiencies or features.<<less
Download (1.08MB)
Added: 2009-04-08 License: Freeware Price: Free
198 downloads
Glub Tech Secure FTP for Unix 2.5.17

Glub Tech Secure FTP for Unix 2.5.17


Allow for a 128-bit encrypted secure connection to be made to a server for unix more>> Secure FTP is a client application/applet that allows for a 128-bit encrypted secure connection to be made to a server that supports FTP over SSL (or FTPS).
The application can be run via its graphical user interface (GUI) or from the command-line interface (CLI), allowing for headless (scriptable) operation. This makes Secure FTP a great option for both novice and advanced users.
The applet has been tested to run in Microsoft Internet Explorer, Firefox, and Safari. It can be configured to auto-login as an easy way for new users to transfer data from their machine to/from yours.
The client is both RFC 2228 and RFC 4217 compliant and offers both types of SSL connection options: explicit and implicit, which means more server compatibility.
Secure FTP is free to use for noncommercial use. Those wishing to use the client for commercial purposes are granted a license free of charge for 30 days. If you wish to use the applet version of Secure FTP, there is a cost associated with it for all uses.
<<less
Download (2.8MB)
Added: 2009-04-04 License: Freeware Price:
202 downloads
 
Other version of Glub Tech Secure FTP for Unix
Glub Tech Secure FTP for Unix 2.5.15encrypted secure connection to be made to a server for unix. Glub Tech Secure FTP for Unix 2.5.15 - ...Secure FTP is a client application/applet that allows for a 128
License:Freeware
Download (2.30MB)
198 downloads
Added: 2009-04-08
Ghost Diagrams 0.8

Ghost Diagrams 0.8


Ghost Diagrams is a program that takes sets of tiles and tries to find patterns into which they may be formed. more>>
Ghost Diagrams is a project that takes sets of tiles and tries to find patterns into which they may be formed. The patterns it finds when given randomly chosen tiles are often surprising.

It turns out that tiling patterns are a form of computation of equal power to Turing machines, lambda calculus, and cellular automata. For example, here is a tileset implementing "Rule 110", a cellular automaton known to be capable of universal computation.

Considerations similar to the halting problem and Godels theorem apply. There is no upper limit to their capacity to surprise us. Furthermore, tiles have an intuitive quality that other forms of computation lack. You can see how they fit together.

An organism is more than the sum of its organs. When the organs are fitted together, the organism becomes something more. This surprising something more we call "spirit" or "ghost". Ghost Diagrams finds the ghosts implicit in simple sets of tiles.

<<less
Download (0.033MB)
Added: 2006-02-19 License: GPL (GNU General Public License) Price:
1353 downloads
Quicktime for Linux 2.2

Quicktime for Linux 2.2


Quicktime for Linux is Quicktime support for Unix. more>>
Quicktime for Linux lets you read and write Quicktime movies using several codecs. There are many Quicktime libraries for Linux; this one emphasizes reliability and accuracy while not stressing economy.
Also included are frontends to several of the codecs which dont require Quicktime encapsulation, header dump, chunk extraction, and recovery tools.
Enhancements:
- Selectively caching GOP frames to speed up reverse playback. Library upgrades for x264 and ffmpeg.
<<less
Download (28.5MB)
Added: 2006-07-03 License: LGPL (GNU Lesser General Public License) Price:
1251 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5