Ports 搜索

共有18,669项符合descr.zh_CN%3A%E9%81%8F%E5%88%B6%E5%9E%83%E5%9C%BE的查询结果,以下是第12,83112,840项(搜索用时0.02秒)
sysutils/pflogx-0.86 (Score: 4.5905075E-5)
Simple tool to export pf (packet filter) logs to XML files
pflogx is a simple tool to export OpenBSD's packet filter logs to XML files. It reads a binary logfile generated by the pf logging daemon (pflogd) to generate a human-readable and exploitable XML file. Using an XSLT processor you can convert this XML file to any other format (HTML, CSV, SQL, ...).
sysutils/pstack-1.3 (Score: 4.5905075E-5)
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/filelike-0.4.1 (Score: 4.5905075E-5)
Python module for building and manipulating file-like object
filelike is a Python module for building and manipulating file-like objects. This module takes care of the groundwork for implementing and manipulating objects that provide a rich file-like interface, including reading, writing, seeking and iteration. It also provides a number of useful classes built on top of this functionality.
sysutils/pdsh-2.29 (Score: 4.5905075E-5)
并行分布式 Shell
Pdsh 是一个高效的、多线程的远程 shell 客户端,在多个远程主机上并行地执行 命令。Pdsh 实现了动态扩展功能,例如新的远程 shell 服务和远程主机选择。
sysutils/capistrano-3.5.0 (Score: 4.5905075E-5)
Utility for executing commands in parallel on multiple machines
Capistrano is a standalone utility that can also integrate nicely with Rails. You simply provide SwitchTower with a deployment "recipe" that describes your various servers and their roles, and voila! You magically have single-command deployment. It even allows you to roll a bad version out of production and revert back to the previous release.
sysutils/murder-0.1.2 (Score: 4.5905075E-5)
Large scale deploys using BitTorrent
Murder is a method of using Bittorrent to distribute files to a large amount of servers within a production environment. This allows for scaleable and fast deploys in environments of hundreds to tens of thousands of servers where centralized distribution systems wouldn't otherwise function.
sysutils/shellany-0.0.1 (Score: 4.5905075E-5)
MRI+JRuby compatible command output capturing
Shellany captures command output. Features: - Portability (should work on recent JRuby versions). - Capturing stdout, stderr in a convenient way. - Returning the result in a convenient way. - Detecting if a shell is needed (though incomplete/primitive implementation). - Prevents running the same command multiple times.
sysutils/scalpel-2.0 (Score: 4.5905075E-5)
Frugal, high performance file carver
Scalpel is a fast file carver that reads a database of header and footer definitions and extracts matching files or data fragments from a set of image files or raw device files. Scalpel is filesystem-independent and will carve files from FATx, NTFS, ext2/3, HFS+, or raw partitions. It is useful for both digital forensics investigation and file recovery.
sysutils/syslinux-6.03 (Score: 4.5905075E-5)
Boot loader for the Linux operating system
The syslinux program installs a Linux bootloader on a FAT-formatted filesystem or disk image. This FreeBSD port can additionally operate on plain files containing a FAT image, thus requiring no special privilege. The program relies on mtools to perform the manipulation of the FAT filesystem.
sysutils/tai64nfrac-1.4 (Score: 4.5905075E-5)
Convert tai64n format invented by Dan Bernstein
The TAI64N format is a format for time stamps in log files, invented by Dan Bernstein and used by some of his software, most notably the multilog component of daemontools. That package comes with a program (tai64nlocal) to convert those time stamps to a human-readable date.