目前全网最便宜的vps购买地址:
点我
购买之后,选择centos x64
然后设置root密码
之后,用putty连接到vps
输入
wget ‐‐no‐check‐certificate
https://raw.githubusercontent.co ... ster/shadowsocks.sh
chmod +x shadowsocks.sh
./shadowsocks.sh 2>&1 | tee shadowsocks.log
安装完成后,脚本提示如下:
Congratulations, shadowsocks install completed!
Your Server IP:your_server_ip
Your Server Port:8989
Your Password:your_password
Your Local IP:127.0.0.1
Your Local Port:1080
Your Encryption Method:aes‐256‐cfb
Welcome to visit:
http://teddysun.com/342.html
Enjoy it!
卸载方法:
使用root用户登录,运行以下命令:
./shadowsocks.sh uninstall
使用命令:
启动:/etc/init.d/shadowsocks start
停止:/etc/init.d/shadowsocks stop
重启:/etc/init.d/shadowsocks restart
状态:/etc/init.d/shadowsocks status
有啥问题再留言,我会一一解答。