https://github.com/chaifeng/hairy-robot
https://github.com/chaifeng/hairy-robot
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/chaifeng/hairy-robot
- Owner: chaifeng
- Created: 2014-03-11T00:44:09.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-04-05T07:30:37.000Z (over 12 years ago)
- Last Synced: 2025-02-24T13:48:43.592Z (over 1 year ago)
- Language: Shell
- Size: 185 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 注意
完成最初始的一键安装脚本,有很大的可能性无法在你的环境里安装。
不是所有的 WiFi 网卡都可以用的。
# 在树莓派上安装 PPTP 客户端
1. 插上 USB 无线网卡
2. 接上以太网
3. 接上 USB 键盘/鼠标
4. 开机
5. 下载并执行 [install-pptp-client-on-pi](https://github.com/chaifeng/hairy-robot/raw/master/install-pptp-client-on-pi.sh)
在 2014-01-07-wheezy-raspbian.zip 上测试通过
安装完成后会自动启动,用 ssh 登录后可以看到 WiFi 密码
默认不启用中国 IP 路由,可以使用 add-china-routes 命令来启用。
## 安装 PPTP 服务端
在你的服务器上下载并执行 [install-pptp-server.sh](https://github.com/chaifeng/hairy-robot/raw/master/install-pptp-server.sh)
在 Ubuntu 12.04 上测试通过