备份windows 准备PE盘插入电脑,开机从U盘启动 通过ghost备份磁盘:依次点击Local -> Partition -> To Image 选择磁盘 选择分区 选择保存位置...
分类:系统
9 篇文章方式一:分步转换 安装zstd github:GitHub - facebook/zstd: Zstandard - Fast real-time compression algorithm tar zxvf zstd-1.5.6.tar.gz cd zstd-1.5.6 make install ...
# 获取bmc基本信息 esxcli hardware ipmi bmc get 安装ipmitool 下载地址:https://vswitchzero.files.wordpress.com/2019/08/ipmitool-esxi-vib-1.8.11-2.zip 备用地址:https://s...
环境配置 kernel-3.10.0-1160.119.1.el7.x86_64 kernel-devel-3.10.0-1160.119.1.el7.x86_64 CentOS 7.9.2009 Linux x64 (AMD64/EM64T) Display Driver 550.107.02 G...
前提条件 windows开启代理,关闭防护墙 本地代理使用Clash端口7890 linux互通 添加系统代理 export http_proxy=socks5://192.168.208.107:7890 export https_proxy=socks5://192.168.208.107:78...
安装keepalived yum -y install keepalived cat > /etc/keepalived/keepalived.conf << EOF ! Configuration File for keepalived global_defs { router_id L...
安装docker、docker-compose 略 部署OpenLDAP version: '2' services: openldap: image: osixia/openldap:1.5.0 ### 如果有私有仓库可以从自己的私有仓库拉取镜像 container_name...