vim /etc/kernel/cmdline 添加 intel_iommu=on iommu=pt vim /etc/modules vfio vfio_iommu_type1 vfio_pci vfio_virqfd 运行 proxmox-boot-tool refresh update-initramfs -u -k all
adb shell "settings put global captive_portal_http_url http://connect.rom.miui.com/generate_204" adb shell "settings put global captive_portal_https_url http://connect.rom.miu…
D1581主板,原版打算装ESXi7.0,但是板载RTL8111网卡貌似没办法在7.0下支持,所以需要制作6.7版本带驱动的镜像 安装 PowerCLI PowerShell管理员模式运行Install-Module -Name VMware.PowerCLI 或直接下载zip https://developer.vmware.com/tool/v…
总是会忘记,记一下 虚拟环境 python -m venv [venv_name] ./[venv_name]/scripts/activate deactivate 生成 requirements.txt pip freeze > requirements.txt