04 2022 档案
摘要:安装lvsadm工具包: http://www.it165.net/admin/html/201212/579.html http://www.it165.net/admin/html/201212/585.html https://cloud.tencent.com/developer/artic
阅读全文
摘要:一、LVS简介 LVS(Linux Virtual Server)即Linux虚拟服务器,是由章文嵩博士主导的开源负载均衡项目,目前LVS已经被集成到Linux内核模块中。该项目在Linux内核中实现了基于IP的数据请求负载均衡调度方案,其体系结构如图1所示,终端互联网用户从外部访问公司的外部负载均
阅读全文
摘要:1、安装相关依赖 yum install curl policycoreutils-python openssh-server postfix wget -y 2、设置开机启动 systemctl enable sshd && systemctl start sshd systemctl enabl
阅读全文