runcgi.sh

Erlang/OTP Internet clients and servers

Install

All systems
curl cmd.cat/runcgi.sh.sh
Debian Debian
apt-get install erlang-inets
Ubuntu
apt-get install erlang-inets
Alpine
apk add erlang-inets
Arch Arch Linux
pacman -S erlang-nox
image/svg+xml Kali Linux
apt-get install erlang-inets
Fedora
dnf install erlang-inets
Windows (WSL2)
sudo apt-get update sudo apt-get install erlang-inets
Raspbian
apt-get install erlang-inets
Docker
docker run cmd.cat/runcgi.sh runcgi.sh powered by Commando

erlang-inets

Erlang/OTP Internet clients and servers

Inets is a container for Internet clients and servers. Currently a FTP client, a HTTP client and server, and a TFTP client and server are provided in Inets.

couchdb

RESTful document oriented database

Apache CouchDB is a distributed, fault-tolerant and schema-free document-oriented database accessible via a RESTful HTTP/JSON API. Among other features, it provides robust, incremental replication with bi-directional conflict detection and resolution, and is queryable and indexable using a table-oriented view engine with JavaScript acting as the default view definition language. CouchDB is written in Erlang, but can be easily accessed from any environment that provides means to make HTTP requests. There are a multitude of third-party client libraries that make this even easier for a variety of programming languages and environments.

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-inets

Erlang/OTP Internet clients and servers

Inets is a container for Internet clients and servers. Currently a FTP client, a HTTP client and server, and a TFTP client and server are provided in Inets. 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.