Tsinghua Univ. VPN ( Linux version )
thu_vpn_linux is installed by running one of the following commands in your terminal. You can install this via the command-line with either curl
or wget
.
sh -c "$(curl -fsSL https://raw.githubusercontent.com/barrykui/thu_vpn_linux/master/install.sh)"
sh -c "$(wget https://raw.githubusercontent.com/barrykui/thu_vpn_linux/master/install.sh -O -)"
Then,
source ~/.bashrc
Run thuvpn
with the input of account
:
thuvpn 2016xxxxxx
Then, input your password
on info.tsinghua.edu.cn,
Now, you could surf the tsinghua intranet, like info.tsinghua, lib.tsinghua, et al.
Tsinghua U. provide Web, Windows and MacOS VPN software, you could download the software from the link: http://info.tsinghua.edu.cn/out/help.jsp
Idea is from http://lijiancheng0614.github.io/2016/12/31/2016_12_31_thu_vpn/, thanks to lijiancheng0614.