From e3d76ee3fecb1d8530444e6959b8aeb41d19d343 Mon Sep 17 00:00:00 2001 From: Michael Schlapa Date: Thu, 19 Mar 2020 12:54:01 +0100 Subject: [PATCH] Shell commands, Ansible modules --- README.md | 13 ++++++++----- linux/README.md | 0 linux/shell_commands.md | 7 +++++++ 3 files changed, 15 insertions(+), 5 deletions(-) create mode 100644 linux/README.md create mode 100644 linux/shell_commands.md diff --git a/README.md b/README.md index b662c9f..0feeed7 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,15 @@ # Wissenswertes im Wiki +* [Ansible](./Ansible/README.md) + * [Modules](./Ansible/modules.md) + * [AWX](./Ansible/AWX.md) +* [docker](./docker.md) +* [git](./git/README.md) +* [Linux](./linux/README.md) + * [Shell commands](./linux/shell_commands.md) +* [OpenSSL](./OpenSSL.md) * [Python](./Python/README.md) * [!?!]() -* [git](./git/README.md) * [!?!]() -* [OpenSSL](./OpenSSL.md) -* [docker](./docker.md) -* [Ansible](./Ansible/README.md) - * [AWX](./Ansible/AWX.md) * [PostgreSQL](./postgresql.md) * ... diff --git a/linux/README.md b/linux/README.md new file mode 100644 index 0000000..e69de29 diff --git a/linux/shell_commands.md b/linux/shell_commands.md new file mode 100644 index 0000000..38b459d --- /dev/null +++ b/linux/shell_commands.md @@ -0,0 +1,7 @@ +# Commands + +## Use pv for bandwidth tests + +``` +pv --rate-limit 1M /dev/null' +```