Minor changes
This commit is contained in:
parent
909b13aacb
commit
1120e46df5
1 changed files with 2 additions and 2 deletions
|
@ -6,8 +6,8 @@ Dump various system informations into base64 encoded values and print them as js
|
||||||
Run a dump:
|
Run a dump:
|
||||||
> ./sysdump.sh > dump.json
|
> ./sysdump.sh > dump.json
|
||||||
|
|
||||||
Dump of a remote machine through ssh:
|
Run a dump on a remote machine using ssh:
|
||||||
> cat sysdump.sh | ssh user@host /bin/bash
|
> cat sysdump.sh | ssh user@host /bin/bash > dump.json
|
||||||
|
|
||||||
Explore a dump (require `jq`)
|
Explore a dump (require `jq`)
|
||||||
> ./sysdump.sh dump.json
|
> ./sysdump.sh dump.json
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue