deepin 23, Save Your Raspberry Pi from Dust - Detailed Configuration Tutorial

deepin 23, Save Your Raspberry Pi from Dust - Detailed Configuration Tutorial

Previously, we received a message from a user who wanted to run deepin 23 on their Raspberry Pi. Recently, the deepin community's deepin-raspberrypi SIG internally released a preview version of deepin 23 for Raspberry Pi. Let's take a look at the performance of this card computer running deepin 23 together. (Devices tested: Raspberry Pi 4B, Raspberry Pi 5B, theoretically compatible with other models, feel free to try!)   Building the Kernel The kernel can be copied from the boot directory of the official repository: https://github.com/raspberrypi/firmware  Install the necessary tools, choosing cross-compilation for a 64-bit toolchain. sudo apt install git bc ...Read more

How to Play Games on deepin Besides Steam?

How to Play Games on deepin Besides Steam?

Recently, many friends have completed "Black Myth: Wukong" on deepin 23. So, aside from playing Windows games through Steam, are there other gaming platforms available? The answer is, of course, yes!   Introduction to Gaming Platforms Today, I'm introducing Heroic Games Launcher, a tool I use frequently. It supports Epic, GOG, and Amazon platforms, and you can also manually add games. Specifically, support for the Epic platform is based on Legendary, which covers most features of the original Epic Games Launcher, including cloud save support and EOS Overlay support. Additionally, you can download Wine-GE and Proton-GE compatibility layers and assign ...Read more

deepin Biweekly Technical Report is Online: Latest Progress and Upcoming Plans

deepin Biweekly Technical Report is Online: Latest Progress and Upcoming Plans

The first edition of the deepin Biweekly Technical Report is now online. We will briefly outline the work progress of various deepin teams over the past two weeks and provide an overview of the plans for the next two weeks. This allows those interested in deepin to stay informed and participate in the project. DDE (deepin Desktop Environment) The relevant DDE projects have created corresponding maintenance branches for deepin 23. Over the next period, version 23 will focus solely on bug fixes and will not include new features, while feature development will continue on the Master branch. Progress: Initial integration ...Read more

From AMD64 to RISC-V, LoongArch, and ARM64: The Multi-Architecture Adaptation Journey of deepin

From AMD64 to RISC-V, LoongArch, and ARM64: The Multi-Architecture Adaptation Journey of deepin

Author: longlong This article is a full transcription of longlong’s speech at WHLUG, so there are some informal expressions. The content only represents personal views and positions. As the successor to deepin 20, one of the biggest changes in deepin 23 is the addition of multi-architecture support: from originally only supporting the AMD64 architecture to now supporting multiple CPU architecture platforms including AMD64, RISC-V, LoongArch (New World), and ARM64. Currently, the stable image for AMD64 architecture of deepin 23 has been released, while the images for other CPU architectures are still in the preview version stage as the ecosystem is ...Read more

Two Essential Tools Network Engineers Must Master When Using deepin: Minicom and Cutecom

Two Essential Tools Network Engineers Must Master When Using deepin: Minicom and Cutecom

 Minicom (Command-line Tool) Minicom is a command-line tool with no graphical interface. It has a small installation package, consumes minimal system resources, and can be used directly from deepin's Super Terminal window. Minicom is the recommended tool for use.Minicom is mainly used for serial communication. Below is a guide to installing and using Minicom. Installing Minicom The method to install Minicom depends on the Linux distribution you are using. For deepin, you can follow these steps to install Minicom: 1、Open the terminal: First, open the deepin Super Terminal. 3、Get root privileges: To install software, root privileges are usually required. You ...Read more