This reverts commit 347e5573036e13b360b81a3f9f1bad75cf2c2b03.
@@ -1,7 +1,6 @@
# 7z
> A file archiver with high compression ratio.
-> Homepage: <https://www.7-zip.org/>.
- Archive a file or folder:
@@ -2,7 +2,6 @@
> A standalone version of `7z` with support for fewer archive types.
> A standalone version of `7z` that only supports .7z files.
# ansible-galaxy
> Create and manage Ansible roles.
-> Homepage: <https://www.ansible.com/>.
- Install a role:
# ansible-playbook
> Execute tasks defined in playbook on remote machines over SSH.
- Run tasks in playbook:
> Manage groups of computers remotely over SSH.
> Use the /etc/ansible/hosts file to add new groups/hosts.
- List hosts belonging to a group:
# git
> Distributed version control system.
-> Homepage: <https://git-scm.com/>.
- Check the Git version:
# hyperfine
> A command-line benchmarking tool.
-> Homepage: <https://github.com/sharkdp/hyperfine>.
- Run a basic benchmark, performing at least 10 runs:
# mysql
> The MySQL command-line tool.
-> Homepage: <https://www.mysql.com/>.
- Connect to a database:
# mysqldump
> Backups MySQL databases.
-> Homepage: <https://dev.mysql.com/doc/refman/en/mysqldump.html>.
- Create a backup, user will be prompted for a password:
# nginx
> Nginx web server.
-> Homepage: <https://nginx.org/en/>.
- Start server with the default config file:
# npm-check
> Check for outdated, incorrect, and unused npm package dependencies.
-> Homepage: <https://www.npmjs.com/package/npm-check>.
- Display a report of outdated, incorrect, and unused dependencies:
> JavaScript and Node.js package manager.
> Manage Node.js projects and their module dependencies.
-> Homepage: <http://npm.org/>.
- Download and install a module globally:
# prosodyctl
> The control tool for the Prosody XMPP server.
-> Homepage: <http://prosody.im/>.
- Show the status of the Prosody server:
> Toolkit for deploying and operating serverless architectures on AWS, Google Cloud, Azure and IBM OpenWhisk.
> Commands can be run either using the `serverless` command or it's alias, `sls`.
-> Homepage: <https://serverless.com/>.
- Create a serverless project:
# shellcheck
> Shell script static analysis tool.
-> Homepage: <https://www.shellcheck.net/>.
- Check a shell script:
# terraform
> Create and deploy infrastructure as code to cloud providers.
-> Homepage: <https://www.terraform.io/>.
- Initialize a new or existing Terraform configuration:
# virtualenv
> Create virtual isolated Python environments.
-> Homepage: <https://virtualenv.pypa.io/en/latest/>.
- Create a new environment:
# weasyprint
> Render HTML to PDF or PNG.
-> Homepage: <https://weasyprint.org/>.
- Render a HTML file to PDF: