Ports Search

Results 231240 of 1,266 for /sysutils/.(0.005 seconds)
sysutils/doinkd-0.01 (Score: 0.0807937)
Daemon that logs out idle users and those users hogging resources
This is the doinkd - user activity monitor project ("idled") This project was registered on SourceForge.net on May 25, 2006, and is described by the project team as follows: The idle daemon (doinkd) monitors user activity and logs them off when predefined rules are met. These include session time, multiple logins, tty, idletime and group limits. Similar to the Unix idleout command, but much more configurable. Formerly idled.
sysutils/fsbackup-1.2.1 (Score: 0.0807937)
File system backup and synchronization utility
fsbackup.pl is a incremental backup creation utility. fsbackup.pl support backup compression and encryption. Backup can be stored on local file system and on remote host stored over SSH or FTP. Some addition scripts allow backups SQL tables from PostgreSQL and MySQL (pgsql_backup.sh and mysql_backup.sh)), save system configuration files and list of installed packages (sysbackup.sh). Backuped with fsbackup.pl files can be recovered by script fsrestore.sh, backuped with sysbackup.sh system packeges can be reinstalled by sysrestore.sh.
sysutils/downtime-0.4.0 (Score: 0.0807937)
GTK-based shutdown manager using shutdown(8)
DownTime is a GTK-based graphical utility for scheduling shutdowns, reboots, et cetera.
sysutils/watchman-4.5.0 (Score: 0.0807937)
File alteration monitoring service
Watchman exists to watch files and record when they change. It can also trigger actions (such as rebuilding assets) when matching files change.
sysutils/watchmen-0.08 (Score: 0.0807937)
Watch and restart daemons
Watch and restart daemons
sysutils/xfburn-0.5.4 (Score: 0.0807937)
CD/DVD burning tool for Xfce
Xfburn is a simple CD/DVD burning application based on libburnia libraries, which supports erasing, formatting of discs; burning of iso images, audio, and data compositions.
sysutils/xjobs-20151012 (Score: 0.0807937)
Utility reads job descriptions line by line and executes in parallel
xjobs reads job descriptions line by line and executes them in parallel. It limits the number of parallel executing jobs and starts new jobs when jobs finish. Therefore, it combines the arguments from every input line with the utility and arguments given on the command line. If no utility is given as an argument to xjobs, then the first argument on every job line will be used as utility. To execute utility xjobs searches the directories given in the PATH environment variable and uses the first file found in these directories. xjobs is most useful on multi-processor/core machines when one needs to execute several time consuming command several that could possibly be run in parallel. With xjobs this can be achieved easily, and it is possible to limit the load of the machine to a useful value. It works similar to xargs, but starts several processes simultaneously and gives only one line of arguments to each utility call.
sysutils/duff-0.5.2 (Score: 0.0807937)
Duplicate file finder
Duff is a Unix command-line utility written in C for quickly finding duplicates in a given set of files.
sysutils/curlftpfs-0.9.2 (Score: 0.0807937)
Mount remote ftp directories
CurlFtpFS is a filesystem for accessing FTP hosts based on FUSE and libcurl. CurlFtpFS differentiates itself from other FTP filesystems because it features: * SSLv3 and TLSv1 support * connecting through tunneling HTTP proxies * automatically reconnection if the server times out * transform absolute symlinks to point back into the ftp file system
sysutils/encfs-1.8.1 (Score: 0.0807937)
Encrypted pass-through FUSE filesystem
EncFS is an encrypted pass-through filesystem which runs in userspace, using the FUSE kernel module. Similar in design to CFS and other pass-through filesystems, all data is encrypted and stored in the underlying filesystem. Unlike loopback filesystems, there is no predetermined or pre-allocated filesystem size.