Loading...
提示:/usr/local/curl2/bin/curl: symbol lookup error: /usr/local/curl2/lib/libcurl.so.4: undefined symbol: SSL_CTX_set_alpn_protos 解决方案:mv /usr/local/curl /usr/local/curl.old mv /usr/local/curl2 /usr/...
V2要求:Ubuntu 16+ / Debian 8+ / CentOS 7+ 系统bash <(curl -s -L https://git.io/v2ray.sh) 如果提示 curl: command not found ,那是因为你的 VPS 没装 Curl ubuntu/debian 系统安装Curl 方法: apt-get update -y && apt-...
CAC-LXC小鸡(Debian10)建站后80端口可以访问,443端口无法访问(无法访问Https),需要开启或清除iptablessudo iptables -P INPUT ACCEPT sudo iptables -P FORWARD ACCEPT sudo iptables -P OUTPUT ACCEPT sudo iptables -F sudo apt-get purge n...
什么是 MTU?In networking, maximum transmission unit (MTU) is a measurement representing the largest data packet that a network-connected device will accept. Imagine it as being like a height limit for...
推荐安装Debian9wget -N --no-check-certificate "https://raw.githubusercontent.com/chiakge/installNET/master/Install.sh" && chmod +x Install.sh && ./Install.sh 本站备用脚本:wget -N --...