Ports Search

Results 261270 of 1,266 for /sysutils/.(0.016 seconds)
sysutils/kshutdown-3.2 (Score: 0.0807937)
Advanced shutdown utility for KDE
KShutDown is an advanced shutdown utility for KDE. Features: o Turn Off Computer (logout and halt the system) o Restart Computer (logout and reboot the system) o Lock Screen (lock the screen using a screen saver) o End Current Session (end the current KDE session and logout the user) o Extras (additional, external user commands) o Time and delay options o Command line and DCOP support o System tray icon and panel applet o Visual and sound notifications o KDE Kiosk support
sysutils/acts-1.2 (Score: 0.0807937)
Another Calendar-based Tarsnap Script
acts is a minimal shell script that creates backups with Tarsnap. Some design goals: Just backup, no restore. Calendar-based (daily, monthly, yearly) backup schedule Portable, small code footprint. One Tarsnap archive is created per-target per-run. 31 daily, 12 monthly, and indefinite yearly backups are kept.
sysutils/fatback-1.3 (Score: 0.0807937)
Recover deleted files from FAT filesystems
Fatback is a forensic tool for undeleting files from FAT file systems. Fatback is different from other undelete tools in that it does the following: * Runs under UNIX environments * Can undelete files automatically * Supports Long File Names * Supports FAT12, FAT16, and FAT32 * Powerful interactive mode * Recursively undeletes deleted directories * Recovers lost cluster chains * Works with single partitions or whole disks
sysutils/fconfig-20080329 (Score: 0.0807937)
Read and modify RedBoot embedded boot configuration
fconfig is an application that allows to read and write RedBoot's configuration parameters. Examples, fconfig -l fconfig -w -n console_baud_rate -x 115200
sysutils/adtool-1.3.3 (Score: 0.0807937)
Active Directory administration tool
adtool is a Unix command line utility for Active Directory administration. Features include user and group creation, deletion, modification, password setting and directory query and search capabilities.
sysutils/afflib-3.7.6 (Score: 0.0807937)
Advanced Forensics Format library and utilities
The Advanced Forensic Format (AFF) is an emerging standard for storing computer forensic information. Critical features of AFF include: - AFF allows you to store both computer forensic data and associated metadata in one or more files. - AFF allows files to be digital singed, to provide for chain-of-custody and long-term file integrity. - AFF allows for forensic disk images to stored encrypted and decrypted on-the-fly for processing. This allows disk images containing privacy sensitive material to be stored on the Internet. - AFF is an open format unencumbered by copyright or patent protection. The AFFLIB library that implements AFF is available for use in both Open Source and proprietary tools.
sysutils/ffs2recov-1.0 (Score: 0.0807937)
Utility to recover UFS2 filesystems
This is the UFS2 version of ffsrecov, heavily (and I do mean _heavily_) based on John-Mark Gurney's program of the same name. It does basically the same thing, only it's a little more resistant to crashes caused by bad pointers, offsets and the like, and it does a little more than his did. Don't contact him for problems with this program, it's definitely _my_ fault if it breaks. This program is not ready for prime time. It has some shortfalls, it has a bunch of new options that are mostly undocumented and the manpage could stand to be rewritten. One _good_ thing is that it now uses the libufs library and is therefore not as dependent on carrying around low-level code. On the other hand, it worked for me. Using this tool, I was able to recover almost all of a several-hundred-gigabyte file system that had been stomped by a misconfigured RAID controller. (That's why I wrote the thing in the first place, in fact.) With the right knowledge and a lot of patience, it is possible to recover most or all of a trashed file system, at least if it's not _too_ trashed. I'm releasing it under the Berkeley two-clause license in the hope that someone with more time will pick it up, polish it and make something a little more useful out of it. Frank Mayhar frank@exit.com
sysutils/am-utils-6.2 (Score: 0.0807937)
The Berkeley Automounter Suite of Utilities
This is a port of am-utils, The Berkeley Automounter Suite of Utilities The Berkeley Automounter, Amd, may be used as a replacement for Sun's automounter. An automounter maintains a cache of mounted file systems. File systems are mounted on demand when they are first referenced, and unmounted after a period of inactivity. This helps to centralize all file system access, provide a uniform site-wide namespace, and minimize downtimes for clients.
sysutils/amrstat-20070216 (Score: 0.0807937)
Utility for LSI Logic's MegaRAID RAID controllers
This port provides an utility for getting information from LSI Logic's MegaRAID RAID controllers.
sysutils/fileprune-1.9 (Score: 0.0807937)
Prune a file set according to a given age distribution
Fileprune will delete files from the specified set targeting a given distribution of the files within time as well as size, number, and age constraints. Its main purpose is to keep a set of daily-created backup files in manageable size, while still providing reasonable access to older versions. Specifying a size, file number, or age constraint will simply remove files starting from the oldest, until the constraint is met. The distribution specification (exponential, Gaussian (normal), or Fibonacci) provides finer control of the files to delete, allowing the retention of recent copies and the increasingly aggressive pruning of the older files. The retention schedule specifies the age intervals for which files will be retained. As an example, an exponential retention schedule for 10 files with a base of 2 will be 1 2 4 8 16 32 64 128 256 512 1024 The above schedule specifies that for the interval of 65 to 128 days there should be (at least) one retained file (unless constraints and options override this setting).