July 10th, 2024

System insights with command-line tools: dmidecode and lspci

The article explains using dmidecode and lspci in Fedora Linux to extract hardware details. dmidecode decodes DMI table for BIOS, processor, memory; lspci lists PCI devices like network and graphics cards efficiently.

Read original articleLink Icon
System insights with command-line tools: dmidecode and lspci

The article discusses the use of command-line tools dmidecode and lspci in Fedora Linux for extracting detailed hardware information. dmidecode decodes the system's DMI table, providing insights into BIOS, processor, memory, and other hardware components. It allows users to retrieve specific information by defining a type. For example, querying type 0 retrieves BIOS details. On the other hand, lspci lists PCI devices, including network cards and graphics cards, without requiring extended privileges. Users can obtain detailed information about specific devices using options like -v or -k. These tools are valuable for troubleshooting, upgrading, or understanding system configurations. The article emphasizes the simplicity and effectiveness of dmidecode and lspci in managing Linux environments.

Related

Htop explained – everything you can see in htop on Linux (2019)

Htop explained – everything you can see in htop on Linux (2019)

This article explains htop, a Linux system monitoring tool. It covers uptime, load average, processes, memory usage, and more. It details htop's display, load averages, process IDs, procfs, and process tree structure. Practical examples are provided for system analysis.

A blast from the past: Disassembling DOS (2020)

A blast from the past: Disassembling DOS (2020)

The text explores disassembling MS-DOS, focusing on INT 21h functions and dissecting files like IO.SYS. It discusses reverse engineering, legal aspects, and the microkernel nature of DOS for deeper insights.

Show HN: Xcapture-BPF – like Linux top, but with Xray vision

Show HN: Xcapture-BPF – like Linux top, but with Xray vision

0x.tools simplifies Linux application performance analysis without requiring upgrades or heavy frameworks. It offers thread monitoring, CPU usage tracking, system call analysis, and kernel wait location identification. The xcapture-bpf tool enhances performance data visualization through eBPF. Installation guides are available for RHEL 8.1 and Ubuntu 24.04.

AMD Ryzen 7000/8000 Series vs. 14th Gen Intel Core CPU Performance on Linux

AMD Ryzen 7000/8000 Series vs. 14th Gen Intel Core CPU Performance on Linux

The article compares AMD Ryzen 7000/8000 Series processors with 14th Gen Intel Core CPUs on Linux 6.10 using 400+ benchmarks. Testing on Ubuntu 24.04 LTS with Linux 6.10 kernel includes various models like Ryzen 9 7950X and Core i9 14900K. Systems used DDR5-6000 memory, AMD Radeon RX 7900 GRE graphics, and NVMe SSDs. Results show performance differences and include performance-per-dollar metrics.

Show HN: Dut, a fast Linux disk usage calculator

Show HN: Dut, a fast Linux disk usage calculator

Codeberg.org hosts "dut," a disk usage calculator for Linux. It accurately counts hard links, offers customizable output, and outperforms similar tools in speed and efficiency, making it valuable for Linux users.

Link Icon 0 comments