闲话终日有,不听自然无。https://ikun.su
Docker
国外专用:
curl -sSL https://get.docker.com/ | sh
国内专用:
curl -sSL https://get.daocloud.io/docker | sh
测试访问优先级:
curl ip.sb
25端口开放测试:
telnet smtp.aol.com 25
一键开启BBR,适用于较新的Debian、Ubuntu:
echo "net.core.default_qdisc=fq" >> /etc/sysctl.conf
echo "net.ipv4.tcp_congestion_control=bbr" >> /etc/sysctl.conf
sysctl -p
sysctl net.ipv4.tcp_available_congestion_control
lsmod | grep bbr
造而用之,废而弃之,天道果然不仁。
海外华人在线免费影院永久无广告-https://www.huale.org/
Back to Top