Watchdog daemon for the AMD Elan sc520 system-on-chip.
The watchdogd deamon runs in the background and will reset the hardware
watchdog timer of the elan-mmcr/soekris every 16 seconds. If this timer
is not reset within 32 seconds thereafter the hardware will reboot.
This software was specifically developed for http://www.soekris.com/ boards
and for use within the http://www.wirelessleiden.nl/ project.
DanZFS provides a Python API for checking the status of ZFS without the use of
libzfs by calling the system binaries and parsing the output.
Currently you can: -
1. List the ZFS properties (name, property, value, source)
2. List filesystems, snapshots, and volumes (name, used, available, refer, and
mountpoint)
3. Query the pool IO statistics (name, capacity, operations, and bandwidth)
4. List the pools (name, size, allocated, free, capacity, deduplication, health,
and alternativeroot)
5. Query the pool status (name, state, status, action, scan, config-type,
config-disks, and errors)
6. Replication "daemon" allowing near realtime local and remote replication
using snapshots.
The data from the API calls will be returned as a Python dictionary.
Example code is provided and will be installed into the
${PREFIX}/share/examples/danzfs directory.
Advanced directory tree synchronisation tool
(c) 2014-2016 Thomas Khyn (c) 2003-2015 Anand B Pillai
Advanced directory tree synchronisation tool
based on Python robocopier by Anand B Pillai
Usage
From the command line:
dirsync <sourcedir> <targetdir> [options]
From python:
from dirsync import sync
sync(sourcedir, targetdir, action, **options)
WebJob downloads a program or script from a remote WebJob server
over HTTP/HTTPS and executes it in one unified operation. Any output
produced by the program/script is packaged up and sent to a remote,
possibly different, WebJob server. WebJob is useful because it
provides a mechanism for running known good programs on damaged or
potentially compromised systems. This makes it ideal for remote
diagnostics, incident response, and evidence collection. WebJob
also provides a framework that is conducive to centralized management.
Therefore, it can support and help automate a large number of common
administrative tasks and host-based monitoring scenarios such as
periodic system checks, file updates, integrity monitoring,
patch/package management, and so on.
Ganglia provides a complete real-time monitoring and execution
environment that is in use by hundreds of universities, private and
government laboratories and commercial cluster implementors around the
world. Whether you want to monitor hundreds of computers in real-time
across a university campus or around the world, ganglia is for you.
ua is a simple command-line tool that finds sets of identical files.
The name ua is derived from the Hungarian word ugyanaz meaning the same.
The development of ua was motivated by the disturbingly often recurring
event of waiting too long for a shell script using sorts, md5sums, diffs
and the like to finish finding identical files. While there are many tools
out there, we needed a tool that can ignore white spaces and runs quite fast.
LICENSE: GPL2 or later
weedit is a file duplicate scanner with database support. It uses CRC32, MD5,
and file size to scan for duplicates.
wemux enhances tmux to make multi-user terminal multiplexing both easier and
more powerful. It allows users to host a wemux server and have clients join in
either:
* Mirror Mode gives clients (another SSH user on your machine) read-only access
to the session, allowing them to see you work, or
* Pair Mode allows the client and yourself to work in the same terminal (shared
cursor)
* Rogue Mode allows the client to pair or work independently in another window
(separate cursors) in the same tmux session.
It features multi-server support as well as user listing and notifications when
users attach/detach.
whatpix is a GPL Perl console application which finds and optionally moves or
deletes duplicate files.
whatpix was originally written by codex@bogus.net. The original web site for
whatpix is http://www.bogus.net/~codex/ You can find versions prior to 1.0
there.
whatpix is currently being developed and maintained by 3Jane Tessier-Ashpool
and Gerard Lanois.
Whowatch is an interactive who-like program that displays information about the
users currently logged on to the machine. In addition to standard information
(login name, tty, host, user's process), the type of the connection (telnet or
ssh) is shown. You can toggle display between the users' commands or idle times.
You can watch the process tree, navigate in it, and send INT and KILL signals.