dedipath openvz调教

发布于 2021-08-10  714 次阅读


开启 fuse

发送技术工单
标题:
I need to open fuse support
内容:
The OpenVZ needs to backup data to remote cloud, need to use fuse support, please help me open it, thank you
客服回复很快,中午11点实测几分钟就好

自动开启 TUN/TAP

进入后台,点击manage
[img]https://s1.ax1x.com/2023/07/18/pCT2alQ.png[/img]
点击开启
[img]https://s1.ax1x.com/2023/07/18/pCT2ykV.png[/img]

过滤筛选开机启动项目程序

DP家的自带镜像有apache没鬼用占用端口Kill
关掉apache

systemctl list-unit-files --type=service | grep enabled

冒出一堆systemd找没用的KILL就可以

sudo systemctl stop apache2.service
sudo systemctl disable apache2.service

进入源改默认Debian源 进去后删除全文换这些默认源

vim /etc/apt/sources.list
# deb http://deb.debian.org/debian buster main

deb http://deb.debian.org/debian buster main
deb-src http://deb.debian.org/debian buster main

开启 bbrplus

  1. debian代码
    bash <(curl -Ls https://github.com/mzz2017/lkl-haproxy/raw/master/lkl-haproxy-debian-nocheckvirt.sh)
  2. centos代码
    bash <(curl -Ls https://github.com/mzz2017/lkl-haproxy/raw/master/lkl-haproxy-centos-nocheckvirt.sh)

    BBR-OpenVZ版本

    wget https://github.com/tcp-nanqinlang/lkl-rinetd/releases/download/1.1.0-nocheckvirt/tcp_nanqinlang-rinetd-debianorubuntu-nocheckvirt-multiNIC.sh
    bash tcp_nanqinlang-rinetd-debianorubuntu-nocheckvirt-multiNIC.sh
一条咸鱼
最后更新于 2021-08-10