# For zsh subshells, add to ~/.zshrc.
printf '\eP$f{"hook": "SourcedRcFileForWarp", "value": { "shell": "zsh"}}\x9c'
# For bash subshells, add to ~/.bashrc or ~/.bash_profile.
printf '\eP$f{"hook": "SourcedRcFileForWarp", "value": { "shell": "bash"}}\x9c'
# For fish subshells, add to ~/.config/fish/config.fish.
if status is-interactive
printf '\eP$f{"hook": "SourcedRcFileForWarp", "value": { "shell": "fish"}}\x9c'
end
via
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 dgst -sha1 -mac HMAC -macopt hexkey:8544E3B47ECA58F9583043F8 | awk '{print $2}' | cut -c 1-24
激活方法:
- 将上一步生成的 License 分段填入点激活即可
via
解决方法
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 display this message some
PCI devices were set to disabled state!
It is strongly recommended to Power Off the system and remove some PCI/PCI Express cards from the system!
To continue booting, proceed to Menu Option and select Boot Device or .
WARNING: If you choose to continue booting some Operating
Systems might not be able to complete boot correctly!
解决方法:
- 开机进入 BIOS 设置
- 找到设置项:BIOS > Advanced > PCIe/PCI/PnP Configuration > Above 4G Decoding
- 设为 Enabled
ref