cdv
Erlang/OTP application for investigating distributed systems
Install
- All systems
-
curl cmd.cat/cdv.sh
- Debian
-
apt-get install erlang-observer
- Ubuntu
-
apt-get install erlang-observer
- Alpine
-
apk add erlang-observer
- Arch Linux
-
pacman -S erlang-nox
- Kali Linux
-
apt-get install erlang-observer
- Fedora
-
dnf install erlang-observer
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install erlang-observer
- Raspbian
-
apt-get install erlang-observer
- Dockerfile
- dockerfile.run/cdv
- Docker
-
docker run cmd.cat/cdv cdv
powered by Commando
erlang-observer
Erlang/OTP application for investigating distributed systems
The OBSERVER application contains tools for tracing and investigation of distributed systems. They include etop - a tool for presenting information about Erlang processes, and crashdump_viewer - a HTML based tool for browsing Erlang crashdumps.
codeville
a distributed version control system
Codeville is a python-based distributed version control system that began with a novel idea for a merge algorithm and has grown from there. It is designed to be easy to use and scale from small personal projects to very large distributed ones.
erlang
Concurrent, real-time, distributed functional language
Open Source Erlang is a functional programming language designed at the Ericsson Computer Science Laboratory. Some of Erlang main features are: * Clear declarative syntax and is largely free from side-effects; * Built-in support for real-time, concurrent and distributed programming; * Designed for development of robust and continuously operated programs; * Dynamic code replacement at runtime. The Erlang distribution also includes OTP (Open Telecom Platform) which provides a rich set of libraries and applications. This package is a dummy package which will install Erlang/OTP runtime, applications, sources, code examples and the Erlang editing mode for Emacs.
erlang-nox
Erlang/OTP applications that don't require X Window System
This package is a dummy package which will install all Erlang/OTP applications which do not require X Window System to run.
erlang17-observer
Erlang/OTP application for investigating distributed systems
The OBSERVER application contains tools for tracing and investigation of distributed systems. They include etop - a tool for presenting information about Erlang processes, and crashdump_viewer - a HTML based tool for browsing Erlang crashdumps. This package is the version 17 to fix couchdb in Kali-rolling. This is a temporay package. It should be removed once python-faraday doesn't need couchdb anymore.