Main > Free Download Search >

Free recovery software for linux

recovery

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 132
Ubuntu 6.10 (Edgy Eft)

Ubuntu 6.10 (Edgy Eft)


Ubuntu is a Debian based linux distribution. more>>
Ubuntu is a Debian based linux distribution.
Main features:
- Tomboy, an easy-to-use and efficient note-taking tool
- F-Spot, a photo management tool that enables tagging, photo editing and automatic uploading to on-line web management sites such as Flickr
- GNOME 2.16, which in addition to new features such as enhanced power management, makes the GNOME desktop more secure, faster and more stable
- Substantially faster startup and shutdown with eye-catching high-resolution graphics
- The latest Firefox web browser, version 2.0, which offers inline spell check support in web forms, easy recovery of crashed sessions, built-in phishing detectors, enhanced search engine management with built in OpenSearch support, and better support for previewing and subscribing to web feeds
- Proactive security features, preventing many common security vulnerabilities even before they are discovered
- Evolution 2.8.0, which brings new features such as vertical message panes
<<less
Download (464MB)
Added: 2006-10-26 License: GPL (GNU General Public License) Price:
2260 downloads
ext3 0.0.7a

ext3 0.0.7a


ext3 is a journaling support for ext2fs. more>>
ext3 adds journaling filesystem capabilities to ext2fs.
What is journaling?
It means you dont have to fsck after a crash. Basically.
What works?
Journaling to a journal file on the journaled filesystem
Automatic recover when the filesystem is remounted
All VFS operations (including quota) should be journaled
Add data updates are also journaled
What is left to be done?
Quota support for non-data-journaled filesystems.
Journaling to an off-filesystem device, eg. NVRam
Decent documentation!
A few internal cleanups: migrating the extra buffer_head fields to a separate jfs_buffer_info field in particular.
Enhancements:
- The major change in this release is a missing byte-endian conversion in the recovery code. This problem affects both the ext3 kernel recovery and the recovery code in e2fsck. Please upgrade to e2fsprogs-1.21-WIP-0601.tar.gz or later.
- The other significant change is a fix when running shared mmaped files on ext3 with more than one ext3 filesystem active: it was possible for ext3 to get confused about which filesystem was active if the VM tried to swap out a page on one filesystem while processing a filesystem update on the other filesystem.
- Pin the buffer heads backing an inode to a transaction when the transaction starts, to prevent the inode being flushed to disk before transaction commit.
- Add a debugging check to trap any attempts to run a nested transaction inside a transaction on a different filesystem.
- Fix an assertion failure that could occur after allocating an indirect block but failing to allocate a block beneath it due to disk full.
- Fix a bug which meant that writes larger than 4k were never being coalesced into a single transaction.
- Rename the confusingly-named "tid_ge" transaction-greater-than function to "tid_gt"
- Update the README to describe the new ext3 features of current e2fsprogs.
<<less
Download (0.17MB)
Added: 2005-04-08 License: GPL (GNU General Public License) Price:
1673 downloads
mkCDrec Utilities 0.7.9

mkCDrec Utilities 0.7.9


mkCDrec Utilities is a rescue and recovery utilities to use with mkCdrec. more>>
The mkCDrec utilities are optional for mkCDrec itself, but are an added value for rescue and recovery purposes.

The utilities are staticly compiled and include parted, memtest, partimage, gpart, and recover. Memtest86 is also available for memory testing.

To improve the added value of your recovery/rescue CD-ROM. You will notice that links from mkCDrec CD-ROM are foreseen to the /cdrom/utilities part of the CD-ROM and that man pages of these tools are already available within mkCDrec main toolset.

Without installing the utilities you cannot use them (obvious), but it will not break any other functionality of the mkCDrec tools. Therefore, a full restore remains possible (and disk cloning too), but you will not be able to resize a partition afterwards to name something.

