The speedtest-cli is a command line tool that enables to test internet bandwidth using speedtest.net service. It can be useful to monitor download speed, upload speed, and ping. The speedtest-cli...
GoTTY is a command line tool that allows to share terminal in the browser. It converts command line tools into web applications. GoTTY is written using Go programming language.
This...
The youtube-dl is a command line tool that allows to download videos from YouTube and other websites. The list of all the supported websites can be found in official website...
Yarn is a package manager for Node.js that allows to install packages from the npm registry. Yarn is compatible with npm and can be used as alternative. Yarn can use...
The build-essential is a package which contains an informational list of all other packages needed to build Debian packages and compile software. The build-essential installs the following list of packages:...
Curl is a command line tool that allows to transfer data from or to a server. This tool supports various network protocols like HTTP, HTTPS, FTP, SFTP, SCP, etc. Curl...
MariaDB Server is a cross-platform relational database that allows to access data using SQL language. MariaDB Server is a fork of MySQL Server. This means that development of MariaDB was...
Cross-compilation is a process when source code is compiled into executable code on one platform and will run on another platform. For example, a program was compiled on 64-bit PC...
Composer is a dependency management tool for PHP that allows to specify libraries on which project depends on. Composer manages libraries installation and update per-project (the default) or globally.
This...
Apache HTTP Server is a cross-platform web server that delivers web content to a clients who request it. Apache is an open-source project, available under the Apache License 2.0.
This...