mirror of
https://github.com/cheat/cheat.git
synced 2025-09-02 01:58:29 +02:00
add debugging examples for bash
add new command route
This commit is contained in:
5
cheat/cheatsheets/route
Normal file
5
cheat/cheatsheets/route
Normal file
@ -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