Ports Search

Results 6,9316,940 of 19,819 for %22HTTP Server%22.(0.008 seconds)
sysutils/cfengine-3.8.2 (Score: 0.0012383816)
Systems administration tool for networks
Cfengine is an automated suite of programs for configuring and maintaining Unix-like computers. It has been used on computing arrays of between 1 and 20,000 computers since 1993 by a wide range of organizations. Cfengine is supported by active research and was the first autonomic, hands-free management system for Unix-like operating systems. Cfengine is an autonomic maintenance system not merely a change management roll-out tool. Cfengine has a history of security and adaptability.
sysutils/rundeck-2.3.2 (Score: 0.0012383816)
Web-console for dispatching commands and scripts to your nodes
Welcome to Rundeck, the human interface to your operations. Rundeck features fine-grain access controls, a built-in job scheduler, and the ability to define workflows that dispatch commands and scripts to your nodes.
sysutils/capistrano-ext-1.2.1 (Score: 0.0012383816)
Useful task libraries and methods for Capistrano
Useful task libraries and methods for Capistrano
sysutils/samesame-1.10 (Score: 0.0012383816)
Find duplicate files and optionally link them together
SameSame is a collection of tools that fall in to the category of file management software. These tools will prevent that you need to delete files or buy more disk space. Instead they solve low disk space problems by linking identical files together and thus free up waisted disk space. This collection was inspired by the application samefile written by Jens Schweikhardt. The collection comes with its own version of samefile that is noticeable faster and is able to process a much larger file list. This port containt two set of application: the first are duplicate files finder search for identical files and the second are duplicate file removers perform some kind of action based on those results. Typical usage would be: find / | samefile -i | sameln This would search for identical files and clean up wasted disk space by linking them together. If you prefer removing one of the identical file, then you should replace sameln with samerm. You can add the option -vn after both application for a verbose dry-run. Please see the man page samesame for a introduction to all applications.
sysutils/scprotect-20091116 (Score: 0.0012383816)
Protect process from killing when the swap space is exhausted
scprotect is implementation of system call for setting or unsetting P_PROTECTED flag. It's similar to madvise(2) behaviour MADV_PROTECT, but may be used for already running processes. Also rc.d/scprotect scripts allow you to set protection flag even if process was restarted by user.
sysutils/cfengine-3.9.1 (Score: 0.0012383816)
Systems administration tool for networks
Cfengine is an automated suite of programs for configuring and maintaining Unix-like computers. It has been used on computing arrays of between 1 and 20,000 computers since 1993 by a wide range of organizations. Cfengine is supported by active research and was the first autonomic, hands-free management system for Unix-like operating systems. Cfengine is an autonomic maintenance system not merely a change management roll-out tool. Cfengine has a history of security and adaptability.
sysutils/fluentd-0.12.14 (Score: 0.0012383816)
Fluent event collector
Fluentd is a log collector daemon written in Ruby. Fluentd receives logs as JSON streams, buffers them, and sends them to other systems like MySQL, MongoDB, or even other instances of Fluentd.
sysutils/fluentd-0.10.61 (Score: 0.0012383816)
Fluent event collector
Fluentd is a log collector daemon written in Ruby. Fluentd receives logs as JSON streams, buffers them, and sends them to other systems like MySQL, MongoDB, or even other instances of Fluentd.
sysutils/god-0.13.7 (Score: 0.0012383816)
Monitoring framework written in Ruby
God is an easy to configure, easy to extend monitoring framework written in Ruby.
sysutils/sortu-2.1.2 (Score: 0.0012383816)
Tool that combines sort and uniq functionality
The sortu program is a replacement for the sort and uniq programs. It is common for Unix script writers to want to count how many separate patterns are in a file. For example, if you have a list of addresses, you may want to see how many are from each state. So you cut out the state part, sort these, and then pass them through uniq -c. Sortu does all this for you in a fraction of the time. Sortu uses a hash table and some decent line processing to provide this functionality. For a relatively small number of keys, it can be signifcantly smaller than using sort, because it does not have to keep temporary files. If you are dealing with a large number of unique keys then sortu will run out of memory and stop. Sortu has some basic field and delimiter handling which should do most basic awk or cut features to separate out the field that you are sorting on.