VPS 第5页
【转】OpenVZ 平台 Google BBR 加速 TCP 之 Rinetd 方式-动感记事小屋

【转】OpenVZ 平台 Google BBR 加速 TCP 之 Rinetd 方式

Rinetd 这种方式其实两三个月前就已经有了,是 v2ex 网友 @linhua 的成果,他直接将 BBR 内置到了 Rinetd 里边,比较方便的就能配置出来。也就是由于配置比较简单,我本来没想再写这个的一键配...
7年前
4210
centos 7 网络同步时间-动感记事小屋

centos 7 网络同步时间

yum -y install ntp ntpdate ntpdate ntp1.aliyun.com // 开机启动 vim /etc/rc.d/rc.local /usr/sbin/ntpdate ntp1.aliyun.com;/sbin/hwclock -w 定时任务 crontab -e 0 */1 * * * ntpdate ntp...
5年前
360