Debugging C++ Programs Using GDB in Command Line (Part Two)

Debugging C++ Programs Using GDB in Command Line (Part Two)

If you haven’t read the previous article, I suggest you check it out: Debugging C++ Programs Using GDB in Command Line (Part One) This article supplements the GDB debugging that wasn’t finished last time. I Want to Install GDB on Linux Okay, I downgraded the Linux distribution running on WSL from <span>24.04</span> to <span>22.04</span>, and … 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

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

Essential Linux: Mastering Fourteen Basic Commands!

Linux | Red Hat Certification | IT Technology | Operations Engineer 👇Join our technical exchange QQ group with the note 【Official Account】 for quicker access 1. What is Linux 1. System Programming & Network Programming: Linux itself provides some APIs for programmers to call to complete more complex programming tasks (such as file operations, multithreading, … Read more

An Open Source MCU-Level Command Line Interaction Component

An Open Source MCU-Level Command Line Interaction Component

1 Introduction to nr_micro_shell During debugging and maintenance, it is often necessary to interact with microcontrollers to retrieve or set certain parameters or execute specific operations. nr_micro_shell is a basic command line tool designed to meet this need for resource-constrained MCUs. Although the finsh command line interaction tool provided in the RT_Thread component is powerful, … Read more

Introduction to MATLAB Basics (3)

Introduction to MATLAB Basics (3)

5 Command History Window The MATLAB command line window provides a very user-friendly interactive feature, allowing users to think and verify in this environment. After completing the design, users can extract verified commands again through MATLAB’s history function. This ability to record commands is accomplished using the corresponding commands in MATLAB’s Command History window. In … Read more

Essential Knowledge for Ethernet Communication: 7 Basic Uses of Ping Command

Essential Knowledge for Ethernet Communication: 7 Basic Uses of Ping Command

The ping command is one of the most frequently used network commands in Ethernet network basics. Generally, we only use its basic functions. Today, let’s take a detailed look at the 7 basic uses of the ping command. Master these, and you’ll become a pro! 1. Basic of Ping Command 2. Usage of ping -t … Read more

Essential Knowledge: 7 Basic Uses of the Ping Command

Essential Knowledge: 7 Basic Uses of the Ping Command

Nowadays, whether in security engineering or weak current engineering, the connection with networks is becoming increasingly close. Among the basic knowledge of networks, the ping command is the most frequently used in projects. Generally, we only use its basic functions. Today, let’s take a detailed look at the 7 basic uses of the Ping command, … Read more