Posts

How to check Disk is SSD or HDD on Linux

Image
Introduction In this tutorial, How to check Disk is SSD or HDD on Linux . Solid-state drives (SSDs) are fast, silent, and less prone to failure than traditional hard disk drives (HDDs). HDD store information on a rotating disk known as a platter SSD use flash memory to store and persist data. lsblk Command: Purpose: Lists all available block devices along with detailed information. Output Details: Displays device names, mount points, size, and type. Use Case: Helps system administrators quickly overview the system's disk layout. Options: Offers options to include or exclude specific details or device types. cat Command: Purpose: Displays the content of files or concatenates files. Primary Use: Commonly used to view contents of small files. Concatenation: Can merge several files into one, e.g., cat file1 file2 > combinedfile. Flexibility: Useful for displaying file contents quickly or for file manipulation. Using lsblk command to check HDD or SSD lsblk -o name,rota | tail If you

Mastering System Monitoring with htop on Linux: Installation and Usage Guide

Image
In this tutorial, we'll explore the installation and utilization of the 'htop' command in Linux . Htop is a powerful and user-friendly command-line tool that provides an interactive process viewer, allowing users to monitor system resources and manage processes with ease. Let's delve into the steps for installing and leveraging this handy utility.   Install htop command Linux in Linux If your use Debian/Ubuntu, The following command line below: sudo apt install htop or, If your use Fedora/RHEL/CentOS sudo dnf install htop One your done with the installation, In the terminal the basic you use htop command CPU usage bar     Memory bar Green : Memory being utilized by system processes. Blue : Memory used by buffer pages. Orange : Memory allocated for cache pages. Sort processes based on Resource Consumption  Press F6 as the picture below: Search for a specific process Press F3 and you a search prompt as show below: Filter ongoing processes Press F4 and you a search prompt