Ports Search

Results 6,4916,500 of 17,754 for %E6%8E%A7%E5%88%B6%E5%8F%B0.(0.018 seconds)
sysutils/psutil-1.2.1 (Score: 9.15773E-5)
Process utilities module for Python
psutil is a module providing an interface for retrieving information on running processes and system utilization (CPU, memory) in a portable way by using Python, implementing many functionalities offered by tools like ps, top and Windows task manager.
sysutils/rdiff-backup-1.3.3 (Score: 9.15773E-5)
Local/remote mirroring+incremental backup
rdiff-backup backs up one directory to another, possibly over a network. The target directory ends up a copy of the source directory, but extra reverse diffs are stored in a special subdirectory of that target directory, so you can still recover files lost some time ago. The idea is to combine the best features of a mirror and an incremental backup. rdiff-backup also preserves subdirectories, hard links, dev files, permissions, uid/gid ownership (if it is running as root), and modification times. Finally, rdiff-backup can operate in a bandwidth efficient manner over a pipe, like rsync. Thus you can use rdiff-backup and ssh to securely back a hard drive up to a remote location, and only the differences will be transmitted. This port tracks the development branch 1.3.
sysutils/rdiff-backup-1.2.8 (Score: 9.15773E-5)
Local/remote mirroring+incremental backup
rdiff-backup backs up one directory to another, possibly over a network. The target directory ends up a copy of the source directory, but extra reverse diffs are stored in a special subdirectory of that target directory, so you can still recover files lost some time ago. The idea is to combine the best features of a mirror and an incremental backup. rdiff-backup also preserves subdirectories, hard links, dev files, permissions, uid/gid ownership (if it is running as root), and modification times. Finally, rdiff-backup can operate in a bandwidth efficient manner over a pipe, like rsync. Thus you can use rdiff-backup and ssh to securely back a hard drive up to a remote location, and only the differences will be transmitted.
sysutils/rename-1.99.2 (Score: 9.15773E-5)
Rename multiple files using regular expressions
Rename is a quick and powerful tool written in C, featuring extended regular expression support for searching and substituting pattern strings in filenames. Rename can rename, convert to lowercase/uppercase, and change the ownership of a large number of files.
sysutils/capistrano-harrow-0.5.2 (Score: 9.15773E-5)
Capistrano plugin for integration with Harrow.io
Capistrano::Harrow is a plugin for tighter integration with Harrow.io whilst using Capistrano. Harrow.io is a continuous integration and deployment solution for people who like software that works like Capistrano does.
sysutils/rubyipmi-0.10.0 (Score: 9.15773E-5)
Command line wrapper for ipmitool and freeipmi
Rubyipmi gem is a ruby wrapper for the freeipmi and ipmitool command line tools. It provides a ruby implementation of ipmi commands that will make it simple to connect to BMC devices from ruby.
sysutils/safe-rm-0.10 (Score: 9.15773E-5)
Wrapper around the rm command to prevent accidental deletions
Tool intended to prevent the accidental deletion of important files by replacing /bin/rm with a wrapper, which checks the given arguments against a configurable blacklist of files and directories that should never be removed.
sysutils/iocage-1.7.6 (Score: 9.15773E-5)
Full featured, no dependency Jail container manager
iocage is a zero dependency drop in jail/container manager amalgamating some of the best features and technologies FreeBSD operating system has to offer. It is geared for ease of use with a simple and easy to understand command syntax.
sysutils/3dm-2.11.00.021 (Score: 9.15773E-5)
3ware RAID controller monitoring daemon and web server
3DM 2 provides a web interface to remotely create, manage and monitor your 3ware RAID arrays. In the event of a hardware failure, 3DM 2 can automatically notify you via email.
sysutils/ucspi-ipc-0.67 (Score: 9.15773E-5)
UCSPI tools for building local-domain client-server applications
ipcserver and ipcclient are command-line tools for building local-domain client-server applications. They conform to the UNIX Client-Server Program Interface, UCSPI. ipcserver listens for connections on a local-domain stream socket, and runs a program for each connection it accepts. The program environment includes variables that hold the local and remote socket addresses, and the effective user and group IDs of the process that called connect. ipcserver offers a concurrency limit on acceptance of new connections, and selective handling of connections based on client identity. ipcclient requests a connection to a local-domain socket, and runs a program. The program environment includes a variable that holds the local socket address. ipcperl is an example of an ipchandle server. It invokes a perl subroutine for each request.