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
#!/bin/bash -x | |
## original author: Oliver Nassar <[email protected]> | |
## credit: harmy <[email protected]> | |
## Ubuntu VPN for poor Chinese (you know de) | |
## Sample Usage: | |
## | |
## wget https://gist.github.com/raw/3891178/ff1702fac175eb21c513b93f51f39948be693aba/vpn-setup.sh | |
## chmod +x vpn-setup.sh | |
## sudo ./vpn-setup.sh <username> <password> |
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
deb http://mirrors.163.com/ubuntu/ precise main restricted universe multiverse | |
deb http://mirrors.163.com/ubuntu/ precise-security main restricted universe multiverse | |
deb http://mirrors.163.com/ubuntu/ precise-updates main restricted universe multiverse | |
deb http://mirrors.163.com/ubuntu/ precise-proposed main restricted universe multiverse | |
deb http://mirrors.163.com/ubuntu/ precise-backports main restricted universe multiverse | |
deb-src http://mirrors.163.com/ubuntu/ precise main restricted universe multiverse | |
deb-src http://mirrors.163.com/ubuntu/ precise-security main restricted universe multiverse | |
deb-src http://mirrors.163.com/ubuntu/ precise-updates main restricted universe multiverse | |
deb-src http://mirrors.163.com/ubuntu/ precise-proposed main restricted universe multiverse | |
deb-src http://mirrors.163.com/ubuntu/ precise-backports main restricted universe multiverse |