Mastering Core Skills in Linux File Compression and Packaging

Mastering Core Skills in Linux File Compression and Packaging

Linux Cloud Computing | Daily Practice | Practical Tools | Career Development In Linux systems, file compression and packaging are essential skills. Whether for saving disk space or facilitating file transfer, mastering these techniques can significantly enhance your efficiency. This article will take you through common compression and packaging formats such as tar, gzip, and … Read more

Installation of ipmitool on Linux Systems

Installation of ipmitool on Linux Systems

Hello everyone, I am your tech life assistant 【Feng Shui Cat】! Today we will discuss the installation of the ipmitool tool in Linux systems.👇First, what is ipmitool? ipmitool is an open-source command-line tool based on the IPMI (Intelligent Platform Management Interface) standard, used for managing and monitoring the low-level status of hardware such as servers … Read more

The Three Musketeers of Linux: Mastering Regular Expressions, AWK, and Sed

The Three Musketeers of Linux: Mastering Regular Expressions, AWK, and Sed

Regular Expressions Basic regular expression ( ^, s, ., [], *) metacharacters Linux regular expressions are tools used for processing large amounts of strings, defining a set of rules and methods to match specific text patterns. Regular expressions consist of ordinary characters (such as letters a to z) and special characters (also known as metacharacters) … Read more

Emergency Response: Linux Intrusion Investigation Strategies

Emergency Response: Linux Intrusion Investigation Strategies

0x00 Introduction When a company experiences a hacker intrusion, system crash, or other security incidents that affect normal business operations, it is crucial to respond immediately to restore the company’s network information system to normal operation in the shortest time possible. Furthermore, it is necessary to investigate the source of the intrusion, reconstruct the incident … Read more

Synchronization Issues Between System Time and RTC in Embedded Linux

Synchronization Issues Between System Time and RTC in Embedded Linux

Hello everyone, I am the Intelligence Guy~ Today, I will mainly share with you the synchronization issues between the Linux system time and the RTC. In a Linux system, the hardware real-time clock (RTC) acts like a “mechanical watch” that never loses power; it can persistently record time even when the device is turned off. … Read more

Why Does Linux Report ‘No Space Left on Device’ When There is Still Available Space?

Why Does Linux Report 'No Space Left on Device' When There is Still Available Space?

Hello everyone, I am Yu Yong. Yesterday, I encountered a problem: a Linux server used for data transfer suddenly stopped being able to perform data transfers. Upon checking the logs, there were messages indicating that files could not be saved and ‘No space left on device’. Using the command df -Th to check disk space, … Read more

Analysis of HDMI Hot Plug Process Based on DRM Framework

Analysis of HDMI Hot Plug Process Based on DRM Framework

D R M Based on DRM Framework HDMI Hot Plug Process Analysis PART.01 D R Introduction DRM stands for Direct Rendering Manager, which manages display output, buffer allocation, and frame buffering. The corresponding userspace library is libdrm, which provides a series of user-friendly control encapsulations, allowing users to easily control displays and request buffers. GDK8 … Read more

Porting GDB 16.2 on RK3399

Porting GDB 16.2 on RK3399

👆 Click the blue text "Linux Armory" at the top, and select "Add to Favorites" in the upper right corner to not miss out on great articles and see valuable content first. 👆 FollowLinux Armory, to receive hardcore Linux learning materials and code. To quickly locate program issues, it is necessary to compile gdb16.2 on … Read more

Mastering Linux! Easily Configure yum and vim with a Single Command

Mastering Linux! Easily Configure yum and vim with a Single Command

Linux | Red Hat Certified | IT Technology | Operations Engineer 👇 Join our technical exchange QQ group with the note 【Public Account】 for faster approval 1. The Powerful Package Manager yum in Linux 1. Background and Software Ecosystem of yum (1) Evolution of Software Management in Linux In early Linux systems, software installation required … Read more

Why Most C++ Positions Require Familiarity with Linux Operating System?

Why Most C++ Positions Require Familiarity with Linux Operating System?

Click on the above“Hardcore Wang”, select“Pin/Star the Official Account” Get the latest benefits and resources delivered to you Hello everyone, I am Hardcore Wang. “I previously worked on desktop software development using C++ Qt under Windows, but recently while looking for a new job, I found that many positions require Linux, and very few require … Read more