How to Write CMakeLists.txt? (Part 1: Basics)

How to Write CMakeLists.txt? (Part 1: Basics)

Click on the “3D Vision Workshop” above and select “Star” Get valuable content delivered promptly The 62nd Article of 3D Vision Workshop This article summarizes the method of writing CMakeLists.txt files on the linux platform. 1 General Modules at the Beginning 1.1 CMake Version Requirement cmake_minimum_required( VERSION 2.8 ) # Project filename loop_closure, can be … Read more

Detailed Steps to Upgrade GCC Version on Linux 8

Detailed Steps to Upgrade GCC Version on Linux 8

Click the blue text above to follow Alen 1 Demonstration Environment The environment for this demonstration is: Red Hat Enterprise Linux release 8.10 (Ootpa) 2 Check Current GCC Version Execute the following command to check the current GCC version: [root@sourcecode ~]# gcc -v Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/8/lto-wrapper OFFLOAD_TARGET_NAMES=nvptx-none OFFLOAD_TARGET_DEFAULT=1 Target: x86_64-redhat-linux Configured with: ../configure … Read more

What Does an Embedded BSP Engineer Do?

What Does an Embedded BSP Engineer Do?

Click on the above“Wheat Uncle”, select“Top/Star Official Account” Welfare dry goods delivered first-hand Hello everyone, I am Wheat. Today we will learn about what exactly a BSP engineer is. 1. Embedded Systems To understand what an embedded software engineer is, we first need to talk about embedded systems (embedded devices). According to Wikipedia, an embedded … Read more

Essential Advanced Linux Commands for Operations Teams

Essential Advanced Linux Commands for Operations Teams

Reply “001” below in the public account to obtain the 154-page Linux study notes compiled by Ke Gan. Introduction I have been struggling in the operations and maintenance field for several years. I still remember when I started, I only knew how to use some simple commands, and when writing scripts, I made them as … Read more

Mastering Linux with This Essential Command!

Mastering Linux with This Essential Command!

Source: Liangxu Linux (ID: liangxulinux) If you want to reprint, please contact the original public account Today, I will introduce you to a super useful Linux command. With this command, you can easily use almost all common commands on Linux without worrying about remembering so many options! We know that there are about 300 to … Read more

Detailed Explanation of TTY and PTS Terminals in Kirin Linux

This article is an original work by Teacher Liu from Yunbei Education. Please respect intellectual property rights; when forwarding, please indicate the source. No plagiarism, adaptations, or unauthorized reposting are accepted. In the Linux operating system, TTY (Teletypewriter) and PTS (Pseudo Terminal Slave) are two different types of terminals. They each have different uses and … Read more

Overview of Common Linux Commands

Overview of Common Linux Commands

Click the blue text above to follow us Overview This article discusses the relationship and role of the system kernel and the Bash interpreter, how to correctly execute Linux commands, and common troubleshooting methods. Experienced operations and maintenance personnel can appropriately combine commands and parameters to make Linux character commands more flexible while relatively reducing … Read more

Understanding Essential Systems for Machine Learning: Linux (With Common & Advanced Commands)

Understanding Essential Systems for Machine Learning: Linux (With Common & Advanced Commands)

Source: Machine Heart This article is 3208 words, and it is recommended to read it in 5 minutes. This article outlines the basic features of the Linux system and introduces some commonly used Linux commands to help you get started quickly. Linux has gained favor among many developers due to its stability and has become … Read more

Summary of Common Linux Commands (Part 1)

One of the more complicated aspects of Linux is that many tasks must be controlled via commands. However, this is also a reason many people enjoy it, as the commands tend to be concise yet powerful. The author has compiled relevant articles to gradually summarize for future learning and reference. If there are any errors, … Read more

Complete Guide to Changing Ubuntu Sources

Complete Guide to Changing Ubuntu Sources

Linux | Red Hat Certified | IT Technology | Operations Engineer 👇 Join the 1000-person technical exchange QQ group, note 【public account】 for faster approval Why Change Sources? Due to network restrictions, accessing the official Ubuntu source from China is currently slow. Therefore, to improve download speed, it is recommended to change the Ubuntu source … Read more