You can run fsck manually in Linux to fix the error “unexpected inconsistency; run fsck manually fsck exited with status code 4”. Let us learn how: How to run fsck manually in Linux sudo umount /dev/sdbsudo fsck /dev/sdb NOTE: Replace the “/dev/sdb” with the partition showing error or replace /dev/sdb with the device you want […]
How to Check Hard Disk Space in Ubuntu Terminal
How to check available disk space in Ubuntu command line? On Linux check disk space in gb or disk usage by folder. Terminal commands to check hard disk space in Linux terminal. Before we begin, let use see the GUI way to check disk space in Linux Ubuntu: Check how much disk space is left […]
Free Website Down Checker To Check Is Website Down For Me
How to find out if a website is down or how to check website working or not. Use these website status checker free to check website availability from different countries. 1. Better Uptime https://betterstack.com/better-uptime It is one of the most powerful website status checker (online) which can check website availability from different countries using 30s […]
How To Sort Files By Size In Linux – List Files By Size In GB
How to sort files by size in Linux Ubuntu. Learn how to list directories by size in Linux or list files by size in gb in Linux Ubuntu Systems. How To Find And Sort Files By Size In Linux You can use one of the following commands to find and sort files by size in […]
How to Install Google Chrome Browser on Ubuntu 24.04
Install Google Chrome in Ubuntu 24.94 using terminal commands. Users can easily download the latest version of Google Chrome for Ubuntu 64-bit and install it accordingly. Google Chrome is one of the most popular web-browsers used world-wide. Google Chrome has 65.34% of the market share of browsers worldwide from Apr 2023 – Apr 2024. Google […]
How To Remove Directory And All Subdirectories Without Prompt In Linux
Linux command to delete and remove directory and all subdirectories and all its content without prompt (without asking). In this tutorial we will learn how to remove directory in Linux even if permission denied. Using rm Command In Unix based systems, rm command is use to remove files or directories. The rm (remove) command is […]