Revert "multiple pages: add homepages"

This reverts commit 347e557303.
italian
Starbeamrainbowlabs 2018-12-19 23:33:18 +00:00
parent 347e557303
commit 45ec3033c0
No known key found for this signature in database
GPG Key ID: 1BE5172E637709C2
19 changed files with 0 additions and 19 deletions

View File

@ -1,7 +1,6 @@
# 7z
> A file archiver with high compression ratio.
> Homepage: <https://www.7-zip.org/>.
- Archive a file or folder:

View File

@ -2,7 +2,6 @@
> A file archiver with high compression ratio.
> A standalone version of `7z` with support for fewer archive types.
> Homepage: <https://www.7-zip.org/>.
- Archive a file or folder:

View File

@ -2,7 +2,6 @@
> A file archiver with high compression ratio.
> A standalone version of `7z` that only supports .7z files.
> Homepage: <https://www.7-zip.org/>.
- Archive a file or folder:

View File

@ -1,7 +1,6 @@
# ansible-galaxy
> Create and manage Ansible roles.
> Homepage: <https://www.ansible.com/>.
- Install a role:

View File

@ -1,7 +1,6 @@
# ansible-playbook
> Execute tasks defined in playbook on remote machines over SSH.
> Homepage: <https://www.ansible.com/>.
- Run tasks in playbook:

View File

@ -2,7 +2,6 @@
> Manage groups of computers remotely over SSH.
> Use the /etc/ansible/hosts file to add new groups/hosts.
> Homepage: <https://www.ansible.com/>.
- List hosts belonging to a group:

View File

@ -1,7 +1,6 @@
# git
> Distributed version control system.
> Homepage: <https://git-scm.com/>.
- Check the Git version:

View File

@ -1,7 +1,6 @@
# hyperfine
> A command-line benchmarking tool.
> Homepage: <https://github.com/sharkdp/hyperfine>.
- Run a basic benchmark, performing at least 10 runs:

View File

@ -1,7 +1,6 @@
# mysql
> The MySQL command-line tool.
> Homepage: <https://www.mysql.com/>.
- Connect to a database:

View File

@ -1,7 +1,6 @@
# mysqldump
> Backups MySQL databases.
> Homepage: <https://dev.mysql.com/doc/refman/en/mysqldump.html>.
- Create a backup, user will be prompted for a password:

View File

@ -1,7 +1,6 @@
# nginx
> Nginx web server.
> Homepage: <https://nginx.org/en/>.
- Start server with the default config file:

View File

@ -1,7 +1,6 @@
# 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:

View File

@ -2,7 +2,6 @@
> JavaScript and Node.js package manager.
> Manage Node.js projects and their module dependencies.
> Homepage: <http://npm.org/>.
- Download and install a module globally:

View File

@ -1,7 +1,6 @@
# prosodyctl
> The control tool for the Prosody XMPP server.
> Homepage: <http://prosody.im/>.
- Show the status of the Prosody server:

View File

@ -2,7 +2,6 @@
> 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:

View File

@ -1,7 +1,6 @@
# shellcheck
> Shell script static analysis tool.
> Homepage: <https://www.shellcheck.net/>.
- Check a shell script:

View File

@ -1,7 +1,6 @@
# terraform
> Create and deploy infrastructure as code to cloud providers.
> Homepage: <https://www.terraform.io/>.
- Initialize a new or existing Terraform configuration:

View File

@ -1,7 +1,6 @@
# virtualenv
> Create virtual isolated Python environments.
> Homepage: <https://virtualenv.pypa.io/en/latest/>.
- Create a new environment:

View File

@ -1,7 +1,6 @@
# weasyprint
> Render HTML to PDF or PNG.
> Homepage: <https://weasyprint.org/>.
- Render a HTML file to PDF: