Ports 搜索

共有1,266项符合/sysutils/的查询结果,以下是第821830项(搜索用时0.005秒)
sysutils/rtty-4.0 (Score: 0.0807937)
Multiuser "tip"/"cu" replacement with logging
Rtty is "remote tty" (not radioteletype). You run a server per port and then connect to that server from any number of "tip"/"cu"-like clients. I wrote it for our console concentrator, but there's no reason other than performance why you couldn't use it to drive modems, printers, prom programmers, and so on.
sysutils/psmisc-22.16 (Score: 0.0807937)
Port of the Linux pstree, killall, and pidof commands
A port of the Linux pstree, killall and pidof commands. Does not include the 'fuser' command.
sysutils/pstack-1.3 (Score: 0.0807937)
Retrieve process/core file stack traces
"pstack" is a workalike for the Solaris program of the same name. Running pstack on a process or core file produces a stack trace of each thread in that process. It's useful for finding out what wedged processes are up to, getting profiles of what applications, and just satisfying one's curiosity.
sysutils/pstacku-0.9.2 (Score: 0.0807937)
Retrieve process stack traces
"pstack" is a workalike for the Solaris program of the same name. Running pstack on a process produces a stack trace of each thread in that process. It's useful for finding out what wedged processes are up to, getting profiles of applications, and just satisfying one's curiosity.
sysutils/pstree-2.39 (Score: 0.0807937)
List processes as a tree
This is pstree. It is a small program that shows the ps listing as a tree (as the name implies...). It has several options to make selection criteria and to change the output style. For that it uses the output of /bin/ps.
sysutils/puppet-lint-2.0.0 (Score: 0.0807937)
Checks Puppet manifests against the style guide
Puppet-lint checks your Puppet manifests against the Puppet Labs style guide and alerts you to any discrepancies. You can test a single manifest file by running: puppet-lint <path to file> If you want to test your entire Puppet manifest directory, you can add require 'puppet-lint/tasks/puppet-lint' to your Rakefile and then run: rake lint
sysutils/puppet-3.7.5 (Score: 0.0807937)
Configuration management framework written in Ruby
Puppet lets you centrally manage every important aspect of your system using a cross-platform specification language that manages all the separate elements normally aggregated in different files, like users, cron jobs, and hosts, along with obviously discrete elements like packages, services, and files.
sysutils/puppet-3.8.6 (Score: 0.0807937)
Configuration management framework written in Ruby
Puppet lets you centrally manage every important aspect of your system using a cross-platform specification language that manages all the separate elements normally aggregated in different files, like users, cron jobs, and hosts, along with obviously discrete elements like packages, services, and files.
sysutils/puppetserver-2.4.0 (Score: 0.0807937)
Puppet Server running in the JVM
Puppet master is a Ruby application that compiles configurations for any number of Puppet agent nodes, using Puppet code and various other data sources. (For more info, see Overview of Puppet's Architecture.) Puppet Server is an application that runs on the Java Virtual Machine (JVM) and provides the same services as the classic Puppet master application. It mostly does this by running the existing Puppet master code in several JRuby interpreters, but it replaces some parts of the classic application with new services written in Clojure.
sysutils/pwgen-2.07 (Score: 0.0807937)
Small, powerful, GPL'ed password generator
Pwgen is a small, powerful, GPL'ed password generator. This version of pwgen was written by Theodore Ts'o <tytso@alum.mit.edu>. It is modelled after a program originally written by Brandon S. Allbery, and then later extensively modified by Olaf Titz, Jim Lynch, and others. It was rewritten from scratch by Theodore Ts'o because the original program was somewhat of a hack, and thus hard to maintain, and because the licensing status of the program was unclear.