Most of these utilities were compiled as static binaries, therefore, you can use those tools seperately too. If you know any tool which could useful to be included, please let me know... Since mkCDrec_utils_v0.5.7 you will notice that mkCDrec will use isolinux to boot from the CD-ROM instead of using syslinux floppy boot emulation.

But, this will only work if you use mkCDrec_v0.5.7 (or higher) as isolinux was first introduced in v0.5.7.

Parted

The famous Partition Editor of GNU software. The User Manual of parted is already part of mkCDrec.

Memtest

An excellent memory testing tool.

Partition Image

A tool to make/restore partition of msdos/vfat/ext2/reiserfs file systems. The primary purpose to include this tool is to allow a restore of old partition images made by this tool.

Gpart

Guess partition does what it implies. It can even recover destroyed partition tables, and therefore, maybe preventing a full restore. Useful in case if you do not make a mkcdrec on a regular basis.

Recover

An excellent tool to edit an EXT2 file system to recover lost files.

e2salvage

e2salvage is a utility which tries to recover a data from damaged ext2 partition. It may be used when e2fsck does not recover the broken ext2 filesystem. Before trying this tool read the man page (man e2salvage).

ext2resize

ext2resize, ext2prepare and ext2online are useful tools. ext2resize can increase (or decrease) the size of an unmounted ext2 filesystem. Be aware for ext2online one need a kernel patch (not likely installed). By the way, ext2resize does work too on an Ext3 filesystem! Be aware, one needs to apply S. Tweedies kernel patch (ext3) and an updated ext2 filesystem e2fprogs-1.20 or higher (which are ext3 aware). Last 2 requirements are of course only needed in case if you want to work with ext3 filesystems.

memtest86

Memtest86 is thorough, stand alone memory test for x86 architecture computers. BIOS based memory tests are only a quick check and often miss many of the failures that are detected by Memtest86.

chntpw

The offline NT password editor (chntpw) is a little program wich enables you to view and change passwords in a Windows NT SAM user database. For example,

Installation

# cd mkcdrec; tar zxvf mkCDrec_v0.7.9_utils.tar.gz
# ls -l utilities
<<less
Download (2.4MB)
Added: 2005-04-04 License: GPL (GNU General Public License) Price:
1668 downloads
Styx 1.7

Styx 1.7


Styx is a scanner/parser generator addressing some shortcomings of lex/yacc. more>>
Styx is a scanner and parser generator designed to address some shortcomings of the traditional lex/yacc combination.
It has unique features like automatic derivation of depth grammar, production of the derivation tree including its C interface which provides access to the abstract syntax tree, preservation of full source information and pretty printing to faciliate source-source translation, persistence to aid rapid interpreter writing.
For application in contemporary computing environments, it supports unicode, reentrancy and offers thread-safeness.
Last but not least, Styx works well under many different OSes, among them dos, windows, and serveral unixes.
It has been successfully used in many applications and is known to provide rapid compiler development. Both from our practical experience as well as from the amount of written code, the gain in development time for realistic languages versus lex/yacc is a factor of about 5-10.
Enhancements:
- fixes panic mode error recovery
- fixes token buffer restriction. The token length is now of type long.
- hopefully fixes some configure problems on freeBSD (concerning libdl)
- adds parsing support for binary files
<<less
Download (2.0MB)
Added: 2005-04-22 License: LGPL (GNU Lesser General Public License) Price:
1647 downloads
Trinux 0.890

Trinux 0.890


Trinux is a ramdisk-based Linux distribution that boots from a single floppy or CD-ROM. more>>
Trinux is a ramdisk-based Linux distribution that boots from a single floppy or CD-ROM, loads it packages from an HTTP/FTP server, a FAT/NTFS/ISO filesystem, or additional floppies.

Trinux contains the latest versions of popular Open Source network security tools for port scanning, packet sniffing, vulnerability scanning, sniffer detection, packet construction, active/passive OS fingerprinting, network monitoring, session-hijacking, backup/recovery, computer forensics, intrusion detection, and more.

Trinux also provides support for Perl, PHP, and Python scripting languages. Remote Trinux boxes can be managed securely with OpenSSH.

Trinux gives you the power of Linux security tools without requiring a full-blown Linux install or the need to download, compile, install, and update a complete suite of security tools that are typically not found in mainstream distributions.

Trinux will boot on any i486 or better with at least 12-16 megabytes of RAM, depending on how many packages are loaded. Hardware support for many common Ethernet cards is provided in the default kerneli and additional NICs are supported via Linux kernel modules.

Trinux 0.7x/0.8x is was developed using Slackware 7.1 and supports the latest 2.2.x kernels and glibc 2.1.x. Trinux 0.8x supports Linux kernel 2.4.x. Trinux was first released in April 1998. Versions up through 0.51 were based on Debian 1.31 binaries linked against libc5. Version 0.6x was built using RedHat Linux 5.2. Trinux utilizes Busybox to replace many common UNIX utilities.

Trinux is released under the terms of the GNU Public License.
<<less
Download (19.8MB)
Added: 2005-05-11 License: GPL (GNU General Public License) Price:
1639 downloads
FIRE 0.4a

FIRE 0.4a


FIRE is a portable bootable cdrom based distribution with the goal of providing an environment to perform forensic analysis. more>>
FIRE is a portable bootable cdrom based distribution with the goal of providing an immediate environment to perform forensic analysis, incident response, data recovery, virus scanning and vulnerability assessment.
Also provides necessary tools for live forensics/analysis on win32, sparc solaris and x86 linux hosts just by mounting the cdrom and using trusted static binaries available in /statbins.
Main features:
Forensics workstation/Data Recovery
- Instantly deploy a forensics workstation with tct, tctutils, mac-robber, and autopsy also provides perl 5.6.1 compiled with Large File Support.
Live System Incident Response
- Binaries are available for Incident Response on a live machine.
Virus Scanning
- Utilizing F-Prot 3.11beta http://www.f-prot.com you can scan for virii, worms, trojans, and all around harmful code.
- Just mount the filesystems that you want to scan and execute f-prot .
- Any filesystem you can mount, you can scan. mount and scan fat/ntfs/ext2/ext3/reiserfs partitions
- Scan your windows machines offline for virii that may not be detected with an "after the fact" anti-virus
- software installation.
Pen-Testing Platform
- I should NOT have to explain this portion: If the tools you would like to use are not in the distribution please make a request!
<<less
Download (578MB)
Added: 2005-05-18 License: GPL (GNU General Public License) Price:
1635 downloads
tomsrtbt 2.0.103

tomsrtbt 2.0.103


tomsrtbt is the most GNU/Linux on one floppy disk. more>>
tomsrtbt software is "The most GNU/Linux on one floppy disk" for:

- rescue recovery panic & emergencies

- tools to keep in your shirt pockets

- whenever you cant use a hard drive

Tomsrtbt stands for: "Toms floppy which has a root filesystem and is also bootable."

Design goals:

- as much stuff as possible on 1 floppy disk

- keep it self contained, build under itself

- try to make it behave like a normal system

- rescue and recovery functions get priority
<<less
Download (1.7MB)
Added: 2005-05-11 License: GPL (GNU General Public License) Price:
1632 downloads
Repairlix 20000924 (Nail)

Repairlix 20000924 (Nail)


Repairlix is a networked Linux distribution/bootable system intended to fit in 12MB of media. more>>
Repairlix is a networked Linux distribution/bootable system intended to fit in 12MB of media - so small that an image can be burned onto a business-card-sized shaped CDROM, suitable for your wallet. It has a suite of utilities for doing system recovery.

Repairlix is now in the early stages of being useful. These early releases contain only enough logic to produce a bootable x86 ISO image, with perhaps some useful applications.

No testing has been made to verify that any of this works on other architectures, although it should be highly portable to any system that supports the El Torito bootable spec.

