ShadowsockServer配置
大约 1 分钟
临时用vpn的办法:
腾讯云->竞价实例->中国香港->流量计费(100M) ,两三个小时才几毛钱
部署
sshpass -p "yourpassword" ssh root@$1 << EOF
yum install python-setuptools && easy_install pip
pip install shadowsocks
sudo mkdir /etc/shadowsocks
echo '{"server":"0.0.0.0","server_port":12345,"local_address": "127.0.0.1","local_port":1080,"password":"yourpassword", "timeout":1200,"method":"aes-256-cfb","fast_open": true,"workers":3}' >> /etc/shadowsocks/shadowsocks.json
ssserver -c /etc/shadowsocks/shadowsocks.json -d restart
EOF
修改端口
vim /etc/shadowsocks/shadowsocks.json
ssserver -c /etc/shadowsocks/shadowsocks.json -d restart
系统推荐
- 各种网关性能测试
- MySQL高可用
- Spring框架源码关键点
- IO相关
- 正则表达式匹配第几个符号问题
- Thread & ExecutorService & ThreadPoolExecutor 总览
- Spring RetryTemplate
- 常用队列
- gperftools
- JetBrains-License-Server
- Hbase 总览
- raft协议
- 随机毒鸡汤:学好数学不能帮你买菜,但能决定,你在哪个菜市场买菜。