Shell commands, Ansible modules
This commit is contained in:
13
README.md
13
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)
|
||||
* ...
|
||||
|
||||
0
linux/README.md
Normal file
0
linux/README.md
Normal file
7
linux/shell_commands.md
Normal file
7
linux/shell_commands.md
Normal file
@@ -0,0 +1,7 @@
|
||||
# Commands
|
||||
|
||||
## Use pv for bandwidth tests
|
||||
|
||||
```
|
||||
pv --rate-limit 1M </dev/zero | ssh user@example.net 'cat >/dev/null'
|
||||
```
|
||||
Reference in New Issue
Block a user