yum install -y -q epel-release fi [ ! -f /etc/yum.repos.d/epel.repo ] && echo -e "[${red}Error${plain}] Install EPEL repository failed, please check it." && exit 1 [ ! "$(command -v yum-config-manager)" ] && yum install -y -q yum-utils if [ x"`yum-config-manager ...
Checking hash of ShadowsocksR-win-4.9.2.zip ... ok. Extracting ShadowsocksR-win-4.9.2.zip ... Unzip failed: Exception calling "ExtractToDirectory" with "2" argument(s): "The archive entry was compressed using an unsupported compression method." I guess there may be a problem with7zip,...
echo"Shadowsocks install failed!" install_cleanup exit1 fi } #改成北京时间 #function check_datetime(){ #rm -rf /etc/localtime #ln -s /usr/share/zoneinfo/Asia/Shanghai /etc/localtime #ntpdate time.windows.com #} #Install cleanup ...
echo -e "[${red}Error${plain}] Shadowsocks install failed! please visit https://teddysun.com/342.html and contact." install_cleanup exit 1 fi clear echo echo -e "Congratulations, Shadowsocks-python server install completed!"echo...
针对你的问题“failed to start shadowsocks-libev.service: unit not found”,这里是一些可能的解决步骤,按照你的提示进行分点回答: 确认shadowsocks-libev是否已经正确安装: 你可以通过运行以下命令来检查shadowsocks-libev是否已安装: bash sslocal -V 或者 bash ssserver -V 如果这些命令返回了版本号,说明sh...
该脚本在centos8上会报错:[Error] Failed to install python ,建议使用CentOS 7或手动安装shadowsocks。 使用的VPS 是搬瓦工 49.9刀/年套餐,流量足够,CN2网络,速度也比较快。 2021年更新:Shadowsocks 代理协议目前容易被墙,更推荐使用 Trojan或Vless协议。
opkg update成功,但是opkg install wget仍不成功 先安装了libc_0.9.33.2-1_ramips_24kec.ipk,再安装wget,虽然可以往下进行了,但最后还不成功,貌似因为Read-only file system root@XiaoQiang:/tmp# opkg install wget Installing wget (1.16-1) to root… ...
1 opkg install ipset libpolarssl resolveip 如果要用普通版本(openssl)的shadowsocks,那么(openssl兼容性更好): 1 opkg install ipset libopenssl resolveip 期间可能会遇到类似以下的错误提示: 1 2 3 4 kmod: failed to insert /lib/modules/3.10.44/ip_set.ko kmod: failed to insert /lib/modules/3....
Python使用本地的ss代理 使用: proxies={ 'http': 'socks5://127.0.0.1:1080', 'http...
&& ./configure --disable-documentation && make install && cd … && rm -rf $SS_DIR && apk del TMP ENTRYPOINT [“/usr/local/bin/ss-manager”, “–manager-address”, “/var/run/shadowsocks-manager.sock”, “-c”, “/etc/shadowsocks/config.json”, “start”]...