Category Archives: Hardware

How to get motherboard info on Ubuntu / Debian / CentOS / Linux

By | December 7, 2023

Get Motherboard Info on Linux To get details about the motherboard on your desktop pc or laptop, there are a couple of commands available on Linux. These commands will show the motherboard vendor, model name / part number and some other details like what bios/uefi firmware is installed on it. In this article we shall… Read More »

Check hard drive health with “smartctl” command on Linux – A practical guide

By | September 1, 2023

In the world of data storage, hard drives play a crucial role in maintaining the integrity and accessibility of your data. However, hard drives are not immune to failures, and monitoring their health is essential to prevent data loss and ensure smooth operation. The smartctl command, available on Linux systems, allows users to monitor and… Read More »

9 “parted” command examples in Linux – Manage storage devices

By | September 1, 2023

There are different tools to manage storage devices on Linux. One such commonly used tool is the parted command utility. It allows you to create, extend, and delete disk partitions on storage devices. Parted command offers several benefits over other partition tools, such as fdisk, when it comes to managing disk partitions. Some of its… Read More »

9 “blkid” command examples in Linux – View storage / block devices

By | August 20, 2023

This article explores the ‘blkid’ command, whose purpose is retrieving information about block devices, LABEL, UUID, file system type, etc. The useful command can help us to identify or troubleshoot issues related to block devices and their attributes. Installation To use ‘blkid’ command, your Linux system needs to have the ‘util-linux’ package installed. blkid: command… Read More »

How to check Ram Rank and Bank details in Linux – decode-dimms

By | May 20, 2023

The decode-dimms program from i2c-tools package can be used to extract spd information from the ram modules which provides details about the module including the timings, clock speed, internal layout of the memory blocks including rank and bank count. The command can be installed with the following commands: sudo apt-get install i2c-tools sudo modprobe eeprom… Read More »

How to Install Nvidia Drivers on Kubuntu / Ubuntu 23.04 / Linux Mint

By | May 19, 2023

Kubuntu / Ubuntu 23.04 I am running Kubuntu 23.04 with Plasma desktop. You can check your ubuntu version with the lsb_release command: silver@ubuntussd:~$ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 23.04 Release: 23.04 Codename: lunar silver@ubuntussd:~$ The interesting thing this time is that kubuntu has been installed on an external… Read More »

How to Benchmark Hardware on Linux with 7z LZMA Compression

By | November 28, 2022

The 7z LZMA benchmark runs dummy compression and decompression tasks to measure the overall performance of the system. It reports measurements in MIPS (million instructions per second) which give an idea of the computer’s raw processing power counting all factors. 7z LZMA compression is a multi-threaded work-load. This means that it can utilise multiple cores… Read More »