mirror of
https://github.com/cheat/cheat.git
synced 2025-09-06 03:52:55 +02:00
Cherry-picking changes from #185
@zhujian0805 contributed some excellent cheatsheets in #185, but some binary files seem to have gotten mixed into the commit as well. This commit cherry-picks the cheatsheet file changes from that PR while leaving behind the cruft. Also performed minor editing on some of the cheatsheets.
This commit is contained in:
5
cheat/cheatsheets/snmpwalk
Normal file
5
cheat/cheatsheets/snmpwalk
Normal file
@ -0,0 +1,5 @@
|
||||
# To retrieve all of the variables under system for host zeus
|
||||
snmpwalk -Os -c public -v 1 zeus system
|
||||
|
||||
# To retrieve the scalar values, but omit the sysORTable for host zeus
|
||||
snmpwalk -Os -c public -v 1 -CE sysORTable zeus system
|
Reference in New Issue
Block a user