(Note: This only applies to the sources. I only have access to x86 architectures, so that will be the only platform for which I can build the ISO images I distribute. Therefore, these will be useless on other architectures.)
<<less
Download (3.8MB)
Added: 2005-05-19 License: GPL (GNU General Public License) Price:
1620 downloads
Plan-B Linux 1.0

Plan-B Linux 1.0


Plan-B is a bootable Linux environment without the need for a hard drive. more>>
Plan-B is a bootable Linux environment without the need for a hard drive, it runs entirely in ram or from the cd, based on a basic, stripped installation of Red Hat Linux and the fundamental workings of the SuperRescue CD. A list of tools and utilities are also included for projects such as:

* Forensics/Data Recovery
* System/Network Analysis and Security Scanning
* Temporary Network Device/Server
* IDS / NIDS System
* Network Status Report Creation

My reason for its creation came about due to finding other similar projects (SuperRescue CD, Biatchux (F.I.R.E.), Trinux, Knoppix) to be geared toward only a single area of the broad spectrum I was looking for. The first of which (by H. Peter Anvin, the author of Syslinux, Isolinux, and zisofs) was the only one close to the concept I had in mind which is why I chose it as the foundation for this cd. After not finding what I was really looking for, the "All-in-One", I decided the only way to get it was to build one myself.
<<less
Download (546MB)
Added: 2005-05-19 License: GPL (GNU General Public License) Price:
1618 downloads
aB Backup Tools 0.3

aB Backup Tools 0.3


aB Backup Tools is a toolset for creating and maintaining backups and recoveries of important data on your system. more>>
aB Backup Tools is a toolset for creating and maintaining backups and recoveries of important data on your system.
Enhancements:
- memory leaks fixed,
- options optimized,
- some look changes.
<<less
Download (0.28MB)
Added: 2005-05-27 License: GPL (GNU General Public License) Price:
1613 downloads
StreamTuned 0.16

StreamTuned 0.16


StreamTuned plays and records audio and video streams using mplayer as backend. more>>
StreamTuned plays and records audio and video streams using mplayer as backend. It also reads stream urls and related information from playlists, webpages or XML/RSS feeds.
Streamtuned can act as Podcast client and allows for local and remote (webservice) access to the repositories containing your stream urls.
Enhancements:
- compiles with mythtv v0.18
- podcast support
- playlist cache (to be nice to xml feeds)
- file download support (used by podcast)
- item detail information screen, launches viewer for html/text data in xml feeds
- custom colors in settingsrc (streamtuned only), icon usage
- "copy and paste" stream items between repositories
- parsing of (icecast) xml and other playlists though external (custimizable) scripts
- workaround for mplayer hanging on .pls files without -playlist option
- improved parsing of mplayer (error) messages
- bug removal: tempfile blocking multiuser play, recovery from mplayer lockups, etc.
- support for static html stream storages (on webservers refusing POST requests)
- separate dump window showing mplayer stdout, allows for manual stream url start.
- multiple customizable CustomStreamEvents (mplayer output events) in player.xml
<<less
Download (0.27MB)
Added: 2005-09-26 License: GPL (GNU General Public License) Price:
1490 downloads
MythStream 0.16_5

MythStream 0.16_5


MythStream is an unofficial plugin for MythTv. more>>
MythStream is an unofficial plugin for MythTv. It is based on StreamTuned and offers the same functionality as StreamTuned except for recording and some player debug output.
MythStream v0.16_3 compiles with MythTV v0.16 and v0.17. Later versions compile with MythTV v0.18 thanks to a patch from John Miller, now integrated in MythStream v0.16_4 and up.
Enhancements:
- compiles with mythtv v0.18
- podcast support
- playlist cache (to be nice to xml feeds)
- file download support (used by podcast)
- item detail information screen, launches viewer for html/text data in xml feeds
- custom colors in settingsrc (streamtuned only), icon usage
- "copy and paste" stream items between repositories
- parsing of (icecast) xml and other playlists though external (custimizable) scripts
- workaround for mplayer hanging on .pls files without -playlist option
- improved parsing of mplayer (error) messages
- bug removal: tempfile blocking multiuser play, recovery from mplayer lockups, etc.
- support for static html stream storages (on webservers refusing POST requests)
- separate dump window showing mplayer stdout, allows for manual stream url start.
- multiple customizable CustomStreamEvents (mplayer output events) in player.xml
<<less
Download (0.16MB)
Added: 2005-09-26 License: GPL (GNU General Public License) Price:
1488 downloads
Crash Recovery Kit for Linux 2.6.11.10

