ubuntu 系统初始化
本文档介绍 ubuntu 系统初始化 的相关内容。 安装基础软件 apt update apt install -y tcpdump bash-completion bc net-tools mtr traceroute psmisc tcptrack nload ntpdate lsof tree lrzsz wget rsync zip unzip tcptraceroute hwl...
本文档介绍 ubuntu 系统初始化 的相关内容。 安装基础软件 apt update apt install -y tcpdump bash-completion bc net-tools mtr traceroute psmisc tcptrack nload ntpdate lsof tree lrzsz wget rsync zip unzip tcptraceroute hwl...
https://www.jianshu.com/p/3dd5e4ca4b7d nmcli命令集配置 https://blog.51cto.com/groot/1847482 网络配置 https://blog.csdn.net/weixin_33728708/article/details/91678868 创建bound team bridge https://developer.gnom...
本文档介绍 bat修改主机名 的相关内容。 需要先下载curlxxx.cab @echo off curl http://1.2.3.4/latest/meta-data/hostname > c:\host.txt set /p name=<c:\host.txt set name=%name:.novalocal=% REG.exe add "HKLM\Syste...
本文档介绍 清理iptables规则 的相关内容。 彻底清理iptables规则(openstack会存在dhcp异常) yum install -y iptables-services /usr/libexec/iptables/iptables.init stop http://xstarcd.github.io/wiki/Linux/iptables_forward_inte...
本文档介绍 git 配置代理 的相关内容。 git 速度很慢的,可以使用 git config --global https.proxy 127.0.0.1:44155 git config --global http.proxy 127.0.0.1:44155 来改变git 代理 目前发现有的网站如程序员最喜欢用的github 。 取消代理命令如下: git conf...
https://trojan-tutor.github.io/2019/04/10/p41.html https://www.youtube.com/watch?v=WnP0HNG3kYs https://www.mfzy.cf/archives/216 https://www.mfzy.cf/archives/190 https://github.c...
描述 通过kolla-ansible openstack环境进行升级,跨版本升级后如存在cpupin的虚拟机,会导致不能正常分配。 修改nova数据库中instance_extra表中字段为numa_topology 修改内容 cpu_pinning_raw cpu对应关系 id 与cpu的对应关系,当前我们设置为1号cpu做为绑定,0做为共享 修改nvoa数据库中compu...
由于centos8 调整了dhcp的信息,不在将网卡独立出每个单独的dhcp文件,需要独立来进行处理 https://www.linuxcool.com/dhclient dhclient命令 dhclient 命令的作用是:使用动态主机配置协议动态的配置网络接口的网络参数,也支持BOOTP协议 *语法格式:** dhclient [参数] [网络接口] *常用参...
随手记 用于整理当前目录下的文档或记录一些链接,方便后续进行文档更新 https://blog.csdn.net/qq_41565459/article/details/83003077 Linux多网卡配置高级策略路由—“原路来原路回!” https://yq.aliyun.com/articles/497139 https://www.infvie.com/ops-notes...
本文档介绍 neutron默认端口配额 的相关内容。 [root@controller ~]# vim /etc/neutron/neutron.conf [quotas] quota_driver = neutron.db.quota_db.DbQuotaDriver 配额驱动 quota_items = network,subnet,port ...