Ports 搜索

共有17,773项符合comment.zh_CN%3A%E6%8E%A7%E5%88%B6%E5%8F%B0的查询结果,以下是第5,9115,920项(搜索用时0.01秒)
net/ntp-4.2.8p8 (Score: 2.2893705E-4)
The Network Time Protocol Distribution
The Network Time Protocol (NTP) is used to synchronize the time of a computer client or server to another server or reference time source, such as a radio or satellite receiver or modem. It provides client accuracies typically within a millisecond on LANs and up to a few tens of milliseconds on WANs relative to a primary server synchronized to Coordinated Universal Time (UTC) via a Global Positioning Service (GPS) receiver, for example. Typical NTP configurations utilize multiple redundant servers and diverse network paths, in order to achieve high accuracy and reliability. Some configurations include cryptographic authentication to prevent accidental or malicious protocol attacks. See homepage for more infos:
net/socketpipe-1.9 (Score: 2.2893705E-4)
Zero overhead remote process plumbing
Socketpipe connects over a TCP/IP socket a remote command to a local input generation command and/or a local output processing command. The connection is made by redirecting the input/output file descriptors to the socket. This saves the context switching and data copying overhead associated with piping data through ssh(1) or rsh(1). Socketpipe must be installed on both machines and user authentication is still performed by a command like ssh(1) or rsh(1). The confidentiality and integrity of the data in transit is not protected against mallicious attacks; the command is designed for use in a trusted LAN environment.
net/uplog-0.3 (Score: 2.2893705E-4)
UDP-based ping program
Uplog is an UDP-based ping program that gives an ASCII graphical log of packet loss. Once per second, it sends a UDP packet to the echo port of the target host and waits for a reply. If it gets a reply an X is written, otherwise a dot is written to the log file. If a packet with an incorrect sequence number arrives, a colon is written to the log file. By examining the log file, one can easily see when and how the packet losses occur.
net/zebra-0.95a (Score: 2.2893705E-4)
Free RIPv1, RIPv2, OSPFv2, BGP4 route software (server/reflector)
GNU Zebra is a free software (distributed under GNU Generic Public License) which manages TCP/IP based routing protocols. It supports BGP-4 protocol as described in RFC1771 (A Border Gateway Protocol 4) and RIPv1, RIPv2 and OSPFv2. Zebra uses multithread technology under multithread supported UNIX kernels. However it can be run under not-multithread supported UNIX kernels. Zebra is intended to be used as a Route Server and a Route Reflector. Zebra is not a toolkit, it provides full routing power under a new architecture.
security/scrypt-0.8.0 (Score: 2.2893705E-4)
Bindings for the scrypt key derivation function library
This is is a set of Python bindings for the scrypt key derivation function. Scrypt is useful when encrypting password as it is possible to specify a minimum amount of time to use when encrypting and decrypting. If, for example, a password takes 0.05 seconds to verify, a user won't notice the slight delay when signing in, but doing a brute force search of several billion passwords will take a considerable amount of time. This is in contrast to more traditional hash functions such as MD5 or the SHA family which can be implemented extremely fast on cheap hardware.
sysutils/amtc-0.8.5 (Score: 2.2893705E-4)
Threaded Intel AMT/vPro mass management tool
Intel's Active Management Technology is a simple embedded subsystem that helps you manage remote servers. In particular you can power off or reset a remote system, regardless of the state of the operating system. amtc is a tool to efficiently monitor, power-control on a scheduled basis and interactively manage a bigger bunch of PCs equipped with Intel vPro technology, distributed over several rooms. Having a practical tool for this purpose massively eases system management procedures, from scheduled, unattended OS-re-installs to individual, interactive remote power management needs.
sysutils/stress-1.0.4 (Score: 2.2893705E-4)
Tool to impose load on and stress test Unix-like systems
stress is a tool which imposes a configurable amount of CPU, memory, I/O, or disk stress on a POSIX-compliant operating system. It is written in portable ANSI C, and uses the GNU Autotools to compile on a great number of UNIX-like operating systems. stress is not a benchmark. It is a tool used by system administrators to evaluate how well their systems will scale, by kernel programmers to evaluate perceived performance characteristics, and by systems programmers to expose the classes of bugs which only or more frequently manifest themselves when the system is under heavy load.
sysutils/symon-2.87 (Score: 2.2893705E-4)
Performance and information monitoring tool
The symon project consists of three parts; a data monitor, a data consolidator and a data displayer. symon is a is a lightweight system monitor that measures cpu, memory, pf, interface and disk statistics every 5 seconds. It sends this data on to symux for further processing. symon has been designed to inflict minimal performance and security impact -- it can be run as nobody on the system it monitors. symux is a non-privileged daemon that listens to incoming symon traffic. symux can write the incoming symon streams into rrd files. Clients interested in monitoring machine state can also log into symux and receive data as ascii as it arrives.
textproc/Data-Report-0.10 (Score: 2.2893705E-4)
Data::Report - Framework for flexible reporting
Data::Report is a flexible, plugin-driven reporting framework. The Data::Report framework consists of three parts: - the plugins Plugins implement a specific type of report. Standard plugins provided are Data::Report::Plugin::Text for textual reports, Data::Report::Plugin::Html for HTML reports, and Data::Report::Plugin::Csv for CSV (comma-separated) files. - the base class The base class Data::Report::Base implements the functionality common to all reporters, plus a number of utility functions the plugins can use. - the factory The actual Data::Report module is a factory that creates a reporter for a given report type by selecting the appropriate plugin and returning an instance thereof.
textproc/Text-Striphigh-0.02 (Score: 2.2893705E-4)
Perl extension to strip the high bit off of ISO-8859-1 text
The Text::Striphigh module exports a single function: C<striphigh>. This function takes one argument, a string possibly containing high ASCII characters in the ISO-8859-1 character set, and transforms this into a string containing only 7 bits ASCII characters, by substituting every high bit character with a similar looking standard ASCII character, or with a sequence of standard ASCII characters. Because of precisely the deficiency this package tries to offer a workaround for is present in some of the things that process pod, there are no examples in this manpage. Look at the source or the test script if you want examples. Kai Storbeck kai@xs4all.nl