5 Linux Distributions Suitable for Programmers

5 Linux Distributions Suitable for Programmers

What is Linux? Linux is an operating system based on Unix. It was developed by Linus Torvalds and first released its kernel in 1991. Because Linux is open-source software, its distributions are released by different organizations, resulting in different styles, desktop environments, and integrated tools and features. Now, let me introduce 5 Linux versions suitable … Read more

Linux System: Download and Installation Guide

Linux System: Download and Installation Guide

Click the blue text to follow us Linux System – Download and Installation Tutorial Linux is an open-source operating system that is widely used across different platforms. Below are the general steps for downloading and installing the Linux system. Select a distribution: Before downloading Linux, you need to choose a distribution that suits your needs. … Read more

Step-By-Step Guide to Localizing Linux Operating Systems to Chinese

How to set the Linux system interface to Chinese. Since there are many branches of Linux systems, some are relatively easy, while others are more complex. This time, I took some time to record videos on how to change the interface of several mainstream operating systems from English to Chinese and share them with everyone. … Read more

Getting Started with Ubuntu Linux: A Quick Guide

Getting Started with Ubuntu Linux: A Quick Guide

While I was waiting for the bus, I waited for one that never came, but those I didn’t wait for always arrived. This has a specific term in psychology: poverty. You can call me ugly, stupid, or lazy, but it doesn’t matter, only calling me poor will truly upset me. This society is too realistic; … Read more

Adding a Syscall to Android 12 Kernel from Source Code

Adding a Syscall to Android 12 Kernel from Source Code

This article is an excellent piece from the Kanxue Forum. Kanxue Forum Author ID: xxxlion Adding a syscall to Android 12 involves quite a bit, and the information available online is often outdated (especially regarding bionic). I encountered many pitfalls along the way. I decided to write this article to document how to add a … Read more

Dockerfile Guide: Easily Create Your Own Docker Image!

Linux | Red Hat Certified | IT Technology | Operations Engineer 👇 Join the technical exchange QQ group with 1000 members, remark 【Official Account】 for faster approval 1. Basic Structure and Common Instructions of Dockerfile FROM – Specify Base Image FROM ubuntu:20.04 This instruction sets Ubuntu 20.04 as the base image. RUN – Execute Command … Read more

Configuring Ubuntu 18.04 on Raspberry Pi 4B

Configuring Ubuntu 18.04 on Raspberry Pi 4B

Note: For each step, you only need to look at the specific part in the corresponding article. Although many articles write about other parts, the author encountered various bugs, so the parts that work without issues have been extracted. 1. Image Burning, Connecting Raspberry Pi with Ethernet, and Basic Configuration (1) System Image Burning Installing … Read more

Deep Learning Environment Setup Guide for Windows, Mac, and Ubuntu

Deep Learning Environment Setup Guide for Windows, Mac, and Ubuntu

Click on the above “Beginner Learning Visual“, choose to add “Star” or “Pinned“ Heavyweight content delivered promptly Getting started with deep learning, many people have experienced the bitter journey from beginner to abandonment, with countless individuals failing at the first hurdle: environment configuration issues. As the saying goes, if the environment is not set up … Read more

A Comprehensive Overview of Linux Development History

A Comprehensive Overview of Linux Development History

1. Introduction to Linux Linux is an operating system kernel released under the General Public License (GPL) and complies with the POSIX standard. However, when people refer to Linux, they usually mean GNU/Linux (GNU is a complete free software system compatible with UNIX), which includes the kernel, system utilities, and application software, rather than just … Read more