Crash Recovery Kit for Linux 2.6.11.10


Crash Recovery Kit for Linux is a Linux distribution for system recovery. more>>
Crash Recovery for Linux sounds a bit superfluous. Linux is regarded as one of todays most stable Operating Systems. In the case of some hardware failure like a broken disk it can however be handy.
Of course your machine doesnt have to have linux installed to make use of the CRK kit. There are several uses and purposes for the CRK to be used. To name a few :
- recovery of a trashed LILO boot record. How many times does it happen that some person installs windows 98/95 after he/she installed linux? Well in that case windows 9X just overwrites the MBR record and linux wont be able to boot anymore.
- backup over the network in the form of tar.gz tarballs. Both FAT16, FAT32, ext2 and all filesystems which Linux supports in a read/write fashion can be taken care of. The strong part of the CRK is when a disk is replaced or repartitioning is being done. The CRK boots a complete mini linux with networking where all possible hardware which is inside the Linux kernel is available.
- Testing hardware of new intel based machines.
- Detecting versions and types of hardware. The Linux kernel holds a large database of hardware supported. Booting a linux kernel doesnt only resolve if the hardware is ok, it also show its specs. This can be handy if one wants to check-out an old/new PC which is for sale.
- Recovery of a misconfigured or hacked Linux system. Well that can happen. /etc/fstab can be wrong or the root password is unknown etc.
- make a tape backup of a disk which cant be booted anymore.
The CRK is based on RedHat Linux. I have always used RedHat systems, thats why. When my system needed maintenance the rescue floppy image which RedHat supplies didnt fullfill my needs.
Thats why i created the CRK. Lately i use Mandrake. How and why the CRK was created read the short history. The CRK is licensed under the GNU Public License (GPL).
<<less
Download (38.1MB)
Added: 2005-10-14 License: GPL (GNU General Public License) Price:
1479 downloads
Password Cracking Library 2.0c.1

Password Cracking Library 2.0c.1


Password Cracking Library allows you to write own password cracking software. more>>
Password Cracking Library allows you to write own password cracking software.
Main features:
- powerful dictionary attack with word modifiers
- brute force (with or without known chars) attack
- misspelled password recovery, and more
Enhancements:
- Any (european) language and encoding support
- User-defined charsets
- New modifiers, including user-defined conversion tables
- Timing and benchmarking functions
- Any password length
<<less
Download (0.037MB)
Added: 2006-01-12 License: GPL (GNU General Public License) Price:
1418 downloads
Kaboot Recovery 0.1.1.1

Kaboot Recovery 0.1.1.1


Kaboot Linux Operating system aims to provide an operating system which you can take anywhere. more>>
Kaboot Linux Operating system aims to provide an operating system which you can take anywhere and has all your favourite programs on.
Kaboot operating system is avaliable as a Live CD or Live USB you can take with you anywhere.
A number of different versions are avaliable, two optimised for size or speed, one for functionality, and one science based.
All containing a host of useful programs able to boot virtually any computer (meeting the minimum requirements) from CD and
USB.Kaboot is still in active development and if you find a bug or fix, you can let me know in the forums.
Enhancements:
- A network bug was fixed.
- A few debugging utilities were added.
- Hotplugging was implemented.
<<less
Download (87.2MB)
Added: 2005-12-12 License: GPL (GNU General Public License) Price:
1414 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5