Shell commands, Ansible modules
This commit is contained in:
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