Created
November 10, 2014 09:55
-
-
Save wuqian/ca3a0fc9b57f1a466d7c to your computer and use it in GitHub Desktop.
start vpn from command line
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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