设置 http 代理 socks5 协议代理 git config --global http.proxy 'socks5://127.0.0.1:10808' git config --global https.proxy 'socks5://127.0.0.1:10808' http / htt ...
分类:
其他好文 时间:
2021-05-24 08:22:53
阅读次数:
0
方法一:安装chrome的github加速插件 然后就可以直接通过加速链接 下载了,如图所示。 方法二:通过代理的方式,一步搞定,如果你有代理,那么一定是这么玩的。 export ALL_PROXY=socks5://127.0.0.1:1080 测试一下TCP成功到达谷歌服务器,就说明咱们终端的T ...
分类:
其他好文 时间:
2021-01-22 12:17:41
阅读次数:
0
HttpClient 实现 socks 代理 package xxx; import com.lucas.admin.util.HttpClientUtil; import org.apache.http.HttpEntity; import org.apache.http.HttpHost; im ...
分类:
Web程序 时间:
2020-11-26 14:56:03
阅读次数:
11
注: 注意文中的 sha-dow-socks 一、安装 # 更新本地已安装软件 sudo apt-get update sudo apt-get upgrade -y # 安装 python-pip、Sha-dow-socks sudo apt-get install python3-pip -y ...
分类:
系统相关 时间:
2020-09-24 21:32:26
阅读次数:
84
默认模式:http代理 set http_proxy=http://127.0.0.1:7008 set https_proxy=http://127.0.0.1:7008 bash模式:sock5代理 export https_proxy=socks5://127.0.0.1:1080 expor... ...
分类:
其他好文 时间:
2020-08-06 09:19:42
阅读次数:
87
想比较Windows环境下的select,Linux真的是有点不省事,对于select调用之后的readfds,windwos可以直接获取大小并遍历,但是Linux却没有这么人性化,还需要自己添加一个数组,把所有连接服务器的客户端放进去,然后一个一个遍历。 ///////////////////// ...
分类:
系统相关 时间:
2020-07-05 12:06:47
阅读次数:
74
1.安装 bash <(curl -L -s https://install.direct/go.sh) 2.修改配置文件 vim /etc/v2r/config.json { "log": { "error": "", "loglevel": "info", "access": "" }, "in ...
分类:
其他好文 时间:
2020-06-15 21:14:37
阅读次数:
89
一、环境搭建: 1、根据作者公开的靶机信息整理: 靶场统一登录密码:1qaz@WSX 2、网络环境配置: ①Win2008双网卡模拟内外网: 外网:192.168.1.80,桥接模式与物理机相通 内网:10.10.10.80,仅主机模式 ②PC-win7只有内网: 内网:10.10.10.201,仅 ...
分类:
其他好文 时间:
2020-06-13 17:20:50
阅读次数:
189
首先你要有自己的代理端口 ss v二ray 之类。 git上下载 proxychains git clone https://github.com/rofl0r/proxychains-ng 编译安装 yum install gcc cd proxychains-ng ./configure --p ...
分类:
其他好文 时间:
2020-06-11 16:33:16
阅读次数:
56