Summary of Network Card Configuration Methods for Mainstream Linux Operating Systems – A Must-Bookmark!

Summary of Network Card Configuration Methods for Mainstream Linux Operating Systems - A Must-Bookmark!

A single misoperation caused the server to lose network connectivity for 3 hours, simply due to a lack of understanding of the differences in network card configuration across different Linux versions. In the field of Linux operations, incorrect network card configuration is the primary cause of server network failures. According to the 2024 Operations Failure … Read more

From Bricking to Rebirth: My RK3588 Development Board Embarks on the Journey of Customizing Ubuntu

From Bricking to Rebirth: My RK3588 Development Board Embarks on the Journey of Customizing Ubuntu

When I first introduced cloud phones (Unveiling Cloud Phone Technology! Achieving Low-Cost Transformation of One Computer into Hundreds of “Virtual Phones” in Practice), I mentioned that the mobile box from Magic Cloud was a bit expensive. However, running it on a server lacked graphical acceleration, which slightly affected the experience, so I tried running it … Read more

Is Arch Linux Better than Ubuntu?

Is Arch Linux Better than Ubuntu?

Arch Linux has always been favored by a segment of Linux enthusiasts, and its derivatives, such as Manjaro, are also quite popular. Arch Linux is a distinctive distribution; it is a lightweight distribution based on the X86-64 architecture, designed around the KISS principle, and employs a rolling release model, making it suitable for intermediate to … Read more

Embedded Development: How to Choose the Right System?

Embedded Development: How to Choose the Right System?

Recommended Videos In embedded ARM development, when faced with a variety of operating systems, how can one make the best decision for the project? This article will outline the characteristics of common systems to help you quickly understand their advantages and disadvantages, enabling you to better choose the right system. IntroductionIn embedded ARM development, choosing … Read more

Compiling GCC 15.1

Compiling GCC 15.1

During the May Day holiday, I saw that GCC released a new version, so I decided to experience the std after the module refactoring by compiling GCC myself.Environment: Ubuntu 24.041. Download the source codeYou can use the Tsinghua mirror:git clone https://mirrors.tuna.tsinghua.edu.cn/git/gcc.git [Here you can specify the desired folder name]2. Download the necessary dependenciesEnter the source … Read more

How to Check File Mount Points, File System Types, and File Status in Linux

How to Check File Mount Points, File System Types, and File Status in Linux

Commands related to the file system in Linux are summarized as follows: 1 Environment Operating System: Ubuntu 22.04.5 LTS 2 df -h, to check all mounted points 3 df -h /, to check the mount point of any directory 4 df -hT, to check the file system type of the mounted points 5 mount -l, … Read more

Ubuntu Officially Supports Allwinner D1 Nezha RISC-V Development Board

Ubuntu Officially Supports Allwinner D1 Nezha RISC-V Development Board

Produced by | OSC Open Source Community (ID: oschina2013)Recently, Canonical announced that it has ported the Ubuntu operating system to Allwinner Technology’s D1 Nezha RISC-V board. The latest version of the Ubuntu 22.04.1 image is now available on the Nezha board, with upcoming work focused on porting new features and the latest Ubuntu versions.The Nezha … Read more

How to Perform Serial Communication After Installing Linux on RK3588? A Few Commands to Solve It

How to Perform Serial Communication After Installing Linux on RK3588? A Few Commands to Solve It

Recently, someone asked how to test serial communication on an RK3588 that had Linux installed in our lab. I spent quite some time figuring it out, and below I will share the method with you.Tools required: Tabby (for SSH connection), RK3588, monitor.The prerequisite is that you have already installed the Ubuntu system to proceed with … Read more

After 10 Years of Using Windows, I Finally Switched to Linux

After 10 Years of Using Windows, I Finally Switched to Linux

Author | Shalitha SurangaEditor | Wan JiaTranslator | Zhang JianxinI am a fan of Windows 98, 2000, XP, 7, and 10. However, I ultimately decided to use Ubuntu permanently. My Ubuntu Desktop Without an operating system, a computer becomes a worthless device, as the operating system serves as the intermediary interface between the user and … Read more

Ubuntu 17.10 Confirmed to Use Linux Kernel 4.13 and GCC 7.2

Ubuntu 17.10 Confirmed to Use Linux Kernel 4.13 and GCC 7.2

(Click the public account above to quickly follow) English: SOFTPEDIA, Translation: Open Source China Community www.oschina.net/news/88954/ubuntu-17-10-powered-by-linux-kernel-4-13-gcc-7-2 If you have good articles to submit, please click → here for details The upcoming Ubuntu 17.10 (Artful Aardvark) operating system is powered by the latest Linux Kernel 4.13 and will be included in the stable repository along with … Read more