老高目前的富强方式
如题
如题
Centos7 一键安装 Shadowsocks 和 KCPTUN 加速的兄弟篇,基于Ubuntu 16.04编写,兼容性未测试。
卸载命令参考Centos7 一键安装 Shadowsocks 和 KCPTUN 加速里的说明,操作一样。
http://www.upupoo.com/ https://docs.microsoft.com/zh-cn/sysinternals/ https://github.com/yangyangwithgnu/hardseed http://www.yingdev.com/projects/wgestures https://www.snipaste.com/ https://www.draw.io http://mikeschultz.xyz/materialette/ https://www.autohotkey.com/ https://windirstat.net/ https://www.ipip.net/download.html#ip_trace https://ivarptr.github.io/yu-writer.site/ http://1218.io/ https://github.com/shadowsocksrr/shadowsocksr-csharp/releases https://www.alertover.com https://send-anywhere.com/business http://pooi.moe/QuickLook/ https://www.chuyu.me/zh-Hans/index.html http://clipber.com/clipber/#download_app http://www.hellofont.cn/ https://github.com/chengr28/RevokeChinaCerts http://code.taobao.org/p/mychrome/src/trunk/release/ https://github.com/sylnsfar/qrcode https://chris.dziemborowicz.com/apps/hourglass/ https://getsharex.com/ http://rufus.akeo.ie/ https://www.xnview.com/en/xnconvert/#downloads https://otp.landian.la/index.html http://www.rjno1.com/mpv-easy-player.html https://github.com/Codeusa/SteamCleaner https://www.shencut.com/ http://www.screentogif.com/?l=zh_cn http://www.traynier.com/software/steammover
新安装的centos7系统可以使用下面的安装脚本一键安装$$,如果嫌复制粘贴麻烦,可以到脚本地址下载
sh -c "$(curl -fsSL https://raw.githubusercontent.com/phpgao/my_scripts/master/code/ss_for_centos.sh)"
# 或者
sudo sh -c "$(curl -fsSL https://raw.githubusercontent.com/phpgao/my_scripts/master/code/ss_for_centos.sh)"
安装完毕后查看ss配置
cat /etc/ss-config.json
查看kcptun配置
/etc/kcp-config.json
如果想要修改,使用vi命令即可。修改完记得重启服务才能生效!
# 重启ss服务
systemctl restart shadowsocks-server
# 重启kcptun服务
systemctl restart kcp-server
如果你已经研究过老高的为樱花打造的KCPTUN,此docker镜像就是基于Alpine最新版,当时只是简单的使用了一下,这次老高想深入研究一下docker的Alpine。
Alpine做名词将意思是高山植物,估计想表达简单,耐用的意思吧。
这个脚本是写给小白和我用的,可以直接在centos上可以执行,使用方法很简单。
更新:
这个脚本已经很旧了,请移步