cat > /etc/sysctl.conf << EOF net.core.default_qdisc = fq net.core.rmem_max = 67108848 net.core.wmem_max = 6...
阅读 2
评论 0
cat > /etc/sysctl.conf << EOF net.core.default_qdisc = fq net.core.rmem_max = 67108848 net.core.wmem_max = 6...
sudo bash -c ' # 1. 清理APT缓存 apt clean apt autoclean # 2. 清理旧内核和不再需要的依赖 apt autoremove --purge -y # 3. 清理缩略图缓存 rm -r...
转载于BAGEVM官方群,我觉得这个参数调的效果挺好的。cat > /etc/sysctl.conf << EOF fs.file-max = 6815744 net.ipv4.tcp_no_metrics_save...
安装Dockercurl -fsSL https://get.docker.com | bash -s docker搭建snellmkdir -p /root/snelldocker/snell-conf接着输入下面这一串,然后直接 ...
根据Sukka大佬的教程写的。[General] # > ipv6 关闭 ipv6 = false ipv6-vif = off # > 日志级别 loglevel = notify # > 允许WIFI访问 a...