Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何检测 Ovf 文件移动或复制?我在虚拟机内部构建了一个软件引擎,我想防止它复制或传输它。我怎样才能做到这一点?我的软件是 PHP,ovf 是 Linux Cent OS 7。
您可以使用以下代码获取 UUID BIOS:
dmidecode | grep -i uuid | awk '{print $2}' | tr '[:upper:]' '[:lower:]'
更改 OVF 后,BIOS UUID 更改。