给ESXi镜像添加网卡驱动
在家用PC上面安装ESXi时因为镜像中不包含网卡驱动,会在安装过程中提示找不到网卡,导致安装无法继续需要给ESXi安装镜像添加驱动下载工具和驱动文件ESXi-Customizer这个是用来添加驱动到ESXi安装镜像的https://www.v-front.de/p/esxi-customizer.html下载对应的驱动下载VIB格式的驱动文件https://vibsdepot.v-front...
阅读全文
在家用PC上面安装ESXi时因为镜像中不包含网卡驱动,会在安装过程中提示找不到网卡,导致安装无法继续需要给ESXi安装镜像添加驱动下载工具和驱动文件ESXi-Customizer这个是用来添加驱动到ESXi安装镜像的https://www.v-front.de/p/esxi-customizer.html下载对应的驱动下载VIB格式的驱动文件https://vibsdepot.v-front...
阅读全文
apt-get修改/etc/apt/apt.conf添加内容http代理Acquire::http::proxy "http://127.0.0.1:8080/";
Acquire::ftp::proxy "http://127.0.0.1:8080/";
Acquire::https::proxy "http://127.0.0.1:808...
阅读全文
先停止zabbix_server,防止有数据写入清理全部历史数据对zabbix数据库执行MySQL语句truncate table history;
optimize table history;
truncate table history_uint;
optimize table history_uint;
truncate table trends;
optimize table ...
阅读全文