Ports Search

Results 681690 of 1,266 for /sysutils/.(0.011 seconds)
sysutils/pbimaker-1.3 (Score: 0.0807937)
Program to convert ports into PBI modules
The Make-A-PBI program takes a port from the FreeBSD Ports tree and creates from it a PBI module. This module can then be used to create PBI packages. Make-A-PBI automates most aspects of the module creating process, setting up the required files and directories and collecting information from the port.
sysutils/ori-0.8.1 (Score: 0.0807937)
Ori distributed file system
Ori is a distributed file system built for offline operation and empowers the user with control over synchronization operations and conflict resolution. We provide history through light weight snapshots and allow users to verify the history has not been tampered with. Through the use of replication instances can be resilient and recover damaged data from other nodes.
sysutils/BSD-Jail-Object-0.02 (Score: 0.0807937)
Object oriented perl interface to jail(2)
This is an object oriented perl interface to the FreeBSD jail subsystem. Here's a replica of the 'jls' utility in just a few lines of perl: use BSD::Jail::Object 'jids'; print " JID IP Address Hostname Path\n"; printf "%6d %-15.15s %-29.29s %.74s\n", $_->jid, $_->ip, $_->hostname, $_->path foreach jids( instantiate => 1 ); And here's 'jexec': my $j = BSD::Jail::Object->new( $ARGV[0] ) or die $@; $j->attach && chdir('/') && exec $ARGV[1] or exit; For more info please use 'perldoc' on the module.
sysutils/BSD-Process-0.07 (Score: 0.0807937)
Information about running processes on BSD platforms
Information about running processes on BSD platforms
sysutils/Brackup-1.10 (Score: 0.0807937)
Flexible backup tool
Flexible backup tool. Slices, dices, encrypts, and sprays across the net.
sysutils/File-Listing-6.04 (Score: 0.0807937)
Parse directory listings
This module can be used to parse directory listings.
sysutils/ploy_ansible-1.3.1 (Score: 0.0807937)
Plugin to integrate Ansible with ploy
Ploy plugin to integrate with Ansible.
sysutils/data-1.7 (Score: 0.0807937)
Intel and AMD CPUs microcode updates
This port supplies microcode updates for use with cpuctl(4) microcode update facility. These could be used to keep your processor's firmware up-to-date.
sysutils/pytsk-20160721 (Score: 0.0807937)
Python bindings for the Sleuthkit
Python bindings for the Sleuthkit
sysutils/diskscrub-2.5.2 (Score: 0.0807937)
Writes patterns on files to make retrieving the data more difficult
Scrub iteratively writes patterns on files or disk devices to make retrieving the data more difficult. Scrub operates in one of three modes: 1. The special file corresponding to an entire disk is scrubbed and all data on it is destroyed. This mode is selected if file is a character or block special file. This is the most effective method. 2. A regular file is scrubbed and only the data in the file (and optionally its name in the directory entry) is destroyed. The file size is rounded up to fill out the last file system block. This mode is selected if file is a regular file. 3. A file is created, expanded until the file system is full, then scrubbed as in item 2. This mode is selected with the -X option. Scrub implements user-selectable pattern algorithms that are compliant with DoD 5520.22-M or NNSA NAP-14.x.