Diskus is a high-level hard drive diagnostic and limited repair tool. It checks the disk geometry by writing numbered IDs into the sectors of the hard drive. Later one can verify that these sector-IDs on the disk are still correct, thereby detecting data which was not correctly written. There is an option to "freshen" the data on your harddrive, which will read and rewrite the sectors. With modern drives this will re-map defective sectors.
md5chk is a tool for creating MD5 sums. It was designed so that its output would be easy to use with command line shells. It guarantees that the MD5 sum is always "clean" of characters that would be misinterpreted by the shell and that special characters in the file names are always properly escaped.
printargs does for command line arguments what printenv does for the environment. The output is bash friendly such that you can assemble the arguments to stdout in a way that bash can parse them on shell level without additional help. This works even for meta-characters or line feeds in arguments. The code also is optimized to compile into a small static executable.
ptybuffer was designed to get rid of screen/expect constructs to improve stability. It daemonizes programs which need a TTY/PTY to operate. Unix domain sockets then can connect, send lines to the program and receive the output (with history) of the program in real time. It also includes NWNadm, a PHP-based Neverwinter Nights server administration frontend, which includes a demonstration of an easy Web-based command-line shell access to the computer.
Scylla Charybdis lets you get a data odyssey done with the help of two small monsters. It's easy to use, utilizes SSL (encryption), LIBZ (compression), and simple password protection. A builtin timeout detects link breaks (for dialups) such that an uploads can be automatically continued from where it broke (within a file). MD5 sums detect if files are successfully transferred. In case of data changes the destination is renamed and not overwritten (backup history). Data throttling can prevent the transfer from using up full link speed, such that a background upload does not disturb your SSH sessions (like SCP does).
OMG Pumpkin ate Freshmeat away. Call Buffy! Quick!
Documented in Spanish language only This project is documented in Spanish, a language I cannot understand. Translation services are not of much help in such technical areas, so even that this prog...
Checksum in a loop This tool can be done with md5sum and bash in 5 lines or less, it basically does following: run=command_to_run while ! read -t60; do md5sum --check hashes || $run; done
Far more than a swiss army knife of networking ;) The most interesting options IMHO are builtin SSL and SOCKS support. With the latter it's easy to map a TOR hidden service to a local port to acces...
Re: Use https or try lying > This software will only work, if the > firewall doesn't block Java Try https://, as this uses the connect method. If this still fails, try a "proxy ...