dedipath openvz调教

503611908 发布于 2021-08-10 618 次阅读


开启 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://vkceyugu.cdn.bspapp.com/VKCEYUGU-df9040b6-66ef-461b-92a5-f74c4e71766f/9720201b-888b-4bbc-b575-8a688abc73be.png[/img]
点击开启
[img]https://vkceyugu.cdn.bspapp.com/VKCEYUGU-df9040b6-66ef-461b-92a5-f74c4e71766f/179131f2-cc02-4335-882c-ae992d1758bf.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)
  1. 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
此作者没有提供个人介绍
最后更新于 2022-05-16