mirror of
https://github.com/cheat/cheat.git
synced 2026-05-28 12:08:44 +02:00
add debugging examples for bash
add new command route
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
# Add a default gateway:
|
||||
route add default gateway 192.168.0.1
|
||||
|
||||
# Display routing table IP addresses instead of host names:
|
||||
route -n
|
||||
Reference in New Issue
Block a user