Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.478.478 Times

Man Page Find Exec freeware
Filter: All | Freeware | Demo
 

Man Page Find Exec

< 1 2 3 4 5 > 
Added: November 24, 2010 | Visits: 2.074

EtherEye Network Host Checker EtherEye is a web-based network host checking system written in PHP and standards compliant HTML. You simply provide it with a list of IP addresses or domain names via the configuration interface and it will ping them on request and output the results as HTML. You can also access the results... Platforms: *nix

License: Freeware Size: 20.48 KB Download (115): EtherEye Network Host Checker Download

Added: March 21, 2010 | Visits: 747

perlipq Perlipq is a Perl extension to Linux iptables userspace queueing via libipq.Packets may be selected from the stack via the iptables QUEUE target and passed to userspace. Perlipq allows these packets to be manipulated in Perl and passed back to the stack. This is version 1.25, released for... Platforms: *nix

License: Freeware Size: 14.34 KB Download (94): perlipq Download

Added: April 16, 2010 | Visits: 709

Portage Portage is probably Gentoos most notable innovation in software management. With its high flexibility and enormous amount of features it is frequently seen as the best software management tool available for Linux. Portage is written in Python and Bash and therefore fully visible to the users as... Platforms: *nix

License: Freeware Size: 276.48 KB Download (107): Portage Download

Added: June 07, 2010 | Visits: 1.003

VideoDog VideoDog software was a kind of video /bin/cat, to grab a single frame of a video4linux device or set some pictures default. Now it evolved into a complete image capture/processing environment, with a simple and clean API, and using almost no external libs. It works with linuxs v4l subsystem,... Platforms: *nix

License: Freeware Size: 133.12 KB Download (107): VideoDog Download

Added: May 04, 2010 | Visits: 829

SekHost SekHost is a host based firewall and packet prioritization utility for Linux systems. The configuration is simple yet powerful functionality is available. Installation of sekhost is very straightforward and actually only requires 2 things; the sekhost script itself, which is in the src... Platforms: *nix

License: Freeware Size: 17.41 KB Download (93): SekHost Download

Added: February 05, 2010 | Visits: 754

checksuite checksuite was written specifically to assist system administrators with the day-to-day tasks of monitoring a system. It is in, no way, a replacement of an actual system administrator. I originally created these programs to help me out, because of all the excruciating long hours at work. Plus,... Platforms: *nix

License: Freeware Size: 19.46 KB Download (93): checksuite Download

Added: November 14, 2010 | Visits: 924

libtecla The tecla library provides UNIX and LINUX programs with interactive command line editing facilities, similar to those of the unix tcsh shell. In addition to simple command-line editing, it supports recall of previously entered command lines, TAB completion of file names, and in-line wild-card... Platforms: *nix

License: Freeware Size: 512 KB Download (99): libtecla Download

Added: April 25, 2010 | Visits: 596

AScopy AScopy is a site maintenance utility completely written in Bash. The main reason to write this in Bash is that it is a very portable environment. AScopy runs in any environment where the following applications are available: bash ssh sftp cat find md5sum mktmp rm rmdir touch Since... Platforms: *nix

License: Freeware Size: 69.63 KB Download (89): AScopy Download

Added: June 23, 2010 | Visits: 784

Putmail Queue Putmail Queue provides a queuing system for putmail.py from the Putmail project. It allows you to compose your email messages offline, keep them in a queue, and send them all together later. This is my first try at providing a queuing system for putmail.py. Inside, youll find two programs:... Platforms: *nix

License: Freeware Size: 5.12 KB Download (114): Putmail Queue Download

Released: July 02, 2012  |  Added: July 02, 2012 | Visits: 889

AdaSockets AdaSockets is a library that lets you use BSD sockets from Ada (TCP, UDP and multicast). Installation: % ./configure --prefix= % make install This will build and install this software under /lib/adasockets. The adasockets-config program and its associated man page will be installed... Platforms: *nix

License: Freeware Size: 614.4 KB Download (100): AdaSockets Download

Added: October 22, 2010 | Visits: 1.449

