Shell commands, Ansible modules

This commit is contained in:
Michael Schlapa
2020-03-19 12:54:01 +01:00
parent 404661de58
commit e3d76ee3fe
3 changed files with 15 additions and 5 deletions

View File

@@ -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)
* ...

0
linux/README.md Normal file
View File

7
linux/shell_commands.md Normal file
View File

@@ -0,0 +1,7 @@
# Commands
## Use pv for bandwidth tests
```
pv --rate-limit 1M </dev/zero | ssh user@example.net 'cat >/dev/null'
```