From 3e2b2722be640245c3037fcef27a176ec7395b58 Mon Sep 17 00:00:00 2001 From: SamMa Date: Thu, 26 May 2022 13:16:41 +0800 Subject: [PATCH 1/8] Update 20220524 How to Install KVM on Ubuntu 22.04 -Jammy Jellyfish-.md --- ...4 How to Install KVM on Ubuntu 22.04 -Jammy Jellyfish-.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sources/tech/20220524 How to Install KVM on Ubuntu 22.04 -Jammy Jellyfish-.md b/sources/tech/20220524 How to Install KVM on Ubuntu 22.04 -Jammy Jellyfish-.md index 16ec7ebb1d..ba43974dae 100644 --- a/sources/tech/20220524 How to Install KVM on Ubuntu 22.04 -Jammy Jellyfish-.md +++ b/sources/tech/20220524 How to Install KVM on Ubuntu 22.04 -Jammy Jellyfish-.md @@ -7,9 +7,10 @@ [#]: publisher: " " [#]: url: " " -How to Install KVM on Ubuntu 22.04 (Jammy Jellyfish) +Ubuntu 22.04 (Jammy Jellyfish) 之 KVM 安装手札 ====== -KVM, an acronym for Kernel-based Virtual Machine is an opensource virtualization technology integrated into the Linux kernel. It’s a type 1 (bare metal ) hypervisor that enables the kernel to act as a bare-metal hypervisor. +**KVM** 是 **Kernel-based Virtual Machine** 首字母缩写,一项嵌入内核的开源虚拟化技术。其基于内核的裸设备虚拟化引擎。 +It’s a type 1 (bare metal ) hypervisor that enables the kernel to act as a bare-metal hypervisor. KVM allows users to create and run multiple guest machines which can be either Windows or Linux. Each guest machine runs independently of other virtual machines and the underlying OS ( host system ) and has its own computing resources such as CPU, RAM, network interfaces, and storage to mention a few. From 8474b25ddb918198e4b6c196049977bb3f31629c Mon Sep 17 00:00:00 2001 From: SamMa Date: Mon, 30 May 2022 14:06:05 +0800 Subject: [PATCH 2/8] Update 20220524 How to Install KVM on Ubuntu 22.04 -Jammy Jellyfish-.md --- ...w to Install KVM on Ubuntu 22.04 -Jammy Jellyfish-.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/sources/tech/20220524 How to Install KVM on Ubuntu 22.04 -Jammy Jellyfish-.md b/sources/tech/20220524 How to Install KVM on Ubuntu 22.04 -Jammy Jellyfish-.md index ba43974dae..fd285a2cc5 100644 --- a/sources/tech/20220524 How to Install KVM on Ubuntu 22.04 -Jammy Jellyfish-.md +++ b/sources/tech/20220524 How to Install KVM on Ubuntu 22.04 -Jammy Jellyfish-.md @@ -9,14 +9,13 @@ Ubuntu 22.04 (Jammy Jellyfish) 之 KVM 安装手札 ====== -**KVM** 是 **Kernel-based Virtual Machine** 首字母缩写,一项嵌入内核的开源虚拟化技术。其基于内核的裸设备虚拟化引擎。 -It’s a type 1 (bare metal ) hypervisor that enables the kernel to act as a bare-metal hypervisor. +**KVM** 是 **Kernel-based Virtual Machine** 首字母缩写,一项嵌入内核的开源虚拟化技术。其属于标准的基于内核的裸设备虚拟化引擎。 -KVM allows users to create and run multiple guest machines which can be either Windows or Linux. Each guest machine runs independently of other virtual machines and the underlying OS ( host system ) and has its own computing resources such as CPU, RAM, network interfaces, and storage to mention a few. +在 **KVM** 之上可以运行 Windows 和 Liunx 虚拟机。每个虚拟机之间相互独立并独享 CPU、内存、网络设备、存储设备等相关资源。 -This guide shows you how to install KVM on Ubuntu 22.04 LTS (Jammy Jellyfish). At the tail end of this guide, we will demonstrate how you can create a virtual machine once the installation of KVM is complete. +本文将介绍如何在 Ubuntu 22.04 LTS (Jammy Jellyfish) 中安装 **KVM** 。在文末,我们也将演示在安装 **KVM** 完成之后如何创建虚拟机。 -### 1) Update Ubuntu 22.04 +### 1) 更新 Ubuntu 22.04 To get off the ground, launch the terminal and update your local package index as follows. From 9f9ecb25e3bfc76749d1f8489327f6d18f2fbc48 Mon Sep 17 00:00:00 2001 From: SamMa Date: Tue, 31 May 2022 11:41:43 +0800 Subject: [PATCH 3/8] Update 20220524 How to Install KVM on Ubuntu 22.04 -Jammy Jellyfish-.md --- ...l KVM on Ubuntu 22.04 -Jammy Jellyfish-.md | 52 +++++++++---------- 1 file changed, 26 insertions(+), 26 deletions(-) diff --git a/sources/tech/20220524 How to Install KVM on Ubuntu 22.04 -Jammy Jellyfish-.md b/sources/tech/20220524 How to Install KVM on Ubuntu 22.04 -Jammy Jellyfish-.md index fd285a2cc5..e3363274b2 100644 --- a/sources/tech/20220524 How to Install KVM on Ubuntu 22.04 -Jammy Jellyfish-.md +++ b/sources/tech/20220524 How to Install KVM on Ubuntu 22.04 -Jammy Jellyfish-.md @@ -13,21 +13,21 @@ Ubuntu 22.04 (Jammy Jellyfish) 之 KVM 安装手札 在 **KVM** 之上可以运行 Windows 和 Liunx 虚拟机。每个虚拟机之间相互独立并独享 CPU、内存、网络设备、存储设备等相关资源。 -本文将介绍如何在 Ubuntu 22.04 LTS (Jammy Jellyfish) 中安装 **KVM** 。在文末,我们也将演示在安装 **KVM** 完成之后如何创建虚拟机。 +本文将介绍在 Ubuntu 22.04 LTS (Jammy Jellyfish) 中如何安装 **KVM** 。在文末,我们也将演示在安装 **KVM** 完成之后如何创建虚拟机。 ### 1) 更新 Ubuntu 22.04 -To get off the ground, launch the terminal and update your local package index as follows. +在一切开始前,打开终端并通过如下命令更新更新apt软件包索引: ``` $ sudo apt update ``` -### 2) Check if Virtualization is enabled +### 2) 检查虚拟化是否开启 -Before you proceed any further, you need to check if your CPU supports KVM virtualization. For this to be possible, your system needs to either have a VT-x( vmx ) Intel processor or an AMD-V (svm) processor. +首先需要检查您的CPU是否支持 KVM 虚拟化。确保您系统中安装了 Intel 处理器 VT-x( vmx ) 或 AMD AMD-V (svm) 处理器。 -This is achieved by running the following command. if the output is greater than 0, then virtualization is enabled. Otherwise, virtualization is disabled and you need to enable it. +您可以通过运行如下命令,根据返回的结果是否大于0判断虚拟化是否启用。如果返回值等于0,则表示虚拟化已禁用,您需要先启用虚拟化。 ``` $ egrep -c '(vmx|svm)' /proc/cpuinfo @@ -37,7 +37,7 @@ $ egrep -c '(vmx|svm)' /proc/cpuinfo From the above output, you can deduce that virtualization is enabled since the result printed is greater than 0. If Virtualization is not enabled, be sure to enable the virtualization feature in your system’s BIOS settings. -In addition, you can verify if KVM virtualization is enabled by running the following command: +另外,您可以通过如下命令判断 KVM 虚拟化是否已经在运行: ``` $ kvm-ok @@ -49,13 +49,13 @@ Directly below, you will get instructions on how to resolve this issue, and that ![KVM-OK-Command-Not-Found-Ubuntu][2] -Therefore, install the cpu-checker package as follows. +随后,通过如下命令安装 cpu-checker 软件包: ``` $ sudo apt install -y cpu-checker ``` -Then run the kvm-ok command, and if KVM virtualization is enabled, you should get the following output. +接着运行 kvm-ok 命令,如果 KVM 已经启动,您将看到如下输出: ``` $ kvm-ok @@ -63,26 +63,26 @@ $ kvm-ok ![KVM-OK-Command-Output][3] -### 3) Install KVM on Ubuntu 22.04 +### 3) 在 Ubuntu 22.04 上安装 KVM -Next, run the command below to install KVM and additional virtualization packages on Ubuntu 22.04. +随后,通过如下命令在 Ubuntu 22.04 中安装 KVM 以及其他相关虚拟化软件包: ``` $ sudo apt install -y qemu-kvm virt-manager libvirt-daemon-system virtinst libvirt-clients bridge-utils ``` -Let us break down the packages that we are installing: +为您解释下刚刚安装了哪些软件包: -* qemu-kvm  – An opensource emulator and virtualization package that provides hardware emulation. -* virt-manager – A Qt-based graphical interface for managing virtual machines via the libvirt daemon. -* libvirt-daemon-system – A package that provides configuration files required to run the libvirt daemon. -* virtinst – A  set of command-line utilities for provisioning and modifying virtual machines. +* qemu-kvm – 一款开源模拟器,为虚拟化安装包提供硬件模拟的支持 +* virt-manager – 一款基于 **QT** 和 **libvirt** 的图形的 libvirt 虚拟机管理工具 +* libvirt-daemon-system – 一款为运行 libvirt 进程提供必要配置文件的工具 +* virtinst – 一套为置备和修改虚拟机提供的命令行工具 * libvirt-clients – A set of client-side libraries and APIs for managing and controlling virtual machines & hypervisors from the command line. * bridge-utils – A set of tools for creating and managing bridge devices. -###  4) Enable the virtualization daemon (libvirtd) +### 4) 启用虚拟化守护进程 (libvirtd) -With all the packages installed, enable and start the Libvirt daemon. +在所有软件包安装完毕之后,通过如下命令 启用并启动 Libvirt 守护进程: ``` $ sudo systemctl enable --now libvirtd @@ -106,7 +106,7 @@ $ sudo usermod -aG libvirt $USER The $USER environment variable points to the name of the currently logged-in user.  To apply this change, you need to log out and log back again. -### 5) Create Network Bridge (br0) +### 5) 创建网桥(br0) If you are planning to access KVM virtual machines outside from your Ubuntu 22.04 system, then you must map VM’s interface to a network bridge. Though a virtual bridge named virbr0, created automatically when KVM is installed but it is used for testing purposes. @@ -148,7 +148,7 @@ To apply above change, run ‘netplan apply’ $ sudo netplan apply ``` -Verify the network bridge ‘br0’, run below ip command +您可以通过如下命令,验证网桥 ‘br0’: ``` $ ip add show @@ -156,7 +156,7 @@ $ ip add show ![Network-Bridge-br0-ubuntu-linux][5] -### 6) Launch KVM Virtual Machines Manager +### 6) 启动 KVM 虚拟机管理器 With KVM installed, you can begin creating your virtual machines using the virt-manager GUI tool. To get started, use the GNOME search utility and search for ‘Virtual machine Manager’. @@ -203,7 +203,7 @@ Next, define the RAM and the number of CPU cores for your virtual machine and cl ![Virtual-Machine-RAM-CPU-Virt-Manager][14] -In the next step, define the disk space for your virtual machine and click ‘Forward’. +下一页中,输入虚拟机磁盘空间,并点击 ‘Forward’ 继续。 ![Storage-for-Virtual-Machine-KVM-Virt-Manager][15] @@ -211,21 +211,21 @@ To associate virtual machine’s nic to network bridge, click on ‘Network sele ![Network-Selection-KVM-Virtual-Machine-Virt-Manager][16] -Finally, click ‘Finish’ to wind up setting the virtual machine. +最后,点击 ‘Finish’ 按钮结束设置虚拟机。 ![Choose-Finish-to-OS-Installation-KVM-VM][17] -Shortly afterward, the virtual machine creation will get underway. +稍等片刻,虚拟机的创建过程将开始。 ![Creating-Domain-Virtual-Machine-Virt-Manager][18] -Once completed, the virtual machine will start with the OS installer displayed. Below is the Debian 11 installer listing the options for installation. From here, you can proceed to install your preferred system. +当创建结束时,虚拟机将开机并进入系统安装界面。如下是 Debian 11 的安装选项。在这里您可以根据需要进行系统安装。 ![Virtual-Machine-Console-Virt-Manager][19] -##### Conclusion +##### 小结 -And that’s it. In this guide, we have demonstrated how you can install the KVM hypervisor on Ubuntu 22.04. Your feedback on this guide is much welcome. +至此,本文向您演示了如何在 Ubuntu 22.04 上 安装 KVM 虚拟化引擎。您的反馈对我们至关重要。 -------------------------------------------------------------------------------- From c4545d268ec716e912a7326e0f45cac39b7b4b7d Mon Sep 17 00:00:00 2001 From: SamMa Date: Tue, 31 May 2022 12:47:55 +0800 Subject: [PATCH 4/8] Update 20220524 How to Install KVM on Ubuntu 22.04 -Jammy Jellyfish-.md --- ...all KVM on Ubuntu 22.04 -Jammy Jellyfish-.md | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/sources/tech/20220524 How to Install KVM on Ubuntu 22.04 -Jammy Jellyfish-.md b/sources/tech/20220524 How to Install KVM on Ubuntu 22.04 -Jammy Jellyfish-.md index e3363274b2..4541dd1935 100644 --- a/sources/tech/20220524 How to Install KVM on Ubuntu 22.04 -Jammy Jellyfish-.md +++ b/sources/tech/20220524 How to Install KVM on Ubuntu 22.04 -Jammy Jellyfish-.md @@ -35,7 +35,7 @@ $ egrep -c '(vmx|svm)' /proc/cpuinfo ![SVM-VMX-Flags-Cpuinfo-linux][1] -From the above output, you can deduce that virtualization is enabled since the result printed is greater than 0. If Virtualization is not enabled, be sure to enable the virtualization feature in your system’s BIOS settings. +根据上方命令输出,您通过返回值是否大于0判断虚拟化环境启用与否。如果虚拟化未启用,请在BIOS设置中将其开启。 另外,您可以通过如下命令判断 KVM 虚拟化是否已经在运行: @@ -43,9 +43,9 @@ From the above output, you can deduce that virtualization is enabled since the r $ kvm-ok ``` -For this to work, you need to have installed the cpu-checker package, otherwise, you will bump into the error ‘Command ‘kvm-ok’ not found’. +请确保您已经安装了 cpu-checker 软件包,否则将提示未找到该命令的报错。 -Directly below, you will get instructions on how to resolve this issue, and that is to install the cpu-checker package. +关于此类问题的解决方案以及 cp-checker 软件包的安装,您可以参考如下: ![KVM-OK-Command-Not-Found-Ubuntu][2] @@ -77,9 +77,8 @@ $ sudo apt install -y qemu-kvm virt-manager libvirt-daemon-system virtinst libvi * virt-manager – 一款基于 **QT** 和 **libvirt** 的图形的 libvirt 虚拟机管理工具 * libvirt-daemon-system – 一款为运行 libvirt 进程提供必要配置文件的工具 * virtinst – 一套为置备和修改虚拟机提供的命令行工具 -* libvirt-clients – A set of client-side libraries and APIs for managing and controlling virtual machines & hypervisors from the command line. -* bridge-utils – A set of tools for creating and managing bridge devices. - +* libvirt-clients – 一套提供管理和控制虚拟机以及虚拟化引擎的客户端侧库和API命令行工具 +* bridge-utils – 一套用于创建和管理桥接设备的工具 ### 4) 启用虚拟化守护进程 (libvirtd) 在所有软件包安装完毕之后,通过如下命令 启用并启动 Libvirt 守护进程: @@ -89,7 +88,7 @@ $ sudo systemctl enable --now libvirtd $ sudo systemctl start libvirtd ``` -Confirm that the virtualization daemon is running as shown. +您可以通过如下命令验证虚拟化守护进程是否已经运行: ``` $ sudo systemctl status libvirtd @@ -97,14 +96,14 @@ $ sudo systemctl status libvirtd ![Libvirtd-Status-Ubuntu-Linux][4] -In addition, you need to add the currently logged-in user to the kvm and libvirt groups so that they can create and manage virtual machines. +另外,请将当前登录用户加入 kvm 和 libvirt 用户组,以便能够创建和管理虚拟机。 ``` $ sudo usermod -aG kvm $USER $ sudo usermod -aG libvirt $USER ``` -The $USER environment variable points to the name of the currently logged-in user.  To apply this change, you need to log out and log back again. +$USER 环境变量引用的即为当前登录的用户名。您需要重新登录才能使得配置生效。 ### 5) 创建网桥(br0) From 6697d0bce02a013b3cc33290d247c623f3d4f699 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A9=AC=E4=B8=80=E5=AE=89?= Date: Wed, 1 Jun 2022 08:48:51 +0800 Subject: [PATCH 5/8] add --- ...How to Install KVM on Ubuntu 22.04 -Jammy Jellyfish-.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/sources/tech/20220524 How to Install KVM on Ubuntu 22.04 -Jammy Jellyfish-.md b/sources/tech/20220524 How to Install KVM on Ubuntu 22.04 -Jammy Jellyfish-.md index 4541dd1935..054d9168f4 100644 --- a/sources/tech/20220524 How to Install KVM on Ubuntu 22.04 -Jammy Jellyfish-.md +++ b/sources/tech/20220524 How to Install KVM on Ubuntu 22.04 -Jammy Jellyfish-.md @@ -137,12 +137,11 @@ network:   version: 2 ``` -save and exit the file. +保存并推出文件。 -Note: These details as per my setup, so replace the IP address entries, interface name and mac address as per your setup. - -To apply above change, run ‘netplan apply’ +注:上述文件的配置是我环境中的,请根据您实际环境替换 IP 地址、网口名称以及mac地址。 +您可以通过运行 ‘netplan apply’命令应用上述变更。T ``` $ sudo netplan apply ``` From 8be9f509041457f1d8d96b795150b1bc6c031bc4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A9=AC=E4=B8=80=E5=AE=89?= Date: Wed, 1 Jun 2022 10:18:41 +0800 Subject: [PATCH 6/8] finish --- ...l KVM on Ubuntu 22.04 -Jammy Jellyfish-.md | 37 +++++++++---------- 1 file changed, 18 insertions(+), 19 deletions(-) diff --git a/sources/tech/20220524 How to Install KVM on Ubuntu 22.04 -Jammy Jellyfish-.md b/sources/tech/20220524 How to Install KVM on Ubuntu 22.04 -Jammy Jellyfish-.md index 054d9168f4..7a13965311 100644 --- a/sources/tech/20220524 How to Install KVM on Ubuntu 22.04 -Jammy Jellyfish-.md +++ b/sources/tech/20220524 How to Install KVM on Ubuntu 22.04 -Jammy Jellyfish-.md @@ -107,9 +107,8 @@ $USER 环境变量引用的即为当前登录的用户名。您需要重新登 ### 5) 创建网桥(br0) -If you are planning to access KVM virtual machines outside from your Ubuntu 22.04 system, then you must map VM’s interface to a network bridge. Though a virtual bridge named virbr0, created automatically when KVM is installed but it is used for testing purposes. - -To create a network bridge, create the file ‘01-netcfg.yaml’ with following content under the folder /etc/netplan. +如果您打算从本机(Ubuntu 22.04)之外访问 KVM 虚拟机,您必须将虚拟机的网卡映射至网桥。virbr0 网桥是 KVM安装完成后自动创建的,仅做测试用途。 +您可以通过如下内容在 /etc/netplan 目录下创建文件 ‘01-netcfg.yaml’ 来新建网桥: ``` $ sudo vi /etc/netplan/01-netcfg.yaml @@ -156,48 +155,48 @@ $ ip add show ### 6) 启动 KVM 虚拟机管理器 -With KVM installed, you can begin creating your virtual machines using the virt-manager GUI tool. To get started, use the GNOME search utility and search for ‘Virtual machine Manager’. +当KVM安装完成后,您可以使用 virt-manager 图形管理工具创建虚拟机。您可以在 GNOME 搜索工具中搜索 ‘Virtual machine Manager’ 以启动。 -Click on the icon that pops up. +点击搜索出来的图标即可。 ![Access-Virtual-Machine-Manager-Ubuntu-Linux][6] -This launches the Virtual Machine Manager Interface. +虚拟机管理器界面如下所示: ![Virtual-Machine-Manager-Interface-Ubuntu-Linux][7] -Click on “File” then select “New Virtual Machine”. Alternatively, you can click on the button shown. +您可以点击 “File” 并选择 “New Virtual Machine”。您也可以点击下图所示的图标: ![New-Virtual-Machine-Icon-Virt-Manager][8] -This pops open the virtual machine installation wizard which presents you with the following four options: +您在弹出的虚拟机安装向导将看到如下四个选项: -* Local install Media ( ISO image or CDROM ) -* Network Install ( HTTP, HTTPS, and FTP ) -* Import existing disk image -* Manual Install +* 本地安装介质 ( ISO 镜像或 CDROM ) +* 网络安装 ( HTTP, HTTPS, 和 FTP ) +* 导入现有磁盘镜像 +* 手动安装 -In this guide, we have downloaded a Debian 11 ISO image, and therefore, if you have an ISO image, select the first option and click ‘Forward’. +本文使用已下载的 ISO镜像,您可以选择自己的 ISO 镜像,选择第一个选项,并点击 ‘Forward’。 ![Local-Install-Media-ISO-Virt-Manager][9] -In the next step, click ‘Browse’ to navigate to the location of the ISO image, +下一步中,点击‘Browse’选择ISO 镜像路径。 ![Browse-ISO-File-Virt-Manager-Ubuntu-Linux][10] -In the next window, click ‘Browse local’ in order to select the ISO image from the local directories on your Linux PC. +在下一个窗口中点击‘Browse local’选取本机中 ISO 镜像。 ![Browse-Local-ISO-Virt-Manager][11] -As demonstrated below, we have selected the Debian 11 ISO image. Then click ‘Open’ +如下所示,我们选择了 Debian 11 ISO 镜像,随后点击‘Open’。 ![Choose-ISO-File-Virt-Manager][12] -Once the ISO image is selected, click ‘Forward’ to proceed to the next step. +当 ISO 镜像选择后,点击‘Forward’进入下一步。 ![Forward-after-browsing-iso-file-virt-manager][13] -Next, define the RAM and the number of CPU cores for your virtual machine and click ‘Forward’. +接着定义虚拟机所用 RAM 大小以及 CPU 核心数,并点击 ‘Forward’。 ![Virtual-Machine-RAM-CPU-Virt-Manager][14] @@ -205,7 +204,7 @@ Next, define the RAM and the number of CPU cores for your virtual machine and cl ![Storage-for-Virtual-Machine-KVM-Virt-Manager][15] -To associate virtual machine’s nic to network bridge, click on ‘Network selection’ and choose br0 bridge. +如您需要将虚拟机网卡连接至网桥,点击‘Network selection’并选择 br0 网桥。 ![Network-Selection-KVM-Virtual-Machine-Virt-Manager][16] From cd77d0b23a1675e9ffcaac692f05fda7cf630458 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A9=AC=E4=B8=80=E5=AE=89?= Date: Wed, 1 Jun 2022 10:20:29 +0800 Subject: [PATCH 7/8] finish --- ...220524 How to Install KVM on Ubuntu 22.04 -Jammy Jellyfish-.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {sources/tech => translated}/20220524 How to Install KVM on Ubuntu 22.04 -Jammy Jellyfish-.md (100%) diff --git a/sources/tech/20220524 How to Install KVM on Ubuntu 22.04 -Jammy Jellyfish-.md b/translated/20220524 How to Install KVM on Ubuntu 22.04 -Jammy Jellyfish-.md similarity index 100% rename from sources/tech/20220524 How to Install KVM on Ubuntu 22.04 -Jammy Jellyfish-.md rename to translated/20220524 How to Install KVM on Ubuntu 22.04 -Jammy Jellyfish-.md From 08963af185882441f908c640ac01598f27be3ffe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A9=AC=E4=B8=80=E5=AE=89?= Date: Wed, 1 Jun 2022 13:04:44 +0800 Subject: [PATCH 8/8] change location --- ...220524 How to Install KVM on Ubuntu 22.04 -Jammy Jellyfish-.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename translated/{ => tech}/20220524 How to Install KVM on Ubuntu 22.04 -Jammy Jellyfish-.md (100%) diff --git a/translated/20220524 How to Install KVM on Ubuntu 22.04 -Jammy Jellyfish-.md b/translated/tech/20220524 How to Install KVM on Ubuntu 22.04 -Jammy Jellyfish-.md similarity index 100% rename from translated/20220524 How to Install KVM on Ubuntu 22.04 -Jammy Jellyfish-.md rename to translated/tech/20220524 How to Install KVM on Ubuntu 22.04 -Jammy Jellyfish-.md