Proxmox VE(PVE)9开启核显Gvt-g 共享,直通飞牛
nano /etc/default/grub
i915.enable_gvt=1
update-grub
nano /etc/modules
kvmgt
sudo -i
nano /etc/modprobe.d/i915.conf
update-initramfs -u -k all nano /etc/default/grub
i915.enable_gvt=1
update-grub
nano /etc/modules
kvmgt
sudo -i
nano /etc/modprobe.d/i915.conf
update-initramfs -u -k all 今天我们来说一个在使用 Ventoy 制作多系统启动盘时可能会遇到的常见问题——“Verification failed: (0x1A) Security Violation”。如果你也遇到了这个错误,别慌!这篇文章将为你提供详细的解决方法,让你的 Ventoy 启动盘顺利运行起来! 问题背景:为什么会出现这个错误? Ventoy 是一款非常强大的开源工具,可以让你的 U 盘变成一个多系统启动盘,支持 UEFI 和 Legacy BIOS 模式。但有时候,在启动时你可能会看到这个错误提示: “Verification failed: (0x1A) Security Violation”
适用系统 :Windows/ Linux /macOS
功能 :测试主机可达性、计算丢包率与延迟
语法 :
ping [-n count] [-l size] [-t] 目标IP/域名 # Windows
ping [-c count] [-s packetsize] [-i interval] 目标IP/域名 # Linux实战示例 :
PVE的集群创建很容易,但怎么把PVE集群解除,变成独立运行的单机并且保留虚拟机的?
查了一下资料,找到官网文档里面有详细的资料,实测如下:
首先,停止节点上的corosync和pve-cluster服务:
systemctl stop pve-cluster
systemctl stop corosync
Docker 作为一种轻量级的容器化技术,在软件开发、测试和部署等环节发挥着关键作用。它通过将应用程序及其依赖打包成独立的容器,实现了应用的快速部署和资源的高效利用。本文将详细介绍 Docker 最常用的 19 个命令,帮助读者更好地掌握 Docker 的使用。
1. docker images
# 显示镜像名称、标签、大小等信息