cryptol
domain-specific language of cryptography
Cryptol is a domain-specific language for specifying cryptographic
algorithms. A Cryptol implementation of an algorithm resembles its
mathematical specification more closely than an implementation in
a general purpose language.
dante-client
SOCKS wrapper for users behind a firewall
Dante is a circuit-level firewall/proxy that can be used to provide
convenient and secure network connectivity to a wide range of hosts
while requiring only the server Dante runs on to have external network
connectivity.
memtool
Development tool to modify memory mapped registers
memtool allows one to read and write memory mapped registers via /dev/mem. The
commands are inspired by the respective commands of the barebox bootloader.
This is handy during driver development to inspect and modify register
settings. It can also be used to modify regular files and character devices
(e.g. to paint to /dev/fb0).
python-os-client-config
OpenStack client configuration library - Python 2.x
Os-client-config is a library for collecting client configuration for using an
OpenStack cloud in a consistent and comprehensive manner. It will find cloud
config for as few as 1 cloud and as many as you want to put in a config file.
It will read environment variables and config files, and it also contains some
vendor specific default values so that you don't have to know extra info to
use OpenStack
libdata-dumper-compact-perl
vertically compact width-limited data formatter
Data::Dumper::Compact provides a replacement of the Dumper() function that
produces a more compact output.
ctop
Command line / text based Linux Containers monitoring tool
ctop will help you see what's going on at the container level.
Basically, containers are a logical group of processes isolated using
kernel's cgroups and namespaces. Recently, they have been made popular
by Docker and they are also heavily used under the hood by systemd and a
load of container tools like lxc, rocket, lmctfy and many others.