Skip to content

Instantly share code, notes, and snippets.

@wuqian
Created November 10, 2014 09:55
Show Gist options
  • Save wuqian/ca3a0fc9b57f1a466d7c to your computer and use it in GitHub Desktop.
Save wuqian/ca3a0fc9b57f1a466d7c to your computer and use it in GitHub Desktop.
start vpn from command line
#start vpn
nmcli con up id yt
#stop vpn
nmcli con down id yt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment