Ports Search

Results 1,9912,000 of 17,773 for comment.zh_CN%3A%E6%8E%A7%E5%88%B6%E5%8F%B0.(0.015 seconds)
net/recvnet-0.0.1 (Score: 0.0024380283)
Recvnet (inverse telnet) is a utility for debugging tcp connections
Recvnet is the inverse of telnet. Instead of connecting to some host, it listens on a port for incoming connections. When a connection is made, you can type a response which will be sent to the client. This tool has proven to be very useful while debugging Web browsers, httping, and others.
security/pam_mkhomedir-0.2 (Score: 0.0024380283)
Create HOME with a PAM module on demand
This is a PAM module which will create the $HOME for the user authenticated, if it's not already there. It also copies over files from a skel directory ( default /usr/share/skel ) and can set the permission of the newly created $HOME to a value of your choice
sysutils/cmdwatch-0.2.0 (Score: 0.0024380283)
Watches the output from a command at specified intervals
This is the familiar Linux "watch" utility originally written by Tony Rems <rembo@unisoft.com> with help from Francois Pinard and more recently Mike Coleman <mkc@acm.org>. I found it useful, so here it is. Basically "watches" the output of a given command at a specified interval in a nice, ncurses-based format.
sysutils/exfat-1.2.4 (Score: 0.0024380283)
Full-featured exFAT FS implementation as a FUSE module
exfat-fuse is a free exFAT file system implementation with write support. exFAT is a simple file system created by Microsoft. It is intended to replace FAT32 removing some of it's limitations. exFAT is a standard FS for SDXC memory cards.
sysutils/keyboard-daemon-0.7 (Score: 0.0024380283)
Listens on a keyboard device and executes commands on keypresses
The author has not found any simple programs that listen on a device and run commands based on the values received. keyboard-daemon binds to a device (for example, a remote control) and listens for button presses. These are then mapped to programs that are executed.
sysutils/mdcp-0.1.2.2 (Score: 0.0024380283)
Fastest utility for copy from a disk device for many
mdcp (Muli-Device Copy) is a command-line utility for *nix that provide to copy from a disk device to many. The data transfer rate is improved by making use of a much more efficient use of the transfer rate of the disks.
sysutils/pwd_unmkdb-1.3.1 (Score: 0.0024380283)
Recover a master.passwd from the hashed database
pwd_unmkdb is a program to do the opposite of pwd_mkdb(8). That is, to give you a textual master.passwd file from a hashed spwd.db database. Useful if you delete or corrupt master.passwd, and don't have an up-to-date backup.
textproc/Parse-FixedLength-5.39 (Score: 0.0024380283)
Parse a string containing fixed length fields into component parts
The Parse::FixedLength module facilitates the process of breaking a string into its fixed-length components. Sure, it's a glorified (and in some ways more limited) substitute for the perl functions pack and unpack, but it's the author's belief that this module helps in the maintainability of working with fixed length formats as the number of fields in a format grows.
textproc/XML-Twig-3.49 (Score: 0.0024380283)
Process huge XML documents by chunks via a tree interface
XML::Twig - Tree interface to XML documents allowing chunk by chunk processing of huge documents. From the website: XML-Twig is a Perl module that subclasses XML-Parser to allow easy processing of XML documents of all sizes. A flush method allows dumping of a completely processed sub-document to be printed, thus allowing processing of documents of any size.
www/mod_chroot-0.5 (Score: 0.0024380283)
The mod_chroot makes running Apache in a chroot easy
mod_chroot makes running Apache in a secure chroot environment easy. You don't need to create a special directory hierarchy containing /dev, /lib, /etc... mod_chroot allows you to run Apache in a chroot jail with no additional files. The chroot() system call is performed at the end of startup procedure - when all libraries are loaded and log files open.