duyue6002 / Blog

:pencil2: Write here
http://duyue6002.github.io/Blog/#/
5 stars 1 forks source link

[工具] ss deployment #5

Open duyue6002 opened 5 years ago

duyue6002 commented 5 years ago

完全为了学习需要!!

PS:推荐购买多路线的[KVMV2-10G] KVM的洛杉矶路线(DC1 QNET) [USCA_2]不推荐直连CN2

SSH远程登录

默认已买好vps,并启动成功,推荐Centos 6 bbr系统。

ssh root@<ip> -p sshport
password:

win下使用putty远程登录,MacOS可直接在终端使用

SS部署脚本

yum install wget
wget --no-check-certificate -O shadowsocks-all.sh https://raw.githubusercontent.com/teddysun/shadowsocks_install/master/shadowsocks-all.sh
chmod +x shadowsocks-all.sh
./shadowsocks-all.sh 2>&1 | tee shadowsocks-all.log

选择shadow socks-go更快

/etc/shadowsocks-go/config.json可以设置端口及密码等等

更改配置信息后需要重启:/etc/init.d/shadowsocks restart

更新yum更安全

yum update -y

客户端配置

下载各种ss客户端就好啦,嘻嘻