时间:2023-06-29 23:45:02 | 来源:网站运营
时间:2023-06-29 23:45:02 来源:网站运营
这工具太强悍了!两行命令快速创建各类虚拟机:在这之前,我们可以通过 VirtualBox、VMware 和其他一些应用程序,来创建虚拟机。$ sudo apt-add-repository ppa:flexiondotorg/quickemu$ sudo apt update$ sudo apt install quickemu
其它 Linux 发行版本$ git clone --depth=1 https://github.com/wimpysworld/quickemu $ cd quickemu
Arch Linux及其发行版的用户可以从 AUR 获取 Quickemu。Usage quickemu --vm ubuntu.confYou can also pass optional parameters --braille : Enable braille support. Requires SDL. --delete-disk : Delete the disk image and EFI variables --delete-vm : Delete the entire VM and it's configuration --display : Select display backend. 'sdl' (default), 'gtk', 'none', or 'spice' --fullscreen : Starts VM in full screen mode (Ctl+Alt+f to exit) --ignore-msrs-always : Configure KVM to always ignore unhandled machine-specific registers --screen <screen> : Use specified screen to determine the window size. --shortcut : Create a desktop shortcut --snapshot apply <tag> : Apply/restore a snapshot. --snapshot create <tag> : Create a snapshot. --snapshot delete <tag> : Delete a snapshot. --snapshot info : Show disk/snapshot info. --status-quo : Do not commit any changes to disk/snapshot. --version : Print version
Quickemu 会在创建过程中自动计算分配给 VM 的最合适的 RAM 和 CPU 内核数。如果您想进行自定义调整,可以通过.conf文件
中的自定义配置选项来实现。quickget ubuntu-mate 21.10quickemu --vm ubuntu-mate-21.10-.conf
$ sudo add-apt-repository ppa:yannick-mauray/quickgui $ sudo apt update $ sudo apt install quickgui
其它版本可以使用下面的命令安装xz quickgui-a.b.c-d.tar.xztar xvf quickgui-a.b.c-d.tar /app/quickguiupdate-alternatives --install /usr/local/bin/quickgui quickgui /app/quickgui 50
关键词:创建,虚拟,命令,工具,强悍