Mastering User Activity: An Analysis and Key Points of the Linux last Command

Mastering User Activity: An Analysis and Key Points of the Linux last Command

Click the blue text above to follow us Resource ReleaseLinux Beginner to Advanced Practical Course↓ Scan to watch the video ↓ Introduction to the Linux last Command The last command in Linux is used to display information about all recently logged in and logged out users. This command is very convenient and practical when we … Read more

Performance Optimization in Linux: A Detailed Explanation of the iostat Command

Performance Optimization in Linux: A Detailed Explanation of the iostat Command

In the process of Linux system operation and maintenance, performance optimization is a crucial task. Disk I/O performance is often one of the key factors affecting the overall performance of the system. To accurately grasp the status of disk I/O, it is necessary to use some practical tools, and the iostat command is one of … Read more

Basic Knowledge of Linux System: Detailed Explanation of the top Command

Basic Knowledge of Linux System: Detailed Explanation of the top Command

Tip: This article shares the basic commands of the Linux system, providing a detailed explanation of the top command, including its functions, format, common options, interactive commands, and examples of the top command. 1. Overview of the top Command 1. Function ❝ The top command: displays active processes in real-time, showing the resource usage of … Read more

A Comprehensive Guide to Linux Hardware Information and Troubleshooting Commands

A Comprehensive Guide to Linux Hardware Information and Troubleshooting Commands

Today, I will share some hardware-related commands that can be used for daily operations and troubleshooting. Quick Reference Table for Hardware Commands Function Command CPU Information lscpu / cat /proc/cpuinfo Memory free -h / dmidecode -t memory Disk lsblk / fdisk -l / smartctl PCI Devices lspci USB Devices lsusb Motherboard Information dmidecode Temperature Monitoring … Read more

The Linux Toolbox for Operations: 20 Commands to the Rescue

The Linux Toolbox for Operations: 20 Commands to the Rescue

In Linux operations, mastering key commands can significantly enhance troubleshooting and system management efficiency. Whether it’s server lag, network anomalies, or log analysis and performance optimization, the right commands can help you quickly identify and resolve issues. This article compiles 20 of the most practical Linux commands, covering system monitoring, network diagnostics, log analysis, and … Read more

Real-Time Monitoring of System Resources with Python: Visualizing CPU, Memory, and Disk Usage

Real-Time Monitoring of System Resources with Python: Visualizing CPU, Memory, and Disk Usage

Real-Time Monitoring of System Resources with Python: Visualizing CPU, Memory, and Disk Usage Have you ever faced a situation where your computer suddenly lags or applications crash? — Insufficient system resources are one of the most common culprits. As a developer, it is crucial to understand how your programs utilize system resources. However, the information … Read more

12 Methods to Find User Account Information and Login Details in Linux

12 Methods to Find User Account Information and Login Details in Linux

This article introduces practical methods for querying user information in Linux systems, focusing on command-line tools for obtaining user account details, login information, and user activity status. To create a new user, you can use the <span>useradd</span> command; to modify existing user attributes, you need to call the <span>usermod</span> command via the command line. The … Read more

Linux btop Usage Tutorial

Linux btop Usage Tutorial

Introduction <span><span>btop</span></span> is a modern terminal-based system resource monitor that features an attractive graphical interface, quick responsiveness, and rich functionality. It supports viewing <span><span>CPU</span></span>, memory, disk, network, and processes, and allows for easy filtering and management of processes. Feature Overview Startup command: btop The interface is divided into the following sections: CPU Area: Displays usage … Read more

A Handy Linux System Monitoring Tool: btop

A Handy Linux System Monitoring Tool: btop

Click the blue “Linux” in the upper left corner and select “Set as Favorite“ Get the latest technical articles immediately ☞【Technical】Learning Path for Embedded Driver Engineers ☞【Technical】Linux Embedded Knowledge Points – Mind Map – Free Access ☞【Employment】A Comprehensive IoT Project Based on Linux for Your Resume ☞【Employment】Resume Template btop is a very cool real-time system … Read more

Performance Metrics for Linux Servers

Performance Metrics for Linux Servers

(Click the public account above to quickly follow) Source: taozj https://taozj.org/201701/linux-performance-basic.html If you have good articles to submit, please click → here for details A server based on the Linux operating system exhibits various performance metrics while running. Generally, operations and maintenance personnel, as well as system administrators, are very sensitive to this data, but … Read more