-
Notifications
You must be signed in to change notification settings - Fork 5
Raspberrypi 3B shadowsocks client setup
JunX edited this page Aug 12, 2018
·
3 revisions
This is "How to Fxxk the Greatwall for LAN with the Raspberrypi 3B?"
- 需要墙外服务器
- Raspberrypi 3B
sudo pip install shadowsocks
sudo apt-get install polipo
sudo vi /etc/polipo/config
添加如下内容
logSyslog = true
logFile = /var/log/polipo/polipo.log
proxyAddress = "0.0.0.0"
socksParentProxy = "127.0.0.1:1080"
socksProxyType = socks5
serverMaxSlots = 64
serverSlots = 16
serverSlots1 = 32
sudo /etc/init.d/polipo restart
vi shawdowsocks.json
添加如下内容
{
"server": "{your-server-ip}",
"server_port": 40002,
"local_port": 1080,
"password": "{your-password}",
"timeout": 600,
"method": "aes-256-cfb"
}
sudo sslocal -c shawdowsocks.json -d start
sudo vi ~/.bashrc
添加如下内容
export http_proxy=http://127.0.0.1:8123
sudo vi /etc/apt/apt.conf.d/10proxy
添加如下内容
Acquire::http::Proxy "http://127.0.0.1:8123";
Use this proxy to set your device:
http://xxx.xxx.xxx.xxx:8123
xxx.xxx.xxx.xxx is your Raspberrypi 3B IP
- Docker
-
Yocto
- devtool
- Raspberry PI
- Install raspbian
- Raspberrypi Samba
- Boot from USB drive
- shadowsocks setup
- Markdown 语法
- ML/TL/DL/RL
- MNIST
- 吴恩达机器学习课程
- 吴恩达深度学习课程
- Tensorflow
- Hub
- Models
-
Movidius™ Neural Compute Stick
- ncsdk
- ncappzoo