stephanie stephanie is a program for hardening OpenBSD for multiuser environments. Mmmmm, OpenBSD. Functional, secure, free. With an emphasis on security and integrated cryptography, it carries an excellent reputation for plain old "you-just-cant-hack-this-ness". Not perfect, but nothing is, at least... Platforms: *nix

License: Freeware Size: 14.34 KB Download (95): stephanie Download

Added: July 11, 2010 | Visits: 703

PDL::Internals PDL::Internals is a Perl module that contains a description of some aspects of the current internals. Intro This document explains various aspects of the current implementation of PDL. If you just want to use PDL for something, you definitely do not need to read this. Even if you want to... Platforms: *nix

License: Freeware Size: 2.1 MB Download (88): PDL::Internals Download

Added: January 25, 2010 | Visits: 482

ManOpen ManOpen is a MacOS X GUI application for viewing Unix manual pages, which are the standard documentation for Unix command line programs, programmer libraries, and other system information. It can open files directly or be given titles, in which case it will display the output from the `man'... Platforms: Mac

License: Freeware Download (98): ManOpen Download

Added: January 25, 2010 | Visits: 620

Catman Tool Catman Tool is an AppleScript utility that formats (prebuilds) your man pages from their source directories. If manual pages are regenerated, Catman Tool also regenerates the whatis database. This allows for faster displays of your man pages, and also faster searches of your man page systems... Platforms: Mac

License: Freeware Download (90): Catman Tool Download

Added: September 07, 2013 | Visits: 329

CRUX for Linux CRUX is a lightweight, i686-optimized Linux distribution targeted at experienced Linux users. The primary focus of this distribution is "keep it simple", which is reflected in a simple tar.gz-based package system, BSD-style initscripts, and a relatively small collection of trimmed packages. The... Platforms: *nix

License: Freeware Size: 230 MB Download (32): CRUX for Linux Download

Added: August 04, 2013 | Visits: 319

YAPET YAPET is a text based password manager using the Blowfish encryption algorithm. Because of its small footprint and very few library dependencies, it is suited for installing on desktop and server systems alike. The text based user interface allows to run YAPET easy and painlessly in a Secure... Platforms: *nix

License: Freeware Size: 2.79 MB Download (38): YAPET Download

Added: January 18, 2010 | Visits: 1.215

Number::Bytes::Human Number::Bytes::Human is a Perl module that can convert byte count to human readable format. SYNOPSIS use Number::Bytes::Human qw(format_bytes); $size = format_bytes(0); # 0 $size = format_bytes(2*1024); # 2.0K $size = format_bytes(1_234_890, bs => 1000); # 1.3M $size = format_bytes(1E9,... Platforms: *nix

License: Freeware Size: 9.22 KB Download (98): Number::Bytes::Human Download

Added: July 23, 2010 | Visits: 1.190

xDMS xDMS is a tool for decompressing Amiga DMS files. DMS files contain disk images that are these days mainly useful for Amiga emulation. The program was originally written by Andre Rodrigues de la Rocha, but now it is hosted and maintained by Heikki Orsila. Whats New in This Release: - This... Platforms: *nix

License: Freeware Size: 43.01 KB Download (152): xDMS Download

Added: February 07, 2010 | Visits: 882

Tenshi The regular expressions are assigned to queues which have an alert interval and a list of mail recipients. Queues can be set to send a notification as soon as there is a log line assigned to it, or to send periodic reports. Additionally, uninteresting fields in the log lines (such as PID... Platforms: *nix

License: Freeware Size: 24.58 KB Download (86): Tenshi Download

Added: May 27, 2010 | Visits: 881

smta Secure MTA is a daemon for SMTP passwords and a starter for ssmtp or msmtp. Options: smta [-d [-l < numer >] [-t < timer >] [-b]] | [[-e]|[-mta < mta >]] [-sock] -d | --daemon daemon function -l | --listen listen number [default: 2] -t | --timer timer [default: 0=disactivated] -b |... Platforms: *nix

License: Freeware Size: 102.4 KB Download (89): smta Download

< 1 2 3 4 5 >