Ports Search

Results 6,7716,780 of 19,819 for %22HTTP Server%22.(0.008 seconds)
sysutils/bchunk-1.2.0 (Score: 0.0012383816)
Converts .bin/.cue files to .iso/audio
bchunk is a Unix/C rewrite of the fine BinChunker software for some non-Unix systems. binchunker converts a CD image in a ".bin / .cue" format (sometimes ".raw / .cue") to a set of .iso and .cdr tracks. The bin/cue format is used by some non-Unix cd-writing software, but is not supported on most other cd-writing programs. The .iso track contains an ISO file system, which can be mounted through a vn device on FreeBSD systems, or written on a CD-R using cdrecord. The .cdr tracks are in the native CD audio format. (pcm) They can be either written on a CD-R using cdrecord -audio, or converted to WAV (or any other sound format for that matter) using sox.
sysutils/crashme-2.4 (Score: 0.0012383816)
Tool to test an operating system's robustness
Crashme is a very simple program that tests the operating environment's robustness by invoking random data as if it were a procedure. The standard signals are caught and handled with a setjmp back to a loop which will try again to produce a fault by executing random data. Some people call this stress testing.
sysutils/createrepo-0.10.4 (Score: 0.0012383816)
Utility to create and manage RPM metadata repositories
This utility will generate a common metadata repository from a directory of rpm packages.
sysutils/cronic-3 (Score: 0.0012383816)
Shell script that handles cron error detection
Cronic is a small shim shell script for wrapping cron jobs so that cron only sends email when an error has occurred. Cronic defines an error as any non-trace error output or a non-zero result code. Cronic filters Bash execution traces (or anything matching PS4) from the error output, so jobs can be run with execution tracing to aid forensic debugging.
sysutils/cciss_vol_status-1.11 (Score: 0.0012383816)
Reports status of logical drives on ciss(4) controllers
Very lightweight program to report the status of logical drives on Smart Array controllers ciss(4).
sysutils/rsyncrypto-1.12 (Score: 0.0012383816)
Rsync Friendly File Encryption
Rsyncrypto is a modified encryption scheme. It is based on industry standard AES for symmetric encryption, as well as RSA for having different keys for each file while allowing a single key to decrypt all files. It even uses an encryption mode that is based on CBC. Rsyncrypto does, however, do one thing differently. It changes the encryption schema from plain CBC to a slightly modified version. This modification ensures that two almost identical files, such as the same file before an after a change, when encrypted using rsyncrypto and the same key, will produce almost identical encrypted files. This means that both objectives can be achieved simultaneously.
sysutils/direnv-2.8.1 (Score: 0.0012383816)
Environment variable manager for your shell
direnv is an environment switcher for the shell. It knows how to hook into bash, zsh, tcsh and fish shell to load or unload environment variables depending on the current directory. This allows to have project-specific environment variables and not clutter the "~/.profile" file.
sysutils/djmount-0.71 (Score: 0.0012383816)
Mount UPnP A/V Media
djmount is a UPnP AV client. It mounts as a Linux filesystem the media content of compatible UPnP AV devices. Djmount discovers automatically all UPnP AV Media Servers on the network, and make the content available in a directory tree. All shared files (e.g. Audio or Video files) are directly visible and can be played using your favorite media player. djmount is written in C for the Linux operating system. It is free software, licensed under the terms of the GNU General Public License (GNU GPL).
sysutils/rsyslog-8.21.0 (Score: 0.0012383816)
Syslogd supporting SQL, TCP, and TLS
Rsyslog is an enhanced multi-threaded syslogd with a focus on security and reliability. Among others, it offers support for on-demand disk buffering, reliable syslog over TCP, SSL, TLS and RELP, writing to databases (MySQL, PostgreSQL, Oracle, and many more), email alerting, fully configurable output formats (including high-precision timestamps), the ability to filter on any part of the syslog message, on-the-wire message compression, and the ability to convert text files to syslog. It is a drop-in replacement for stock syslogd and able to work with the same configuration file syntax. Its advanced features make it suitable for enterprise-class, encryption protected syslog relay chains while at the same time being very easy to setup for the novice user. Tracking v7-devel
sysutils/duply-1.10.1 (Score: 0.0012383816)
Shell front end for the duplicity backup tool
Duply is a shell front end for the duplicity backup tool. It greatly simplifies its usage by implementing backup job profiles, batch commands and more. Who says secure backups on non-trusted spaces are no child's play.