一 网络配置 1 网络模式 1 nat网络 + 1 hostonly网络 + 1内部网络 2 配置代理 export http_proxy="172.29.6.10:5531...
一 网络配置 1 网络模式 1 nat网络 + 1 hostonly网络 + 1内部网络 2 配置代理 export http_proxy="172.29.6.10:5531...
一、业务问题 1、HA根因 keepalived不支持网卡热插(VIP配置不了) keepalived周期发送免费arp ovs接口ifdown/ifup,实际是删除原来接口...
distutils 一、setuptools 1、安装 Python 2.x: sudo apt-get install python-setuptoolsPython...
Git本地镜像仓库创建 安装git httpd 创建git本地镜像仓库目录 配置httpd/etc/httpd/conf/httpd.conf在最后一行IncludeOpti...
一、Vmware虚拟化 二、Driver框架 三、多场景兼容 四、裸机管理 暂不涉及 五、其他 Subnet增加Allocationpools ip预留需求?子网池切割长度子...
q版本 一、本地代理 本地开启http/https代理,ip为127.0.0.1,端口为55315,需要添加端口转发规则,具体如下,其中192.168.1.7 为本地ip。 ...
ipsec概述 ip security ipsec安全协议 描述如何利用 加密和hash保护数据安全 ESP:hash AH:hash+加密 私密性 数据加密:DES,AES...
相关链接 ovs源码:https://github.com/openvswitch/ovs/ dpdk下载目录:http://fast.dpdk.org/rel/ ovs+d...
进程相关 进程相关文件 /proc/pid/maps可直接读进程映射的虚拟内存区域和访问权限 /proc/pid/pagemap记录进程虚拟地址空间到物理地址空间的映射 /p...
一、Git 代码回退 git reset --hard commit-id回退到指定的commit,指定的commit之后的代码提交全部回退 git loggit log -...
Centos7 模块加载 一、静态加载 直接编译进内核细节暂略 二、动态加载 1、临时加载insmodinsmod xxx.komodprobecp xxx.ko /lib/...