$ curl cheat.sh/
# ifdown
# Disable network interfaces.
# More information: <https://manned.org/ifdown>.

# Disable interface eth0:
ifdown eth0

# Disable all interfaces which are enabled:
ifdown -a

$
Follow @igor_chubin cheat.sh tldr