Skip to content

Instantly share code, notes, and snippets.

@igricart
Created August 6, 2020 07:19
Show Gist options
  • Save igricart/a946d6dce44ca52e08245c19625ed47d to your computer and use it in GitHub Desktop.
Save igricart/a946d6dce44ca52e08245c19625ed47d to your computer and use it in GitHub Desktop.
Add or remove lte connection
# Bring LTE connection up
ifconfig wwan0 up
# Bring LTE connection down
ifconfig wwan0 down
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment