Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kuixu/thu_vpn_linux
Tsinghua Univ. VPN ( Linux version )
https://github.com/kuixu/thu_vpn_linux
linux qinghua ssl sslvpn tsinghua vpn
Last synced: about 2 months ago
JSON representation
Tsinghua Univ. VPN ( Linux version )
- Host: GitHub
- URL: https://github.com/kuixu/thu_vpn_linux
- Owner: kuixu
- Created: 2017-12-03T05:14:00.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-03T10:11:39.000Z (about 7 years ago)
- Last Synced: 2024-10-30T01:50:47.452Z (3 months ago)
- Topics: linux, qinghua, ssl, sslvpn, tsinghua, vpn
- Language: Shell
- Size: 8.79 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# thu_vpn_linux
Tsinghua Univ. VPN ( Linux version )## Installation
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`.
#### via curl
```shell
sh -c "$(curl -fsSL https://raw.githubusercontent.com/barrykui/thu_vpn_linux/master/install.sh)"
```#### via wget
```shell
sh -c "$(wget https://raw.githubusercontent.com/barrykui/thu_vpn_linux/master/install.sh -O -)"
```Then,
```shell
source ~/.bashrc
```## Usage
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.
## Other OS system
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](http://info.tsinghua.edu.cn/out/help.jsp)
## Acknowledgement
Idea is from [http://lijiancheng0614.github.io/2016/12/31/2016_12_31_thu_vpn/](http://lijiancheng0614.github.io/2016/12/31/2016_12_31_thu_vpn/), thanks to lijiancheng0614.