diff --git a/sources/tech/20210918 How to Install Ubuntu Desktop on Raspberry Pi 4.md b/sources/tech/20210918 How to Install Ubuntu Desktop on Raspberry Pi 4.md
deleted file mode 100644
index 392a9dca69..0000000000
--- a/sources/tech/20210918 How to Install Ubuntu Desktop on Raspberry Pi 4.md
+++ /dev/null
@@ -1,235 +0,0 @@
-[#]: subject: "How to Install Ubuntu Desktop on Raspberry Pi 4"
-[#]: via: "https://itsfoss.com/install-ubuntu-desktop-raspberry-pi/"
-[#]: author: "Avimanyu Bandyopadhyay https://itsfoss.com/author/avimanyu/"
-[#]: collector: "lujun9972"
-[#]: translator: "wxy"
-[#]: reviewer: " "
-[#]: publisher: " "
-[#]: url: " "
-
-How to Install Ubuntu Desktop on Raspberry Pi 4
-======
-
-_**Brief: This thorough tutorial shows you how to install Ubuntu Desktop on Raspberry Pi 4 device.**_
-
-The revolutionary Raspberry Pi is the most popular single board computer. It has its very own Debian based operating system called [Raspbian][1].
-
-There are several other [operating systems available for Raspberry Pi][2] but almost all of them are lightweight. This was appropriate for the small factor and low end hardware of the Pi devices.
-
-This changes with the introduction of Raspberry Pi 4B that flaunts 8 GB RAM and supports 4K display. The aim is to use Raspberry Pi as a regular desktop and it succeeds in doing so to a larger extent.
-
-Before the 4B model, you could [install the Ubuntu server on Raspberry Pi][3] but the desktop version was not available. However, **Ubuntu now provides official desktop image for Pi 4 models**.
-
-In this tutorial, I am going to show the steps for installing Ubuntu desktop on Raspberry Pi 4.
-
-First, a quick look at the prerequisites.
-
-### Prerequisites for running Ubuntu on Raspberry Pi 4
-
-![][4]
-
-Here’s what you need:
-
- 1. A Linux or Windows system with active internet connection.
- 2. [Raspberry Pi Imager][5] : The official open source tool from Raspberry that gets you the distro image on your SD card.
- 3. Micro SD Card: Consider using at least a 16 GB storage for your card, albeit a 32 GB version is recommended.
- 4. A USB based Micro SD Card Reader (if your computer does not have a card reader).
- 5. Essential Raspberry Pi 4 accessories such as an HDMI compatible display, [Micro HDMI to Standard HDMI (A/M) Cable][6], [Power Supply (Official Adapter Recommended)][7], USB Wired/Wireless Keyboard and Mouse/Touchpad.
-
-
-
-It is good practice to [read in detail about the Pi requirements][8] beforehand.
-
-Now, without further delay, let me quickly walk you through the image preparation for the SD Card.
-
-### Preparing the Ubuntu Desktop image for Raspberry Pi
-
-Raspberry Pi provides a GUI application for writing the ISO image to the SD Card. **This tool can also download compatible operating systems like Ubuntu, Raspbian etc automatically**.
-
-![Official tool to download and put operating system on SD card][9]
-
-You can download this tool for Ubuntu, Windows and macOS from the official website:
-
-[Download Raspberry Pi Imager][10]
-
-On Ubuntu and other Linux distributions, you can also install it with Snap:
-
-```
-sudo snap install rpi-imager
-```
-
-Once installed, run the imager tool. When you see the screen below, select “CHOOSE OS”:
-
-![Pi imager: choose the preferred operating system][11]
-
-Under “Operating System”, select “Other general purpose OS”:
-
-![Pi imager: other general purpose operating systems][12]
-
-Now, select “Ubuntu”:
-
-![Pi imager distro: Ubuntu][13]
-
-Next, select “Ubuntu Desktop 21.04 (RPI 4/400)” as shown below:
-
-![Pi imager distro version: Ubuntu 21.04][14]
-
-Note
-
-If you do not have a good, consistent internet collection, you can [download the Ubuntu for Raspberry Pi image separately from Ubuntu’s website][15]. In the Imager tool, while choosing the OS, go to the bottom and select “Use custom” option. You can also use Etcher for writing the image to the SD card.
-
-Insert the micro SD card inside your Card reader and wait for it to mount. Select “CHOOSE STORAGE” under “Storage”:
-
-![Pi imager – choose storage \(SD card\)][16]
-
-You should be seeing only your micro SD card storage and you’d recognize it instantly based on the size. Here, I’ve used a 32 GB card:
-
-![Pi imager – choose SD card][17]
-
-Now click on “WRITE”:
-
-![Pi imager image write][18]
-
-I’ll assume you have the contents of the SD card backed up. If it’s a new card, you can just proceed:
-
-![Pi imager image write confirmation query][19]
-
-Since this is a [sudo][20] privilege, you must enter your password. If you run `sudo rpi-imager` from a terminal, this would not appear:
-
-![Pi imager image write authentication asking for password][21]
-
-If your SD card is a bit old, it would take some time. But if it is a recent one with high speeds, it wouldn’t take long:
-
-![Pi imager writing image][22]
-
-I also wouldn’t recommend skipping verification. Make sure the image write went successful:
-
-![Pi imager verifying changes][23]
-
-Once it is over, you will get the following confirmation:
-
-![Pi imager write successful][24]
-
-Now, safely-remove the SD card from your system.
-
-### Using the micro SD card with Ubuntu on Raspberry Pi
-
-Half of the battle is won. Unlike the regular Ubuntu install, you have not created a live environment. Ubuntu is already installed on the SD card and is almost read to use. Let’s see what remains here.
-
-#### Step 1: Insert the SD card into Pi
-
-For first time users, it can take a bit confusing sometimes to figure out where on earth is that card slot! Not to worry. It is located below the board on the left-hand side. Here’s an inverted view with a card inserted:
-
-![Pi 4B board inverted and micro SD card inserted][25]
-
-Keep sliding the card in this orientation slowly into the slot below the board, gently until it no longer goes any further. You may also hear a little clicking sound for confirmation. This means it has just fit in perfectly:
-
-![Raspberry Pi SD slot left side middle and below the pi board][26]
-
-You might notice two little pins adjusting themselves in the slot (shown above) as you put it inside, but that’s ok. Once inserted, the card would look like a bit protruded. That’s how it is supposed to look like:
-
-![Pi SD card inserted with a little portion visible][27]
-
-#### Step 2: Setting Up the Raspberry Pi
-
-I do not need to go in detail here, I presume.
-
-Ensure that the power cable connector, micro HDMI cable connector, keyboard and mouse connectors (wired/non-wired) are securely connected to the Pi board in the relevant ports.
-
-Make sure the display and power plug are properly connected as well, before you go ahead and turn on the power socket. I wouldn’t recommend plugging in the adapter to a live electrical socket. Look up [electrical arcing][28].
-
-Once you’ve ensured the above two steps, you can [power on the Raspberry Pi device][29].
-
-#### Step 3: The first run of Ubuntu desktop on Raspberry Pi
-
-Once you power on the Raspberry Pi, you’ll be asked to some basic configuration on your first run. You just have to follow the onscreen instructions.
-
-Select your language, keyboard layout, connect to WiFi etc.
-
-![Select language][30]
-
-![Select keyboard layout][31]
-
-![Select WiFi][32]
-
-You’ll be asked to select the time zone:
-
-![Select time zone][33]
-
-And then create the user and password:
-
-![Enter desired username and password][34]
-
-It will configure a couple of things and may take some time in doing so.
-
-![Finishing Ubuntu setup][35]
-
-![Finishing Ubuntu setup][36]
-
-It may take some time after this, your system will reboot and you’ll find yourself at the Ubuntu login screen:
-
-![][37]
-
-You can start enjoying Ubuntu desktop on Raspberry Pi now.
-
-![Ubuntu desktop on Raspberry Pi][38]
-
-### Conclusion
-
-I noticed **a temporary anomaly**: A red flickering border on the left-hand side of my display while doing the installation. This flickering (also of different colors) was noticeable on random parts of the screen as well. But it went away after restarting and the first boot.
-
-It was much needed that Ubuntu to start providing support for popular ARM devices like Raspberry Pi and I am happy to see it running on a Raspberry Pi.
-
-I hope you find this tutorial helpful. If you have questions or suggestions, please let me know in the comments.
-
---------------------------------------------------------------------------------
-
-via: https://itsfoss.com/install-ubuntu-desktop-raspberry-pi/
-
-作者:[Avimanyu Bandyopadhyay][a]
-选题:[lujun9972][b]
-译者:[译者ID](https://github.com/译者ID)
-校对:[校对者ID](https://github.com/校对者ID)
-
-本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出
-
-[a]: https://itsfoss.com/author/avimanyu/
-[b]: https://github.com/lujun9972
-[1]: https://itsfoss.com/tutorial-how-to-install-raspberry-pi-os-raspbian-wheezy/
-[2]: https://itsfoss.com/raspberry-pi-os/
-[3]: https://itsfoss.com/install-ubuntu-server-raspberry-pi/
-[4]: https://i0.wp.com/itsfoss.com/wp-content/uploads/2021/09/ubuntu-desktop-raspberry-pi.png?resize=800%2C450&ssl=1
-[5]: https://github.com/raspberrypi/rpi-imager
-[6]: https://www.raspberrypi.org/products/micro-hdmi-to-standard-hdmi-a-cable/
-[7]: https://www.raspberrypi.org/products/type-c-power-supply/
-[8]: https://itsfoss.com/things-you-need-to-get-your-raspberry-pi-working/
-[9]: https://i2.wp.com/itsfoss.com/wp-content/uploads/2021/09/raspberry-pi-imager-tool.webp?resize=680%2C448&ssl=1
-[10]: https://www.raspberrypi.org/software/
-[11]: https://i1.wp.com/itsfoss.com/wp-content/uploads/2021/09/pi-imager-choose-os.webp?resize=681%2C443&ssl=1
-[12]: https://i2.wp.com/itsfoss.com/wp-content/uploads/2021/09/pi-imager-other-general-purpose-os.webp?resize=679%2C440&ssl=1
-[13]: https://i1.wp.com/itsfoss.com/wp-content/uploads/2021/09/pi-imager-os-ubuntu.webp?resize=677%2C440&ssl=1
-[14]: https://i0.wp.com/itsfoss.com/wp-content/uploads/2021/09/pi-imager-os-ubuntu-21-04.webp?resize=677%2C440&ssl=1
-[15]: https://ubuntu.com/download/raspberry-pi
-[16]: https://i0.wp.com/itsfoss.com/wp-content/uploads/2021/09/pi-imager-choose-storage.webp?resize=677%2C438&ssl=1
-[17]: https://i1.wp.com/itsfoss.com/wp-content/uploads/2021/09/pi-imager-choose-sd-card.webp?resize=790%2C450&ssl=1
-[18]: https://i2.wp.com/itsfoss.com/wp-content/uploads/2021/09/pi-imager-image-write.webp?resize=676%2C437&ssl=1
-[19]: https://i2.wp.com/itsfoss.com/wp-content/uploads/2021/09/pi-imager-image-write-confirm.webp?resize=679%2C440&ssl=1
-[20]: https://itsfoss.com/add-sudo-user-ubuntu/
-[21]: https://i0.wp.com/itsfoss.com/wp-content/uploads/2021/09/pi-imager-image-write-password.webp?resize=380%2C227&ssl=1
-[22]: https://i1.wp.com/itsfoss.com/wp-content/uploads/2021/09/pi-imager-writing-image.webp?resize=673%2C438&ssl=1
-[23]: https://i2.wp.com/itsfoss.com/wp-content/uploads/2021/09/pi-imager-verifying-changes.webp?resize=677%2C440&ssl=1
-[24]: https://i2.wp.com/itsfoss.com/wp-content/uploads/2021/09/pi-imager-write-successful.webp?resize=675%2C442&ssl=1
-[25]: https://i1.wp.com/itsfoss.com/wp-content/uploads/2021/09/pi-inverted-micro-sd-card-inserted.webp?resize=800%2C572&ssl=1
-[26]: https://i1.wp.com/itsfoss.com/wp-content/uploads/2021/09/raspberry-pi-sd-slot-left-side-middle-below-board.webp?resize=632%2C324&ssl=1
-[27]: https://i0.wp.com/itsfoss.com/wp-content/uploads/2021/09/pi-sd-card-inserted.webp?resize=650%2C432&ssl=1
-[28]: https://www.electricianatlanta.net/what-is-electrical-arcing-and-why-is-it-dangerous/
-[29]: https://itsfoss.com/turn-on-raspberry-pi/
-[30]: https://i1.wp.com/itsfoss.com/wp-content/uploads/2021/09/ubuntu-raspberry-pi-first-run.webp?resize=800%2C451&ssl=1
-[31]: https://i0.wp.com/itsfoss.com/wp-content/uploads/2021/09/ubuntu-raspberry-pi-first-run-2.webp?resize=800%2C600&ssl=1
-[32]: https://i2.wp.com/itsfoss.com/wp-content/uploads/2021/09/ubuntu-raspberry-pi-first-run-3.webp?resize=800%2C600&ssl=1
-[33]: https://i0.wp.com/itsfoss.com/wp-content/uploads/2021/09/ubuntu-raspberry-pi-first-run-4.webp?resize=800%2C600&ssl=1
-[34]: https://i1.wp.com/itsfoss.com/wp-content/uploads/2021/09/ubuntu-raspberry-pi-first-run-5.webp?resize=800%2C600&ssl=1
-[35]: https://i1.wp.com/itsfoss.com/wp-content/uploads/2021/09/ubuntu-raspberry-pi-first-run-6.webp?resize=800%2C600&ssl=1
-[36]: https://i1.wp.com/itsfoss.com/wp-content/uploads/2021/09/ubuntu-raspberry-pi-first-run-7.webp?resize=800%2C600&ssl=1
-[37]: https://i1.wp.com/itsfoss.com/wp-content/uploads/2021/09/ubuntu-raspberry-pi-login-screen.webp?resize=800%2C600&ssl=1
-[38]: https://i1.wp.com/itsfoss.com/wp-content/uploads/2021/09/ubuntu-21-04-post-setup-desktop.webp?resize=800%2C450&ssl=1
diff --git a/translated/tech/20210918 How to Install Ubuntu Desktop on Raspberry Pi 4.md b/translated/tech/20210918 How to Install Ubuntu Desktop on Raspberry Pi 4.md
new file mode 100644
index 0000000000..41b4539ace
--- /dev/null
+++ b/translated/tech/20210918 How to Install Ubuntu Desktop on Raspberry Pi 4.md
@@ -0,0 +1,233 @@
+[#]: subject: "How to Install Ubuntu Desktop on Raspberry Pi 4"
+[#]: via: "https://itsfoss.com/install-ubuntu-desktop-raspberry-pi/"
+[#]: author: "Avimanyu Bandyopadhyay https://itsfoss.com/author/avimanyu/"
+[#]: collector: "lujun9972"
+[#]: translator: "wxy"
+[#]: reviewer: " "
+[#]: publisher: " "
+[#]: url: " "
+
+如何在树莓派 4 上安装 Ubuntu 桌面系统
+======
+
+> 这个详尽的教程告诉你如何在树莓派 4 设备上安装 Ubuntu 桌面。
+
+革命性的树莓派是最受欢迎的单板计算机。它有自己的基于 Debian 的操作系统,叫做 [树莓派操作系统][1](原名 Raspbian)。
+
+还有其他几个 [可用于树莓派的操作系统][2],但几乎所有的都是轻量级的,适合于树莓派设备的小尺寸和低端硬件。
+
+随着标榜 8GB 内存和支持 4K 显示的树莓派 4B 的推出,情况发生了变化。其目的是将树莓派作为常规桌面使用,并在更大程度上成功地做到了这一点。
+
+在 4B 型号之前,你可以 [在树莓派上安装 Ubuntu 服务器][3],但桌面版本却无法使用。然而,**Ubuntu 现在为树莓派 4 提供了官方的桌面镜像**。
+
+在本教程中,我将展示在树莓派 4 上安装 Ubuntu 桌面的步骤。
+
+首先,快速了解一下先决条件。
+
+### 在树莓派 4 上运行 Ubuntu 的先决条件
+
+![][4]
+
+以下是你需要的东西:
+
+ 1. 一个能用的互联网连接的 Linux 或 Windows 系统。
+ 2. [树莓派镜像工具][5] :树莓派的官方开源工具,可以在你的 SD 卡上写入发行版镜像。
+ 3. 微型 SD 卡:可以使用至少 16GB 的存储卡,尽管建议使用 32GB 的版本。
+ 4. 一个基于 USB 的 Micro SD 卡读卡器(如果你的电脑没有读卡器)。
+ 5. 必要的树莓派 4 配件,如 HDMI 兼容显示器、[Micro HDMI 连接到标准 HDMI(A/M) 接口的电缆][6]、[电源(建议使用官方适配器)][7]、USB 的有线/无线键盘和鼠标/触摸板。
+
+事先 [详细阅读树莓派的要求][8] 是很好的做法。
+
+现在,不再拖延了,让我快速带领你完成 SD 卡的镜像准备。
+
+### 为树莓派准备 Ubuntu 桌面镜像
+
+树莓派提供了一个 GUI 应用程序,用于将 ISO 镜像写入 SD 卡中。**这个工具还可以自动下载兼容的操作系统,如 Ubuntu、树莓派操作系统等**。
+
+![下载并将操作系统放入 SD 卡的官方工具][9]
+
+你可以从官方网站上下载用于 Ubuntu、Windows 和 macOS 的这个工具:
+
+- [下载树莓派镜像工具][10]
+
+在 Ubuntu 和其他 Linux 发行版上,你也可以用 Snap 安装它:
+
+```
+sudo snap install rpi-imager
+```
+
+安装完毕后,运行该工具。当你看到下面的屏幕时,选择 “选择操作系统”:
+
+![镜像工具:选择首选操作系统][11]
+
+在“操作系统”下,选择 “其它通用的操作系统”:
+
+![镜像工具: 其他通用的操作系统][12]
+
+现在,选择 “Ubuntu”:
+
+![镜像工具:发行版 - Ubuntu][13]
+
+接下来,选择 “Ubuntu Desktop 21.04(RPI 4/400)”,如下图所示。
+
+![镜像工具:发行版 - Ubuntu 21.04][14]
+
+> **注意:**
+>
+> 如果你没有一个好的、稳定的网络连接,你可以 [从 Ubuntu 的网站上单独下载 Ubuntu 的树莓派镜像][15]。在镜像工具中,在选择操作系统时,到底部选择“使用自定义”选项。你也可以使用 Etcher 将镜像写入到 SD 卡上。
+
+将微型 SD 卡插入读卡器中,等待它挂载。选择“存储设备”下的 “选择存储设备”:
+
+![镜像工具:选择存储设备(SD 卡)][16] 。
+
+你应该只看到你的微型 SD 卡的存储空间,你会根据大小立即识别它。这里,我使用的是 32GB 的卡:
+
+![镜像工具:选择 SD 卡][17]
+
+现在点击“写入”:
+
+![镜像工具:镜像写入][18]
+
+我假设你已经备份了 SD 卡上的内容。如果是一张新卡,你可以直接进行:
+
+![镜像工具:镜像写入确认][19]
+
+由于这是一个 [sudo][20] 的权限,你必须输入密码。如果你从终端运行 `sudo rpi-imager`,就不会出现这种情况:
+
+![镜像工具:镜像写入授权需要密码][21]
+
+如果你的 SD 卡有点旧,这将需要一些时间。但是,如果它是一个新的高速的 SD 卡,就不会花很长时间:
+
+![镜像工具:写入镜像][22]
+
+我也不建议跳过验证。确保镜像写入成功:
+
+![镜像工具:验证写入][23]
+
+一旦结束,你会得到以下确认:
+
+![镜像工具:写入成功][24]
+
+现在,从你的系统中安全移除 SD 卡。
+
+###在树莓派上使用载有 Ubuntu 的微型 SD 卡
+
+战斗的一半已经胜利了。与常规的 Ubuntu 安装不同,你并没有创建一个临场环境。Ubuntu 已经安装在 SD 卡上了,而且几乎已经可以使用了。让我们来看看这里还剩下什么。
+
+#### 第 1 步:将 SD 卡插入树莓派中
+
+对于第一次使用的用户来说,有时会有点困惑,不知道那个卡槽到底在哪里?不用担心。它位于电路板背面的左手边。下面是一个插入卡后的倒置视图。
+
+![树莓派 4B 板倒置,插入微型 SD 卡][25]
+
+按这个方向将卡慢慢插入板子下面的插槽,轻轻地插,直到它不再往前移动。你可能还会听到一点咔嚓声来确认。这意味着它刚刚完美地插进去了。
+
+![树莓派 SD 插槽在板子背面的左侧][26]
+
+当你把它插进去的时候,你可能会注意到有两个小针脚在插槽中调整了自己的位置(如上图所示),但这没关系。一旦插入,卡看起来会有一点突出。这就是它应该有的样子。
+
+![树莓派 SD 卡插入时有一小部分可见][27]
+
+#### 第 2 步:设置树莓派
+
+我想,我不需要在这里详细介绍。
+
+确保电源线接头、微型 HDMI 线接头、键盘和鼠标接头(有线/无线)都牢固地连接到树莓派板的相关端口。
+
+确保显示器和电源插头也已正确连接,然后再去打开电源插座。我不建议把适配器插到带电的插座上。主要一下 [电弧][28]。
+
+一旦你确保了以上两个步骤,你就可以 [打开树莓派设备的电源][29]。
+
+#### 第 3 步:在树莓派上 Ubuntu 桌面的首次运行
+
+一旦你打开树莓派的电源,你会被要求在第一次运行时进行一些基本配置。你只需按照屏幕上的指示操作即可。
+
+选择你的语言、键盘布局、连接到 WiFi 等:
+
+![选择语言][30]
+
+![选择键盘布局][31]
+
+![选择 WiFi][32]
+
+你会被要求选择时区:
+
+![选择时区][33]
+
+然后创建用户和密码:
+
+![输入所需的用户名和密码][34]
+
+它将配置一些东西,可能需要一些时间来完成:
+
+![完成 Ubuntu 设置][35]
+
+![完成 Ubuntu 设置][36]
+
+这之后可能需要一些时间,你的系统会重新启动,你会发现自己处于 Ubuntu 的登录界面:
+
+![Ubuntu 的登录界面][37]
+
+你现在可以开始享受树莓派上的 Ubuntu 桌面了:
+
+![树莓派上的 Ubuntu 桌面][38]
+
+### 总结
+
+我注意到**一个暂时的异常情况**。在进行安装时,我的显示器左侧有一个红色的闪烁边界。这种闪烁(也有不同的颜色)在屏幕的随机部分也能注意到。但在重启和第一次启动后,它就消失了。
+
+我非常需要 Ubuntu 开始为树莓派等流行的 ARM 设备提供支持,我很高兴看到它在树莓派上运行。
+
+我希望你觉得这个教程对你有帮助。如果你有问题或建议,请在评论中告诉我。
+
+--------------------------------------------------------------------------------
+
+via: https://itsfoss.com/install-ubuntu-desktop-raspberry-pi/
+
+作者:[Avimanyu Bandyopadhyay][a]
+选题:[lujun9972][b]
+译者:[wxy](https://github.com/wxy)
+校对:[校对者ID](https://github.com/校对者ID)
+
+本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出
+
+[a]: https://itsfoss.com/author/avimanyu/
+[b]: https://github.com/lujun9972
+[1]: https://itsfoss.com/tutorial-how-to-install-raspberry-pi-os-raspbian-wheezy/
+[2]: https://itsfoss.com/raspberry-pi-os/
+[3]: https://itsfoss.com/install-ubuntu-server-raspberry-pi/
+[4]: https://i0.wp.com/itsfoss.com/wp-content/uploads/2021/09/ubuntu-desktop-raspberry-pi.png?resize=800%2C450&ssl=1
+[5]: https://github.com/raspberrypi/rpi-imager
+[6]: https://www.raspberrypi.org/products/micro-hdmi-to-standard-hdmi-a-cable/
+[7]: https://www.raspberrypi.org/products/type-c-power-supply/
+[8]: https://itsfoss.com/things-you-need-to-get-your-raspberry-pi-working/
+[9]: https://i2.wp.com/itsfoss.com/wp-content/uploads/2021/09/raspberry-pi-imager-tool.webp?resize=680%2C448&ssl=1
+[10]: https://www.raspberrypi.org/software/
+[11]: https://i1.wp.com/itsfoss.com/wp-content/uploads/2021/09/pi-imager-choose-os.webp?resize=681%2C443&ssl=1
+[12]: https://i2.wp.com/itsfoss.com/wp-content/uploads/2021/09/pi-imager-other-general-purpose-os.webp?resize=679%2C440&ssl=1
+[13]: https://i1.wp.com/itsfoss.com/wp-content/uploads/2021/09/pi-imager-os-ubuntu.webp?resize=677%2C440&ssl=1
+[14]: https://i0.wp.com/itsfoss.com/wp-content/uploads/2021/09/pi-imager-os-ubuntu-21-04.webp?resize=677%2C440&ssl=1
+[15]: https://ubuntu.com/download/raspberry-pi
+[16]: https://i0.wp.com/itsfoss.com/wp-content/uploads/2021/09/pi-imager-choose-storage.webp?resize=677%2C438&ssl=1
+[17]: https://i1.wp.com/itsfoss.com/wp-content/uploads/2021/09/pi-imager-choose-sd-card.webp?resize=790%2C450&ssl=1
+[18]: https://i2.wp.com/itsfoss.com/wp-content/uploads/2021/09/pi-imager-image-write.webp?resize=676%2C437&ssl=1
+[19]: https://i2.wp.com/itsfoss.com/wp-content/uploads/2021/09/pi-imager-image-write-confirm.webp?resize=679%2C440&ssl=1
+[20]: https://itsfoss.com/add-sudo-user-ubuntu/
+[21]: https://i0.wp.com/itsfoss.com/wp-content/uploads/2021/09/pi-imager-image-write-password.webp?resize=380%2C227&ssl=1
+[22]: https://i1.wp.com/itsfoss.com/wp-content/uploads/2021/09/pi-imager-writing-image.webp?resize=673%2C438&ssl=1
+[23]: https://i2.wp.com/itsfoss.com/wp-content/uploads/2021/09/pi-imager-verifying-changes.webp?resize=677%2C440&ssl=1
+[24]: https://i2.wp.com/itsfoss.com/wp-content/uploads/2021/09/pi-imager-write-successful.webp?resize=675%2C442&ssl=1
+[25]: https://i1.wp.com/itsfoss.com/wp-content/uploads/2021/09/pi-inverted-micro-sd-card-inserted.webp?resize=800%2C572&ssl=1
+[26]: https://i1.wp.com/itsfoss.com/wp-content/uploads/2021/09/raspberry-pi-sd-slot-left-side-middle-below-board.webp?resize=632%2C324&ssl=1
+[27]: https://i0.wp.com/itsfoss.com/wp-content/uploads/2021/09/pi-sd-card-inserted.webp?resize=650%2C432&ssl=1
+[28]: https://www.electricianatlanta.net/what-is-electrical-arcing-and-why-is-it-dangerous/
+[29]: https://itsfoss.com/turn-on-raspberry-pi/
+[30]: https://i1.wp.com/itsfoss.com/wp-content/uploads/2021/09/ubuntu-raspberry-pi-first-run.webp?resize=800%2C451&ssl=1
+[31]: https://i0.wp.com/itsfoss.com/wp-content/uploads/2021/09/ubuntu-raspberry-pi-first-run-2.webp?resize=800%2C600&ssl=1
+[32]: https://i2.wp.com/itsfoss.com/wp-content/uploads/2021/09/ubuntu-raspberry-pi-first-run-3.webp?resize=800%2C600&ssl=1
+[33]: https://i0.wp.com/itsfoss.com/wp-content/uploads/2021/09/ubuntu-raspberry-pi-first-run-4.webp?resize=800%2C600&ssl=1
+[34]: https://i1.wp.com/itsfoss.com/wp-content/uploads/2021/09/ubuntu-raspberry-pi-first-run-5.webp?resize=800%2C600&ssl=1
+[35]: https://i1.wp.com/itsfoss.com/wp-content/uploads/2021/09/ubuntu-raspberry-pi-first-run-6.webp?resize=800%2C600&ssl=1
+[36]: https://i1.wp.com/itsfoss.com/wp-content/uploads/2021/09/ubuntu-raspberry-pi-first-run-7.webp?resize=800%2C600&ssl=1
+[37]: https://i1.wp.com/itsfoss.com/wp-content/uploads/2021/09/ubuntu-raspberry-pi-login-screen.webp?resize=800%2C600&ssl=1
+[38]: https://i1.wp.com/itsfoss.com/wp-content/uploads/2021/09/ubuntu-21-04-post-setup-desktop.webp?resize=800%2C450&ssl=1