long long ago…在很久很久以前,我们访问各种网站都是简单而直接的,用户的请求通过互联网发送到服务提供方,服务提供方直接将信息反馈给用户when evil comes然后有一天,GFW 就出现了,他像一个收过路费的强盗一样夹在了在用户和服务之间,每当用户需要获取信息,都经过了 GFW,GFW将它不喜欢的内容统统过滤掉,于是客户当触发 GFW 的过滤规则的时候,就会收到&nbsp
SS
转载 精选 2016-12-04 16:11:58
129阅读
任务:Debian 12 服务器上搭建 Shadowsocks 服务,支持通过 VIVO/DELL 设备访问谷歌:前期准备1.  服务器要求 :   - 系统:Debian 12     - 最低配置:1核 CPU + 512MB RAM + 5GB 硬盘   - 开放防火墙端口(后续自定义端口)  
原创 2月前
0阅读
Shadowsocks停止工作Shadowsocks(SS)是用C#编写的,必须要安装.NET的V4.6.2或以上才行(V4.0不可以)官方说明:使用VS2015 & .NET 4.6.2开发。https://github.com/shadowsocks/shadowsocks-windows
原创 2017-04-13 17:32:07
8609阅读
1. Shadowsocks 的首包加密机制Shadowsocks 的通信分为两个主要阶段:握手阶段(Handshake): 客户端向服务器发送目标地址等信息,这通常是加密的,以避免流量特征被 DPI(深度包检测)分析。数据传输阶段(Data Transfer): 加密的应用层数据在两端之间传输。在 握手阶段,Shadowsocks 没有额外的协商,而是直接采用 加密后的首包 来传输目标地址(远程
原创 8月前
299阅读
(1)在DOS中查询被占用端口的程序PIDnetstat -aon|findstr "1080"此图PID为2768(2)在任务管理器中查看该PID,结束该进程
原创 2016-09-08 19:59:43
1652阅读
1、安装Shadowsocks$ sudo apt-get update $ sudo apt-get install python-gevent python-pip python-m2crypto python-wheel python-setuptools $ sudo&n
原创 2017-09-17 20:23:18
1353阅读
没有shadowsockswindows客户端的可以从如下地址下载https://pan.baidu.com/s/1O-L4Sz8ypDlzi3Pxnsl0YA1启动ss-win-dotnet下的ss程序。输入ip,端口,密码,加密方式(需要有帐号)。代理端口填1080即可。然后按确定。2电脑右下角找到ss的图标(纸飞机图标),右键进行一些配置。确保“启动系统代理”前有勾。确保“系统代理模式”的“
原创 2018-09-20 10:07:45
10000+阅读
    Shadowsocks是一个轻量级隧道Socks5代理,可加密网络通道。1、下载nodejs    首先要进入https://nodejs.org/,点击页面上的INSTALL安装相对应的node环境。2、安装nodejs    很简单,一路点下一步。3、安装Shadow
原创 2015-06-05 19:33:51
2652阅读
1、查看系统[root@localhost ~]# cat /etc/issue CentOS release 6.6 (Final) [root@localhost ~]# uname -a Linux localhost.localdomain 2.6.32-042stab106.6&
原创 2015-05-10 00:36:55
10000+阅读
1点赞
右键选择选项设置
原创 2022-02-06 10:54:06
1180阅读
右键选择选项设置
原创 2021-08-19 10:07:32
10000+阅读
非常实用网络命令总结
原创 2021-06-04 08:44:44
7484阅读
从日志开始排查。 登录服务器端 $ ssh root@[IP] 关闭 ss,再次启动并其指定日志输出文件 $ ssserver -c /etc/shadowsocks.json -d stop $ ssserver -c /etc/shadowsocks.json --log-file /var/log/shadowsocks.log -d start 启动后查看日志 $ tail
原创 2019-03-07 20:09:04
79阅读
教程来源https://ssr.tools1一键搭建脚本wget--no-check-certificate-Oshadowsocks-all.shhttps://raw.githubusercontent.com/teddysun/shadowsocks_install/master/shadowsocks-all.shchmod+xshadowsocks-all.sh./shadowsocks
原创 2019-05-09 21:41:13
6阅读
1点赞
Android 系统预置 APP 是做 Framework 应用开发经常会遇到的工作,预置 APP 分为两种,一种是直接预置 APK,一种是预置带有源码的 APP。预置 apk示例说明以 Shadowsocks.apk 示例,在 AOSP/packages/apps 新建名为 Shadowsocks 的文件,放入 Shadowsocks.apk,再新建 Android.mk,内容如下:LOCAL_
原创 2021-05-22 10:09:12
2014阅读
Mac下配置ss: 下载地址:https://github.com/shadowsocks/shadowsocks-iOS/releases 旧版本:https://blog.csdn.net/vqhgwjl9eub/article/details/78140502 新版本:http://www.t
Mac
原创 2021-07-18 14:52:00
212阅读
ubuntu 18.04【运行】xxx@xxx-Lenovo-Product:~/Downloads/shadowsocks-gui-0.6.4-linux-x$ ./start.sh【报错】/home/xxx/Downloads/shadowsocks-gui-0.6.4-linux-x/nw: error while loading shared libraries: libgc...
原创 2022-04-11 10:09:23
788阅读
Android 系统预置 APP 是做 Framework 应用开发经常会遇到的工作,预置 APP 分为两种,一种是直接预置 APK,一种是预置带有源码的 APP。预置 apk示例说明以 Shadowsocks.apk 示例,在 AOSP/packages/apps 新建名为 Shadowsocks 的文件,放入 Shadowsocks.apk,再新建 Android.mk,内容如下:LOCAL_
原创 2021-05-22 10:09:08
1087阅读
ubuntu 18.04【运行】xxx@xxx-Lenovo-Product:~/Downloads/shadowsocks-gui-0.6.4-linux-x64$ ./start.sh【报错】/home/xxx/Downloads/shadowsocks-gui-0.6.4-linux-x64/nw: error while loading shared libraries: libgc...
原创 2021-08-26 10:30:11
462阅读
ssserver -c /etc/shadowsocks/config.json -d start使用上
原创 2021-11-30 10:42:15
535阅读
  • 1
  • 2
  • 3