Featured
Linux LVM-based Multiple Disks System/Data Migration
What I Have Current Setup Disk /dev/nvme0n1: Partition 1 (/dev/nvme0n1p1): EFI System, mounted as /boot/efi. Partition 2 (/dev/nvme0n1p2): Linux FileSystem, mounted as /boot.…
- Yet Another GoLang Project Demo
记录技术实践,分享经验与思考。
聚焦 Linux、Go 与基础设施优化。
Author
Featured
What I Have Current Setup Disk /dev/nvme0n1: Partition 1 (/dev/nvme0n1p1): EFI System, mounted as /boot/efi. Partition 2 (/dev/nvme0n1p2): Linux FileSystem, mounted as /boot.…
# For zsh subshells, add to ~/.zshrc. printf '\eP$f{"hook": "SourcedRcFileForWarp", "value": { "shell": "zsh"}}\x9c' # For bash subshells, add to ~/.bashrc or ~/.bash_profile.…
One command is all you need: apk add libc6-compat via
这个 License 的用途: 激活后,可通过 IPMI Web 页面直接做 BIOS Update 或 RAID Management 操作;据说该方法对 X9/X10/X11 系列均适用 生成方法: 在 IPMI Web 首页上复制 BMC MAC 地址 执行命令:echo -n '<BMC_MAC>' | xxd -r -p | openssl…
解决方法 sudo systemctl disable systemd-networkd-wait-online.service sudo systemctl mask systemd-networkd-wait-online.service ref
报错如下: !!!!PCI Resource ERROR!!!! PCI OUT OF RESOURCES CONDITION: Error: Insufficient PCI Resources Detected!!! System is running with Insufficient PCI Resources! In order to…
Navigator -> Manage -> System -> Autostart Edit settings -> Enabled -> Yes
要点如下: 在 VM 的数据目录下新建一个空白 vmdk 文件:vmkfstools -c 8G <path-to-vmdk-file>,注意替换尖括号里的文件名,假设就叫 usb.vmdk,下同 使用 dd 命令将可引导的 iso 或 img 写入 vmdk 文件:dd if=<path-to-iso-or-img-file>…
要点如下: 将硬盘的控制器修改为 IDE 进入系统 dracut --force --no-hostonly 关闭 vm 将硬盘的控制器修改为你想要的 进入系统 dracut --force
先说结论(2023-03-16): 用这个方法也只能安装 ESXi 7.0u3,8.0b 仍然无法安装。 为什么不直接安装 ESXi 6.5,因为 6.5 又缺少网卡驱动,而且版本太旧 解决方法: 根本原因,ESXi 7.0 缺少一些 M.2 nvme 硬盘的驱动,据说是从 ESXi 6.7 开始干掉的 下载 ESXi 6.5u2 的 iso,打开 提取出…