Ports 搜索

共有17,773项符合comment.zh_CN%3A%E6%8E%A7%E5%88%B6%E5%8F%B0的查询结果,以下是第14,66114,670项(搜索用时0.018秒)
sysutils/bsdstats-6.0 (Score: 1.3217685E-4)
Monthly script for reporting anonymous statistics about your machine
BSDstats is an attempt to produce reasonably accurate statistics on deployments of BSD operating systems. This is useful for marketing, project advocacy, hardware vendors and purchasers, device driver maintainers, and port maintainers. The major problem that we are trying to address is vendors who do not feel that BSD operating systems present enough of a market to bother supporting. Meant to be run monthly or during bootup, this script submits statistics anonymously to a central server (http://bsdstats.org). Potentially sensitive details like IP addresses and hostnames are not stored by or relayed through the BSDstats server.
sysutils/abck-2.2 (Score: 1.3217685E-4)
Manage intrusion attempts recorded in the system log
'abck' is an interactive tool to examine intrusion attempts and decide what, if anything, to do about them. It reads through /var/log/messages looking for evidence of an intrusion attempt. Upon finding such a record, 'abck' qualifies it against information supplied by the user on the command line to determine if the record is to be processed. As packaged, 'abck' handles several common types of intrusion attempt records, but it can easily be expanded to handle others. You need a reasonably current copy of Python to run the main script.
sysutils/filebeat-1.2.3 (Score: 1.3217685E-4)
Collect logs locally and send to remote logstash
Beats is the platform for building lightweight, open source data shippers for many types of operational data you want to enrich with Logstash, search and analyze in Elasticsearch, and visualize in Kibana. Whether you're interested in log files, infrastructure metrics, network packets, or any other type of data, Beats serves as the foundation for keeping a beat on your data. Filebeat is a lightweight, open source shipper for log file data. As the next-generation Logstash Forwarder, Filebeat tails logs and quickly sends this information to Logstash for further parsing and enrichment or to Elasticsearch for centralized storage and analysis.
sysutils/flexbackup-1.2.1 (Score: 1.3217685E-4)
Perl-based flexible backup system that can use dump/afio/cpio/tar
A flexible backup tool Features: o Easy to configure o Uses dump, afio, GNU tar, cpio, pax, or zip archivers o Full and numbered levels of incremental backup (acts like "dump") o Compression and buffering options for all backup types o Does remote filesystems (over rsh/ssh; no special service) o Can backup only files not owned by rpm, or changed from rpm version o Writes to tapes, on-disk archive files, or on-disk directory trees o Keeps a table of contents so you know archives are on each tape o Nice log files You can get additional information about remote backup strategies using SSH at http://www.sysfault.org/flexbackup.html
sysutils/44bsd-more-20000521 (Score: 1.3217685E-4)
The pager installed with FreeBSD before less(1) was imported
This is /usr/bin/more from FreeBSD before the import of the less(1) pager. It is an older version of less that includes some enhancements and fixes not in less. These enhancments include support for global(1) tags, nicer horizontal scrolling, support for portable keyboard configurations using termcap(5), and a much shorter manpage. Due to the debatability of the latter feature (is it an enhancement or a bug?), /usr/bin/more has been replaced. This port is available for those who desire any of the above features.
sysutils/boxbackup-0.11.r2979 (Score: 1.3217685E-4)
Open source, completely automatic on-line backup system for UNIX
This is a port of Box Backup, an online backup daemon The backup daemon, bbackupd, runs on all machines to be backed up. The store server daemon, bbstored runs on a central server. Data is sent to the store server, which stores all data on local filesystems, that is, only on local hard drives. Tape or other archive media is not used. The system is designed to be easy to set up and run, and cheap to use. Once set up, there should be no need for user or administrative intervention, apart from usual system maintenance.
sysutils/gdisk-0.8.10 (Score: 1.3217685E-4)
GPT fdisk
GPT fdisk (aka gdisk) by Roderick W. Smith, rodsmith@rodsbooks.com This software is intended as a (somewhat) fdisk-workalike program for GPT-partitioned disks. Specific advantages of gdisk, cgdisk and sgdisk include: * Edit GUID partition table (GPT) definitions in Linux, FreeBSD, MacOS X, or Windows * Convert MBR to GPT or back without data loss * Convert BSD disklabels to GPT without data loss * Create hybrid MBR, which permits GPT-unaware OSes to access up to three GPT partitions on the disk * Repair damaged GPT data structures * The ability to specify sector-exact partition sizes * Clear identification of the number of unallocated sectors on a disk http://www.rodsbooks.com/fixparts/
sysutils/hfsexplorer-0.23 (Score: 1.3217685E-4)
HFSExplorer read Mac-formatted harddisks and disk images
HFSExplorer is an application that can read Mac-formatted hard disks and disk images. It can read the file systems HFS (Mac OS Standard), HFS+ (Mac OS Extended) and HFSX (Mac OS Extended with case sensitive file names). HFSExplorer allows you to browse your Mac volumes with a graphical file system browser, extract files (copy to hard disk), view detailed information about the volume and create disk images from the volume. HFSExplorer can also read most .dmg disk images created on a Mac, including zlib / bzip2 compressed images and AES-128 encrypted images. It supports the partition schemes Master Boot Record, GUID Partition Table and Apple Partition Map natively.
sysutils/hfsutils-3.2.6 (Score: 1.3217685E-4)
Utilities for accessing Apple's HFS volumes
HFS is the "Hierarchical File System" used on modern Macintosh computers. With this package, you can read and write Macintosh-formatted media such as floppy disks, CD-ROMs, and SCSI hard disks on most Unix platforms. You can also format raw media or file into an HFS volume. This package contains a number of different tools: - Several command-line programs (hmount, hls, hcopy, et al.) - Tk-based front-end for browsing and copying files through a variety of transfer modes (MacBinary, BinHex, text, etc.) - Tcl package and interface for scriptable access to volumes - C library for low-level access to volumes Support for Apple's new Extended Format (HFS+) is currently not available.
sysutils/memtester-4.3.0 (Score: 1.3217685E-4)
Utility to test for faulty memory subsystem
A user-space utility for testing the memory subsystem for faults. It is portable and should compile and work on any 32- or 64-bit Unix-like system. (Yes, even weird, proprietary Unices, and even Mac OS X.) For hardware developers, memtester can be told to test memory starting at a particular physical address as of memtester version 4.1.0. The original source was by Simon Kirby <sim@stormix.com>. The program has been rewritten by Charles Cazabon and many additional tests were added to help catch borderline memory. He also rewrote the original tests (which catch mainly memory bits which are stuck permanently high or low) so that they run approximately an order of magnitude faster.